.banner-box img{
	width: 19.2rem;
	height: 9.1rem;
}
.news-swiper-box{
	background-color: #0038A6;
	padding: 0.8rem 0rem;
	height: 8rem;
}
.news-swiper-main{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 16rem;
	margin: 0 auto;
}
.news-swiper-box .swiper-container{
	width: 16rem;
	height: 5.2rem;
}
.news-swiper-box .swiper-slide .image{
	width: 9.2rem;
	height: 5.2rem;
}
.news-swiper-content{
	width: 6.8rem;
	height: 5.2rem;
	background-color: #FFFFFF;
	padding: 0.6rem;
}
.news-swiper-content .day{
	margin-bottom: 0.3rem;
}
.news-swiper-content .date{
	margin-bottom: 0.5rem;
	color: #343434;
	font-size: 0.18rem;
	font-weight: bold;
}
.news-swiper-content h2{
	color: #343434;
	font-size: 0.2rem;
	font-weight: bold;
	margin-bottom: 0.4rem;
}
.news-swiper-content .intro{
	font-size: 0.14rem;
	color: #666666;
	line-height: 0.3rem;
	height: 1.5rem;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	margin-bottom: 0.3rem;
}
.news-swiper-content .icon-box{
	text-align: right;
}
.news-swiper-content .icon-arrow{
	width: 0.22rem;
	height: 0.22rem;
}
.day-num{
	display: inline-block;
	vertical-align: middle;
	margin: 0rem 0.05rem 0rem 0rem;
	background-size: 100% 100%;
	width: 0.42rem;
	height: 0.6rem;
}
.news-list-box{
	background-color: #F1F1F1;
}
.news-list-main{
	background-color: #FFFFFF;
	width: 16rem;
	padding: 0.8rem 1.1rem 0rem;
	margin: 0 auto;
	transform: translate(0rem,-1.5rem);
}
.news-list>li{
	display: flex;
	flex-direction: row;
	padding: 0.55rem 0rem;
	border-bottom: 1px solid #EEEEEE;
	cursor: pointer;
}
.news-list>li:first-child{
	padding-top: 0rem;
}
.news-list>li>.news-item-left{
	width: 1.5rem;
}
.news-list .day{
	margin-bottom: 0.3rem;
}
.news-list .date{
	font-size: 0.18rem;
	font-weight: bold;
	color: #343434;
}
.news-list>li>.news-item-right{
	flex: 1 1 0%;
}
.news-list h2{
	font-size: 0.2rem;
	font-weight: bold;
	color: #343434;
	margin-bottom: 0.4rem;
}
.news-list .intro{
	font-size: 0.14rem;
	color: #666666;
	line-height: 0.3rem;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pagination-box{
	text-align: center;
}
.pagination{
	margin: 0.7rem 0rem;
}
.pagination>li>a, .pagination>li>span {
	margin-right: 0.05rem;
	border: 1px solid #EBEBEB;
	color: #9A9A9A;
}