.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner img {
	width: 100%;
}

.banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.banner .swiper-pagination-bullet {
	opacity: 1;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #068856;
}


.mainHd{
	margin-bottom: 15px;
	padding:10px 0;
}
.mainHd img{
	margin:0 10px 0 0;
}
.mainHd a{
	display: flex;
	align-items: center;
}
.main1 .mainHd{
	margin-top: 15px;
}
.mainbox .mainHd img{
	margin-left: 10px;
}.main2_1 .mainHd{
	background-color: #0452A2;
}
.main2_1 .mainHd a,.main2_2 .mainHd a,.main2_3 .mainHd a{
	color: #fff;
}
.main2_2 .mainHd{
	background-color: #18A6E1;
}
.main2_3 .mainHd{
	background-color: #03B05B;
}

/* 学校要闻 */
.swiper-news {
	
	position: relative;
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px solid #B9B9B9;
}


.swiper-news .swiper-pagination{
	bottom: 80px;
	height: 42px;
	background: rgba(0,0,0,.5);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.swiper-news .swiper-pagination-bullet{
	background-color: transparent;
	opacity: 1;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #fff;
	margin: 0 6px;
	border-radius: 0;
	color: #fff;
	font-size: 12px
}
.swiper-news .swiper-pagination-bullet-active{
	background: #8F0000;
}
.swiper-news .tit{
	padding: 10px 0 2px;
}
.swiper-news  .date{
	display: flex;
	justify-content: space-between;
	line-height: 26px;
}
.swiper-news  .date span{
	color: #999;
	padding-left: 26px;
	background: url(../images/ico_date.png) no-repeat 0 center;
}
.swiper-news .ptbox .inner{
	padding-bottom: 64%;
}
@media screen and (max-width: 1400px){
	.swiper-news .ptbox .inner{
		padding-bottom: 71%;
	}
}
.main1_1,.main2_1,.main2_2,.main2_3{
	width: calc(33.3% - 14px);
	float: left;
}
.main1_2,.main2_2{
	margin:0 21px ;
}
.main1_2{
	flex:1;
	padding-left: 7px;
	margin-top: -12px;
}
.main1_2 .listItem2{
	float: left;
	width: calc(50% - 12px);
}
.main1_2 .listItem2:nth-child(2n){
	float: right;
}