.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}


@media only screen and (min-width: 1400px){
	.wapper{
		width: 1200px;
		margin: 0 auto;
	}
}
.bannerbox{width: 100%;margin: 0 auto;margin-top: 66px;}
.banner{width: 100%;margin: 0 auto;}
.notice{width: 100%;margin: 0 auto;padding: 10px 2%;background-color: cornflowerblue;}
.notice ul li{font-size: 14px;color: #fff;padding: 10px 0;}

.banner_center{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.banner_left{width: 60%;}
.banner_right{width: 40%;}

.banner_left .swiper-container1{width: 100%;position: relative;}
.banner_left .swiper-container1 .swiper-slide{
	display: block;
	font-size: 0;
	width: 100%;
}
.banner_left .swiper-container1 .swiper-slide img{
	width: 100%;
}
@media only screen and (max-width: 980px){
	.bannerbox{width: 100%;margin: 0 auto;margin-top: 0px;}
}

.swiper-container1 .swiper-pagination{width: 100%;position: absolute;bottom: 10px;}
.swiper-container1 .swiper-pagination-bullet {
	font-size: 0px;
	width: 14px;
    height: 14px;
    background-color: #fff;
}

.banner_right{background-color: #eceff5;padding: 20px;box-sizing: border-box;}
.banner_right ul li{width: 100%;background-color: #fff;padding: 10px;box-sizing: border-box;margin-bottom: 10px;}
.banner_right ul li a{width: 100%;display: flex;align-items: center;justify-content: space-between;}
.banner_right ul li .imgbox{width: 22%;font-size: 0;margin: 0;}
.banner_right ul li .imgbox img{width: 100%;}
.banner_right ul li p{font-size: 14px;color: #333;width: 50%;}
.banner_right ul li .date{white-space: nowrap;font-size: 14px;color: #333;width: 15%;}





@media only screen and (max-width: 980px) {
	.banner_left{width: 100%;}
	.banner_right{display: none;}
}
