.news-summary {
	margin: 0 0 0.875rem;
	color: #64748b;
	font-size: 0.9375rem;
	line-height: 1.7;
}

.news-pagination {
	margin-top: 2.5rem;
}

.news-pagination ul {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.news-pagination a,
.news-pagination span {
	display: inline-flex;
	min-width: 44px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 0.875rem;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	background: #fff;
	color: #0f172a;
}

.news-pagination .current {
	border-color: #0f172a;
	background: #0f172a;
	color: #fff;
}

.yunzi-news-detail {
	width: min(100% - 2rem, 1120px);
	margin: 0 auto;
	padding: 2.5rem 0 6rem;
	color: #172033;
}

.yunzi-news-article {
	width: min(100%, 820px);
	margin: 0 auto;
}

.yunzi-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 3rem;
	color: #64748b;
	font-size: 0.875rem;
}

.yunzi-breadcrumbs a:hover,
.yunzi-breadcrumbs a:focus-visible {
	color: #a37d3c;
}

.yunzi-news-header h1 {
	margin: 1rem 0 1.25rem;
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.2;
	letter-spacing: 0;
}

.yunzi-news-category {
	display: inline-flex;
	padding: 0.375rem 0.75rem;
	border-radius: 4px;
	background: #eef2f6;
	color: #334155;
	font-size: 0.8125rem;
	font-weight: 700;
}

.yunzi-news-byline {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.5rem;
	color: #64748b;
	font-size: 0.875rem;
}

.yunzi-news-lead {
	margin: 2rem 0 0;
	font-size: 1.125rem;
	line-height: 1.8;
	color: #475569;
}

.yunzi-news-cover {
	margin: 2.5rem 0;
}

.yunzi-news-cover img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 560px;
	object-fit: cover;
	border-radius: 6px;
}

.yunzi-news-content {
	font-size: 1.0625rem;
	line-height: 1.9;
}

.yunzi-news-content h2,
.yunzi-news-content h3 {
	margin: 2.5rem 0 1rem;
	line-height: 1.4;
	letter-spacing: 0;
}

.yunzi-news-content img {
	max-width: 100%;
	height: auto;
}

.yunzi-news-adjacent {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 3.5rem;
	padding-top: 2rem;
	border-top: 1px solid #dbe2ea;
}

.yunzi-news-adjacent a {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 0.5rem;
	padding: 1rem;
	border: 1px solid #dbe2ea;
	border-radius: 6px;
}

.yunzi-news-adjacent span {
	color: #64748b;
	font-size: 0.8125rem;
}

.yunzi-news-adjacent strong {
	overflow-wrap: anywhere;
	font-size: 0.9375rem;
	line-height: 1.6;
}

.yunzi-news-next {
	text-align: right;
}

.yunzi-related-news {
	width: min(100%, 980px);
	margin: 5rem auto 0;
	padding-top: 2rem;
	border-top: 1px solid #dbe2ea;
}

.yunzi-related-news h2 {
	font-size: 1.5rem;
	letter-spacing: 0;
}

.yunzi-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.yunzi-related-grid article {
	padding: 1.25rem;
	border: 1px solid #dbe2ea;
	border-radius: 6px;
}

.yunzi-related-grid time {
	color: #64748b;
	font-size: 0.8125rem;
}

.yunzi-related-grid h3 {
	margin: 0.625rem 0 0;
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0;
}

@media (max-width: 720px) {
	.yunzi-news-detail {
		padding-top: 1.5rem;
	}

	.yunzi-breadcrumbs {
		margin-bottom: 2rem;
	}

	.yunzi-related-grid {
		grid-template-columns: 1fr;
	}

	.yunzi-news-adjacent {
		grid-template-columns: 1fr;
	}

	.yunzi-news-next {
		text-align: left;
	}
}
