.news-body .news-item .news-poster {
	margin-bottom: 15px;
	display: block;
	color: inherit;
}

.news-body .news-item .news-poster img {
	width: 100%;
	display: block;
}

.news-body .news-item .news-date {
	color: var(--emphasize1);
	margin-bottom: 5px;
}

.news-body .news-item .news-title {
	margin-bottom: 15px;
}

.news-body .news-item .news-preview {
	margin-bottom: 20px;
}

.news-body .news-item .news-more a.btn {
	padding: 8px 20px;
}

.news-body .news-item .news-more a:not(:last-child) {
	margin-right: 20px;
	margin-bottom: 10px;
}

@media all and (max-width: 639px), all and (min-width: 768px) and (max-width: 939px), all and (min-width: 1024px) and (max-width: 1080px) {
	.news-body .news-item .news-title {
		font-size: 16px;
		font-weight: 600;
	}
}

@media all and (min-width: 640px) and (max-width: 767px), all and (min-width: 940px) and (max-width: 1023px), all and (min-width: 1081px) {
	.news-body .news-item .news-title {
		font-size: 18px;
		font-weight: 500;
	}
}

.news-body .news-list {
	display: grid;
	grid-row-gap: 40px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

@media all and (max-width: 1023px) {
	.news-body .news-list {
		grid-column-gap: 30px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1199px) {
	.news-body .news-list {
		grid-column-gap: 50px;
	}
}

@media all and (min-width: 1200px) {
	.news-body .news-list {
		grid-column-gap: 65px;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.news-body .news-list {
		display: block;
	}
}

@media all and (min-width: 460px) and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 460px) {
	.news-body .news-list:after {
		content: '';
		display: block;
		clear: both;
	}

	.news-body .news-list .news-item {
		float: left;
		margin-bottom: 40px;
	}
}

@media all and (min-width: 460px) and (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 460px) and (max-width: 767px) {
	.news-body .news-list .news-item {
		width: 50%;
	}

	.news-body .news-list .news-item:nth-child(2n+1) {
		clear: both;
	}
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 768px) {
	.news-body .news-list .news-item {
		width: 33.3333%;
	}

	.news-body .news-list .news-item:nth-child(3n+1) {
		clear: both;
	}
}

@media all and (min-width: 460px) and (max-width: 1023px) and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 460px) and (max-width: 1023px) {
	.news-body .news-list {
		margin-left: -15px;
		margin-right: -15px;
	}

	.news-body .news-list .news-item {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1199px) and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 1024px) and (max-width: 1199px) {
	.news-body .news-list {
		margin-left: -25px;
		margin-right: -25px;
	}

	.news-body .news-list .news-item {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media all and (min-width: 1200px) and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 1200px) {
	.news-body .news-list {
		margin-left: -32px;
		margin-right: -32px;
	}

	.news-body .news-list .news-item {
		padding-left: 32px;
		padding-right: 32px;
	}
}