html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	font-weight:normal;
	vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
ol,ul,li {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th,td {
	vertical-align:middle;
}
/* custom */
a {
	outline:none;
	color:#16418a;
	text-decoration:none;
	-webkit-backface-visibility:hidden;
	cursor: pointer;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a:focus {
	outline:none;
}
input:focus,select:focus,textarea:focus {
	outline:-webkit-focus-ring-color auto 0;
}
html,body{
	background-color: #F2F2F2 !important;
}
*{
	line-height: 1
}

.top-menu{
	position: relative;
}
.menu-box{
	position: absolute;
	left: 0; right: 0; top: 0;
	z-index: 1111;
	height: 64px;
	background-color: rgba(0,0,0,.1);
}
.menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 64px;
}
.menu a{
	color: #FFFFFF; font-weight: bold; font-size: 18px;
}
.menu a:hover{
	color: #3D7AFF;
}
.top-banner{
	position:relative; left:50%; margin-left:-960px; width:1920px; display: block;
}


.footer{
	background-color: #3D7AFF; height: 160px; text-align: center; line-height: 2;
	display: flex; flex-direction: row; align-items: center; justify-content: center; color: #FFFFFF; font-size: 16px;
}

.sub-main{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.sub-main .menu-right{  
	flex-direction: row;
	width: 890px;
}
.sub-main .sub-main-public-title{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex: 1;
	margin: 32px 0;
}
.sub-main .sub-main-public-title h3{
	font-size: 20px; font-weight: bold;
}

.main-menu-box{ width: 270px; background-color: #E7F1FF; }
.main-menu-box h1{
	font-size: 20px; color: #FFFFFF; background-color: #3D7AFF; text-align: center; padding: 32px 0; line-height: 2;
}
.dominate{
	display: flex; flex-direction: column;
}

.menu-item > a{
	margin: 0 32px;
	padding: 0 20px;
	border-bottom: #999999 dashed 1px;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 60px;
	position: relative;
}
.menu-item:nth-last-of-type(1) a{
	border-bottom: none;
}
.menu-item > a.on:after,.menu-item > a:hover:after{
	content:'';
	width: 6px;
	height: 20px;
	background-color: #3D7AFF;
	border-radius: 3px;
	position: absolute;
	left: 0; 
}
.menu-item > a.on,.menu-item > a:hover{
	font-weight: bold;
}
.menu-item:nth-last-of-type(1){
	border-bottom: none;
}
.menu-item > a{
	font-size: 20px;
	color:#010101;
}

.sub-menu {
	border-bottom: #999999 dashed 1px;
	margin: 0 32px;
}
.sub-menu li{
	display: flex;
	flex-direction: row;
	margin: 30px 0;
	font-size: 16px;
}
.sub-menu li a{
	color: #000000;
	padding: 0 30px;
}
.sub-menu li a.on,.sub-menu li a:hover{
	font-weight: bold;
	color: #3D7AFF;
	position: relative;
}
.sub-menu li a.on:after,.sub-menu li a:hover:after{
	content:'';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 6px solid #3D7AFF;
	border-bottom: 4px solid transparent;
	position: absolute;
	left: 12px;
	top: 7px;
}




.n-flex-row{display: flex; box-sizing: border-box; flex-direction: row !important;}
.n-flex-column{display: flex; box-sizing: border-box; flex-direction: column !important;}
.n-flex-1{flex: 1 !important;}
.n-flex-2{flex: 2 !important;}
.n-flex-3{flex: 3 !important;}
.n-justify-start{ justify-content: flex-start;}
.n-justify-center{ justify-content: center;}
.n-justify-end{ justify-content: flex-end;}
.n-justify-between{ justify-content: space-between;}
.n-align-start{ align-items: flex-start;}
.n-align-center{ align-items: center;}
.n-align-end{ align-items: flex-end;} 
.n-wrap-wrap{flex-wrap: wrap;}
.n-wrap-nowrap{ flex-wrap: nowrap;}


.p-title{
	font-size: 20px; font-weight: bold;
}

.p-mroe{
	width: 60px;height: 26px;background: #B9CFFF;border-radius: 13px; font-size: 12px; text-align: center; line-height: 26px; color: #3D7AFF;
}




/*考试管理*/
.examinalist{
	display: flex;
	flex-direction: row;
	/*justify-content: space-between;*/
	margin: 32px 0;
}
.examinaitem{
	width: 384px;
	height: 550px;
	margin: 0 8px;
	background-color: #FFFFFF
}
.examinaitem img{
	width: 100%; 
}
.examinaitem h3{ 
	font-size: 20px; 
	font-weight: 400;
	color: #000000; 
}
.examinaitem p{ 
	font-size: 16px;
	font-family: Microsoft YaHei; 
	color: #000000; 
	margin: 12px 0;
}
.examinaitem .info{
	padding: 24px;
}
.examinaitem .info span{
	width: 80px;
	height: 40px;
	background: #3D7AFF;
	border-radius: 20px;
	color: #FFFFFF;
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 40px;
	margin-top: 24px;
}

.tips{
	width: 80px;
	height: 32px;
	background: #EEEEEE;
	border-radius: 16px;
	color: #999999;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	margin: 12px 6px 12px 0;
}

.clamp1{
	overflow:hidden;
  text-overflow:ellipsis; 
  white-space:nowrap; 
}
.clamp2{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.clamp3{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.clamp4{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden;}
.clamp5{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden;}



.user-box{
	background-color: rgba(61, 122, 255, 1); padding: 22px;
}
.user-box img{
	width: 140px; height: 140px; border-radius: 50%;  border: rgba(243, 243, 243, 0.2) solid 10px;
}
.user-box p{
	color: #FFFFFF; font-size: 20px; text-align: center;
}


