@import url("starStudent.css");
@import url("page_common.css");

/* 导航图标 */
#centerNav ul li a.active2{
	color: #333333;
	font-weight: bold;
}

#centerNav ul li a.icon1{
	/*background: url(../icon/icon_exam_01.png) no-repeat left center;*/
}
#centerNav ul li a.icon1:hover{
	/*background: url(../icon/icon_exam_01_h.png) no-repeat left center;*/
}

#centerNav ul li a.icon2{
	/*background: url(../icon/icon_exam_02.png) no-repeat left center;*/
}
#centerNav ul li a.icon2:hover, #centerNav ul li.hover a.icon2{
	/*background: url(../icon/icon_exam_02_h.png) no-repeat left center;*/
}

/* 内容 */
#schoolExam{
	background: #e5e5e5;
}

#schoolExam .titBox{
	display: flex;
	justify-content: center;
}
#schoolExam .titBox li{
	width: 170px;
	height: 60px;
	background: #cfcfcf;
	margin-right: 16px;
}
#schoolExam .titBox li:last-child{
	margin-right: 0px;
}

#schoolExam .titBox li.hover{
	background: #017234;
}

#schoolExam .titBox li a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 60px;
	text-align: center;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	cursor: pointer;
}

#schoolExam .titBox li a.active{
	color: #ffffff;
}


#schoolExam .list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#schoolExam .list li{
	overflow: hidden;
	background: #fff;
	width: 296px;
	margin-right: 32px;
	margin-bottom: 40px;
}
#schoolExam .list li:nth-child(4n){
	margin-right: 0px;
}
#schoolExam .list li a{
	display: block;
}
#schoolExam .list li .imgBox{
	width: 100%;
	height: 164px;
	overflow: hidden;
}
#schoolExam .list li .imgBox img{
	width: 100%;
	height: 100%;
	transition: all 500ms;
}
#schoolExam .list li a:hover .imgBox img{
	transform: scale(1.1);
}
#schoolExam .list li .txtBox{
	margin-top: 12px;
	padding-bottom: 10px;
}
#schoolExam .list li .txtBox h3, #schoolExam .list li .txtBox h4, #schoolExam .list li .txtBox p{
	padding: 0px 16px;
	width: calc(100% - 32px);
	color: #555555;
	line-height: 130%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#schoolExam .list li .txtBox h3{
	height: 42px;
}
#schoolExam .list li .txtBox p{
	font-size: 15px;
	color: #9b9b9b;
	margin-top: 12px;
	padding-top: 10px;
	border-top: 1px solid #d2d2d2;
}

#schoolExam .recordCont{
	display: flex;
	flex-wrap: wrap;
	background: #017234;
	padding-top: 20px;
	padding-bottom: 20px;
}

#schoolExam .recordSwiper {
	height: 230px;
}

#schoolExam .recordSwiper .swiper-slide {
	overflow: hidden;
	position: relative;
}

#schoolExam .recordSwiper .swiper-slide img {
	width: 130px;
	height: 220px;
	transition: all 500ms;
	cursor: pointer;
}

#schoolExam .recordSwiper .swiper-slide:hover img {
	transform: scale(1.1);
}

#schoolExam .qrCode{
	display: flex;
	flex-direction: column;
}

#schoolExam .qrCode .qrCodeBg {
	display: flex;
	flex-direction: row;
	justify-content: center;
	background: #DDDDDD;
	padding-top: 20px;
	padding-bottom: 20px;
}

#schoolExam .qrCode .qrCodeBg img{
	width: 120px;
	height: 120px;
	margin-right: 40px;
}

#schoolExam .qrCode .qrCodeBg .qrCodeMsg{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#schoolExam .qrCode .qrCodeBg .qrCodeMsg p{
	color: #999999;
	font-size: 25px;
	font-weight: bold;
	padding-top: 5px;
}

#schoolExam .qrCode .qrCodeBg .qrCodeMsg .qr-border{
	display: flex;
	flex-direction: row;
	width: 40px;
	height: 2px;
	background: #999999;
	margin-bottom: 10px;
}

#schoolExam .item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #ffffff;
}

#schoolExam .item .itemPage{
	padding-top: 30px;
	padding-bottom: 30px;
}

#schoolExam .item dl{
	display: flex;
	flex-direction: column;
	margin-left: 40px;
	margin-right: 40px;
}

#schoolExam .item dl dd{
	padding-top: 30px;
	padding-bottom: 30px;
	cursor: pointer;
	border-bottom: 1px solid #E6E6E6;
}

#schoolExam .item dl dd a:hover{
	font-weight: bold;
}

#schoolExam .item dl dd a {
	display: flex;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	justify-content: space-between;
}

#schoolExam .item dl dd a span {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	margin-left: 20px;
}

#banner .swiper-slide img{
	border-color: #333;
}
