.common-width{
	width: 88%;
	margin: 0 auto;
}
/* 垂直居中 */
.flex-style{
	display: flex; /* 设置为flex容器 */
	align-items: center; /* 子元素在垂直方向上居中 */  
	justify-content: space-between; /* 子元素在水平方向上分布 */ 
}
.header{
	background-color: #003CB9;
	height: 180px;
	line-height: 180px;
}
.header-left{
	width: 50%;
	float: left;
}
.header-left img{
	width: 100%;
	vertical-align: middle;
}
.search{
	float: right;
	background-color: #ffffff;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	margin-left: auto;
	width: 18%;
	padding: 0 15px;
}
.search-input{
	border: none;
	width: 90%;
	height: 30px;
	border-radius: 15px;
	display: inline-block;
        vertical-align: super;
        outline: none;
}
.search-input:focus{
	border: none;
}
.search-btn{
	width: 22px;
	height: 30px;
	background-image: url("../images/icon-01.png");
	background-repeat: no-repeat;
	background-size: 12px;
	border: none;
	background-color: #ffffff;
	background-position: right center;
	border-radius: 0 15px 15px 0;
}
/* 导航 */
.nav-section{
	background-color: #002f92;
}
.nav-list{
	display: flex;
}
.nav-list li{
	flex: 1;
	text-align: center;
	padding: 16px 0;
}
.nav-list li:hover{
	background-color: #003CB9;
}
.nav-list a{
	color: #ffffff;
	font-size: 16px;
}
.has-sub2{
	position: absolute;
	width: 100%;
	background: #012f92;
	top: 54px;
	border-top: 1px solid #ffffff;
        z-index:9999;
}
.has-sub1{
	position:relative;
}
/* 导航 */
/* banner */
.banner-swiper{
	margin-bottom: 36px;
}
.banner-swiper img{
	width: 100%;
}
.banner-pagination .swiper-pagination-bullet{
	width: 75px;
	height: 4px;
	border-radius: 10px;
	background-color: #ffffff;
	opacity: 1;
}
.banner-pagination .swiper-pagination-bullet-active{
	background-color: #003CB9;
}
/* banner */
/* 通用标题 */
.heading-style{
	display: flex;
	align-items: center;
	height: 40px;
	line-height: 40px;
}
.heading-title{
	display: inline-block;
	width: 96px;
	text-align: center;
	color: #ffffff;
	margin-right: 24px;
	font-size: 18px;
}
.heading-right{
	flex: 1;
	text-align: right;
	border-bottom: 1px solid #999999;
}
.heading-right a:hover{
	transform: scale(1.1);
}
.heading-right a{
	font-size: 14px;
	color: #003CB9;
	transition: all 0.4s;
}
.backcolor1{
	background-color: #1485EE;
}
.backcolor2{
	background-color: #003CB9;
}
.backcolor3{
	background-color: #fa3b3b;
}
.backcolor4{
	background-color: #FA9D3B;
}
.backcolor5{
	background-color: #07C160;
}
.backcolor6{
	background-color: #00ACA6;
}
/* 通用标题 */
/* 动态/通知 */
.gzdt{
	width: 48%;
	float: left;
}
.tzgg{
	width: 48%;
	float: right;
}
.gzdt .heading-style,.tzgg .heading-style{
	margin-bottom: 20px;
}
.caption-content a{
	display: flex;
	padding: 14px 0;
	border-bottom: 1px solid rgba(0,0,0,.11);
	font-size: 16px;
	align-items: center;
}
.caption-content .data{
	display: inline-block;
	width: 55px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: rgba(0, 60, 185, 0.10);
	color: #003CB9;
	margin-left: 15px;
}
.caption-content .caption{
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #222222;
	transition: all 0.4s;
}
.caption-content .caption:hover{
	color:#003CB9;
	font-weight: bold;
	transform: translateX(10px);
}
.left-swiper{
	width: 265px;
	float: left;
	margin-top: 15px;
        height: 255px;
}
.work-sc{
	height: 100%;
}
.right-article{
	float: right;
	width: calc(100% - 280px);
}
.right-article .rows-list{
	margin-top: 0;
}
.work-pagination .swiper-pagination-bullet-active{
	background: #ffffff;
}
/* 动态/通知 */

/* 办学风采 */
.banxue-mien{
	margin-top: 50px;
}
.mien-backimg{
	background-image: url("../images/back-02.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 100%;
}
.mien-list{
	margin-top: 54px;
	padding-bottom: 30px;
}
.mien-content{
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
	width: 31%;
	padding: 30px 0;
	float: left;
	margin: 0 3.5% 30px 0;
	transition: all 0.6s;
}
.mien-content:hover{
	transform: scale(1.1);
}
.mien-content:hover .title{
	color: #003CB9;
	font-weight: 400;  
}
.mien-list .mien-content:nth-child(3n){
	margin-right: 0;
}
.data-left{
	background-color: #003CB9;
	color: #ffffff;
	width: 54px;
	padding: 0 5px;
	float: left;
	text-align: center;
}
.data-left .years{
	font-size: 12px;
}
.data-left .day{
	font-weight: 400;
	font-size: 32px;
}
.mien-details{
	margin: 0 27px 0 18px;
	float: right;
	width: calc(100% - 109px);
}
.mien-details .title{
	font-size: 20px;
	color: #333333;
	height: 60px;
	line-height: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.mien-details .border{
	display: block;
	height: 1px;
	width: 40px;
	background-color: #003CB9;
	margin: 18px 0;
}
.mien-details .details{
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
/* 办学风采 */
/* 三列布局 */
.col-3{
	width: 31%;
	margin-right: 3.5%;
	float: left;
}
.col-3-section .col-3:nth-child(3n){
	margin-right: 0;
}
.col-3-section{
	margin: 56px 0 54px 0;
}
.rows-list img{
	display: inline-block;
	width: 14px;
	margin-right: 10px;
}
.rows-list .data{
	background: none;
	color: #999999;
	text-align: right;
	margin-left: 0;
}
.rows-list{
	margin-top: 20px;
}
/* 三列布局 */
/* footer */
.friendly-link{
	background-image: url("../images/back-01.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 40px 0;
}
.friendly-link .left{
	font-weight: 500;
	font-size: 16px;
	color: #1A37A0;
	padding-left: 10px;
	border-left: 2px solid #1A37A0;
	float: left;
	height: 24px;
	line-height: 24px;
}
.friendly-link .common-width{
	height: 24px;
	line-height: 24px;
}
.link{
	display: inline-block;
	margin-left: 20px;
	height: 20px;
	line-height: 20px;
}
.link li{
	float: left;
	padding: 0 20px;
	border-right: 1px solid #333333;
}
.link li:last-child{
	border-right: none;
}
.link li a{
	font-size: 14px;
	color: #333333;
}
.link li a:hover{
	color: #1A37A0;
}
.footer-bj{
	background-color: #003CB9;
	color: #ffffff;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	padding: 39px 0;
	line-height: 30px;
}
/* footer */
/* newslist */
.left-title{
	float: left;
	width: 18%;
}
.right-list{
	float: right;
	width: 78%;
}
.news-section{
	margin: 40px 0 54px 0;
}
.left-title .one li{
	background-color: #003CB9;
	padding: 15px 10px;
	text-align:center;
}
.left-title .one li a{
	color:#ffffff;
	font-size: 20px;
	font-weight:500;
}
.left-title .has-h2{
	background-color: #003CB9;
	padding: 15px 10px;
	text-align:center;
}
.left-title .has-h2 a{
	color:#ffffff;
	font-size: 20px;
	font-weight:500;
}
.left-title .two{
	background-color: #f5f5f5;
}
.left-title .two li{
	padding: 15px 10px;
	text-align: center;
	border-bottom: 1px solid #ffffff;
}
.left-title .two li a{
	font-size: 18px;
	display: block;
	transition: all 0.3s;
}
.left-title .two li a:hover{
	color: #003CB9;
	transform: scale(1.1);
}
.current{
	border-bottom: 1px solid rgba(0,0,0,.11);
	padding: 10px 0;
	text-align: right;
	color: #333333;
}
.nl-data{
	float: left;
	background-color: rgba(0,60,185,.7);
	color: #ffffff;
	width: 100px;
	text-align: center;
	padding: 15px 0;
}
.nl-data span{
	display: block;
}
.nl-data .month{
	font-size: 32px;
}
.nl-data .year{
	font-size: 14px;
}
.nl-content{
	float: right;
	width: 86%;
}
.nl-section a{
	display: block;
	transition: all 0.6s;
}
.nl-section{
	padding: 20px 0;
	border-bottom: 1px solid rgba(0,0,0,.11);
}
.nl-content h3{
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nl-content p{
	color: #666666;
	height: 60px;
	line-height: 30px;
	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:hover{
	transform: scale(1.1);
}
.nl-section a:hover .nl-content h3{
	color: #003CB9;
}
.page-ul{
	margin: 30px 0 20px;
	text-align: center;
}
.page-ul li{
	display: inline-block;
	border: 1px solid #003CB9;
	color: #003CB9;
	padding: 3px 10px;
	margin-right: 10px;
	border-radius: 4px;
}
/* newslist */
/* newscontent */
.article-top{
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px dashed rgba(0,0,0,.11);
}
.article-top h2{
	font-size: 26px;
	font-weight: bold;
	line-height: 60px;
}
.article-top p{
	color: #999999;
	font-size: 14px;
}
.article-details{
	padding: 30px 0;
}
.ar-content{
	padding-top: 30px;
}
/* newscontent */
/* 返回顶部 */
.top-fixed{
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 999;
	background-color: #003CB9;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
}
.top-fixed img{
	width: 23px;
	vertical-align: -webkit-baseline-middle;
}
/* 返回顶部 */
/* 组件分页样式 */
.listpage{
	margin-top: 20px;
}
.listpage a,.listpage span{
	color: #666666!important;
	padding: 5px 8px!important;
	margin: 5px;
	font-family: "Source Han Sans CN"!important;
	font-size: 12px!important;
}
.defaultButtonStyle{
	padding: 5px 8px;
	height: auto;
	line-height: inherit;
}
/* 组件分页样式 */