.category .news-category-page {
	margin-bottom: 50px;
}

.category .news-category-page .wrapper-content {
	overflow: hidden;
}

.category .thumb-excerpt-list {
	margin: 0 -1.5%;
	padding: 0;
	list-style: none;
}

.category .thumb-excerpt-list > li {
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding: 0 1.5% 38px;
}

.category .thumb-excerpt-list > li:nth-child(2n+1) {
	clear: both;
}

.category .item-post-box {
	height: 100%;
	background: #fff;
}

.category .post-thumbnail {
	width: 100%;
}

.category .post-thumbnail .item-cover {
	position: relative;
	overflow: hidden;
	padding-top: 75%;
	background: #f4f4f4;
}

.category .post-thumbnail .attachment,
.category .post-thumbnail .thumbnail,
.category .post-thumbnail .centered {
	position: absolute;
	inset: 0;
}

.category .post-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}

.category .item-post-box:hover .post-thumbnail img {
	transform: scale(1.04);
}

.category .post-excerpt {
	padding: 22px 20px 25px;
	border: 1px solid rgba(0, 0, 0, .065);
	border-top: 0;
}

.category .post-title {
	min-height: 48px;
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.35;
}

.category .post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-bottom: 14px;
	color: #999;
	font-size: 13px;
}

.category .post-meta i {
	margin-right: 6px;
	color: #f2a900;
}

.category .excerpt-content {
	min-height: 48px;
	margin-bottom: 13px;
	line-height: 1.7;
}

.category .excerpt-content a {
	color: #777;
}

.category .link-read-more a {
	color: #ff6000;
}

.category .navigation.pagination {
	clear: both;
	padding-top: 10px;
}

.category .nav-links {
	display: flex;
	gap: 8px;
}

.category .nav-links .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	border: 1px solid #e3e3e3;
	background: #fff;
}

.category .nav-links .current,
.category .nav-links a:hover {
	border-color: #ff6000;
	background: #ff6000;
	color: #fff;
}

@media (max-width: 1023px) {
	.category .thumb-excerpt-list {
		margin: 0 -1%;
	}

	.category .thumb-excerpt-list > li {
		padding-right: 1%;
		padding-left: 1%;
	}
}

@media (max-width: 640px) {
	.category .thumb-excerpt-list {
		margin: 0;
	}

	.category .thumb-excerpt-list > li {
		float: none;
		width: 100%;
		padding: 0 0 28px;
	}

	.category .post-title,
	.category .excerpt-content {
		min-height: 0;
	}
}
