*{box-sizing:border-box;color:#333;}
body,input,h1,h2,h3,h4,h5,h6,p,textarea,table,div,ul,li,select,td,th,em,span,i,button,code{margin:0;padding:0;color:inherit;line-height: inherit; font-family:"microsoft yahei",'PingFang SC','PingFangMedium';/* font-size: inherit; */}
img{border:0;display: inline-block;max-width:100%;vertical-align: middle;height: auto;}
.fl{float:left;}
.fr{float:right;}
ul,li{ list-style:none; }
a,p,span,i,em{ text-decoration:none; color:inherit;font-size: inherit;}
pre{word-break: break-word;}
:focus{outline:none!important;border-color:inherit;}
.clearfix{*zoom: 1;}
.clearfix:before,.clearfix:after
{display: table;line-height: 0;content: "";}
.clearfix:after{clear: both;}
table{border-collapse:collapse;border-spacing:0;width:100%}
h3,h4,h5,h6{font-weight: normal;}
em,i{font-style:normal;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none;}
input[type="button"]{border:none;}
textarea {  -webkit-appearance: none;}  
.btn{display:inline-flex;align-items: center;justify-content: center; background-color: transparent;border: 0; outline: 0; cursor: pointer;padding: 4px;}
.flex-col{flex: 1; min-width: 0;}
.auto{margin:0 auto;max-width: 1200px;}
.input{outline: 0; border: 0; background-color: transparent}
a:hover{
	transition: .3s all;
	color: #005bab;
}

/* 头尾 */
body{
	padding-top: 172px;
}
.head{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	background-color: #005bab;
	transition: .3s all;
}
.head *{
	transition: .3s all;
}
.logo-cell{
	display: flex;
	align-items: center;
	float: left;
}
.logo-cell img{
  height:79px;
}
.logo-cell .line{
	width: 1px;
	height: 50px;
	background-color: #5793c8;
	margin: 0 20px;
}

.head-right{
	float: right;
}
.head-navbar{
	border-top: 1px solid #0f63c6;
    height: 51px;
}
.navbar-nav {
	display: flex;
	justify-content: space-between;
    /* overflow-x: auto; */

}
.navbar-nav > li{
    position: relative;
    /* white-space: nowrap; */
}
.navbar-nav li>a{
	display: block;
	color: #fff;
	padding: 0 14px;
	line-height: 50px;
}
.navbar-nav li>a:hover,
.navbar-nav li.active>a{
	background-color: #5793c8;
}
.head-main{
	padding: 20px 0;
}
.top-link{
	margin-bottom: 20px;
	text-align: right;
}
.top-link li{
	display: inline-block;
	font-size: 14px;
	color: #fff;
}
.top-link li.line{
	padding: 0 10px;
}
.top-link li a{
	font-size: 14px;
	color: #fff;
}
.head-search{
	display: flex;
	align-items: center;
	padding: 0 20px;
	background-color: #2472b7;
	border-radius: 40px;
	width: 310px;
	height: 40px;
}
.head-search .input{
	color: #fff;
	width: 100%;
	font-size: 14px;
}
.head-search .input::placeholder{
	color: #fff;
}
.head-right .btn{
	color: #fff;
}
.foot{
	background-color: #005bab;
	font-size: 14px;
	color: #fff;
}
.foot a{
	color: #fff;
}
.copyright{
	border-top: 1px solid #337cbc;
	text-align: center;
	padding:13px 15px;
	line-height: 20px;
	opacity: .46;
}
.foot .auto{
	background: url(../images/foot-bg.jpg) right center no-repeat;
	background-size: contain;
}
.foot-main{
	padding-top: 50px;
	padding-bottom: 40px;
	line-height: 1.2;
}
.foot-qcode{
	text-align: center;
}
.foot-qcode img{
	width: 92px;
	height: 92px;
}
.foot-qcode .qcode-label{
	margin-top: 10px;
	font-size: 16px;
}
.foot-cell_label{
	font-size: 18px;
	margin-bottom: 20px;
}
.foot-link li{
	width: 50%;
	float: left;
	margin-bottom: 14px;
}
.foot-link li a{
	opacity: .46;
}
.foot-link li a:hover{
	opacity: 1;
}
.foot-link li:last-child,
.foot-link li:nth-last-child(2){
	margin-bottom: 0;
}
.list-contact li{
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}
.list-contact li:last-child{
	margin-bottom: 0;
}
.list-contact li span:not(.iconfont){
	opacity: .46;
}
.list-contact li .iconfont{
	color: #bd861e;
	margin-right: 10px;
	opacity: 1;
}
.search-box {
	display: flex;
	align-items: center;
}
.search-box form {
    display: flex !important;
    width: 100%;
}
.btn-menu{
	display: none;
	margin-left: 10px;
}
.btn-menu .iconfont{
	font-size: 22px;
}
.head-main .auto{
	overflow: hidden;
}

@media (min-width:1200px) {
	.body-scroll .head{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.body-scroll .logo-cell img{
		height: 40px;
	}
	.body-scroll .head-right{
		display: none;
	}
	.body-scroll .head-navbar{
		margin-left: 20px;
		border-top: 0;
	}
	.body-scroll .navbar-nav li>a{
		padding: 0 10px;
	}
	.foot-contact{
		padding-left: 50px;
	}
	.foot-main{
		display: flex;
	}
	.foot-links{
		width: 418px;
		border-right: 1px solid #2f78b8;
	}
	.foot-contact{
		width: 380px;
		border-right: 1px solid #2f78b8;
	}
	.foot-qcode{
		flex: 1;
		text-align: center;
	}
}
@media (max-width:1200px) {
	.foot-main{
		overflow: hidden;
	}
	.foot-links{
		border-right: 1px solid #2f78b8;
		padding: 0 40px;
		width: 45%;
		float: left;
	}
	.foot-contact{
		border-right: 1px solid #2f78b8;
		padding: 0 40px;
		width: 35%;
		float: left;
	}
	.foot-qcode{
		width: 20%;
		float: left;
	}
}
@media (max-width:992px) {
	
	.foot-main{
		overflow: hidden;
	}
	.foot-links{
		border: 0;
		padding: 0 20px;
		width: 100%;
		float: left;
		margin-bottom: 40px;
	}
	.foot-contact{
		border: 0;
		padding: 0 20px;
		width: 100%;
		float: left;
		margin-bottom: 40px;
	}
	.foot-qcode{
		width: 100%;
		float: left;
	}
}
.btn-menu.close .icon-caidan::before{
	content: "\e7dd";
}

.list-contact li .icon-phone {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/icon-dianhua.png) no-repeat center;
    background-size: contain;
    margin-bottom: -3px;
}
/* inbanner */
.in-banner{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 450px;
}







@media (max-width:1200px) {
	body{
		padding-top: 162px;
	}
	.navbar-nav li>a{
		padding: 0 20px;
	}
	.top-link{
		margin-bottom: 10px;
	}
	.head{
		padding: 0 15px;
	}
	.logo-cell img{
		height: 60px;
	}
}
@media (max-width:1044px) {
	.navbar-nav li>a{
		padding: 0 14px;
	}
}
@media (max-width: 1199px) {
	.navbar-nav li>a{
		padding: 0 8px;
	}
	.head-search{
		width: 200px;
	}
	.in-banner{
		height: 225px;
	}
}
@media (min-width: 1200px){
	.head-main .auto{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}
@media (max-width: 1199px) {
	.head-main{
		position: relative;
		background-color: #005bab;
		z-index: 22;
	}
	body{
		padding-top: 166px;
	}
	.body-scroll .top-link{
		height: 0;
		opacity: 0;
		overflow: hidden;
		margin-bottom: 0;
	}
	.head-navbar{
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
		background-color: #005bab;
		height: calc(100vh - 167px);
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		overflow-y: auto;
	}
	.body-scroll .head-navbar{
		height: calc(100vh - 135px);
	}
	.navbar-nav {
		display: none;
	}
	.head-navbar.show{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
.head-navbar.show .navbar-nav{display: block;

}
	.navbar-nav li{
		float: none;
		border-bottom: 1px solid #0f63c6;
	}
	.navbar-nav li>a{
		padding: 0 20px;
	}
	.btn-menu{
		display: block;
	}
	.logo-cell{
		float: none;
		justify-content: center;
		margin-bottom: 15px;
	}
	.head-right{
		float: none;
	}
	.top-link{
		text-align: center;
	}
	.head-search{
		width: 100%;
	}
	.logo-cell img{
		height: 40px;
	}
	.logo-cell .line{
		margin: 0 5px;
		height: 20px;
	}
}

.scale{
	overflow: hidden;
	font-size: 0;
	display: block;
}
.scale img{
	transition: .3s all;
}
.scale:hover img{
	transform: scale(1.06);
}
.wrapper{
	padding: 50px 15px;
}
.page-main{
	display: flex;
}
.page-col{
	flex: 1;
	min-width: 0;
}
.page-aside{
	position: relative;
	width: 270px;
	margin-right: 44px;
}
.aside-panel{
	background-color: #e2eff7;
}
.page-aside .aside-hd{
	background-color: #005bab;
	color: #fff;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 5px solid #bd861e;
}
.aside-bd{
	padding: 30px 18px;
	min-height: 350px;
	background-image: url(../images/aside-bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.aside-nav{
	background-color: #f6fafd;
	text-align: center;
}
.aside-nav >li{
	border-bottom: 1px solid #bfbfbf;
}
.aside-nav >li > a{
	display: block;
	color: #005bab;
	height: 68px;
	line-height: 68px;
	font-size: 20px;
	font-weight: bold;
}
.aside-nav >li.active > a{
	background-color: #005bab;
	color: #f9e2b6;
}
.page-main .page-col{
	padding-top: 10px;
}
.bread{
	height: 70px;
	border-bottom: 1px solid #003779;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bread .bread-title{
	font-weight: bold;
	font-size: 24px;
	color: #005bab;
}
.bread-nav{
	display: inline-flex;
	align-items: center;
	color: #888888;
	font-size: 14px;
}
.bread-nav .iconfont{
	margin-right: 5px;
	font-size: 18px;
}
.bread-nav span:not(.iconfont){
	padding: 0 10px;
}
.article-main{
	padding: 30px 0;
}
.article-title{
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}
.article-attr{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 14px;
	background-color: #e2eff7;
	color: #666666;
	padding:10px 15px;
	margin-bottom: 25px;
	line-height: 20px;
}
.item-attr{
	display: inline-flex;
	align-items: center;
	padding: 5px 15px;
}
.item-attr .icon-weixin{
	color: #6cba78;
	font-size: 24px;
	cursor: pointer;
}
.article-content p{
	line-height: 2;
	margin-bottom: 15px;
    text-indent: 2em;
}
.article-link{
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d5d5d5;
}
.article-link li{
	margin-bottom: 20px;
}
.text-primary{
	color: #005bab!important;
}
.aside-arrow{
	display: none;
	cursor: pointer;
	background-color: #005bab;
	width: 30px;
	height: 60px;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -30px;
	top: 50%;
	margin-top: -100px;
	color: #fff;
	padding-right: 7px;
	border-radius:0 50px 50px 0 ;
}
.aside-arrow .iconfont{
	font-size: 22px;
	transition: .4s all;
}
.aside-arrow.open .iconfont{
	transform: rotateZ(-180deg);
}
.activity-cells{
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
	margin: 0 -15px;
}
.activity-cells li{
	width: 33.33%;
	padding: 20px 15px;
	float: left;
}
.activity-box{
	display: block;
	border-bottom: 1px solid #e7eae9;
}
.activity-box .photo{
	height: 156px;
	font-size: 0;
}
.activity-box .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.activity-box .title{
	height: 56px;
	line-height: 55px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
.activity-box:hover{
	padding: 10px 10px 0 10px;
	margin: -14px -10px 0 -10px;
	background-color: #005bab;
	border-bottom: 4px solid #bd861e;
}
.activity-box:hover .title{
	color: #f9e2b6;
	font-weight: bold;
}
.list-fenye{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.list-fenye .item{
	min-width: 32px;
	height: 32px;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #e2eff7;
	color: #7a7a7a;
	font-size: 14px;
	margin: 5px;
}
.list-fenye .item.active,
.list-fenye .item:hover{
	background-color: #005bab;
	color: #fff;
}
.list-fenye .item-link{
	padding: 0 15px;
}
.list-media li{
	padding: 32px 0;
	border-bottom: 1px solid #e1e1e1;
}
.list-media-card{
	display: flex;
}
.list-media-photo{
	font-size: 0;
	width: 152px;
	height: 88px;
	margin-left: 30px;
	margin-right: 30px;
	border: 2px solid #ffffff;
}
.list-media-photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.time-left{
	text-align: right;
	width: 70px;
	color: #bd861e;
}
.time-left .time-1{
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
}
.time-left .line{
	margin-left: 54px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #bd861e;
	line-height: 1;
	width: 16px;
	height: 3px;
}
.time-left .time-2{
	font-size: 16px;
	line-height: 1;
}
.list-media-card .title{
	margin-bottom: 10px;
font-size: 18px;
}
.list-media-card .desc{
	color: #666666;
	font-size: 12px;
	line-height: 28px;
}
.list-media{
	margin-bottom: 30px;
}
.list-media-card:hover *{
	color: #005bab;
}
.list-media-card:hover .line{
	background-color: #005bab;
}
.list-media-card:hover .title{
	font-weight: bold;
}
.list-media-card:hover .list-media-photo{
	border-color: #005bab;
}
.text-list{
	padding: 10px 0;
	margin-bottom: 20px;
}
.text-list li{
	position: relative;
	border-bottom: 1px solid #e1e1e1;
}
.text-list .text-list-card{
	position: relative;
	z-index: 22;
	display: flex;
	align-items: center;
	padding: 25px 10px;
}
.text-list-card .time-tag{
	height: 24px;
	padding: 0 12px;
	background-color: #005bab;
	font-size: 14px;
	line-height: 24px;
	border-radius: 24px;
	color: #fff;
	margin-right: 10px;
}
.text-list-card .icon-jiantou{
	color: #cacaca;
}
.text-list li::before{
	content: '';
	position: absolute;
	background: url(../images/text-bg.png) center no-repeat;
	width: 100%;
	left: 0;
	height: 104px;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s all;
	opacity: 0;
	visibility: hidden;
}
.text-list li:hover::before{
	opacity: 1;
	visibility: visible;
}
.page-col .lect-list{    margin: 20px 0px;
}

.page-col .lect-list li{    width: 48%;
    margin-bottom: 24px;
    border: 1px solid #ccc;
    margin: 8px;
padding: 0px;
}
.aside-sub-nav{
	padding: 10px 0;
}
.aside-sub-nav li a{
	display: block;
	line-height: 45px;
	color: #666666;
}
.aside-sub-nav li.active a{
	color: #003779;
	background: url(../images/nav-active.png) center no-repeat;
}


.item-list {
    width: 100%;
    margin-top: 60px;
}
.item-list .title-box {
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    font-weight: 400;
    color: #111;
    box-sizing: border-box;
    border-bottom: 1px solid #e9e8e8;
    transition: font-size 0.3s ease, color 0.3s ease;
    background: url(../images/ioc_huise.png) no-repeat 98% center #fff;
    cursor: pointer;
}
.on-box {
    font-size: 18px;
    font-weight: bold !important;
    color: #0d4589 !important;
    background: url(../images/ioc_lanse.png) no-repeat 98% center #cfe4ff !important;
}
.item-list .content {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}
.visible {
    max-height: none !important;
    padding: 20px !important;
    border-bottom: 1px solid #e9e8e8;
}
.content .item {
    /*display: flex;*/
}
.content .item .fl {
    padding: 0px 18px 0;
    color: #005bab;
    font-weight: 500;
}
.content .item .fl:hover {
    font-weight: bold;
}

.content .item .fl span{display: inline-block;text-align: justify;text-justify: justify; /* 对齐多行文本 */overflow: hidden; width: 48px;}
 
.content .item .fl span::after {
  content: '';
  width: 100%;
  display: inline-block;
}
.content .item .jsxx {
    padding: 0;
    display: flex;
       float: left;
}
.content  .item ul{
  overflow:hidden;
}
.content .item .jsxx .kuan {
    display: inline-block;
    width: 48px;
    height: 10px;
}
.content .item .jsxx .kuan1{   display: inline-block;
    width: 16px;
    height: 10px;
}

.team-list {
	padding: 20px 0;
	margin: 0 -12px;
	display: flex;
	flex-wrap: wrap;
}
.team-list li{
	width: 50%;
	padding: 15px 12px;
}
.team-card{
	display: flex;
	padding: 20px;
	border: 1px solid #ebebeb;
}
.team-card .team-photo{
	width: 126px;
	height: 168px;
	margin-right: 25px;
	border: 2px solid #ffffff;
}
.team-card .team-photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team-card .desc{
	color: #666666;
	line-height: 2;
	font-size: 14px;
}
.team-card .team-head{
	margin-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
overflow:hidden;
padding-bottom: 1opx;
}
.team-card .job{
  overflow: hidden;
}
.team-card .name{
	font-weight: bold;
	font-size: 22px;
	margin-right: 10px;
float: left;
}
.team-card:hover .team-photo{
	border-color: #f9e2b6;
}
.team-card:hover{
	background-color: #005bab;
	color: #ffffff;
}
.team-card:hover .desc{
	color: #ffffff;
}
.team-card:hover .team-head{
	color: #f9e2b6;
}

@media (max-width:1024px) {
	.aside-arrow{
		display: flex;
	}
	.aside-panel{
		height: 100%;
	}
	.page-aside{
		position: fixed;
		left: -270px;
		z-index: 199;
		transition: .4s all;
		top: 160px;
		bottom: 0;
	}
	.body-scroll .page-aside{
		top: 135px;
	}
	.page-aside.show{
		left: 0;
	}
	.aside-bd{
		height: calc(100% - 80px);
	}
}
@media (max-width:992px) {
	.team-list li{
		width: 100%;
	}
	.team-card{
		padding: 10px;
	}
	.team-card .desc{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.team-card .name{
		font-size: 18px;
		margin-right: 10px;
	}
	.team-card .job{
		font-size: 12px;
	}
	
	
	
	
}




@media (max-width:750px) {
	.text-list .text-list-card{
		position: relative;
		display: block;
		padding-bottom: 65px;
	}
	.text-list-card .time-tag{
		position: absolute;
		left: 0;
		bottom: 25px;
	}
	.text-list-card .icon-jiantou{
		position: absolute;
		right: 0;
		bottom: 26px;
	}
	.list-media-card{
		display: block;
		overflow: hidden;
	}
	.list-media-photo{
		float: left;
	}
	.list-media-card .flex-col{
		width: 100%;
		float: left;
		margin-top: 25px;
	}
	.time-left{
		margin-top: 10px;
		float: left;
	}
	.activity-box .photo{
		height: 110px;
	}
	.activity-cells{
		margin: 0 -5px;
	}
	.activity-cells li{
		width: 50%;
		padding:10px 5px;
	}
	.bread .bread-title{
		font-size: 20px;
	}
	.wrapper{
		padding: 30px 15px;
	}
	.bread .bread-title{
		margin-bottom: 5px;
	}
	.bread{
		display: block;
	}
}
/* index */
.index-section{
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
}
.dynamics-section{
	padding-top: 60px;
	padding-bottom: 90px;
	background-image: url(../images/bg_1.jpg);
	background-position: center bottom;
}
.notice-section{
	padding-top: 60px;
	padding-bottom: 90px;
	background-image: url(../images/bg-2.png);
	background-position: right bottom;
}
.lecture-section{
	background-color: #e8eef3;
	padding-top: 60px;
	padding-bottom: 70px;
}
.special-section{
	padding-top: 60px;
	padding-bottom: 30px;
}
.plant-section{
	padding-top: 30px;
	padding-bottom: 60px;
}
.section-head{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	line-height: 1;
}
.section-title{
	display: flex;
	align-items: center;
	font-size: 34px;
}
.section-title .iconfont{
	font-size: 22px;
	width: 38px;
	height: 38px;
	border-radius: 38px;
	margin-right: 15px;
	background-color: #e8eef3;
	color: #005bab;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.section-title span:not(.iconfont){
	font-weight: bold;
}
.section-head .section-more{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 98px;
	height: 28px;
	border: 1px solid #cdcdcd;
	border-radius: 30px;
	margin-left: auto;
	font-size: 14px;
	color: #999;
}
.special-list{
	margin: 0 -7px;
}
.special-list li{
	width: 25%;
	float: left;
	padding:0 7px;
}
.special-list .special-box{
	display: block;
	font-size: 0;
}
.notice-list{
	margin: 0 -15px;
}
.notice-list li{
	width: 33.33%;
	float: left;
	padding: 12px 15px;
}
.notice-list .notice-box{
	display: block;
	height: 186px;
	padding: 30px 25px;
	border: 1px solid #f1f1f1;
	border-top: 2px solid #005bab;
	transition: .3s all;
}
.notice-box:hover{
	background-color: #005bab;
	border-top: 2px solid #bd861e;
}
.notice-box:hover *{
	color: #f9e2b6!important;
}




.notice-box .time{
	line-height: 1;
	color: #005bab;
	margin-bottom: 15px;
}
.notice-box .title{
	line-height: 1.8;
	margin-bottom: 10px;
	font-size: 18px;
}
.notice-box .ft{
	text-align: right;
	line-height: 1;
}
.notice-box .icon-sm-arrow{
	font-size: 35px;
	color: #005bab;
}
.notice-box:hover{
	transform: translateY(-10px);
}
.dynamics-list{
	margin: 0 -12px;
}
.dynamics-list li{
	width: 33.33%;
	float: left;
	padding: 12px;
}
.dynamics-list .dynamics-box{
	display: block;
}
.dynamics-box .dyn-photo{
	height: 216px;
}
.dyn-photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dynamics-box .dyn-grid{
	position: relative;
	border: 1px solid #f1f1f1;
	background-color: #ffffff;
	border-top: 0;
	padding: 30px;
	height: 116px;
}
.dyn-grid .dyn-time{
	position: absolute;
	left: 20px;
	top: -16px;
	height: 32px;
	width: 115px;
	line-height: 32px;
	background-color: #005bab;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	border-radius: 30px;
}
.dyn-grid .dyn-title{
	line-height: 1.78;
}
.lect-main{
	display: flex;
}
.lect-lg{
	background-color: #ffffff;
	width: 500px;
	margin-right: 20px;
    margin-bottom: 24px;
}
.lect-box{
	padding: 0 30px;
	display: block;
	background-color: #ffffff;
	transition: .3s all;
}
.lect-lg .lect-box{
	background-color: transparent;
	height: 195px;
}
.lect-list{
	margin: 0 -12px;
}
.lect-list li{
	width: 50%;
	float: left;
	padding:0 12px;
	margin-bottom: 24px;
}
.lect-list .lect-box{
	height: 226px;
}
.lect-list .lect-box:hover{
	background-color: #005bab;
	border-color: #005bab;
}



.lect-lg-photo{
	height: 282px;
}
.lect-lg-photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lect-lg-photo .scale{
	width: 100%;
	height: 100%;
}
.lect-grid .lect-item{
	color: #666666;
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.lect-grid .lect-item .iconfont{
	width: 24px;
	height: 24px;
	background-color: #005bab;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	border-radius: 30px;
}
.lect-title{
	font-size: 18px;
}
.lect-lg .lect-title{
	border-bottom: 1px solid #e5edf2;
	margin-bottom: 15px;
	height: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.lect-list .lect-title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.8;
	height: 98px;
	padding-top: 20px;
	border-bottom: 1px solid #e5edf2;
	margin-bottom: 15px;
}
.lect-list .lect-box:hover .lect-title{
	color: #f9e2b6;
}
.lect-list .lect-box:hover .lect-item:not(.iconfont){
	color: #f9e2b6;
}
.lect-list .lect-box:hover .lect-grid .lect-item .iconfont{
	background-color: #bd861e;
}
.lect-lg:hover .lect-box .lect-title{
	color: #f9e2b6;
}
.lect-lg:hover .lect-box .lect-item:not(.iconfont){
	color: #f9e2b6;
}
.lect-lg:hover .lect-box .lect-grid .lect-item .iconfont{
	background-color: #bd861e;
}
.lect-lg:hover{
	background-color: #005bab;
	border-color: #005bab;
}
.lecture-section .section-title .iconfont{
	background-color: #ffffff;
}
.img_full{width: 100%;height: 100%;display: block;object-fit: cover;}
.swiper-pagination-bullet{
	background-color: #ffffff;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background-color: #005bab;
}
.idx-banner .item {
	height: 600px;
}
.navbar-sub-nav{
	background-color: #0f86d6;
}
.navbar-sub-nav li a {
    line-height: 1.8;
    /* min-height: 50px; */
    padding: 14px 14px;
}
.navbar-sub-nav li a:hover{
	background-color: #1278cb;
}





@media (min-width:1200px) {
	.lect-list li:last-child{
		margin-bottom: 0;
	}
	.lect-list li:nth-last-child(2){
		margin-bottom: 0;
	}
}
@media (max-width:1200px) {
	.lect-lg{
		width: 100%;
		margin-right: 0;
		margin-bottom: 24px;
	}
	.lect-main{
		display: block;
	}
	.idx-banner .item {
		height: 400px;
	}
}


@media (max-width:1024px) {
	.dynamics-list li{
		width: 50%;
	}
	.notice-list li{
		width: 50%;
	}
}
.navbar-nav > li .icon-arrow{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	right:5px;
	top: 0;
	width: 50px;
	height: 50px;
	color: #ffffff;
}
.navbar-nav > li .icon-arrow.this{
	transform: rotate(90deg);
}
.navbar-nav > li.active .icon-arrow{
	transform: rotate(180deg);
}
@media (min-width: 1199px) {
	.navbar-nav > li .icon-arrow{
		display: none;
	}
	.navbar-sub-nav{
		position: absolute;
		width: 190px;
		top: 100%;
		left: 0;
		display: none;

	}
	.navbar-nav > li:hover .navbar-sub-nav{
		display: block;
	}
}
@media (max-width:750px) {
	.idx-banner .item {
		height: 300px;
	}
	.dynamics-list li{
		width: 100%;
	}
	.notice-list li{
		width: 100%;
	}
	.special-list li{
		width: 50%;
		margin-bottom: 14px;
	}
	.lect-box{
		padding: 0 20px;
	}
	.lect-list li{
		width: 100%;
	}
}




.ssjg {
    min-height: 450px;
}

.list_rsou {
    width: 100%;
}

.list_rsou ul {
    width: 100%;
    float: left;
}

.list_rsou ul li {
    width: 100%;
    float: left;
    border-bottom: #ccc 1px dashed;
    position: relative;
}

.list_rsou ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 25px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #005bab;
}

.list_rsou ul li a {
    margin-left: 14px;
    font-size: 16px;
    color: #333;
    float: left;
    line-height: 55px;
    height: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.list_rsou ul li i {
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 55px;
    font-style: normal;
}

.list_rsou ul li:hover a {
    color: #005bab;
    text-indent: 16px;
    transition: all 0.4s;
}

.sspage {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #333;
}

.sspage a {
    color: #01548a;
}

.qzssjg_no {
    width: 600px;
    margin: 50px auto 0px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

@media only screen and (max-width: 700px) {
    .qzssjg_no {
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-family: "FZLTZHK", "Microsoft YaHei";
        font-family: "Microsoft YaHei";
    }
}
.headStyle6gt6pn57x8 .PrevDisabled{height:20px;}
.headStyle6gt6pn57x8 .Next{height:20px;}