*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.clearfix::after{
	content: '';
	display: table;
	clear: both;
}
.wrapper{
	width: 1200px;
	margin: 0 auto;
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:999;
	height: 152px;
	background: url(/vlab_files/2024/173/0862/19e52.png) no-repeat center;
}
.header .navBox{
	width: 100%;
	height: 100px;
}
.header .navBox .nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .navBox .nav li a{
	display: block;
	height: 100px;
	color:#8fbeff;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.header .navBox .nav li a span{
    display: flex;
    flex-direction: column;
    align-items: center;
    writing-mode: vertical-rl;
    position: relative;
    height: 100%;

}
.header .navBox .nav li a span + span{
	margin-left: 10px;
	    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}
.header .navBox .nav li a span:first-child::after{
    content: '';
    position: absolute;
    right: -5px;
    top: 25px;
    width: 1px;
    height: 50px;
    background: #8fbeff;
}	
.header .navBox .nav li a:hover{
	color:#fff;
}
.header .navBox .nav li a:hover span:first-child::after{
	background: #fff;
}

.banner{
	height: 640px;
	background: url(/vlab_files/2024/173/0862/91hg.png) no-repeat center;
	padding-top: 170px;
}
.banner .left{
	float: left;
	position: relative;
	width: 600px;
	height: 390px;
}
.banner .left img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.banner .left::after{
	content: '';
	position: absolute;
	width: 600px;
	height: 390px;
	background: url(/vlab_files/2024/173/0862/b1or.png) no-repeat center;
	left: 10px;
	top: 10px;
	z-index: 0;
}
.banner .right{
	float: right;
	width: 554px;
	height: 409px;
	background: url(/vlab_files/2024/173/0862/d1u1.png) no-repeat left 0;
	padding: 155px 80px;
	font-size: 17px;
	color:#ffffff;
	line-height: 1.6;
}

.contentA{
	height: 760px;
	background: url(/vlab_files/2024/173/0862/l2gp.png) no-repeat center;
	padding-top: 60px;
}
.contentA .tit{
	font-size: 36px;
	color:#ffffff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 56px;
}
.contentA .book{
	width: 1244px;
	height: 542px;
	background: url(/vlab_files/2024/173/0862/j2c7.png) no-repeat center;
	margin: 0 auto;
	padding: 90px 80px;
}
.contentA .book img{
	float: left;
	width: 550px;
	height: 360px;
}
.contentA .book .content{
	float: left;
	width: 496px;
	margin-left: 30px;
	padding-top: 30px;
}
.contentA .book .content .title{
	font-size: 24px;
	color:#333333;
	font-weight: bold;
	margin-bottom: 36px;
}
.contentA .book .content .des{
    font-size: 15px;
    color: #5f6e88;
    line-height: 1.7;
    height: 180px;
    margin-bottom: 26px;
    overflow: hidden;
}
.contentA .book .content .more{
	float: right;
	width: 114px;
	height: 40px;
	background: url(/vlab_files/2024/173/0862/ncuu.png) no-repeat center;
	font-size: 15px;
	color:#284a87;
	text-align: center;
	line-height: 40px;
}

.contentB{
	height: 800px;
	background: url(/vlab_files/2024/173/0862/pd40.png) no-repeat center;
	padding-top: 60px;
}
.contentB .tit{
	font-size: 36px;
	color:#ffffff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 56px;
}

.picScroll{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.picScroll .prev{
	position: absolute;
	left: 21vw;
	top: calc(50% - 3vw);
	width: 50px;
	height: 16px;
	background: url(/vlab_files/2024/173/0862/50e2.png) no-repeat center;
	z-index: 9999;
	cursor: pointer;
}
.picScroll .next{
	position: absolute;
	right: 21vw;
	top: calc(50% - 3vw);
	width: 50px;
	height: 16px;
	background: url(/vlab_files/2024/173/0862/717f.png) no-repeat center;
	z-index: 9999;
	cursor: pointer;
}
.prevStop,
.nextStop{
	display: none;
}
.tempWrap{
	width: 100% ;
	overflow: hidden;
	margin-left: -33.8vw;
}
.picScroll .bd ul li{
	float: left;
	width: 44.27vw;
	height: 20.83vw;
	margin: 5vw 6vw;
}
.picScroll .bd ul li .item{
    display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 3px;
}
.picScroll .bd ul li .cover{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background: url(/vlab_files/2024/173/0862/1bnbb.png) no-repeat center;
	background-size: 100% 100%;
	z-index: 99;
	cursor: pointer;
	display: none;
}
.picScroll .bd ul li.active{
	height: 26vw;
	position: relative;
	top: -3vw;
	border: 1px solid #fff;
	padding: 4px;
}
.picScroll .bd ul li.active .item{
	border: 1px solid #fff;
}
.picScroll .bd ul li.active .cover{
	display: block;
}
.picScroll .bd ul li img{
	display: block;
	width: 100%;
	height: 100%;
}


.contentC{
	height: 760px;
	background: url(/vlab_files/2024/173/0862/rd8d.png) no-repeat center;
	padding-top: 60px;
}
.contentC .tit{
	font-size: 36px;
	color:#ffffff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 56px;
}
.contentC .list .item{
	float: left;
	width: 570px;
	height: 220px;
	background: url(/vlab_files/2024/173/0862/tdd5.png) no-repeat center;
	margin-bottom: 40px;
	padding: 25px;
}
.contentC .list .item:nth-child(2n){
	margin-left: 60px;
}
.contentC .list .item img{
	float: left;
	width: 272px;
	height: 172px;
	background: #f2f2f2;
}
.contentC .list .item .content{
	float: left;
	width: 225px;
	margin-left: 20px;
	padding-top: 10px;
}
.contentC .list .item .content .name{
	font-size: 20px;
	color:#e3edff;
	margin-bottom: 15px;
}
.contentC .list .item .content .college{
	font-size: 16px;
	color:#88abeb;
	margin-bottom: 25px;
}
.contentC .list .item .content .des{
	font-size: 16px;
	color:#88abeb;
}
.contentC  .moreBox{
	text-align: center;
}
.contentC  .moreBox .more{
	display: inline-block;
	width:114px;
	height: 40px;
	border: 1px solid #5374b1;
	line-height: 38px;
	font-size: 15px;
	color:#bbd3ff;
	text-align: left;
	padding-left: 15px;
	background: url(/vlab_files/2024/173/0862/11dmv.png) no-repeat 80px center;
}


.contentD{
	height: 380px;
	background: url(/vlab_files/2024/173/0862/13dmv.png) no-repeat center;
	padding-top: 60px;
}
.contentD .tit{
	font-size: 36px;
	color:#ffffff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 56px;
}
.contentD .list .item{
	float: left;
	width: 360px;
	height: 140px;
	background: url(/vlab_files/2024/173/0862/15e07.png) no-repeat center;
	padding:37px 76px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color:#294b88;
	font-weight: bold;
}
.contentD .list .item + .item{
	margin-left: 60px;
}


.footer{
	height: 100px;
	background: url(/vlab_files/2024/173/0862/17e52.png) no-repeat center; 
}
.footer .wrapper{
	padding-left: 496px;
	display: flex;
	justify-content: space-between;	
	align-items: center;
	height: 100px;
}
.footer p{
	font-size: 14px;
	color:#fff;
	margin-bottom: 10px;
}
.footer p + p{
	margin-bottom: 0;
}
.footer_right{
	text-align: right;
}


.breadcrumb {height:35px;border-bottom:1px dashed #eee;overflow: hidden;margin-bottom:25px;padding-left:22px;}
.breadcrumb span{line-height: 35px;font-family:"Microsoft YaHei";font-size: 28px;color:#fff;display: block;padding: 0 20px;float: left;background: #3591e0;}
.breadcrumb ul {float:left;}
.breadcrumb ul li a, .breadcrumb ul li {color:#666; font-size:12px; line-height:35px;font-family: serif;}
.breadcrumb ul li a:hover {text-decoration:none;color:#3591e0;}
.breadcrumb b{float:left;padding:0 15px;height:35px;line-height:35px;font-size: 18px;color: #3591e0;border-bottom: 2px #3591e0 solid;font-weight: normal;}



.contentCategory {width:950px;padding:15px;min-height:860px;margin:30px auto 20px;background: #fff;border-radius:5px;-moz-box-shadow: 0 1px 30px rgba(70, 70, 70, 0.36);-webkit-box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.36);box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.36);}

.aside {width:180px;position:relative;}
.aside h2 {height:40px;line-height:40px; color:#fff; font-weight:normal;font-size:16px;font-family:"Microsoft YaHei";background:#061888;text-align:center;margin-bottom:10px;}
.aside h2 a{display:block;text-decoration:none;color:#fff;}
.aside ul li {background:#f0f0f0;margin-top:5px;}
.aside ul li a{display:block; height:40px;line-height:40px;color:#666;font-size:14px;font-family:"Microsoft YaHei"; font-weight: normal; text-decoration: none;padding-left:40px; background: #f9f9f9;}
.aside ul li a:hover {color:#8fba3d ;background:url("../img/leftBtn.png") #fff 20px center no-repeat;-moz-box-shadow: 0 0 5px #a9a9a9; -webkit-box-shadow: 0px 0px 5px #a9a9a9;
    box-shadow: 0px 0px 5px #a9a9a9;}
.level3 {display: block !important;}
.level3 > li > a {font-size: 14px !important;padding-left: 60px !important;background-position-x: 35px !important;}
.level4 {display: none;}
.level4 > li > a {padding-left:10px;background: #E36776;}
.level2 > li > a.arrow:hover,
.level3 > li > a.arrow:hover,
.level4 > li > a.arrow:hover,
.level2 > li > a.current,
.level3 > li > a.current,
.level4 > li > a.current {color:#8fba3d ;background:url("../img/leftBtn.png") #f7f7f7 20px center no-repeat;-moz-box-shadow: 0 0 5px #a9a9a9; -webkit-box-shadow: 0px 0px 5px #a9a9a9;
    box-shadow: 0px 0px 5px #a9a9a9;}

.level3 li a:hover{background: url("../img/bg-btn3.png") #eee no-repeat !important; color: #333 !important;}
.arrow{background:#3591e0 !important;color: #fff !important;}


.contentLi {width:720px;}

.articleLi {margin-top:5px;min-height:550px;}
.articleLi ul {margin: 10px;}
.articleLi ul li {height:35px;line-height: 35px;border-bottom: 1px dashed #bfbfbf;padding-left:20px;}
.articleLi ul li a {display:block;font-size:12px;color:#787878;text-decoration: none;cursor: pointer;}
.articleLi ul li a h3 {font-size: 14px;font-weight: normal;}
.articleLi ul li a:hover {color:#061888;}


.contentArt {width:950px;padding:15px;min-height:600px;margin:30px auto 20px;background:#fff;border-radius:5px;-moz-box-shadow: 0 1px 30px rgba(70, 70, 70, 0.36);-webkit-box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.36);box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.36);}
.title_info {font-family:serif;width:100%;color:#666;text-align: center;padding: 20px 0;font-size: 15px;border-bottom:2px solid #ededed;}
.secondContent{width:750px;}

.articlePage {margin-top:30px;min-height:450px;}
.articlePage h2 {text-align:center;font-size:27px;color:#061888;font-weight:normal;line-height:35px;}

.article-detail {padding:0 15px;}
.article-detail > p img {display:block;margin: 10px auto;}
.article-detail > p {font-family: serif;line-height: 30px;padding-top:10px;text-align: justify;color: #666;text-indent: 2em;font-size: 14px;}
.article-detail table {margin:0 auto;}
.article-detail table td {text-align:left;font-size:14px;color:#666;padding:10px;line-height:22px;}
.article-detail table td p{text-indent:0;font-size:14px;text-align:left;font-family:"Microsoft YaHei";color:#666;line-height:25px;}
.article-detail object{margin-left: -2em;}


.page {
    height: 40px;
    text-align: center;
    color: #888;
    margin: 20px auto 0;
    background: #f2f2f2;
}

.pagelist {
    font-size: 0;
    background: #fff;
    height: 50px;
    line-height: 50px;
}

.pagelist span {
    font-size: 14px;
}

.pagelist .bgprimary {
    cursor: default;
    color: #fff;
    background: #337ab7;
    border-color: #337ab7;
}

.pagelist .jump {
    border: 1px solid #ccc;
    padding: 3px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 5px;
}
.ellipsis {
    padding: 0px 8px;
}

.bgprimary {
    cursor: default;
    color: #fff;
    background: #337ab7;
    border-color: #337ab7;
}

.pagelist .jump.disabled{
    pointer-events: none;
    background: #ddd;
}

body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}