*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.clearfix::after{
	content:'';
	display: table;
	clear: both;
}
ul{
	padding-left: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.header .banner{
	/*height: 760px;*/
	/*background: url(/vlab_files/2024/190/0552/omrf.jpg) no-repeat center;*/
}
.header .nav{
	height: 70px;
	background:#ce1010;
}
.nav.fixed{
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
}
.logo{
   float: left;
    width: 325px;
    height: 70px;
    /* margin-top: 7px; */
    margin-left: 30px;
    background: url(/vlab_files/2024/190/0564/1ri2n.png) no-repeat center;
    background-size: 320px;
}
.header .nav ul li{
	float: left;
}
.header .nav ul{
	    display: flex;
    justify-content: space-between;
    padding-left: 75px;
}
.header .nav ul li a{
	display: block;
	font-size: 18px;
	color:#ffffff;
	text-decoration: none;
	line-height: 70px;
	/*margin-left: 80px;*/
}
@media screen and (max-width: 1400px) {
    .header .nav ul li a {
        /*margin-left: 70px;*/
    }
}
.banner ul li{
    width: 100%;
    /*height: 760px;*/

}
.banner ul li img{
    width: 100%;
    /*height: 760px;*/
    object-fit:cover;
}
.header .banner,
.banner ul li,
.banner ul li img{
    height: 760px;
}
.banner{
    position: relative;
}
.banner .hd ul{
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -45px;
}
.banner .hd ul li{
    width: 15px !important;
    height: 15px !important;
    background: white;
    border-radius: 50%;
    float: left;
    margin-left: 15px;
    cursor: pointer;
}
.banner .hd ul li.on{
    background: #008eff;
}
.contentA {
	padding-top: 75px;
	padding-bottom: 75px;
}
.contentA .left{
	float: left;
	position: relative;
}
.contentA .left .list ul li{
	float: left;
	width: 794px;
	height: 436px;
	position: relative;
}
.contentA .left .list ul li .name{
	background: url(/vlab_files/2024/190/0553/199qn.png) no-repeat left center;
	padding-left: 48px;
	color:#fff;
	font-size: 16px;
	position: absolute;
    left: 19px;
    bottom: 14px;
    z-index: 9;
    height: 30px;
    line-height: 30px;
}

.contentA .left .cover{
	height: 60px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.27);;
}
.contentA .left .cover .rightBot{
	float: right;
	line-height: 60px;
	margin-right: 17px;
}
.contentA .left .cover .rightBot ul li{
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	background: url(/vlab_files/2024/190/0553/159e7.png) no-repeat center;
	margin: 0 5px;
	margin-top: 28px;
}
.contentA .left .cover .rightBot ul li.on{
	background: url(/vlab_files/2024/190/0553/v8hi.png) no-repeat center;
}

.contentA .tit{
	width: 467px;
	height: 66px;
	background: url(/vlab_files/2024/190/0553/1ba1p.png) no-repeat center;
	margin: 0 auto;
	margin-bottom: 50px;
}
.contentA .right {
	float: right;
	width: 388px;
}
.contentA .right .list .item{
	height: 96px;
	margin-bottom: 17.5px;
	background: #f6f6f6;
	padding: 15px 17px;
	cursor: pointer;
	transition: .3s;
}
.contentA .right .list .item .name{
	font-size: 18px;
	font-weight: bold;
	color:#333333;
	margin-bottom: 5px;
}
.contentA .right .list .item .article{
	font-size: 14px;
	color:#b5b7bf;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;  
	-webkit-line-clamp: 2;  
	-webkit-box-orient: vertical;
}

.contentA .right .list .item:hover{
	background: #ce1010;
}
.contentA .right .list .item:hover .name{
	color:#fff;
}
.contentA .right .list .item:hover .article{
	color:#fff;
}

.contentB{
	padding-top: 75px;
	padding-bottom: 75px;
	background: #f6f6f6;
}
.contentB .tit{
	width: 730px;
	height: 66px;
	background: url(/vlab_files/2024/190/0553/s3bh.png) no-repeat center;
	margin: 0 auto;
	margin-bottom: 50px;
}
.contentB .content .list ul li{
	float: left;
	width: 380px !important;
	margin: 0 15px;
}
.contentB .content .list ul li + li{
    /*margin-left: 30px;*/
}
.contentB .content .list ul li img{
   	width: 380px;
   	height: 214px;
}
.contentB .content .list .item{
	float: left;
	width: 380px;
}
.contentB .content .list .item + .item{
	margin-left: 30px;
}
.contentB .content .list .item .title{
	font-size: 20px;
	color:#000;
	font-weight: bold;
	text-align: center;
	padding: 15px 45px;
	position: relative;
	margin-bottom: 15px;
}
.contentB .content .list .item .title:nth-child(2){
	margin-top: 15px;
}
.contentB .content .list .item .title::before{
	content:'';
	display: table;
	clear: both;
	position: absolute;
	left: 0;
	top: 0;
	width: 12px;
	height: 4px;
	background: #ce1010;
}
.contentB .content .list .item .title::after{
	content:'';
	display: table;
	clear: both;
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 12px;
	height: 4px;
	background: #ce1010;
}

.contentB .content .list{
    position: relative;
}
.contentB .content .list .prev{
    position: absolute;
    left: -81px;
    top: 150px;
    width: 62px;
    height: 46px;
    background: url(/vlab_files/2024/190/0553/1396l.png) no-repeat 0 0;
}
.contentB .content .list .prev.prevStop{
    background: url(/vlab_files/2024/190/0553/1396l.png) no-repeat 0 -64px;
}
.contentB .content .list .next{
    position: absolute;
    right: -99px;
    top: 150px;
    width: 62px;
    height: 46px;
    background: url(/vlab_files/2024/190/0553/1396l.png) no-repeat -62px 0;
}
.contentB .content .list .next.nextStop{
    background: url(/vlab_files/2024/190/0553/1396l.png) no-repeat -62px -64px;
}


.contentC{
	padding: 80px 0;
}
.contentC .tit{
	height: 66px;
	background: url(/vlab_files/2024/190/0553/1da80.png) no-repeat left center;
	margin-bottom: 50px;
}
.contentC .news{
	float: left;
	width: 761px;
}
.contentC .news .list .item{
	display: block;
	padding: 10px 0;
	border-bottom: 1px dotted #ce1010;
	width: 761px;
	overflow: hidden;
}
.contentC .news .list .item:last-child{
	border-bottom: 0;
}
.contentC .news .list .item .date{
	border: 1px solid #ce1010;
	width: 60px;
	height: 56px;
	float: left;
}
.contentC .news .list .item .date .year{
	background: #ce1010;
	color:#fff;
	font-size: 14px;
	text-align: center;
	height: 25px;
	line-height: 25px;
}
.contentC .news .list .item .date .md{
	color: #ce1010;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.contentC .news .list .item  .center{
	margin-left: 80px;
}
.contentC .news .list .item  .center .t{
	font-size: 18px;
	color:#333333;
	margin-bottom: 8px;
}
.contentC .news .list .item  .center .des{
	font-size: 14px;
	color:#999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}
.contentC .newsImgBox {
	float: right;
	padding-top: 30px;
}
.contentC .newsImgBox .list ul li{
	width: 420px;
	height: 280px;
	position: relative;
}
.contentC .newsImgBox .list ul li img{
	display: block;
	width: 100%;
	height: 100%;
}
.contentC .newsImgBox .list ul li .cover{
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color:#fff;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.39);;
}

.contentD{
	padding: 0px 0px  80px;
}
.contentD .tit{
	height: 66px;
	background: url(/vlab_files/2024/190/0552/mmbq.png) no-repeat  center;
	margin-bottom: 50px;
}
.contentD .list .item{
	width: 360px;
	float: left;
	margin-left: 60px;
	margin-bottom: 40px;
}
.contentD .list .item img{
	display: block;
	width: 100%;
	height:209px;
}
.contentD .list .item:first-child,
.contentD .list .item:nth-child(4){
	margin-left: 0;
}
.contentD .list .item p{
	padding: 15px 0;
	border: 1px solid #ddd;
	border-top: 0px;
	font-size: 16px;
	color:#333;
	padding-left: 11px;
}


.contentE{
	padding: 80px 0px  80px;
	height: 440px;
	background: url(/vlab_files/2024/190/0556/1fgjd.png) no-repeat center;
	margin-bottom: 90px;
}
.contentE .tit{
	height: 66px;
	background: url(/vlab_files/2024/190/0553/118vu.png) no-repeat  center;
	margin-bottom: 50px;
}
.contentE .list .item{
	float: left;
	margin-left: 180px;
}
.contentE .list .item:first-child{
	margin-left: 0;
}
.contentE .list .item .num{
	width: 160px;
	height: 160px;
	line-height: 160px;
	background: url(/vlab_files/2024/190/0553/179ka.png) no-repeat;
	text-align: center;
	font-size: 44px;
	color:#fff;
	margin-bottom: 16px;
}
.contentE .list .item p{
	font-size: 14px;
	color:#ce1010;
	text-align: center;
}

footer{
    line-height: 50px;
    background: #2a2a2a;
    text-align: center;
    color: #fff;
}





.content_box{
    width: 1200px;
    margin: auto;
        background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 20px;
}

/*浜岀骇*/
.categoryContent ul li{
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    width: 545px;
}


.pull-left{
    float: left;
}

.pull-right{
    float: right;
}

.categoryContent ul li a {
    width: 420px;
    height:65px;
    color: inherit;
    display: block;
    padding: 12px 30px 10px 100px;
    position: relative;
    text-decoration: none;
}

.content_box .date {
    width:60px;
    text-align: center;
    position: absolute;
    left: 13px;
    top: 5px;
}
.content_box .day{
    display: inline-block;
    font-size: 30px;
    color: #4976e8;
    width: 100%;
    position: relative;
    padding-bottom: 4px;
    margin-bottom:7px;
}
.content_box .year {
    font-size: 13px;
    color: #101010;
}
.content_box .day:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #4976e8;
    position: absolute;
    bottom: 0;
    left: 0;
}
.infoTitle{
    font-size: 16px;
}
.infoBrief{
    font-size: 12px;
    line-height: 20px;
    color: #777;
    padding-top: 5px;
}

.content_left {
    width:220px;
    float:left;
    background-color: #fff;
}

.left_title {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    padding: 20px;
    background:url("https://vslab.gxu.edu.cn/vlab_files/2022/222/0975/4179v.png") #1085ba 190px center no-repeat;
    margin-bottom: 15px;
        background: #ce1010;
}

.monitor_list {
    color: #5b5b5b;
}


.monitor_list>li {
    height: 50px;
    line-height:50px;
    
    border-bottom: 1px solid #eee;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}
.monitor_list>li a{
    display: block;
    cursor: pointer;
    color: #5b5b5b;
    padding: 0 24px;
    text-decoration: none;
}
.monitor_list>li a.current{
    color: #fff !important;
    background: #2ba1d7;
}


.monitor_list>li a:hover{
    color:#333;
}

.content_right {
    width: 940px;
    min-height:415px;
    float:right;
    background-color:#fff;
    padding-bottom:30px;
    margin-bottom:30px;
}
.sub-title {
    height: 80px;
    line-height: 80px;
    text-align: right;
    padding: 0 5px;
    color: #999;
    border-bottom: #ececec 1px solid;
    position: relative;
    margin-bottom: 10px;

}

.sub-title>span {
    position: absolute;
    left:12px;
    font-size: 18px;
    color: #333;
    border-bottom: #444 2px solid;
}

.sub-title a {
    text-align: right;
    color:#999;
    text-decoration: none;
}

.sub-title a:hover {
    color:#0b3b9d;
}
.elList {
    margin-top: -1px;
    padding: 0 10px;
    min-height:250px;
}
.sub-list li {
    height: 80px;
    line-height: 80px;
}
.elList>li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    padding: 0 10px;
}
.elList>li>a {
    color: #3e3e3e;
    display: block;
    overflow: hidden;
  
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration:none;
}
.sub-list li span {
    float: right;
    color: #c5c5c5;
}
.elList>li:hover{
    background: #f5f5f5;
}
.elList>li:hover a{
    color: #333;
}


.page {text-align: center;margin-top: 20px;margin-bottom: 20px;font-size:14px;color: #666666;}
.page a {border: 1px solid #ccc;color: #727272;padding:5px;cursor: pointer;}
.page a:hover {color: #fff;text-decoration: none;background: #4976e8;border: 1px solid #4976e8;}
.title_info {
    width: 100%;
    color: #888;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
}
.articlePage {    color: #555;
    font-size: 16px;
    padding: 20px 40px;
    line-height: 2;
}
.articlePage h2 {    text-align: center;
    font-size: 27px;
    color: #333;
    font-weight: normal;}
.articlePage > p img {display: block;margin:10px auto;cursor:pointer;}
.articlePage > p {font-family:"Microsoft YaHei"; padding-top: 10px;
    text-align: justify;
    color: #666;
    text-indent: 2em;
    }
.articlePage table {margin:0 auto;}
.articlePage table td {text-align: left; color:#666;padding: 10px;}
.articlePage table td p{text-indent: 0;text-align:left;font-family: "Microsoft YaHei";color: #666;}
.articlePage object{margin-left: -2em;}


.download-pic{
    display: block;
    width: 135px;
    height: 135px;
    background: url("../img/download.png") no-repeat center;
    position: absolute;
    top:30px;
    right:-155px;
}

.article-detail{
    padding-top:30px;
}