body,html{
	font-family: "微软雅黑";
}
img{
	vertical-align: middle;
}
.com-width{
	width: 80%;
	margin: 0 auto;
}
.content{
	overflow: hidden;
}
.swiper-slide img{
	width: 100%;
}
.wrap-top{
	background-image: url('../images/top-back.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 30px 0;
}
.wrap-top .com-width{
	position: relative;
}
.wrap-top .logo{
	float: left;
	width: 45%;
}
.top-search{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	float: right;
	background-color: #ffffff;
	padding-left: 20px;
	border-radius: 25px;
	margin-left: 20px;
	height: 40px;
	border: 1px solid #163272;
}
.search-input{
	float: left;
	border: none;
	width: 170px;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
}
input:focus {
  outline: none;
}
.search-input::placeholder{
	color: #cccccc;
}
.search-btn{
	background-color: #163272;
	border: none;
	width: 40px!important;
	height: 100%;
	background-image: url("../images/search-icon.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	border-radius: 40px;
	vertical-align: middle;
	float: right;
	height:40px;
}
.top-width{
	height: 67px;
	line-height: 67px;
}
.wraptop{
	width: 100%;
	background-color: #163272;
}
.first-menu{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */  
	display: -ms-flexbox;      /* TWEENER - IE 10 */  
	display: -webkit-flex;     /* NEW - Chrome */  
	display: flex;             /* Standard syntax */
}
.first-menu li{
	flex: auto;
	-ms-flex-positive: 1; /* IE10-11 使用 -ms-flex-positive 替代 flex-grow */  
	-ms-flex-negative: 1; /* IE10-11 使用 -ms-flex-negative 替代 flex-shrink */  
	-ms-flex-preferred-size: auto; /* IE10-11 使用 -ms-flex-preferred-size 替代 flex-basis，但这里auto是默认值，通常不需要显式设置 */ 
	text-align: center;
	position: relative;
}
.first-menu li a{
	color: #ffffff;
	font-size: 18px;
	display: block;
}
.first-a:hover{
	background-color: #003cb9;
}
.two-menu{
	position: absolute;
	z-index: 100;
	top: 67px;
	width: 100%;
	border-top: 2px solid #ffffff;
	background: #163272;
}
.two-menu a{
	color: #ffffff;
	font-size: 14px!important;
	/* height: 40px; */
	line-height: 30px;
	padding: 6px 0}
.two-menu a:hover{
	background-color: #003d97;
}
.dongtai{
	margin-top: 60px;
}
.index-common-title{
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 6px;
}
.index-common-title .name{
	float: left;
	font-size: 24px;
	color: #163272;
	font-weight: bold;
	position: relative;
}
.index-common-title .name::after{
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #163272;
	left: 0;
	right: 0;
	bottom: -6px;
}
.index-common-title .look-more{
	float: right;
	background-color: #163272;
	color: #ffffff;
	padding: 4px 15px;
	border-radius: 20px;
	font-size: 14px;
}
.index-news{
	padding: 24px 0 80px;
}
.index-news .left-swiper{
	float: left;
	width: 48%;
	height: 350px;
	/* padding-bottom: 30px; */
	z-index: 0;
}
.index-news .left-swiper .swiper-wrapper{
	height: 314px;
}
.index-news .right-list{
	float: right;
	width: 48%;
}
.dongtai-slide{
	position: relative;
}
.dongtai-slide a{
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.dongtai-slide .news-content{
	position: absolute;
	background-color: #163272;
	color: #ffffff;
	z-index: 30;
	bottom: -35px;
	left: 9%;
	right: 9%;
	padding: 10px 20px;
}
.news-content .p1{
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-content .p2{
	font-size: 14px;
}
.news-next,.news-prev{
	width: 30px;
	height: 75px;
	background-size: 30px 75px;
	margin-top: 0;
	transform: translateY(-50%);
}
.news-next{
	background-image: url('../images/icon-next.png');
	right: 0;
}
.news-prev{
	background-image: url('../images/icon-prev.png');
	left: 0;
}
.dongtai-list .li{
	width: 48%;
	float: left;
}
.dongtai-list .li:nth-child(odd){
	margin-right: 4%;
}
.dongtai-list .li a{
	display: block;
	padding: 10px 6px 10px 10px;
	border-bottom: 1px dashed #cfcfcf;
}
.dongtai-list .li a:hover .title{
	color: #163272;
	font-weight: bold;
}
.dongtai-list .li a .info{
	position: relative;
}
.dongtai-list .li a .title{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dongtai-list .li a .circle{
	background-color: #167bd9;
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
}
.dongtai-list .li a .time{
	font-size: 14px;
	color: #a4a4a4;
	display: block;
	margin-top: 15px;
}
.gonggao-back{
	background-image: url('../images/gonggao-back.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.gonggao-list{
	margin-top: 60px;
}
.gonggao-content{
	background-color: #ffffff;
	float: left;
	width: 32%;
	box-shadow: 0 0 10px rgba(0,0,0,.17);
	padding: 40px 0;
	margin-right: 2%;
	margin-bottom: 70px;
	transition: all .5s;
}
.gonggao-content:hover{
	transform: scale(1.1);
}
.gonggao-content:hover .caption{
	font-weight: bold;
	color: #163272;
}
.gonggao-content a{
	display: flex;
	align-items: center;
	padding-right: 10px;
}
.gonggao-list .gonggao-content:nth-child(3n){
	margin-right: 0;
}
.gonggao-content a .data{
	background-color: #167bd9;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	width: 70px;
}
.gonggao-content a .data .day{
	font-size: 32px;
	letter-spacing: 1px;
}
.gonggao-content a .data .year{
	font-size: 13px;
	margin-bottom: 4px;
}
.gonggao-content a .content{
	margin-left: 15px;
	flex: 1;
}
.gonggao-content a .content .caption{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.gonggao-content a .content .border{
	display: inline-block;
	width: 42px;
	height: 1px;
	background-color: #167bd9;
}
.link-content{
	background-image: url('../images/link-back.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 30px 0;
}
.link-ul{
	float: right;
	height: 25px;
	width: calc(100% - 86px);
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	align-items: center;
}
.link-ul li{
	flex: 1 1 auto;
	white-space: nowrap;
	margin: 0;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px;
	border-right: 1px solid #333333;
	/* padding: 0 8px; */
}
.link-ul li:first-child { margin-left: 0; }
.link-ul li:last-child { margin-right: 0; }
.link-ul li:last-child{
	border: none;
}
.link-ul li a{
	display: block;
	color: #333333;
}
.link-ul li a:hover{
	color: #163272;
}
.link-caption{
	font-size: 18px;
	width: 74px;
	color: #163272;
	float: left;
	border-left: 2px solid #163272;
	padding-left: 10px;
	font-weight: bold;
}
.wrap-footer{
	background: #163272;
	padding: 60px 0;
}
.footer-left{
	float: left;
	width: 44%;
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
}
.footer-right{
	float: right;
	width: 55%;
	text-align: right;
}
.footer-ewm{
	display: none;
	position: absolute;
	width: 120px!important;
	height: 128px!important;
	top: -124px;
	left: 50%;
	transform: translateX(-50%);
	max-width: initial;
}
.footer-right .list{
	color: #ffffff;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	margin-right: 2%;
	position: relative;
}
.footer-right .list .ewmlogo{
	max-width: 100%;
	width: 60px;
	margin-bottom: 10px;
	border: 1px solid #ffffff;
	border-radius: 50%;
}
.footer-right .list:hover .ewmlogo{
	border: 1px solid #e6162d;
	background-color: #e6162d;
}
.copyright{
	background-color: #333333;
	color: #ffffff;
	text-align: center;
	padding: 15px 0;
	font-size: 14px;
}
.mobile-section{
	display: none;
}
.mobile-nav{
	position: fixed;
	left: 0;
	right: 0;
	top: 67px;
	z-index: 999;
	display: none;
	overflow-y: auto;
	bottom: 0;
	display: none;
}
.mobile-nav a{
	display: block;
	font-size: 16px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 0 20px;
	height: 48px;
	line-height: 48px;
}
/* 固定导航 */
.header-fixed__nav{
	background: rgba(67,138,202,.9);
	padding: 0;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transform: translateY(-110%);
	transition: all 0.5s;
}
.header-fixed__nav .top-width{
	height: 70px;
	line-height: 70px;
}
.header-fixed__nav .two-menu{
	top: 70px;
}
.header-fixed__nav .logo{
	width: 25%;
}
/* 固定导航 */
/* 添加移动端导航样式 */
.mobile-menuFirst{
	background-color: #163272;
	color: #ffffff;
	display: flex!important;
	align-items: center;
	justify-content: space-between;
}
.mobile-menuFirst img{
	width: 17px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: sub;
}
.mobile-submenu{
	display: none;
	background-color: #ffffff;
}
.mobile-submenu a{
	padding: 0 30px;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	border-color: #ededed;
}
.mobile-submenu a:last-child{
	border: none!important;
}
.close_portmobile{
	background-color: rgb(255, 255, 255);
	position: absolute;
	width: 50px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	top: 0;
	right: 0;
	display: none;
	font-size: 14px;
	border: 1px solid rgb(255, 255, 255);
	color: rgb(51, 51, 51);
}
.mobile-section{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 67px;
	line-height: 67px;
}
.mobile-top{
	background: url('../images/search-back.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 4%;
}
.mobile-top .logo{
	width: 40%;
	float: left;
}
.mobile-top .mobile-btn{
	width: 30px;
	float: right;
}
/* 添加移动端导航样式 */
/* list */
.list-content{
	background-color: #f6f8fa;
}
.content-section .list-left{
	width: 21%;
	float: left;
	color: #ffffff;
	background: rgba(22,50,114,.7);
	background-size: 120px;
	padding: 46px 0 20px;
	margin-top: 30px;
}
.content-section .list-left a{
	color: #ffffff;
}
.list-left_title{
	font-size: 30px;
	padding: 0 30px 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
.list-left_two li{
	border-bottom: 1px solid #ffffff;
	margin: 0 15px;
}
.list-left_two li a{
	font-size: 16px;
	padding: 15px 0 15px 30px;
	display: block;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.current a::before{
	content: '';
	display: block;
	width: 2px;
	position: absolute;
	left: 15px;
	background: #fff;
	top: 50%;
	transform: translateY(-50%);
	height: 15px;
}
.list-right{
	width: 76%;
	float: right;
	background-color: #fff;
	margin-top: 30px;
}
.article-content{
	padding: 40px 40px;
}
.article-title{
	font-size: 24px;
	border-bottom: 1px solid #163272;
}
.article-title h3{
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 3px solid #163272;
}
.nl-data{
	float: left;
	width: 80px;
	background-color: rgba(22,50,114,.7);
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
}
.nl-data span{
	display: block;
}
.nl-data .month{
	font-size: 32px;
}
.nl-data .year{
	font-size: 14px;
}
.nl-content{
	float: right;
	width: calc(100% - 100px);
}
.nl-section{
	padding: 20px 0;
	border-bottom: 1px solid rgba(0,0,0,.11);
}
.nl-content .caption{
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nl-content .zhaiyao{
	color: #666666;
	height: 50px;
	line-height: 25px;
	margin-top: 10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.nl-section a{
	display: block;
}
.nl-section a:hover .caption{
	color: #163272;
}
.article-details{
	margin: 20px 0;
}
.list-banner img{
	width: 100%;
}
.article-details .title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 32px;
}
.article-details .updata{
	text-align: center;
	color: #757575;
	font-size: 14px;
	padding: 5px 0 10px;
	border-bottom: 1px solid #f3f3f8;
	letter-spacing: 1px;
}
/* list */
.page{
	padding: 20px 0 10px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: min-content;
}
.page td{
	font-size: 12px!important;
}
.PrevDisabled,.this-page,.page a,.next,.NextDisabled{
	padding: 2px 2px!important;
	font-size: 12px!important;
	margin: 5px!important;
	border: solid 1px #AFD5F5;
}
.content-section{
	margin-bottom: 40px;
}
/* 教师 */
.teach-content{
	width: 22%;
	float: left;
	text-align: center;
	padding: 10px 0;
	margin-right: 3%;
	box-shadow: 0 0 6px rgba(0,0,0,.3);
	margin-bottom: 20px;
}
.teach-list{
	margin-top: 15px;
}
.teach-content .name{
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.teach-content a{
	transition: all ease-in-out 0.3s;
	display: block;
}
.teach-content a:hover{
	transform: scale(1.1);
}
.teach-content a .avatar{
	width: 90%;
	height: 180px;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
/* 教师 */
.xiangqing{
	margin-top: 20px;
}
@media screen and (max-width: 1386px){
	.com-width{width: 84%;}
	/* .link-ul li{padding: 0 8px;} */
	.link-ul li{font-size: 13px;}
	.footer-left{font-size: 14px;}
}
@media screen and (max-width: 1100px){
	.mobile-section{
		display: block;
	}
	.header{
		display: none;
	}
	.index-content{
		margin-top: 40px;
	}
	.com-width{
		width: 90%;
	}
	.list-content{
		padding-top: 80px;
	}
}
@media screen and (max-width: 992px){
	.com-width{width: 92%;}
	.index-news .left-swiper{
		width: 100%;
		float: initial;
	}
	.index-news .right-list{
		width: 100%;
		float: initial;
	}
	.link-ul li a{
		font-size: 10px;
	}
	.gonggao-content{
		width: 48%;
		margin-right: 4%!important;
	}
	.gonggao-list .gonggao-content:nth-child(2n){
		margin-right: 0!important;
	}
	.link-caption{
		float: initial;
	}
	.content-section .list-left{width: 100%;float: initial;position: inherit;margin-top: 20px;padding: 15px 0;}
	.content-section .list-right{
		float: initial;
		width: 100%;
	}
	.article-content{
		padding: 20px;
	}
	.list-left_title{
		font-size: 18px;
	}
	.content-section .list-left a{
		font-size: 14px;
		padding: 10px 0 10px 30px;
	}
	.article-title{
		font-size: 20px;
	}
	.nl-content .caption{
		font-size: 18px;
	}
	.nl-content .zhaiyao{
		font-size: 14px;
	}
	.teach-content{width: 31%;margin-right: 2%;}
}
@media screen and (max-width: 799px){
	.gonggao-content{
		width: 100%;
		float: initial;
		margin-right: 0!important;
		margin-bottom: 20px;
		padding: 20px 0;
	}
	.dongtai-list .li{
		width: 100%;
		float: initial;
	}
	.index-news{
		padding-bottom: 40px;
	}
	.gonggao-list{
		margin-top: 24px;
	}
	.footer-left{
		float: initial;
		width: 100%;
	}
	.footer-right{
		float: initial;
		width: 100%;
		text-align: center;
	}
	.footer-right .list{
		width: 31%;
		float: left;
		font-size: 12px;
	}
	.footer-right .list .ewmlogo{
		width: 50px;
	}
	.link-caption{
		float: initial;
	}
	.link-ul{
		float: initial;
		display: block;
		height: auto;
		margin-top: 15px;
		width: 100%;
	}
	.link-ul li a{
		font-size: 12px;
	}
	.link-ul li{
		margin-bottom: 10px;
		width: 48%;
		float: left;
		border: 1px solid #333333!important;
		text-align: center;
		padding: 4px 0;
		margin-right: 2%;
	}
	/* .link-ul li:nth-child(2n){
		margin-right: 0;
	} */
	.wrap-footer{
		padding: 30px 0;
	}
	.mobile-top .logo{
		width: 60%;
	}
	.copyright{
		font-size: 12px;
		padding: 10px 10px;
	}
	.teach-content{width: 48%;margin-right: 2%;}
	.teach-content a .avatar{
		height: 140px;
	}
}