.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: #176EC9;
}

.mainbox{
	padding:0 40px;
	background-color: #fff;
}
.mainHd{
	padding:25px 0 22px;
	display: flex;
	    align-items: flex-end;
	justify-content: space-between;
}
.mainHd img{
	margin:0 10px;
}
.mainHd a{
	display: flex;
	align-items: center;
}
.main3 .mainHd{
	padding-top: 8px;
	padding-bottom: 8px;
}

/* 学校要闻 */
.swiper-news {
	position: relative;
	overflow: hidden;
}


.swiper-news .swiper-pagination{
	bottom: 80px;
	
}
.swiper-news .swiper-pagination-bullet{
	background-color: transparent;
	opacity: 1;
	width: 14px;
	height: 14px;
	line-height: 14px;
	border: 2px solid #fff;
	margin: 0 6px;
	border-radius: 50%;
	color: #fff;
}
.swiper-news .swiper-pagination-bullet-active{
	background: #D2101A;
	border: 2px solid #D2101A;
}
.swiper-news .tit{
	padding: 10px 0 2px;
	text-align: center;
}
.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: 56%;
}
.swiper-news .ptbox .pic{
	width: calc(100% - 20px);
	height: calc(100% - 15px);
}
.swiper-news .ptbox .inner::before{
	content: '';
	display: block;
	position: absolute;
	width:calc(100% - 20px);
	height: calc(100% - 15px);
	padding-bottom: 20px;
	top:14px;
	left: 20px;
	background-color: #176EC9;
}
.main1_1{
	width: 48%;
}
.main1_2{
	flex:1;
	padding-left: 40px;
	padding-top: 15px;
}
.main2 .cont {
    display: flex;
	flex-wrap: wrap;
}
.dllist2{
	width: calc(33.33% - 20px);
	display: flex;
	align-items: flex-start;
	padding-bottom: 20px;
}
.dllist2:nth-child(3n+2){
	margin: 0 30px;
}

.dllist2 dt{
	width: 58px;
	border-top:2px solid #0077C0;
	color: #0077C0;
	text-align: center;
	padding-top:15px;
	line-height: 1.2;
}
.dllist2 dt span{
	font-size: 13px;
}
.dllist2 dd{
	margin-top: 1px;
	border-top:1px solid #C6C1C1;
	flex: 1;
	padding-top:18px;
	padding-left: 20px;
	line-height: 1.8;
	padding-bottom:5px;
}
.dllist2 dd p{
	color: #333;
}
.main3 ul{
	padding-bottom: 30px;
}

.wrapper{
	overflow: hidden;
}
.wrapper>div{
	float: left;
	width: 48%;
}
.wrapper>div:last-of-type{
	float: right;
}
