*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
img[src=""] {position: relative;}
img[src=""]:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #f2f2f2;
}
.clearfix::after{
	content: '';
	display: table;
	clear: both;
}
body{
	min-height: 3050px;
	background: url(/vlab_files/2024/221/0916/38tg.jpg) no-repeat center top;
}
.wrapper{
	width: 1200px;
	margin: 0 auto;
}
.header{
	height: 160px;
}
.header .logo{
	height: 116px;
	background: url(/vlab_files/2024/221/0916/fb1j.png) no-repeat center;
}
.header .navBox{
	background: #009ea6;
	height: 44px;
}
.header .navBox .nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .navBox .nav li a{
	display: block;
	line-height: 44px;
	color:#fff;
	font-size: 16px;
}
.contentA{
	height: 430px;
	padding-top: 30px;
}
.contentA .wrapper{
	display: flex;
	align-items: start;
	justify-content: space-between;
}
.title{
	font-size: 32px;
	color:#25372e;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
.contentA .newsBox{
	width: 420px;
	height: 320px;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}
.contentA .newsBox .tit{
	height: 40px;
	background: url(/vlab_files/2024/221/0917/103st.png) #00aeb7 no-repeat center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px 0 43px;
}
.contentA .newsBox .tit .name{
	font-size: 18px;
	color:#fff;
}
.contentA .newsBox .tit .more{
	font-size: 14px;
	color:#fff;
	background: url(/vlab_files/2024/221/0917/q3e4.png) no-repeat right center;
	padding-right: 10px;
}
.contentA .newsBox .list{
	padding: 5px 10px 5px 28px;
}
.contentA .newsBox .list .item{
	padding: 16px 0;
	border-bottom: 1px dashed #d5d9e5;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contentA .newsBox .list .item .name{
	width: calc(100% - 90px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	color:#000000;
}
.contentA .newsBox .list .item .time{
	flex-shrink: 0;
	width: 83px;
	font-size: 14px;
	color:#999999;
}
.contentA .newsBox .list .item::before{
	content: '';
	position: absolute;
	left: -20px;
	top: 20px;
	width: 12px;
	height: 12px;
	background: url(/vlab_files/2024/221/0916/9aa4.png) no-repeat center;
}
.contentA .rightBanner{
	flex-shrink: 0;
	width: 760px;
	height: 320px;
	background: url(/vlab_files/2024/221/0916/58tg.jpg) no-repeat center top;
	border-radius: 8px;
	overflow: hidden;
}

.contentB{
	height: 1095px;
}
.contentB .list {
    max-height: 500px;
    overflow: auto;
}
.contentB .list::-webkit-scrollbar,
.filter-content::-webkit-scrollbar{
    width: 2px; 
}
.filter-content{
max-height: 323px;
    overflow-y: auto;
    margin-bottom: 15px;
}


.contentB .filter {
	margin-bottom: 30px;
}
.contentB .filter .filter-item{
	display: flex;
	align-items: top;
}
.contentB .filter .filter-item .filter-label{
	width: 58px;
	flex-shrink: 0;
	font-size: 15px;
	color:#333333;
	padding: 6px 0px;
}
.contentB .filter .filter-item span{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
	padding: 6px 15px;
	border-radius: 4px;
	font-size: 15px;
	color:#333333;
	cursor: pointer;
}
.contentB .filter .filter-item span.active{
	background: #00aeb7;
	color:#fff;
}
.contentB  .list .item{
	float: left;
	width: 280px;
	height: 236px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 26px;
	margin-bottom: 24px;
}
.contentB  .list .item:nth-child(4n){
	margin-right: 0;
}
.contentB  .list .item img{
	display: block;
	width: 100%;
	height: 164px;
	background: #f2f2f2;
}
.contentB  .list .item .content{
	padding: 10px;
}
.contentB  .list .item .content .name{
	font-size: 16px;
	color:#333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.contentB  .list .item .content .des{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contentB  .list .item .content .des .college{
	padding: 4px 7px;
	background: #00aeb7;
	color:#fff;
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
	font-size: 13px;
}
.contentB  .list .item .content .des .people{
	font-size: 14px;
	color:#999999;
	background: url(/vlab_files/2024/221/0917/o39u.png) no-repeat left center;
	padding-left: 20px;
}


.contentC{
	min-height: 390px;
}
.contentC .list .item{
	float: left;
	width: 280px;
	height: 260px;
	position: relative;
	margin-right: 26px;
}
.contentC .list .item:nth-child(4n){
	margin-right: 0;
}
.contentC .list .item .tag{
	position: absolute;
	width: 54px;
	height: 29px;
	background: url(/vlab_files/2024/221/0917/u3od.png) no-repeat center;
}
.contentC .list .item img{
	width: 100%;
	height: 164px;
	border-radius: 6px;
	margin-bottom: 20px;
}
.contentC .list .item .content {
	padding: 0 5px;
}
.contentC .list .item .content .name{
	font-size: 16px;
	color:#003134;
	font-weight: bold;
	margin-bottom: 12px;
}
.contentC .list .item .content .des{
	display: flex;
	justify-content: space-between;
}
.contentC  .list .item .content .des .college,
.contentC  .list .item .content .des .people{
	color: #2c777b;
	font-size: 14px;
}
.contentC  .list .item .content .des .people{
	background: url(/vlab_files/2024/221/0917/m32d.png) no-repeat left center;
	padding-left: 20px;
}

.contentD{
	height: 560px;
	background: url(/vlab_files/2024/221/0916/dasi.png) no-repeat center;
}
.contentD .list{
	padding: 40px 30px;
}
.contentD .list .item{
	float: left;
	width: 340px;
	height: 160px;
	background: #fff;
	border: 1px solid #60d6dc;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 20px;
	display: flex;
	transition: all .6s;
}
.contentD .list .item:nth-child(odd){
	float: left;
	margin-right: 150px;
}
.contentD .list .item:nth-child(even){
	float: right;
	margin-left: 150px;
}
.contentD .list .item img{
	display: block;
	width: 180px;
	height: 120px;
	flex-shrink: 0;
}
.contentD .list .item .content{
	padding: 10px 10px 10px 20px;
}
.contentD .list .item .content .name{
	font-size: 16px;
	color:#333333;
	font-weight: bold;
	margin-bottom: 28px;
}
.contentD .list .item .content .more{
	float: right;
	width: 51px;
	height: 53px;
	background: url(/vlab_files/2024/221/0917/s3k4.png) no-repeat right center;
}
.contentD .list .item:nth-child(odd):hover{
	margin-left: 15px;
}
.contentD .list .item:nth-child(even):hover{
	margin-right: 15px;
}

.contentE{
	height: 512px;
	background: url(/vlab_files/2024/221/0916/79fo.png) no-repeat center;
	padding-top: 180px;
}
.contentE .title{
	color:#fff;
}
.contentE  .list .item{
	float: left;
	width: 360px;
	height: 200px;
	background: url(/vlab_files/2024/221/0916/hb6n.png) no-repeat center;
	margin-right: 60px;
	padding-top: 110px;
	text-align: center;
}
.contentE  .list .item:nth-child(3){
	margin-right: 0;
}
.contentE  .list .item .top{
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin-bottom: 15px;
}
.contentE  .list .item .top .name{
	font-size: 24px;
	color:#000;
}
.contentE .list .item .top .value{
	margin-left: 30px;
	font-size: 36px;
	font-weight: bold;
	color:#02aeb8;
}
.contentE  .list .item  .bottom{
	font-size: 16px;
	color:#565656;
}
.contentE  .list .item  .bottom span+ span{
	margin-left: 20px;
}

.footer{
	height: 80px;
	background: url(/vlab_files/2024/221/0916/banp.png) no-repeat center;
}
.footer .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 23px;
}
.footer p{
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
    padding: 0;
}
.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;
}