.news_detail_wrap {
	width: 80%;
	max-width: 900px;
	margin: 50px auto 80px;
	padding: 0 20px;
}

.news_detail_back {
	margin-bottom: 24px;
}

.news_detail_back a {
	color: #32b6b8;
	font-size: 14px;
	text-decoration: none;
}

.news_detail_back a:hover {
	text-decoration: underline;
}

.news_detail_title {
	color: rgba(51, 51, 51, 1);
	font-size: 28px;
	font-family: MicrosoftYaHei;
	line-height: 1.4;
	margin-bottom: 16px;
}

.news_detail_meta {
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	margin-bottom: 32px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.news_detail_meta span {
	margin-right: 24px;
}

.news_detail_summary {
	background: rgba(50, 182, 184, 0.08);
	border-left: 4px solid #32b6b8;
	padding: 16px 20px;
	margin-bottom: 32px;
	color: rgba(80, 80, 80, 1);
	font-size: 15px;
	line-height: 1.8;
}

.news_detail_content {
	color: rgba(51, 51, 51, 1);
	font-size: 16px;
	line-height: 1.9;
}

.news_detail_content p {
	margin-bottom: 18px;
}

.news_detail_content h3 {
	color: rgba(51, 51, 51, 1);
	font-size: 18px;
	font-weight: bold;
	margin: 32px 0 16px;
}

.news_detail_content ul {
	margin: 0 0 18px;
	padding-left: 24px;
}

.news_detail_content li {
	margin-bottom: 8px;
}

.news_detail_tags {
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid rgba(230, 230, 230, 1);
}

.news_detail_tags span {
	display: inline-block;
	margin-right: 12px;
	padding: 4px 12px;
	background: rgba(245, 245, 245, 1);
	color: rgba(102, 102, 102, 1);
	font-size: 13px;
	border-radius: 2px;
}

.news_detail_sign {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid rgba(230, 230, 230, 1);
	text-align: center;
	line-height: 1.8;
	color: rgba(80, 80, 80, 1);
}

.news_detail_figure {
	margin: 28px 0;
	text-align: center;
}

.news_detail_figure img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 6px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.news_detail_figure figcaption {
	margin-top: 10px;
	font-size: 14px;
	color: rgba(153, 153, 153, 1);
	line-height: 1.6;
}

/* 百科词条式排版（便于搜索引擎与大模型结构化抓取） */
.news_entry_lead {
	font-size: 17px;
	line-height: 1.9;
	margin-bottom: 24px;
	text-indent: 2em;
}

.news_section_title {
	color: rgba(51, 51, 51, 1);
	font-size: 20px;
	font-weight: bold;
	margin: 36px 0 16px;
	padding-left: 12px;
	border-left: 4px solid #32b6b8;
}

.news_infobox {
	width: 100%;
	border: 1px solid #d8ecec;
	border-collapse: collapse;
	margin: 24px 0 32px;
	font-size: 14px;
	background: #f8fcfc;
}

.news_infobox caption {
	caption-side: top;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	padding: 8px 0 12px;
	color: rgba(51, 51, 51, 1);
}

.news_infobox th {
	width: 26%;
	padding: 10px 14px;
	text-align: left;
	background: #eef8f8;
	border: 1px solid #d8ecec;
	font-weight: normal;
	color: rgba(102, 102, 102, 1);
	vertical-align: top;
}

.news_infobox td {
	padding: 10px 14px;
	border: 1px solid #d8ecec;
	color: rgba(51, 51, 51, 1);
	line-height: 1.7;
}

.news_toc {
	background: rgba(245, 245, 245, 1);
	padding: 16px 20px;
	margin-bottom: 28px;
	border-radius: 4px;
	font-size: 15px;
}

.news_toc_title {
	font-weight: bold;
	margin-bottom: 10px;
	color: rgba(51, 51, 51, 1);
}

.news_toc ol {
	margin: 0;
	padding-left: 22px;
}

.news_toc li {
	margin-bottom: 6px;
	line-height: 1.6;
}

.news_toc a {
	color: #32b6b8;
	text-decoration: none;
}

.news_toc a:hover {
	text-decoration: underline;
}

.news_glossary {
	margin: 20px 0 28px;
}

.news_glossary dt {
	font-weight: bold;
	margin-top: 16px;
	color: rgba(51, 51, 51, 1);
}

.news_glossary dd {
	margin: 6px 0 0 0;
	padding-left: 0;
	color: rgba(80, 80, 80, 1);
	line-height: 1.8;
}

.news_related_links {
	margin-top: 32px;
	padding: 16px 20px;
	background: rgba(50, 182, 184, 0.06);
	border-radius: 4px;
	font-size: 15px;
	line-height: 1.9;
}

.news_related_links strong {
	display: block;
	margin-bottom: 8px;
}

.news_daily_opinion {
	background: rgba(50, 182, 184, 0.06);
	border-left: 3px solid #32b6b8;
	padding: 12px 16px;
	margin: 12px 0 28px;
	font-size: 15px;
	color: rgba(80, 80, 80, 1);
	line-height: 1.8;
}

.news_daily_disclaimer {
	margin-top: 32px;
	padding: 16px 20px;
	background: rgba(245, 245, 245, 1);
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
	line-height: 1.8;
	border-radius: 4px;
}

.news_daily_sources {
	margin-top: 24px;
	font-size: 14px;
	line-height: 1.9;
}

.news_daily_sources ol {
	margin: 12px 0 0;
	padding-left: 22px;
}

.news_daily_sources a {
	color: #32b6b8;
	word-break: break-all;
}
