/*-------The style directory
 * 1.新闻详情
 * 2.新闻动态
 * 3.师资队伍
 * 4.重要通知
 * 5.学术讲座
 * 6.学院概况
 * 7.视听浙医
 * 8.师资详情
 * 9.教育教学
 * 10.联系我们
 * 11.本科生教育
 * 12.校友汇
 * 13.学科建设
 --------*/
/*导航菜单*/
html {
	color: #000;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.wp_entry {
    padding: 20px;
overflow: auto;
}
.wrapper {
	position: relative;
	height: 1rem;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.wrapper .scroller {
	position: absolute;
}

.wrapper .scroller li {
	position: relative;
	float: left;												
	text-align: center;
	
}

.wrapper .scroller li a {
	display: block;
	padding: 10px 0;
	font-size: 14px;
	color: #333;	
	margin: 0 15px;											
}
.wrapper .scroller li a:focus,
.wrapper .scroller li a:link,
.wrapper .scroller li a:hover{
	text-decoration: none;
}

.wrapper .scroller li.selected a {
	color: #003F88;
}
.wrapper .scroller li.selected a:after{
	content: '';
    position: absolute;
    left: 15px;
    bottom: 3px;
    display: block;
    width:calc(100% - 30px);
    height: 2px;
    background-color: #003F88;
}

.central-content .nav-box{
	width: 100%;
}
.central-content .nav-box .title{
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	background-color: #fff;
	text-align: center;
	border-bottom: solid 1px #efefef;
}
/*1.新闻详情*/
.news-detailbox{
	width: 100%;
	height: auto;
}
.news-detailbox{
	padding: 15px;
	width: 100%;
}
.news-detailbox-2{
	width: 100%;
	padding: 15px;
}
.news-detailbox h1{
	font-size: 15px;
	color: #333;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
}

.central-content .news-detailbox .infos{
	position: relative;
	margin-bottom: 15px;
}
.central-content .news-detailbox-2 .infos{
	position: relative;
	margin-bottom: 10px;
}
.central-content .news-detailbox-2 .infos span {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #ccc;
}
.central-content .news-detailbox .infos:after{
	content: '';
	display: block;
	clear: both;
}
.news-detailbox-2 h1{
	font-size: 15px;
	line-height: 24px;
	color: #333;
	margin-top: 0;
}
.news-detailbox p,
.news-detailbox-2 p{
	font-size:14px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #666;
}
.news-detailbox p img,.news-detailbox-2 p img{
	display: block;
	width: 100%;
	height: auto;
}
/*2.新闻动态*/
.central-content .news-box{
	width: 100%;
	padding:0 0 15px;
	background: #f5f5f5;
}
.central-content .main-box .nav-box{
	width: 100%;
}
.central-content .main-box .nav-box .title{
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	background-color: #fff;
	text-align: center;
	border-bottom: solid 1px #efefef;
}

.central-content .news-box ul.news-ul{
	width: 100%;
	padding: 0 15px;
	margin-top: 15px;
}
.central-content .news-box ul.news-ul li{
	width: 100%;
	margin-bottom: 15px;
	padding: 12px;
	border-radius: 8px;
	background-color: #fff;
}
.central-content .news-box ul.news-ul li .top{
	width: 100%;
}
.central-content .news-box ul.news-ul li .top .ft-text{
	float: left;
	width: calc(100% - 115px);
}
.central-content .news-box ul.news-ul li .top .ft-text h3{
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 5px;
}
.central-content .news-box ul.news-ul li .top .ft-text h3 a {
	color: #333;
}
.central-content .news-box ul.news-ul li .top .rt-img{
	float: left;
	margin-right: 15px;
	width: 100px;
	height: 70px;
	border-radius: 8px;
	background-color: #003f88;
	overflow: hidden;
}
.central-content .news-box ul.news-ul li .top .rt-img img{
	display: block;
	width: 100%;
        height:100%;
}
.central-content .news-box ul.news-ul li .infos{
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.central-content .news-box ul.news-ul li .infos span{
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	color: #999;
	margin-right: 10px;
}
.central-content .news-box ul.news-ul li .infos span img{
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	line-height: 20px;
	margin-right: 5px;
}
.central-content .news-box ul.news-ul li .infos span b{
	float: left;
	font-style: normal;
	font-weight: normal;
	height: 16px;
	line-height: 16px;
}
.central-content .news-box ul.news-ul li:last-child{
	margin-bottom: 0;
}
/*3.师资队伍*/
.central-content ul.teachers-dean-block{
	position: relative;
	width: 100%;
	padding: 15px 15px 5px;
	background-color: #f5f5f5;
}
.central-content ul.teachers-dean-block li.list{
	width: 100%;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.central-content ul.teachers-dean-block li.list .picimg{
	float: left;
	width: 85px;
	height: 110px;
	background-color: #003f88;
	margin-right: 15px;
}
.central-content ul.teachers-dean-block li.list .picimg img{
       display:block;
       width:100%;
       height:100%;
}
.central-content ul.teachers-dean-block li.list .text{
	float: left;
	width: calc(100% - 100px);
}
.central-content ul.teachers-dean-block li.list .text .name{
	width: 100%;
	margin-bottom: 10px;
}
.central-content ul.teachers-dean-block li.list .text .name h2{
	/*float: left;*/
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	color: #003F88;
	margin-right: 5px;
}
.central-content ul.teachers-dean-block li.list .text .name span{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	width: 60px;
	text-align: center;
	color: #666666;
	border-radius: 14px;
	background-color: #EBEBEB;
}
.central-content ul.teachers-dean-block li.list .text .title{
	width: 100%;
	margin-bottom: 5px;
}
.central-content ul.teachers-dean-block li.list .text .title span{
	font-size: 14px;
	line-height: 24px;
	color: #333333;	
}
.central-content ul.teachers-dean-block li.list .text p{
	font-size: 12px;
	line-height: 24px;
	color: #666666;
    height: 48px;
    overflow: hidden;
}
@media only screen and (min-width: 300px) and (max-width: 370px) {
	.central-content ul.teachers-dean-block li.list .picimg {
	    width: 75px;
	    height: 106px;
	}
	.central-content ul.teachers-dean-block li.list .text {
	    width: calc(100% - 90px);
	}
	
}
/*4.重要通知*/
.central-content .main-box .notice-ul {
	position: relative;
	width: 100%;
	padding: 15px;
	overflow: hidden;
	background-color: #f5f5f5;
}

.central-content .main-box .notice-ul:after{
	content: "";
	display: block;
	clear: both;
}

.central-content .main-box .notice-ul .list {
	float: left;
	width: 100%;
	padding: 12px;
	background-color: #fff;
	margin-bottom: 15px;
	border-radius: 5px;
}
.central-content .main-box .notice-ul .list:last-child{
	margin-bottom: 0;
}
.central-content .main-box .notice-ul .list .calendar{
	float: left;
	width: 65px;
	height: 65px;
	margin-right: 15px;
	text-align: center;
	border-radius: 8px;
	background-color: #F6F6F6;
}
.central-content .main-box .notice-ul .list .calendar .day{
	font-size: 30px;
	line-height: 42px;
	font-weight: 600;
	color: #003F88;
}
.central-content .main-box .notice-ul .list .calendar .year{
	font-size: 12px;
	line-height: 16px;
	color: #003F88;
}
.central-content .main-box .notice-ul .list .engineText {
	float: left;
	width: calc(100% - 80px);
	font-size: 15px;
	line-height: 24px;
	color: #333;
}
.central-content .main-box .notice-ul .list .engineText h3{
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
.central-content .main-box .notice-ul .list .engineText a {
	color: #333;
}
@media only screen and (min-width: 100px) and (max-width: 320px) {
	.central-content .main-box .notice-ul .list .engineText h3 {
	    font-size: 14px;
	    line-height: 24px;
	}
	
}
/*5.学术讲座*/
.central-content .main-box ul.Academic-ul{
	position: relative;
	width: 100%;
	padding: 15px;
	background-color: #f5f5f5;
}
.central-content .main-box ul.Academic-ul:after{
	content: '';
	display: block;
	clear: both;
}
.central-content .main-box ul.Academic-ul li{
	float: left;
	width: 48%;
	margin-right: 2%;
	padding: 10px;
	border-radius: 6px;
	background-color: #fff;
	margin-bottom: 10px;
}
.central-content .main-box ul.Academic-ul li:nth-child(2n){
	margin-right: 0;
	margin-left: 2%;
}
.central-content .main-box ul.Academic-ul li h2{
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 5px;
}
.central-content .main-box ul.Academic-ul li h2 a{
	color: #333;
}
.central-content .main-box ul.Academic-ul li .infos{
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}
.central-content .main-box ul.Academic-ul li .infos img{
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 2px;
}
.central-content .main-box ul.Academic-ul li .infos b{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #003F88;
    min-height: 16px;
    display: block;
}
.central-content .main-box ul.Academic-ul li .bottom-infos span{
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
/*6.学院概况*/
.central-content .main-box .about-General-block{
	width: 100%;
	padding:15px 15px 5px;
	background-color: #f5f5f5;
}
.central-content .about-General-block p{
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 10px;
}
.central-content .about-General-block p img{
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto 10px;
}

/*7.视听浙医*/
.central-content .main-box ul.about-Visual-block{
	width: 100%;
	padding:15px 15px 5px;
	background-color: #f5f5f5;
}
.central-content ul.about-Visual-block li.list{
	position: relative;
	width: 100%;	
	margin-bottom: 10px;
}
.central-content ul.about-Visual-block li.list .picimg{
	position: relative;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}
.central-content ul.about-Visual-block li.list .picimg a img{
	display: block;
	width: 100%;
}
.central-content ul.about-Visual-block li.list .picimg a:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}
.central-content ul.about-Visual-block li.list .picimg a:after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
	background: url(../img/icon/play.png) no-repeat left top;
	background-size: 32px 32px;
	z-index: 9;
}
.central-content ul.about-Visual-block li.list .text{
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
.central-content ul.about-Visual-block li.list .text a{
	color: #333;
}
/*8.师资详情*/
.central-content .teachers-dean-details{
	position: relative;
    width: 100%;
    padding: 15px 15px 5px;
    background-color: #f5f5f5;
}
.central-content .teachers-dean-details .details{
	width: 100%;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.central-content .teachers-dean-details .details .picimg{
	float: left;
	width: 85px;
	height: 120px;
	/*background-color: red;*/
	margin-right: 15px;
}
.central-content .teachers-dean-details .details .picimg img{
       display:block;
       width:100%;
       height: 100%;
       object-fit: cover;
}
.central-content .teachers-dean-details .details .text{
	float: left;
	width: calc(100% - 100px);
}
.central-content .teachers-dean-details .details .text .name{
	width: 100%;
	margin-bottom: 10px;
}
.central-content .teachers-dean-details .details .text .name h2{
	/*float: left;*/
	font-size: 16px;
	/*height: 28px;*/
	line-height: 28px;
	color: #003F88;
	margin-right: 5px;
}
.central-content .teachers-dean-details .details .text .name span{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	width: 60px;
	text-align: center;
	color: #666666;
	border-radius: 14px;
	background-color: #EBEBEB;
}
.central-content .teachers-dean-details .details .text .title{
	width: 100%;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: solid 1px #efefef;
}
.central-content .teachers-dean-details .details .text .title .ft{
	float: left;
}
.central-content .teachers-dean-details .details .text .title .ft span{
	font-size: 14px;
	line-height: 24px;
	color: #333333;	
}
.central-content .teachers-dean-details .details .text .title .rt{
	float: right;
}
.central-content .teachers-dean-details .details .text .title .rt span{
	font-size: 14px;
	line-height: 24px;
	color: #003F88;	
}
.central-content .teachers-dean-details .details .text p{
	font-size: 12px;
	line-height: 24px;
	color: #666666;
}
.central-content .teachers-dean-details .details .text p span{
	display: block;
}
.central-content .teachers-dean-details .details .direction{
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 5px;
	background-color: #F6F6F6;
}
.central-content .teachers-dean-details .details .direction h3{
	font-size: 15px;
	margin-bottom: 6px;
	color: #003F88;
}
.central-content .teachers-dean-details .details .direction p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.central-content .teachers-dean-details .details .introduction{
	width: 100%;
}
.central-content .teachers-dean-details .details .introduction img{
	width: 100% !important;
	height: auto !important;
}
.central-content .teachers-dean-details .details .introduction h3{
	font-size: 15px;
	margin-bottom: 6px;
	color: #003F88;
}
.central-content .teachers-dean-details .details .introduction p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
@media only screen and (min-width: 300px) and (max-width: 370px) {
	.central-content .teachers-dean-details .details .picimg {
	    width: 75px;
	    height: 106px;
	}
	.central-content .teachers-dean-details .details .text {
	    width: calc(100% - 90px);
	}
	.central-content .teachers-dean-details .details .text .title .ft span {
	    font-size: 12px;
	}
	.central-content .teachers-dean-details .details .text .title .rt span {
	    font-size: 12px;
	}
}
/*9.教育教学*/
.central-content .education-teaching-details{
	width: 100%;
	padding: 15px 15px 5px;
	background-color: #f5f5f5;
}
.central-content .education-teaching-details .first{
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
}
.central-content .education-teaching-details .first p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 5px;
}
.central-content .education-teaching-details .first img{
	display: block;
	width: auto;
	margin: 0 auto 5px;
	max-width: 100%;
}
.central-content .education-teaching-details .first .type{
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.central-content .education-teaching-details .first .type .list{
	width: 30%;
}
.central-content .education-teaching-details .first .type .list h3{
	font-family: "RobotoCondensedBold";
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #004098;
	text-align: center;
}
.central-content .education-teaching-details .first .type .list h5{
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.central-content .education-teaching-details .second{
	position: relative;
	width: 100%;
}
.central-content .education-teaching-details .second:after{
	content: '';
	display: block;
	clear: both;
}
.central-content .education-teaching-details .second .list{
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-top: 15px;
	border-radius:5px;
	background-color: darkgoldenrod;
}
.central-content .education-teaching-details .second .list:nth-child(2n){
	margin-right: 0;
	margin-left: 2%;
	margin-top: 15px;
}
.central-content .education-teaching-details .second .list img{
	display: block;
	width: 100px;
	height: auto;
        margin: 42px;
	min-height: 100px;
}
.central-content .education-teaching-details .second .list
.central-content .education-teaching-details .second .list:nth-child(1) {
	background-color: #004098;
}

.central-content .education-teaching-details .second .list:nth-child(2) {
	background-color: #333333;
}

.central-content .education-teaching-details .second .list:nth-child(3) {
	background-color: #5889c3;
}

.central-content .education-teaching-details .second .list:nth-child(4) {
	background-color: #008863;
}
.central-content .education-teaching-details .thred{
	width: 100%;
	margin-bottom: 10px;
	margin-top: 15px;
}
.central-content .education-teaching-details .thred h3{
	font-size: 15px;
	color: #004098;
	margin-bottom: 10px;
	margin-top: 5px;
}
.central-content .education-teaching-details .thred P{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 10px;
}
.central-content .education-teaching-details .four{
	width: 100%;
}
.central-content .education-teaching-details .four h3{
	font-size: 15px;
	color: #004098;
	margin-bottom: 5px;
	margin-top: 5px;
}
.central-content .education-teaching-details .four P{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 10px;
}
/*10.联系我们*/
.central-content .about-Contact-block{
	width: 100%;
	padding: 15px;
	background-color: #f5f5f5;
}
.central-content .about-Contact-block .office-ul{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: scroll;
}
.central-content .about-Contact-block .office-ul::-webkit-scrollbar{
	display: none;
}
.central-content .about-Contact-block .office-ul li{
	margin-bottom: 15px;
	background-color: #fff;
	padding: 13px;
	font-size: 14px;
	color: #004098;
}

.central-content .about-Contact-block .office-ul li.selected{
	background-color: #004098;
	color: #fff;
}

.central-content .about-Contact-block .office-ul li:last-child{
	margin-right: 0;
}
.central-content .about-Contact-block .contact-box {
    padding: 10px;
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 13px;
    align-items: center;
    display: none;
}
.central-content .about-Contact-block .contact-box .content-info {
    width: 100%;
    height: 490px;
    background: #ffffff;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
.central-content .about-Contact-block .contact-box .content-info .closebox{
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
}
.central-content .about-Contact-block .contact-box .content-info .closebox img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.central-content .about-Contact-block .contact-box .content-info .info {
    height: 490px;
    overflow-y: scroll;
    scrollbar-width: none;
    padding: 11px 5px 13px;
}
.central-content .about-Contact-block .contact-box table{
	width: 100%;
}
.central-content .about-Contact-block .contact-box table tr{
	border-bottom: solid 1px #efefef;
}
.central-content .about-Contact-block .contact-box table tr:last-child{
	border-bottom: none;
}
.central-content .about-Contact-block .contact-box table tr .name{
	vertical-align: middle;
	font-size: 12px;
	text-align: center;
	color: #004098;
	padding: 10px 10px 10px 0;
}
.central-content .about-Contact-block .contact-box table tr .infos{
	position: relative;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;	
}
.central-content .about-Contact-block .contact-box table tr .infos{
	font-size: 12px;
	text-align: left;
}
.central-content .about-Contact-block .contact-box table tr .infos span{
	font-size: 12px;
	display: block;
	margin: 8px 0;
	color: #666;
}
.central-content .about-Contact-block .contact-box table tr .infos:before{
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	content: '';
	width: 1px;
	height: calc(100% - 20px);
	background-color: #efefef;
}
/*11.本科生教育*/
.central-content .education-undergrad-details{
	width: 100%;
	padding: 15px;
	background-color: #f5f5f5;
}
.central-content .education-undergrad-details .first{
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
	overflow: hidden;
}
.central-content .education-undergrad-details .first .top .ftimg{
	float: left;
	width: 45%;
	height: auto;
	border-radius: 5px;
	background-color: #0077B3;
	overflow: hidden;
}
.central-content .education-undergrad-details .first .top .ftimg img{
	display: block;
	width: 100%;
}
.central-content .education-undergrad-details .first .top .rttext{
	float: left;
	width: 55%;
	padding-left: 15px;
}
.central-content .education-undergrad-details .first .top .rttext h3{
	font-size: 16px;
	color: #003F88;
	margin-bottom: 5px;
}
.central-content .education-undergrad-details .first .top .rttext ul li{
	position: relative;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	padding-left: 24px;
	color: #003F88;
}
.central-content .education-undergrad-details .first .top .rttext ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 10px;
	border: solid 1px #003F88;
}
.central-content .education-undergrad-details .first .top .rttext ul li:after{
	content: '';
	position: absolute;
	left: 4px;
	top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 4px;
	background-color: #004098;
}
.central-content .education-undergrad-details .first .bottom{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 5px;
}
.central-content .education-undergrad-details .second{
	width: 100%;
	margin-top: 15px;
}
.central-content .education-undergrad-details .second h3{
	font-size: 16px;
	margin-bottom: 10px;
	color: #004098;
}
.central-content .education-undergrad-details .second ul.plan-ul{
	position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0;
}
.central-content .education-undergrad-details .second ul.plan-ul::-webkit-scrollbar{
	display:none;
}
.central-content .education-undergrad-details .second ul.plan-ul li{
	position: relative;
    display: inline-block;
    width: 250px;
    margin-right: 15px;
    padding: 15px;
    background-color: #fff;
}
.central-content .education-undergrad-details .second ul.plan-ul li:last-child{
	margin-right: 0;
}
.second ul.plan-ul li h3{
	font-size: 15px;
	margin-bottom: 10px;
	color: #004098;
}
.second ul.plan-ul li p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	white-space: normal;
}
.thred{
	position: relative;
    width: 100%;
}
.thred ul.news-nav::-webkit-scrollbar{
	display:none;
}
.thred ul.news-nav{
	position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0;
    margin-top: 15px;
}
.thred ul.news-nav li{
	position: relative;
	display: inline-block;
	width: auto;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
	color: #333;
	border-radius: 16px;
	margin-right: 5px;
	white-space: normal;
        padding:0 6px;
}
.thred ul.news-nav li:last-child{
	margin-right: 0;
}
.thred ul.news-nav li.cur{
	color: #fff;
	background-color: #004098;
}
.thred ul.news-ul{
	width: 100%;
	margin-top: 15px;
}
.thred ul.news-ul li{
	padding: 15px;
	background-color: #fff;
	border-bottom: solid 3px #004098;
	margin-top: 10px;
	overflow: hidden;
}
.thred ul.news-ul li .time{
	font-size: 12px;
	color: #004098;
	margin-bottom: 5px;
}
.thred ul.news-ul li h3{
	font-size: 15px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 5px;
}
.thred ul.news-ul li h3 a{
	color: #333333;
}
.thred ul.news-ul li p{
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
.education-undergrad-details .view-more{
    display: block;
    width: 100px;
    margin: 15px auto 0 auto;
    background-color: #004098;
}
.education-undergrad-details .view-more a{

    display: block;
    padding: 6px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
/*12.校友汇*/
.central-content .main-box .nav-box ul.nav-ul-2 {
	display: flex;
    width: 100%;
    justify-content: center;
    padding: 0;
    background-color: #fff;
}
.central-content .main-box .nav-box ul.nav-ul-2 li {
    position: relative;
    font-size: 14px;
    margin: 0 30px;
    padding: 10px 0;
    color: #333;
}
.central-content .main-box .nav-box ul.nav-ul-2 li a{
	color: #333;
}
.central-content .main-box .nav-box ul.nav-ul-2 li.cur a{
	color: #003F88;
}
.central-content .main-box .nav-box ul.nav-ul-2 li.cur:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #003F88;
}
.central-content .alumni-details{
	width: 100%;
	padding: 15px;
	background-color: #f5f5f5;
}
.central-content .alumni-details .first{
	width: 100%;
	background-color: #fff;	
	padding: 15px 10px 15px 10px;
}
.central-content .alumni-details .first h3{
	font-size: 16px;
	color: #004098;
	margin-bottom: 15px;
}
.central-content .alumni-details .first h5{
	font-size: 14px;
	line-height: 24px;
	color: #004098;
	margin-bottom: 15px;
}
.central-content .alumni-details .first p{
	font-size: 12px;
	line-height: 24px;
	color: #666666;
}
.central-content .alumni-details .first a.view-more{
	display: block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	border-radius: 18px;
	background-color: #004098;
	margin-top: 40px;
}
.central-content .alumni-details ul.alumni-ul{
	width: 100%;
	margin-top: 15px;
}
.central-content .alumni-details ul.alumni-ul li{
	padding: 15px;
	background-color: #fff;
	border-bottom: solid 3px #004098;
	margin-top: 10px;
	overflow: hidden;
}
.central-content .alumni-details ul.alumni-ul li .time{
	font-size: 12px;
	color: #004098;
	margin-bottom: 5px;
}
.central-content .alumni-details ul.alumni-ul li h3{
	font-size: 15px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 5px;
}
.central-content .alumni-details ul.alumni-ul li h3 a{
	color: #333333;
}
.central-content .alumni-details ul.alumni-ul li p{
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
/*13.学科建设*/
.central-content .scientific-research-details {
    width: 100%;
    padding: 15px;
    background-color: #f5f5f5;
}
.central-content .scientific-research-details .first {
    background-color: #fff;
    padding: 12px;
    border-radius: 5px;
    overflow: hidden;
}
.central-content .scientific-research-details .first .img{
	display: block;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.central-content .scientific-research-details .first .img img{
	display: block;
	width: 100%;
}
.central-content .scientific-research-details .first h3{
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #004098;
}
.central-content .scientific-research-details .first p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.central-content .scientific-research-details .second {
    position: relative;
    width: 100%;
}
.central-content .scientific-research-details .second ul.news-nav {
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0;
    margin-top: 20px;
}
.scientific-research-details .second ul.news-nav::-webkit-scrollbar{
	display:none;
}
.scientific-research-details .second ul.news-nav li{
	position: relative;
	display: inline-block;
	width: auto;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	font-size: 14px;
	text-align: center;
	color: #333;
	border-radius: 16px;
	margin-right: 5px;
	white-space: normal;
}
.scientific-research-details .second ul.news-nav li:last-child{
	margin-right: 0;
}
.scientific-research-details .second ul.news-nav li.cur{
	color: #fff;
	background-color: #004098;
}
.scientific-research-details .second ul.discipline-ul{
	position: relative;
	width: 100%;
	padding: 12px;
	border-radius: 5px;
	background-color: #fff;
	margin-top: 15px;
}
.scientific-research-details .second ul.discipline-ul li{
	position: relative;
	float: left;
	width: 50%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}
.scientific-research-details .second ul.discipline-ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #004098;
}
.scientific-research-details .second ul.discipline-ul li span{
	display: block;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	color: #333;
}
.scientific-research-details .second ul.discipline-ul:after{
	content: '';
	display: block;
	clear: both;
}
/*14.附属医院*/
.central-content .medical-services-details{
	width: 100%;
    padding: 15px;
    background-color: #f5f5f5;
}
.central-content ul.medical-ul{
	position: relative;
	width: 100%;   
}
.central-content ul.medical-ul li{
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 15px;
	padding:12px 10px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
}
.central-content ul.medical-ul li:nth-child(2n){
	margin-left: 2%;
	margin-right: 0;
}
.central-content ul.medical-ul li .img{
	width: 65px;
	height: 65px;
	background-color: #003f88;
	margin: 0 auto 10px;
}
.central-content ul.medical-ul li .img img{
	display: block;
	width: 100%;
}
.central-content ul.medical-ul li .text{
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #333;
}
.central-content ul.medical-ul li .text span{
	color: #333;
}
.central-content ul.medical-ul:after{
	content: '';
	display: block;
	clear: both;
}
/*15.附属医院详情*/
.affiliated-hospital{
	width: 100%;
    padding: 15px;
    background-color: #f5f5f5;
}
.affiliated-hospital .first{
	width: 100%;
	padding: 12px;
	border-radius: 5px;
	background-color: #fff;
}
.affiliated-hospital .first .top{
	width: 100%;
}
.affiliated-hospital .first .top .imgs{
	float: left;
	width: 125px;
	height: 95px;
	margin-right: 15px;
	border-radius: 5px;
	background-color: red;
	overflow: hidden;
}
.affiliated-hospital .first .top .imgs img{
	display: block;
	width: 100%;
}
.affiliated-hospital .first .top .text{
	float: left;
	width: calc(100% - 140px);
}
.affiliated-hospital .first .top .text .school{
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}
.affiliated-hospital .first .top .text .school img{
	display: block;
	width: 100%;
}
.affiliated-hospital .first .top .text h3{
	font-size: 15px;
	line-height: 24px;
	color: #003F88;
}
.affiliated-hospital .first .bottom{
	width: 100%;
	margin-top: 12px;
}
.affiliated-hospital .first .bottom p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.affiliated-hospital .second{
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.affiliated-hospital .second ul.hospital-ul{
	position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: scroll;    
}
.affiliated-hospital .second ul.hospital-ul::-webkit-scrollbar{
	display:none;
}
.affiliated-hospital .second ul.hospital-ul li.list{
	position: relative;
    display: inline-block;
    width: 165px;
    margin: 0 20px 0 0;
    padding: 15px;
    white-space: normal;
    border-radius: 5px;
    color: #333;
    background-color: #fff;
}
.affiliated-hospital .second ul.hospital-ul li.list:last-child{
	margin-right: 0;
}
.affiliated-hospital .second ul.hospital-ul li.list .icons{
	width: 35px;
	height: 35px;
	margin: 0 auto 15px;
}
.affiliated-hospital .second ul.hospital-ul li.list .icons img{
	display: block;
	width: 100%;
}
.affiliated-hospital .second ul.hospital-ul li.list h3{
	position: relative;
	font-size: 15px;
	color: #004098;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.affiliated-hospital .second ul.hospital-ul li.list h3:after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 36px;
	height: 1px;
	margin-left: -18px;
	background-color: #9c9c9c;
}
.affiliated-hospital .second ul.hospital-ul li.list p{
	font-size: 13px;
	line-height: 24px;
	color: #333;
	text-align: center;
}
.affiliated-hospital .thred{
	width: 100%;
	margin-top: 20px;	
}
.affiliated-hospital .thred h3{
	margin-top: 15px;
	font-size: 15px;
	color: #004098;
}
.affiliated-hospital .thred p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-top: 10px;
}
/*15.科研成果*/
.scientific-results-details{
	width: 100%;
    padding: 15px 0 1px;
    background-color: #f5f5f5;
}
.scientific-results-details .medals{	
	position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0 0 0 15px;
}
.scientific-results-details .medals::-webkit-scrollbar{
	display:none;
}
.scientific-results-details .medals .list{
	position: relative;
    display: inline-block;
    width: 82px;
    /*height: 85px;*/
    margin-right: 15px;
    white-space: normal;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .7);
}
.scientific-results-details .medals .list img{
	display: block;
	width: 100%;
}
.scientific-results-details ul.results-ul{
	position: relative;
	width: 100%;
	padding: 0 15px;
	margin-top: 15px;
}
.scientific-results-details ul.results-ul:after{
	content: '';
	display: block;
	clear: both;
}
.scientific-results-details ul.results-ul li{
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 15px;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
}
.scientific-results-details ul.results-ul li:nth-child(2n){
	margin-left: 2%;
	margin-right: 0;
}
.scientific-results-details ul.results-ul li .imgs{
	width: 100%;
        height: 120px;
}
.scientific-results-details ul.results-ul li .imgs img{
	display: block;
	width: 100%;
 	height: 100%;
	object-fit: cover;       
}
.scientific-results-details ul.results-ul li .texts{
	width: 100%;
	padding: 10px;
}
.scientific-results-details ul.results-ul li .texts h3{
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	color: #333;
	overflow: hidden;
	margin-bottom: 5px;
}
.scientific-results-details ul.results-ul li .texts h3 a{
	color: #333;
}
.scientific-results-details ul.results-ul li .texts .infos{
	width: 100%;
	font-size: 12px;
	color: #ccc;
}
.scientific-results-details ul.results-ul li .texts .infos span{
	color: #ccc;
}
/*16.科研项目*/
.central-content .scientific-project-details{
	width: 100%;
    padding: 15px 15px 1px;
    background-color: #f5f5f5;
}
.central-content .scientific-project-details li{
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 15px;
	background-color: #fff;
}
.central-content .scientific-project-details li .img{
	width: 100%;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}
.central-content .scientific-project-details li .img img{
	display: block;
	width: 100%;
}
.central-content .scientific-project-details li .text{
	width: 100%;
}
.central-content .scientific-project-details li .text h3{
	float: left;
	width: calc(100% - 65px);
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
.central-content .scientific-project-details li .text h3 a{
	color: #333;
}
.central-content .scientific-project-details li .text span{
	display: block;
	float: right;
	font-size: 12px;
	line-height: 24px;
	color: #ccc;
}


/* 科学研究 */
.all-container .content {
    padding: 15px 13px 0;
}

.all-container .content .tag-content {
    display: none;
}

.all-container .content .tag-content:first-child {
    display: block;
}

.all-container .content .tag-content .scientific-research-first .research-nav,
.all-container .content .tag-content .scientific-research-second .research-nav,
.all-container .content .tag-content .scientific-research-first .lecture-nav,
.all-container .content .tag-content .scientific-research-second .lecture-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.all-container .content .tag-content .scientific-research-first .research-nav .ft,
.all-container .content .tag-content .scientific-research-second .research-nav .ft,
.all-container .content .tag-content .scientific-research-first .lecture-nav .ft,
.all-container .content .tag-content .scientific-research-second .lecture-nav .ft {
    display: flex;
    align-items: center;
    position: relative;
}

.all-container .content .tag-content .scientific-research-first .research-nav .ft .icon,
.all-container .content .tag-content .scientific-research-second .research-nav .ft .icon,
.all-container .content .tag-content .scientific-research-first .lecture-nav .ft .icon,
.all-container .content .tag-content .scientific-research-second .lecture-nav .ft .icon {
    width: 16.00px;
    height: 18.50px;
}

.all-container .content .tag-content .scientific-research-first .research-nav .ft .icon img,
.all-container .content .tag-content .scientific-research-second .research-nav .ft .icon img,
.all-container .content .tag-content .scientific-research-first .lecture-nav .ft .icon img,
.all-container .content .tag-content .scientific-research-second .lecture-nav .ft .icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.all-container .content .tag-content .scientific-research-first .research-nav .ft .txt,
.all-container .content .tag-content .scientific-research-second .research-nav .ft .txt,
.all-container .content .tag-content .scientific-research-first .lecture-nav .ft .txt,
.all-container .content .tag-content .scientific-research-second .lecture-nav .ft .txt {
    z-index: 9;
    position: relative;
    font-weight: 800;
    font-size: 17.00px;
    color: #003f88;
    margin-left: 3.00px;
}

.all-container .content .tag-content .scientific-research-first .research-nav .ft .circle,
.all-container .content .tag-content .scientific-research-second .research-nav .ft .circle,
.all-container .content .tag-content .scientific-research-first .lecture-nav .ft .circle,
.all-container .content .tag-content .scientific-research-second .lecture-nav .ft .circle {
    position: absolute;
    top: -1px;
    right: -20px;
    width: 17px;
    height: 29px;
    border-radius: 50%;
    overflow: hidden;
}

.all-container .content .tag-content .scientific-research-first .research-nav .ft .circle img,
.all-container .content .tag-content .scientific-research-second .research-nav .ft .circle img,
.all-container .content .tag-content .scientific-research-first .lecture-nav .ft .circle img,
.all-container .content .tag-content .scientific-research-second .lecture-nav .ft .circle img {
    display: block;
    width: 100%;
    height: 100%;
}

.all-container .content .tag-content .scientific-research-first .research-nav .rt,
.all-container .content .tag-content .scientific-research-second .research-nav .rt,
.all-container .content .tag-content .scientific-research-first .lecture-nav .rt,
.all-container .content .tag-content .scientific-research-second .lecture-nav .rt {
    display: flex;
    align-items: center;
}

.all-container .content .tag-content .scientific-research-first .research-nav .rt .view-more,
.all-container .content .tag-content .scientific-research-second .research-nav .rt .view-more,
.all-container .content .tag-content .scientific-research-first .lecture-nav .rt .view-more,
.all-container .content .tag-content .scientific-research-second .lecture-nav .rt .view-more {
    font-weight: bold;
    font-size: 12.00px;
    color: #003f88;
    text-decoration: none;
}

.all-container .content .tag-content .scientific-research-first .research-nav .rt .arrow,
.all-container .content .tag-content .scientific-research-second .research-nav .rt .arrow,
.all-container .content .tag-content .scientific-research-first .lecture-nav .rt .arrow,
.all-container .content .tag-content .scientific-research-second .lecture-nav .rt .arrow {
    margin-left: 5.00px;
    width: 6.00px;
    height: 10.50px;
}

.all-container .content .tag-content .scientific-research-first .research-nav .rt .arrow img,
.all-container .content .tag-content .scientific-research-second .research-nav .rt .arrow img,
.all-container .content .tag-content .scientific-research-first .lecture-nav .rt .arrow img,
.all-container .content .tag-content .scientific-research-second .lecture-nav .rt .arrow img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.all-container .content .tag-content .scientific-research-first .research-list,
.all-container .content .tag-content .scientific-research-second .research-list,
.all-container .content .tag-content .scientific-research-first .lecture-list,
.all-container .content .tag-content .scientific-research-second .lecture-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 12.00px;
}

.all-container .content .tag-content .scientific-research-first .research-list .research-item,
.all-container .content .tag-content .scientific-research-second .research-list .research-item,
.all-container .content .tag-content .scientific-research-first .lecture-list .research-item,
.all-container .content .tag-content .scientific-research-second .lecture-list .research-item,
.all-container .content .tag-content .scientific-research-first .research-list .lecture-item,
.all-container .content .tag-content .scientific-research-second .research-list .lecture-item,
.all-container .content .tag-content .scientific-research-first .lecture-list .lecture-item,
.all-container .content .tag-content .scientific-research-second .lecture-list .lecture-item {
    width: calc((100% - 20.00px) / 2);
    background-color: #ffffff;
    border-radius: 10.00px;
    overflow: hidden;
    margin-bottom: 20.00px;
}

.all-container .content .tag-content .scientific-research-first .research-list .research-item,
.all-container .content .tag-content .scientific-research-second .research-list .research-item,
.all-container .content .tag-content .scientific-research-first .lecture-list .research-item,
.all-container .content .tag-content .scientific-research-second .lecture-list .research-item {
    height: 205.00px;
}

.all-container .content .tag-content .scientific-research-first .research-list tbody{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.all-container .content .tag-content .scientific-research-first .research-list tbody tr{
	width: calc((100% - 20px) / 2);
}

.all-container .content .tag-content .scientific-research-first .research-list tbody tr td{
    width: 100%;
    display: block;
}

.all-container .content .tag-content .scientific-research-first .research-list tbody tr td li{
	width: 100% !important;
}

.all-container .content .tag-content .scientific-research-first .research-list tbody tr td li .item-title{
	min-height: 45px;
}


.all-container .content .tag-content .scientific-research-first .research-list .research-item .pic,
.all-container .content .tag-content .scientific-research-second .research-list .research-item .pic,
.all-container .content .tag-content .scientific-research-first .lecture-list .research-item .pic,
.all-container .content .tag-content .scientific-research-second .lecture-list .research-item .pic {
    display: block;
    text-decoration: none;
    height: 117.50px;
}

.all-container .content .tag-content .scientific-research-first .research-list .research-item .pic img,
.all-container .content .tag-content .scientific-research-second .research-list .research-item .pic img,
.all-container .content .tag-content .scientific-research-first .lecture-list .research-item .pic img,
.all-container .content .tag-content .scientific-research-second .lecture-list .research-item .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.all-container .content .tag-content .scientific-research-first .research-list .research-item .item-title,
.all-container .content .tag-content .scientific-research-second .research-list .research-item .item-title,
.all-container .content .tag-content .scientific-research-first .lecture-list .research-item .item-title,
.all-container .content .tag-content .scientific-research-second .lecture-list .research-item .item-title {
    display: block;
    text-decoration: none;
    margin: 7.50px 10.00px 8.50px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 22.50px;
    font-weight: bold;
    font-size: 13.00px;
    color: #333333;
}

.all-container .content .tag-content .scientific-research-first .research-list .research-item .item-time,
.all-container .content .tag-content .scientific-research-second .research-list .research-item .item-time,
.all-container .content .tag-content .scientific-research-first .lecture-list .research-item .item-time,
.all-container .content .tag-content .scientific-research-second .lecture-list .research-item .item-time {
    padding-left: 10.00px;
    font-weight: bold;
    font-size: 12.00px;
    color: #cccccc;
}

.all-container .content .tag-content .scientific-research-first .research-list .lecture-item,
.all-container .content .tag-content .scientific-research-second .research-list .lecture-item,
.all-container .content .tag-content .scientific-research-first .lecture-list .lecture-item,
.all-container .content .tag-content .scientific-research-second .lecture-list .lecture-item {
    height: 200.00px;
    padding: 12.50px 14.00px 13.50px;
    box-sizing: border-box;
}

 .all-container .content .tag-content .scientific-research-second .lecture-list li{
	 background-image: url("/_upload/tpl/08/da/2266/template2266/wap_resources/img/image/bg-xsjz.png");
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: center;
 }

.all-container .content .tag-content .scientific-research-first .research-list .lecture-item .lecture-notify,
.all-container .content .tag-content .scientific-research-second .research-list .lecture-item .lecture-notify,
.all-container .content .tag-content .scientific-research-first .lecture-list .lecture-item .lecture-notify,
.all-container .content .tag-content .scientific-research-second .lecture-list .lecture-item .lecture-notify {
    display: block;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 0 1.00px;
    line-height: 23.50px;
    font-weight: bold;
    font-size: 14.00px;
    color: #333333;
}

.all-container .content .tag-content .scientific-research-first .research-list .lecture-item .lecture-time,
.all-container .content .tag-content .scientific-research-second .research-list .lecture-item .lecture-time,
.all-container .content .tag-content .scientific-research-first .lecture-list .lecture-item .lecture-time{
    display: flex;
    align-items: center;
    margin: 9.00px 0 22.00px;
}

.all-container .content .tag-content .scientific-research-second .lecture-list .lecture-item .lecture-time {
    display: flex;
    align-items: center;
    margin: 10px 0 10px;
}

.all-container .content .tag-content .scientific-research-first .research-list .lecture-item .lecture-time .icon,
.all-container .content .tag-content .scientific-research-second .research-list .lecture-item .lecture-time .icon,
.all-container .content .tag-content .scientific-research-first .lecture-list .lecture-item .lecture-time .icon,
.all-container .content .tag-content .scientific-research-second .lecture-list .lecture-item .lecture-time .icon {
    width: 15.00px;
    height: 15.00px;
    margin-right: 5.00px;
}

.all-container .content .tag-content .scientific-research-first .research-list .lecture-item .lecture-time .icon img,
.all-container .content .tag-content .scientific-research-second .research-list .lecture-item .lecture-time .icon img,
.all-container .content .tag-content .scientific-research-first .lecture-list .lecture-item .lecture-time .icon img,
.all-container .content .tag-content .scientific-research-second .lecture-list .lecture-item .lecture-time .icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.all-container .content .tag-content .scientific-research-first .research-list .lecture-item .lecture-time .txt,
.all-container .content .tag-content .scientific-research-second .research-list .lecture-item .lecture-time .txt,
.all-container .content .tag-content .scientific-research-first .lecture-list .lecture-item .lecture-time .txt,
.all-container .content .tag-content .scientific-research-second .lecture-list .lecture-item .lecture-time .txt {
    font-weight: bold;
    font-size: 12.00px;
    color: #003f88;
}

.all-container .content .tag-content .scientific-research-first .research-list .lecture-item .lecture-bottom,
.all-container .content .tag-content .scientific-research-second .research-list .lecture-item .lecture-bottom,
.all-container .content .tag-content .scientific-research-first .lecture-list .lecture-item .lecture-bottom {
    height: 88.50px;
    background: #f9f9f9;
    border-radius: 5.50px;
    padding: 9.50px 7.50px 8.00px 9.00px;
    font-weight: bold;
    font-size: 12.00px;
    color: #666666;
}

.all-container .content .tag-content .scientific-research-second .lecture-list .lecture-item .lecture-bottom {
    height: 100px;
    background: #f9f9f9;
    border-radius: 5.50px;
    padding: 9.50px 7.50px 8.00px 9.00px;
    font-weight: bold;
    font-size: 12.00px;
    color: #666666;
}

.all-container .content .tag-content .scientific-research-first .research-list .lecture-item .lecture-bottom .lecture-address,
.all-container .content .tag-content .scientific-research-second .research-list .lecture-item .lecture-bottom .lecture-address,
.all-container .content .tag-content .scientific-research-first .lecture-list .lecture-item .lecture-bottom .lecture-address,
.all-container .content .tag-content .scientific-research-second .lecture-list .lecture-item .lecture-bottom .lecture-address {
    margin-top: 13.00px;
    line-height: 20.50px;
}

.all-container .content .tag-content .scientific-research-second .lecture-list .lecture-item .lecture-bottom .lecture-address{}


.all-container .content .tag-content .scientific-research-second {
    padding: 10.00px 0 5.00px;
}


.wp_paging {
    display: block;
    padding: 8px 0px;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    float: none;
    margin: 0 auto;
    width: 300px;
}
.wp_paging li {
    display: inline-block;
    width: auto !important;
    height: auto;
    line-height: unset;
    float: left;
    padding: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 5px;
}
.wp_paging .pages_count span {
    font-size: 12px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging li a {
    cursor: pointer;
    color: #666;
    line-height: unset;
    height: auto;
}
.wp_paging .page_nav a{
    font-size: 12px;
        padding: 7px 2px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging .page_jump span{
    font-size: 12px;
    padding: 7px 2px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging .page_jump span:nth-child(2)
{
    font-size: 12px;
    padding: 0;
    background: #fff;
    border: 0px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging li input {
    font-size: 12px;
    width: 80px;
    height: 36px;
    line-height: 15px;
    border: 1px solid #d5d5d5;
    background: #fff;
    margin-top: 0;
    text-align: center;
}

/* 院系设置 */

.faculties-box {
    padding: 5.00px 13.00px;
}

.faculties-box .faculties-item {
    background: #ffffff;
    border-radius: 10.00px;
    margin-bottom: 10.00px;
}

.faculties-box .faculties-item .faculties-title {
    height: 51.50px;
    padding-left: 15.00px;
    line-height: 51.50px;
    border-bottom: 0.50px solid #f5f5f5;
    font-weight: 800;
    font-size: 15.00px;
    color: #333333;
}

.faculties-box .faculties-item .faculties-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15.00px 13.50px;
}

.faculties-box .faculties-item .faculties-ul .faculties-li {
    display: block;
    text-decoration: none;
    width: calc((100% - 10.00px) / 2);
    height: 40.00px;
    background: #f3f9ff;
    text-align: center;
    line-height: 40.00px;
    font-size: 13.00px;
    color: #333333;
    margin-top: 10.00px;
}

/* 大事记 */

.all-container .central-content .tag-content .dsj-first-block {
    padding: 0 13px;
    padding-top: 13px;
}

.all-container .central-content .tag-content .dsj-first-block .item {
    display: flex;
    justify-content: space-between;
}

.all-container .central-content .tag-content .dsj-first-block .item:not(:last-child) {
    margin-bottom: 20px;
}

.all-container .central-content .tag-content .dsj-first-block .item .year {
    font-family: Helvetica LT, Helvetica LT;
    font-size: 16px;
    color: #003f88;
    padding-top: 15px;
    width: 45px;
}

.all-container .central-content .tag-content .dsj-first-block .item .dot {
    position: relative;
    z-index: 9;
    margin-top: 17.50px;
    width: 12.50px;
    height: 12.50px;
    padding: 2.50px;
    background: rgba(0, 63, 136, 0.19);
    border-radius: 50%;
}

.all-container .central-content .tag-content .dsj-first-block .item .dot .center {
    width: 7.50px;
    height: 7.50px;
    background: #003f88;
    border-radius: 50%;
}

.all-container .central-content .tag-content .dsj-first-block .item .event {
    position: relative;
    width: 270px;
    background: #ffffff;
    border-radius: 7.50px;
    padding: 9.50px 11.50px 4.50px 13.50px;
    line-height: 28.50px;
    font-weight: bold;
    font-size: 13px;
    color: #333333;
}

.all-container .central-content .tag-content .dsj-first-block .item .event:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 0;
    height: calc(100% + 20px);
    width: 0.50px;
    background: rgba(141, 168, 200, 0.29);
}

.all-container .central-content .tag-content .dsj-first-block .item:last-child .event:before {
    height: 100%;
}

.all-container .central-content .tag-content .dsj-second-block {
    padding: 0 13px;
    margin: 15px 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.all-container .central-content .tag-content .dsj-second-block .years {
    width: calc((100% - 9px) / 2);
    height: 60px;
    background: #ffffff;
    text-align: center;
    line-height: 60px;
    border-bottom: 5px solid #074196;
    font-weight: 800;
    font-size: 17px;
    color: #333333;
    margin-bottom: 10px;
}

.all-container .central-content .tag-content .dsj-third-block {
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 13px;
    align-items: center;
    display: none;
}

.all-container .central-content .tag-content .dsj-third-block .period-content {
    width: 100%;
    height: 490px;
    background: #ffffff;
    border-radius: 12px;
    position: relative;
}

.all-container .central-content .tag-content .dsj-third-block .period-content .year-range {
    font-weight: 800;
    font-size: 17px;
    color: #333333;
    text-align: center;
    line-height: 50px;
    border-bottom: 0.50px solid #ebebeb;
}

.all-container .central-content .tag-content .dsj-third-block .period-content .close-btn {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 15px;
    height: 15px;
}

.all-container .central-content .tag-content .dsj-third-block .period-content .close-btn img {
    display: block;
    width: 100%;
    height: 100%;
}

.all-container .central-content .tag-content .dsj-third-block .period-content .years-content {
    padding: 11px 17.50px 13px;
    height: 440px;
    overflow-y: scroll;
    scrollbar-width: none;
}

.all-container .central-content .tag-content .dsj-third-block .period-content .years-content::-webkit-scrollbar {
    display: none;
}

.all-container .central-content .tag-content .dsj-third-block .period-content .years-content .years-event {
    font-size: 13px;
    color: #666666;
    line-height: 30px;
    display: none;
}

.all-container .central-content .tag-content .dsj-fourth-block {
    padding: 0 13px;
    margin-bottom: 10px;
}

.all-container .central-content .tag-content .dsj-fourth-block .promotional-title {
    display: flex;
    align-items: center;
    position: relative;
    width: 92px;
    margin: 0 auto 12px;
}

.all-container .central-content .tag-content .dsj-fourth-block .promotional-title .icon {
    width: 18.50px;
    height: 21.50px;
}

.all-container .central-content .tag-content .dsj-fourth-block .promotional-title .icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.all-container .central-content .tag-content .dsj-fourth-block .promotional-title .txt {
    z-index: 9;
    position: relative;
    font-weight: 800;
    font-size: 17px;
    color: #003f88;
    margin-left: 5px;
}

.all-container .central-content .tag-content .dsj-fourth-block .promotional-title .circle {
    position: absolute;
    top: -1px;
    right: -12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    overflow: hidden;
}

.all-container .central-content .tag-content .dsj-fourth-block .promotional-title .circle img {
    display: block;
    width: 100%;
    height: 100%;
}

.all-container .central-content .tag-content .dsj-fourth-block .video-box .video-container {
    padding-bottom: 16.50px;
}

.all-container .central-content .tag-content .dsj-fourth-block .video-box .video-container .video {
    width: 100%;
    height: 216.50px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.all-container .central-content .tag-content .dsj-fourth-block .video-box .video-container .video-title {
    margin-top: 11.50px;
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    line-height: 21px;
}

.post.post1.post-41.yxy.wap.mbox{position:fixed;right: 5px;top: 35%;z-index: 10;}
.post.post1.post-41.yxy.wap .news_imgs{ width:110px;}
.post.post1.post-41.yxy.wap .news_imgs img{ width:100%; height:100%; object-fit:cover;}
.post.post1.post-41.yxy.wap .news_title{ font-size:12px; font-weight:bold; margin-top:10px; text-align:right;}

.yxy{position: fixed;
    right: 20px;
    top: calc((100% - 48px) / 2);
    cursor: pointer;display:none;}
.\32 235790.item .yxy{ display:block;}