﻿@charset "utf-8";
 /* 专题正文：覆盖富文本行内样式，强化内容层级与阅读节奏 */
 .news-detail-page .m-txt6 {
	padding: 14px 0 34px;
}

.news-detail-page .m-txt6 > h1 {
	position: relative;
	max-width: 920px;
	margin: 0 auto;
	padding: 8px 24px 22px;
	color: #1f3029;
	font-size: 30px;
	line-height: 1.45;
	letter-spacing: .02em;
}

.news-detail-page .m-txt6 > h1::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 7px;
	width: 44px;
	height: 3px;
	border-radius: 0;
	background: #16804f;
	transform: translateX(-50%);
}

.news-detail-page .SinglePage {
	position: relative;
	max-width: 1040px;
	margin: 24px auto 0;
	padding: 0 0 24px;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #24332e;
	font-size: 17px;
	line-height: 1.8;
	text-align: left;
}

.news-detail-page .SinglePage::before {
	display: none;
}

.news-detail-page .SinglePage form,
.news-detail-page .SinglePage #vsb_content,
.news-detail-page .SinglePage .v_news_content {
	width: 100%;
}

.news-detail-page .SinglePage .v_news_content > p {
	margin: 0;
}

.news-detail-page .SinglePage .content-feature-image {
	margin: 0 0 44px !important;
	overflow: hidden;
	border-radius: 2px;
	background: #edf3f0;
	box-shadow: none;
}

.news-detail-page .SinglePage .content-feature-image img {
	display: block;
	width: 100% !important;
	height: auto !important;
	border-radius: 2px;
}

.news-detail-page .SinglePage .content-section {
	margin-top: 42px;
}

.news-detail-page .SinglePage .content-feature-image + .content-section {
	margin-top: 0;
}

.news-detail-page .SinglePage .content-section-title {
	position: relative;
	margin: 0 !important;
	padding: 0 0 13px !important;
	border-bottom: 2px solid #dbe4df;
	color: #1d3128 !important;
	font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif !important;
	font-size: 22px !important;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .03em;
}

.news-detail-page .SinglePage .content-section-title::before {
	content: "";
	position: absolute;
	top: auto;
	bottom: -2px;
	left: 0;
	width: 76px;
	height: 2px;
	border-radius: 0;
	background: #16804f;
}

.news-detail-page .SinglePage .content-section-title strong,
.news-detail-page .SinglePage .content-section-title span {
	color: #17634e !important;
	font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif !important;
	font-size: 22px !important;
	font-weight: 700;
	letter-spacing: .04em;
}

.news-detail-page .SinglePage .content-section-list {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	column-gap: 42px;
	counter-reset: content-item;
}

.news-detail-page .SinglePage .content-news-link {
	position: relative;
	margin: 0 !important;
	padding: 17px 30px 17px 38px !important;
	border: 0;
	border-bottom: 1px solid #e5ebe7;
	border-radius: 0;
	background: transparent;
	color: #26362f;
	font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif !important;
	font-size: 16px !important;
	line-height: 1.7 !important;
	text-align: left !important;
	text-indent: 0 !important;
	counter-increment: content-item;
	transition: color .2s ease;
}

.news-detail-page .SinglePage .content-news-link::before {
	content: counter(content-item, decimal-leading-zero);
	position: absolute;
	top: 20px;
	left: 0;
	width: 27px;
	height: auto;
	border-radius: 0;
	background: none;
	color: #8aa096;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .04em;
}

.news-detail-page .SinglePage .content-news-link::after {
	content: "›";
	position: absolute;
	top: 50%;
	right: 2px;
	color: #9aaba3;
	font-size: 22px;
	line-height: 1;
	transform: translateY(-50%);
	transition: color .25s ease, transform .25s ease;
}

.news-detail-page .SinglePage .content-news-link:hover {
	border-color: #cddbd3;
	background: transparent;
	box-shadow: none;
	transform: none;
}

.news-detail-page .SinglePage .content-news-link:hover::after {
	color: #2b864c;
	transform: translate(2px, -50%);
}

.news-detail-page .SinglePage .content-news-link a,
.news-detail-page .SinglePage .content-news-link a span {
	display: inline;
	color: #26362f !important;
	font-family: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
	text-align: inherit !important;
	text-decoration: none !important;
}

.news-detail-page .SinglePage .content-news-link a:hover,
.news-detail-page .SinglePage .content-news-link a:focus {
	color: #176a43 !important;
}

.news-detail-page .SinglePage .content-news-link a:focus-visible {
	outline: 2px solid #2d8555;
	outline-offset: 3px;
	border-radius: 2px;
}

.news-detail-page .SinglePage .content-empty {
	display: none;
}

.news-detail-page .m-flip {
	max-width: 1040px;
	margin: 8px auto 0;
	padding: 20px 0 0;
	border: 0;
	border-top: 1px solid #dfe6e2;
	border-radius: 0;
	background: transparent;
	color: #53625b;
}

.news-detail-page .m-flip p + p {
	margin-top: 0;
}

.news-detail-page .m-flip a {
	color: #176a43;
}

@media screen and (max-width: 1024px) {
	.news-detail-page .m-txt6 > h1 {
		font-size: 27px;
	}

	.news-detail-page .SinglePage {
		margin-top: 18px;
		padding: 0 0 26px;
		font-size: 16px;
		line-height: 1.75;
	}

	.news-detail-page .SinglePage .content-section-title,
	.news-detail-page .SinglePage .content-section-title strong,
	.news-detail-page .SinglePage .content-section-title span {
		font-size: 20px !important;
	}

	.news-detail-page .SinglePage .content-section-list {
		column-gap: 28px;
	}
}

@media screen and (max-width: 640px) {
	.news-detail-page .m-txt6 {
		padding-top: 4px;
	}

	.news-detail-page .m-txt6 > h1 {
		padding-right: 8px;
		padding-left: 8px;
		font-size: 23px;
		line-height: 1.5;
	}

	.news-detail-page .SinglePage {
		padding: 0 0 20px;
		border-radius: 0;
		box-shadow: none;
	}

	.news-detail-page .SinglePage .content-feature-image {
		margin-bottom: 28px !important;
		border-radius: 2px;
	}

	.news-detail-page .SinglePage .content-feature-image img {
		border-radius: 2px;
	}

	.news-detail-page .SinglePage .content-section {
		margin-top: 34px;
	}

	.news-detail-page .SinglePage .content-section-list {
		grid-template-columns: 1fr;
	}

	.news-detail-page .SinglePage .content-section-title,
	.news-detail-page .SinglePage .content-section-title strong,
	.news-detail-page .SinglePage .content-section-title span {
		font-size: 18px !important;
	}

	.news-detail-page .SinglePage .content-news-link {
		padding: 14px 28px 14px 34px !important;
		font-size: 15px !important;
	}

	.news-detail-page .SinglePage .content-news-link::before {
		top: 17px;
		left: 0;
	}

	.news-detail-page .SinglePage .content-news-link::after {
		right: 12px;
	}

	.news-detail-page .m-flip {
		padding: 15px;
		line-height: 1.7;
	}
}