.news{
	margin-top: 134px;
	overflow: hidden;
	background-color: #fff;
}
@media screen and (max-width: 997px){
	.news{
		margin-top: 56px;
		margin-bottom: 3em;
		overflow: hidden;
	}
}

.news-content .news-nav .news-active a{
	color: #000;
	font-weight: bold;
}

/* 分页按钮  */
.pagelist{
	width: 100%;
	margin-top: 60px;
	margin-bottom: 100px;
}
.pagelist ul{
	width: 10%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.pagelist li{
	width: 30px;
	height: 30px;
	background-color: #e6001c;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
}
.pagelist li a{
	color: #fff;
}
.pagelist li:hover{
	background-color: #9b999a;
}
@media screen and (max-width: 997px){
	.pagelist {
	    margin-bottom: 0px;
		margin-top: 55px;
	}
	.pagelist ul{
		width: 45%;
	}
}

.news-content .news-nav p a{
	color: #ACACAC;
}
.news-content .news-nav p a:hover{
	color: #000;
	font-weight: bold;
}