@charset "UTF-8";
/*引入css */
body {
	padding-top: 51px;
	font-family:"'微软雅黑',Microsoft YaHei,'宋体' , Tahoma,";
	background-color:#f2f2f2;
	color:#0e1726;
}
/*边距*/
.p-lr10{
	padding-left:10px;
	padding-right:10px;
}
.p-lr20{
	padding-left:20px;
	padding-right:20px;
}
.p-lr30{
	padding-left:30px;
	padding-right:30px;
}
.p-10{
	padding:10px;
}


.navbar-default {
	padding-top: 0px;
	background-color: #FFFFFF;
	font-size:16px;
	font-weight:500;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav > .hover-nobg > a,
.navbar-default .navbar-nav > .hover-nobg > a:hover,
.navbar-default .navbar-nav > .hover-nobg > a:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
	padding:0;
	height:30px;
	width:30px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle i {
	color:#2878ff;
	font-size:20px;
	line-height:30px
}
.navbar-default .navbar-toggle .dropdown-menu > li > a{
	font-size:14px;
}
.navbar-brand{
	line-height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav > li > a{
	padding-left: 10px;
	padding-right: 10px;
	color:#0e1726;
}


.layout{
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 80%;
}
.layout-body {
	padding: 0px 5px;
}
.layout-side {
	padding: 0px 5px;
}

/*sidebox*/
.sidebox {
	background: rgb(255, 255, 255); padding: 15px; border: 1px solid rgb(238, 238, 238); margin-bottom: 10px;
}
.sidebox-header {
	padding: 0px 0px 10px; border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid;
}
.sidebox-title {
	margin: 0px; color: rgb(76, 81, 87); font-size: 16px; float: left;
}
.sidebox-body {
	padding: 10px 0px; font-size: 14px;
}
.sidebox-header {
	overflow: hidden;
}
.sidebox-header a {
	background: rgb(250, 250, 250); padding: 4px 12px; border: 1px solid rgb(239, 239, 239); color: rgb(102, 102, 102); font-size: 12px;
}
.sidebox-header a:hover {
	background: rgb(243, 243, 243); border: 1px solid rgb(221, 221, 221); color: rgb(51, 51, 51); text-decoration: none;
}
.sidebox-header .student-msg-edit {
	font-size: 18px; cursor: pointer;
}
.sidebox-footer {
	overflow: hidden;
}
.sidebox-footer a {
	color: rgb(82, 159, 210);
}
.sidebox-footer a:hover {
	text-decoration: none;
}
.side-list-body a {
	padding: 10px; color: rgb(86, 90, 97); font-size: 14px; display: block; word-break: break-all; word-wrap: break-word;
}
.side-list-body a:hover {
	background: rgb(249, 249, 249); text-decoration: none;
}
.side-list-body a span{
	float: right;
	font-size: 12px;
}

#breadcrumbcontainer{
	margin-top:8px;
}
#breadcrumbcontainer .breadcrumb{
	margin-bottom:8px;
	list-style: none;
	background-color: transparent;
	border-radius: 4px;
}


#addcontainer{
}
#addcontainer .title-form{  border-bottom: 1px solid #eff2f7 ; padding-bottom: 10px; margin: 10px 0 30px;}
#addcontainer .title-form span{border-left: 4px solid #2878ff; display: inline-block; padding-left: 10px; font-size: 14px;line-height: 14px}
#addcontainer label{ font-weight: normal;}
#addcontainer .form-group{ margin-bottom: 0;}
#addcontainer .col-md-3{ margin-bottom: 20px;}
#addcontainer .col-md-4{ margin-bottom: 20px;}
#addcontainer .col-md-5{ margin-bottom: 20px;}
#addcontainer .col-md-8{ margin-bottom: 20px;}
#addcontainer .col-md-10{ margin-bottom: 20px;}
#addcontainer .panel-body{padding:15px;}

.footer{
	width:100%;
	bottom:0;
	color:#777;
	padding-top: 10px;
	border:1px solid #E5E5E5;
}


.footermedia .nav-tabs{
	font-size: 14px;
	line-height: 40px;
}
.footermedia .nav-tabs a{
	color:#666666;
}

#webloginstate .dropdown-menu i{
	color:#6e747e;
}
/*条件选择*/
.search-box{
	border-bottom: 1px solid #e7e7e7;
	padding:10px;
	margin-bottom:10px;
	margin-top:10px;
}


.spantip{
	display:block;
	color: red;
	font-size: 12px;
	padding-left: 10px;
	float: right;
}

.form-group .input-group{
	padding-left: 16px;
}
.uni input[type="checkbox"]{zoom:130%;}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}
@media ( min-width : 1600px) {
	.container {
		width: 1570px;
	}
	.layout-side{
		width:18%;
	}
	.layout-body{
		width:82%;
	}
}
@media (min-width : 1920px) {
	.container {
		width: 1880px;
	}
	.layout-side{
		width:18%;
	}
	.layout-body{
		width:82%;
	}
}

@media (min-width :2048px) {
	.container {
		width: 1960px;
	}
	.layout-side{
		width:18%;
	}
	.layout-body{
		width:82%;
	}
}

@media (min-width:3200px) {
	.container {
		width: 3000px;
	}
	.layout-side{
		width:18%;
	}
	.layout-body{
		width:82%;
	}
}

@media (min-width:3800px) {
	.container {
		width: 3600px;
	}
	.layout-side{
		width:18%;
	}
	.layout-body{
		width:82%;
	}
}

/*begin 公共样式开始，liyuqian 2020-09-16 添加*/

ul,li{
	list-style: none;
}
.clearfix{
	clear:both;
}

/*background-color*/
.main-bg{
	background:#f5f6f7;
}
.bg-white{
	background:#ffffff;
}
.bg-blue{
	background:#00a0e9;
	color:#ffffff;
}
.bg-skyblue{
	background:skyblue;
	color:#ffffff;
}
.bg-cadetblue{
	background:cadetblue;
	color:#ffffff;
}
.bg-green{
	background:#04BE02;
	color:#ffffff;
}
.bg-lightseagreen{
	background:lightseagreen;
	color:#ffffff;
}
.bg-orange{
	background:#f19149;
	color:#ffffff;
}
.bg-orangered{
	background:#ec6941;
	color:#ffffff;
}
.bg-red{
	background:#e60012;
	color:#ffffff;
}
.bg-pink{
	background:hotpink;
	color:#ffffff;
}
.bg-gray{
	background:#f0f0f0;
	color:#333333;
}
.bg-main-dark{
	background:#f1f2f3;
	color:#333333;
}
.bg-none{
	background-color:transparent;
}
/*badge*/
.badge-o-primary{
	border:1px solid #2878ff;
	color:#2878ff;
	background:transparent;
	font-weight: normal;
}
.badge-o-success{
	border:1px solid #5cb85c;
	color:#5cb85c;
	background:transparent;
	font-weight: normal;
}
.badge-o-info{
	border:1px solid #5bc0de;
	color:#5bc0de;
	background:transparent;
	font-weight: normal;
}
.badge-o-warning{
	border:1px solid #f0ad4e;
	color:#f0ad4e;
	background:transparent;
	font-weight: normal;
}
.badge-o-danger{
	border:1px solid #d9534f;
	color:#d9534f;
	background:transparent;
	font-weight: normal;
}


/*font-color*/
.font-color-main{
	color:#2878ff;
}
.font-color-bright{
	color:#dc704c;
}
.font-color-light{
	color:#999999;
}
.font-color-light-gray{
	color:#d5d5d5;
}
.font-color-normal{
	color:#666666;
}
.font-color-red{
	color:#ff0000;
}
.font-color-green{
	color:#96c365;
}
.font-color-blue{
	color:#31708f;
}
.font-color-orange{
	color:#dc704c;
}
.font-color-white{
	color:white;
}
/*font-size*/
.font-10{
	font-size:10px;
}
.font-12{
	font-size:12px;
}
.font-14{
	font-size:14px;
}
.font-16{
	font-size:16px;
}
.font-18{
	font-size:18px;
}
.font-20{
	font-size:20px;
}
.font-24{
	font-size:24px;
}
.font-28{
	font-size:28px;
}
.font-36{
	font-size:36px;
}
.font-normal{
	font-weight:normal;
}
.font-thin{
	font-weight:300;
}
.font-bold{
	font-weight: bold;
}
/*marging*/
.m-0{margin:0!important;}
.mr-5{margin-right:5px!important;;}
.ml-5{margin-left:5px!important;;}
.mt-5{margin-top:5px!important;;}
.mb-5{margin-bottom:5px!important;;}
.mr-10{margin-right:10px!important;;}
.ml-10{margin-left:10px!important;;}
.mt-10{margin-top:10px!important;;}
.mb-10{margin-bottom:10px!important;;}
.mt-15{margin-top:15px!important;;}
.mb-15{margin-bottom:15px!important;;}
.ml-15{margin-left:15px!important;;}
.mr-15{margin-right:15px!important;;}
.mr-20{margin-right:20px!important;;}
.ml-20{margin-left:20px!important;;}
.mt-20{margin-top:20px!important;;}
.mb-20{margin-bottom:20px!important;;}
/*padding*/
.p-0{padding:0!important;;}
.p-5{padding:5px!important;;}
.pt-5{padding-top:5px!important;;}
.pr-5{padding-right:5px!important;}
.pb-5{padding-bottom:5px!important;;}
.pl-5{padding-left:5px!important;;}
.p-10{padding:10px!important;;}
.pt-10{padding-top:10px!important;;}
.pr-10{padding-right:10px!important;;}
.pb-10{padding-bottom:10px!important;;}
.pl-10{padding-left:10px!important;;}
.p-15{padding:15px!important;;}
.pt-15{padding-top:15px!important;;}
.pr-15{padding-right:15px!important;;}
.pb-15{padding-bottom:15px!important;;}
.pl-15{padding-left:15px!important;;}
.p-20{padding:20px!important;;}
.pt-20{padding-top:20px!important;;}
.pr-20{padding-right:20px!important;;}
.pb-20{padding-bottom:20px!important;;}
.pl-20{padding-left:20px!important;;}

/*box-pdding*/
.box-p10{
	padding:10px ;
	position:relative;
}
.box-p15{
	padding:15px ;
	position:relative;
}
.box-p20{
	padding:20px ;
	position:relative;
}
.box-p-lr20{
	padding:10px 20px ;
	position:relative;
}

/*border*/
.border-b0 {
	border-bottom: 0 !important;
}
.border-t0 {
	border-top: 0 !important;
}
.border-top {
	border-top: 1px solid #ebebeb!important;
}
.border-bottom {
	border-bottom: 1px solid #ebebeb!important;
}
.border-left{
	border-left: 1px solid #ebebeb!important;
}
.border-right{
	border-right: 1px solid #ebebeb!important;
}
.border {
	border: 1px solid #ebebeb!important;
}
.border-none{
	border:1px solid transparent!important;;
}
/*height*/
.h-18px{
	height:18px;
}
.h-20px{
	height:20px;
}
.h-24px{
	height:24px;
}
.h-25px{
	height:25px;
}
.h-28px{
	height:28px;
}
.h-30px{
	height:30px;
}
.h-35px{
	height:35px;
}
.h-40px{
	height:40px;
}
.h-45px{
	height:45px;
}
.h-50px{
	height:50px;
}
.h-55px{
	height:55px;
}
.h-60px{
	height:60px;
}

.line-height-120{
	line-height: 120%;
}
.line-height-150{
	line-height: 150%;
}
.line-height-200{
	line-height: 200%;
}
/*images*/
.img-fluid {
	max-width: 100%;
	height: auto;
}
.img,
.img img{
	width:100%;
	height:100%;
}
/* radius*/
.round {
	border-radius: 1.8rem;
}

.square {
	border-radius: 0;
}

.hidden{
	display: none;
}
.blank{
	height:10px;
}
/*cursor*/
.cursor{ cursor: pointer;}
.cursor-no{ cursor: default;}

/*boxshadow*/
.boxshadow-all {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.boxshadow-b {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.boxshadow-none {
	box-shadow: none !important;
}

/*left&right*/
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}

.float-left{
	float:left;
}
.float-right{
	float:right;
}
/*page-min-height*/
.page-min-height{
	min-height: 700px;
}

/*empty-page*/
.empty-page{
	padding:100px auto;
}
.empty-box{
	text-align: center;
	color:#666666;
	margin:100px auto;
	width:120px;
	height:120px;
}
.empty-box img{
	width:100%;
	height:100%;
	margin-bottom:20px;
}
/*avatar*/
.avatar{
	text-align: center;
	color:#ffffff;
	overflow: hidden;
}
.avatar.round{
	border-radius: 50%;
}
.avatar.w32{
	width:32px;
	height:32px;
	line-height:32px;
	font-size:12px;
}
.avatar.w40{
	width:40px;
	height:40px;
	line-height:40px;
	font-size:12px;
}
.avatar.w48{
	width:48px;
	height:48px;
	line-height: 48px;
	font-size: 16px;
}
.avatar.w60{
	width:60px;
	height:60px;
	line-height: 60px;
	font-size: 18px;
}
.avatar.w80{
	width:80px;
	height:80px;
	line-height: 80px;
	font-size: 20px;
}

.avatar img{
	width:100%;
	height:100%;
}

.avatar-system{
	background:orange;
}


/*ellipsis*/
.ellipsis-1row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.ellipsis-2row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ellipsis-3row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/*布局 layout*/
.layout-relative{
	position: relative;
}
.fixed-top{
	position: fixed;
	top:0;
}
.fixed-bottom{
	background:#ffffff;
	width:100%;
	position:fixed;
	bottom:0;
	z-index:2;
}

.flex-box{
	display:flex;
}
.flex-item,.flex-left,.flex-right{
	display:inline-flex;
}
.flex-start{
	-webkit-box-align:flex-start;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.position-r{
	position:relative;
}
.position-a{
	position:absolute;
}

.display-block{
	display:block;
}

/* actGotop 返回顶部*/
.actGotop{ width: 45px;
	height: 45px;
	background: #2878ff;
	border-radius: 4px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	text-align: center;
	transition: all .4s ease;
	display: none;
}
.actGotop:hover {
	background: #176fed;
}
.actGotop i{
	color:#ffffff;
	font-size: 20px;
	margin-top:10px;
}

.dot-red{
	background:red;
	width:8px;
	height:8px;
	border-radius: 50%;
}

.hover-show .h-show{
	display: none;
}
.hover-show:hover .h-show{
	display: inline;
}
.hover-show .h-hide{
	display: inline;
}
.hover-show:hover .h-hide{
	display: none;
}

/*images*/
.bg-cover{
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center;
}

.table-valign-m td{vertical-align: middle!important;}

/*导航 nav-flex*/
.nav-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.nav-flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}
.panel-body{
	padding-left:0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height:100px;
}

/****表格导航灰色背景****/
.table>thead>tr{
	background-color:#f8f8f8;
	height: 45px;
}

/** 表格内容垂直居中  **/
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td,
	.table>tbody>tr>td, .table>tfoot>tr>td {
	vertical-align: middle;
}
/* end 公共样式开始，liyuqian 2020-09-16 添加*/
/*bootstrap thumbnail 缩略图样式特效1207*/
.thumbnail{
    overflow: hidden;
    padding: 0;
    position: relative;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
.thumbnail:hover{
    text-decoration: none;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    border: 1px solid #dddddd !important;
}
.thumbnail img{
    cursor: pointer;
    transition: all 0.6s;
}
.thumbnail:hover img{
    transform: scale(1.05);
}
.thumbnail .badge,
.thumbnail:hover .badge{
    position: absolute;
    top:0;
    right:0;
    z-index: 10;
    font-weight: 100;
    border-radius: 0 0 0 10px;
}
.thumbnail.hover:hover{
    box-shadow: 0px 0px 15px rgba(58,166,255,0.5);
    /*border: 1px solid #2878ff !important;*/
    color:#2878ff;
}