.page_abhout .about_ri.news-layout {
	width: unset;
	float: none;
	margin-left: 0;
	border: none;
	padding: 0;
	margin: 0 25px;
}

.news-layout .page_body {
	padding-top: 8px;
}

.news-filter-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 16px;
}

.news-chip {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 16px;
	border: 1px solid #e5e7eb;
	color: #4b5563;
	background: #fff;
	font-size: 13px;
}

.news-chip.active {
	color: #1677ff;
	border-color: #c9defc;
	background: #eef5ff;
}

.news-chip-inline {
	text-decoration: none;
	line-height: 1.4;
}

.news-chip-inline:hover {
	color: #0958d9;
}

.news-main-grid {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 16px;
}

.news-detail-grid {
	align-items: start;
}

.news-card {
	display: flex;
	gap: 14px;
	padding: 14px;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	margin-bottom: 14px;
	background: #fff;
}

.news-cover {
	width: 180px;
	height: 118px;
	object-fit: cover;
	border-radius: 6px;
	flex-shrink: 0;
}

.news-content {
	min-width: 0;
	flex: 1;
}

.news-title {
	color: #1f2937;
	font-size: 18px;
	margin-bottom: 8px;
}

.news-summary {
	color: #6b7280;
	line-height: 1.8;
	font-size: 14px;
	margin-bottom: 10px;
	max-height: 50px;
	overflow: hidden;
}

.news-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	color: #9ca3af;
	font-size: 12px;
}

.news-tag {
	color: #1677ff;
}

.news-pager {
	margin-top: 8px;
}

.news-detail-main {
	min-width: 0;
}

.news-detail-article {
	background: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	padding: 20px 22px;
}

.news-detail-title {
	font-size: 26px;
	line-height: 1.35;
	color: #111827;
	font-weight: 600;
	margin-bottom: 14px;
}

.news-detail-cover {
	display: block;
	width: 100%;
	max-height: 360px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 16px;
}

.news-detail-lead {
	font-size: 15px;
	line-height: 1.8;
	color: #6b7280;
	margin-bottom: 14px;
}

.news-detail-meta {
	padding-bottom: 16px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}

.news-detail-body {
	font-size: 15px;
	line-height: 1.9;
	color: #374151;
}

.news-detail-body img {
	max-width: 100%;
	height: auto;
}

.news-detail-nav {
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid #f0f0f0;
	font-size: 14px;
	color: #4b5563;
	line-height: 2;
}

.news-side-box {
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	padding: 12px;
	background: #fff;
	margin-bottom: 14px;
}

.news-side-box h4 {
	font-size: 16px;
	color: #111827;
	margin-bottom: 10px;
}

.news-side-box li {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	font-size: 13px;
	line-height: 2;
}

.news-side-box li a {
	width: 74%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-side-box li span {
	color: #9ca3af;
	flex-shrink: 0;
	font-size: 12px;
}

.news-side-more {
	display: inline-block;
	margin-top: 10px;
	font-size: 13px;
	color: #1677ff;
}

.news-tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

@media (max-width: 1200px) {
	.news-main-grid {
		grid-template-columns: 1fr;
	}
}
