.news_title {
	padding: 25px 30px 35px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	color: #0091d2;
}
.news_list {
	box-sizing: border-box;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding-bottom: 0.1rem !important;
	column-gap: 0.2rem;
	padding-bottom: 0.9rem;
}
.news_list li {
	width: calc((100% - 0.4rem) / 3);
	margin-bottom: 0.3rem;
}
@media (max-width: 1400px) {
	.news_list li {
		width: calc((100% - 0.2rem) / 2);
	}
}
@media (max-width: 920px) {
	.news_list li {
		width: 100%;
	}
}
.news_list li a {
	transition: all 0.3s;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
}
.news_list li a:hover p {
	color: #0091d2;
}
.news_list li img {
	width: 100%;
	margin-bottom: 20px;
}
.news_list li p {
	width: 400px;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	text-align: center;
	color: #333333;
}
.pages {
	margin-top: 0;
}
