.newsPage {
	padding: .4rem 0;
	box-sizing: border-box;
}
.gray {
	background-color: #e7e7e6;
}
.newsList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newsList li {
	margin-bottom: .2rem;
	width: 4.25rem;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}
.newsList .img {
	width: 100%; height: 3.54rem;
	overflow: hidden;
	position: relative;
}
.newsList .img img {
	width: 100%; height: 100%;
	position: relative;
	object-fit: cover;
	object-position: center;
}
.newsList .date {
	margin-bottom: .15rem;
	font-size: .16rem;
	color: #000;
	display: inline-block;
	line-height: 1;
	vertical-align: top;
}
.newsList .news-name {
	font-size: .168rem;
	color: #000;
	width: 100%;
	line-height: 1;
}
.newsList .transition {
	padding: .2rem;
	box-sizing: border-box;
	width: 100%; height: 1.03rem;
	background-color: #fff;
	overflow: hidden;
}

.newsPage .left-series {
	font-size: .272rem;
}
.newsPage .article-title {
	margin-bottom: .4rem;
	font-size: .328rem;
	color: var(--mainColor);
	line-height: 1;
}
.newsPage .article-content {
	font-size: .16rem;
	color: #2e2f2f;
	line-height: 1.6;
}
.newsPage .article-content h3 {
	width: 100%;
	display: block;
	text-align: center;
	margin: .25rem 0;
}
.newsPage .article-content p {
	margin-bottom: .1rem;
	display: block;
}
.newsPage .article-content img {
	margin: .3rem 0;
	display: block;
	max-width: 100%;
}
.button-bar {
	padding: 0 .35rem;
	box-sizing: border-box;
	margin-top: 1rem;
	font-size: .168rem;
	color: var(--mainColor);
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #d3d2d2;
}
.button-bar a {
	padding: .33rem 0;
	position: relative;
	color: var(--mainColor);
}
.button-bar .prev::before,
.button-bar .next::after {
	content: '\e6db';
	font-family: iconfont;
	position: absolute;
	top: 50%; right: 115%;
	transform: translateY(-50%);
	font-size: .16rem;
}
.button-bar .next::after {
	content: '\e600';
	left: 115%;
}
@media screen and (max-width: 768px) {
.top-banner {
	height: 2.4rem;
}
.newsList .img {
	height: 2.2rem;
}
.newsList .news-name {
	font-size: .18rem;
	white-space: nowrap;
}
.newsPage {
	padding: .6rem 0 0 0;
}
.newsList .transition {
	height: auto;
}
.newsPage .left-series {
	font-size: .18rem;
}
.newsPage .article-title {
	margin-bottom: .3rem;
	font-size: .24rem;
}
.content .right-content {
	margin-top: .15rem;
}
.newsPage .right-content li {
	margin-bottom: .1rem;
}
.content .right-content p {
	font-size: .16rem;
}
.newsPage .article-content {
	font-size: .16rem;
}
.newsPage .article-content img {
	margin: .3rem 0;
}
.button-bar {
	margin: .6rem 0 .05rem;
	font-size: .16rem;
}
.button-bar a {
	padding: 0;
	line-height: .5rem;
}
.button-bar .prev::before, .button-bar .next::after {
	font-size: .16rem;
	line-height: .5rem;
}



}
