/* ==========================================================
   view_special.css — 专题详情页（view_special.htm）专用样式
   通栏布局 + 2列节点板块；主色 #108DEE 与全站统一；响应式
   创建：2026-08-20（第二版：去左栏、板块化）
   ========================================================== */

/* ---------- 专题主体通栏 ---------- */
.vs-wrap {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding-top: 34px;
}

/* ---------- 专题头部（居中，大气） ---------- */
.vs-head {
	padding: 26px 0 30px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 30px;
	text-align: center;
}
.vs-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	color: #333;
	font-family: "Microsoft YaHei";
	margin: 0 0 14px;
}
.vs-meta {
	font-size: 13px;
	color: #999;
	margin-bottom: 12px;
}
.zt-sep {
	font-style: normal;
	margin: 0 10px;
	color: #E5E5E5;
}
.vs-intro {
	display: inline-block;
	text-align: left;
	max-width: 92%;
	font-size: 15px;
	color: #555;
	line-height: 1.9;
	background: #FAFBFC;
	border: 1px solid #F0F0F0;
	border-left: 3px solid #108DEE;
	border-radius: 3px;
	padding: 14px 18px;
	margin-top: 14px;
}
.vs-intro p {
	margin: 0 0 8px;
}
.vs-intro p:last-child {
	margin-bottom: 0;
}
.vs-intro img {
	max-width: 100%;
	height: auto;
}

/* ---------- 专题节点：2列板块 ---------- */
.vs-nodes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px 30px;
	overflow: hidden;
}
.vs-node-sec {
	background: #FAFBFC;
	border: 1px solid #EEF1F4;
	border-radius: 6px;
	padding: 20px 22px 10px;
	-webkit-transition: border-color 0.3s, box-shadow 0.3s;
	-moz-transition: border-color 0.3s, box-shadow 0.3s;
	-ms-transition: border-color 0.3s, box-shadow 0.3s;
	-o-transition: border-color 0.3s, box-shadow 0.3s;
	transition: border-color 0.3s, box-shadow 0.3s;
}
.vs-node-sec:hover {
	border-color: #108DEE;
	box-shadow: 0 6px 18px rgba(16, 141, 238, 0.08);
}

/* 节点标题：大号序号 + 节点名，突出显示 */
.vs-node-title {
	display: flex;
	align-items: baseline;
	font-size: 22px;
	font-weight: 700;
	color: #333;
	font-family: "Microsoft YaHei";
	margin: 0 0 14px;
	padding: 0 0 12px;
	border-bottom: 2px solid #108DEE;
}
.vs-node-num {
	font-size: 30px;
	font-weight: 700;
	font-style: italic;
	color: rgba(16, 141, 238, 0.22);
	margin-right: 10px;
	line-height: 1;
	flex-shrink: 0;
	font-family: Georgia, "Times New Roman", serif;
}
.vs-node-name {
	color: #333;
}
.vs-node-sec:hover .vs-node-name {
	color: #108DEE;
}

/* 节点文章列表 */
.vs-node-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.vs-node-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 40px;
	border-bottom: 1px dashed #E5E5E5;
	padding: 0 2px;
	-webkit-transition: background 0.25s;
	-moz-transition: background 0.25s;
	-ms-transition: background 0.25s;
	-o-transition: background 0.25s;
	transition: background 0.25s;
}
.vs-node-list li:hover {
	background: #fff;
}
.vs-node-list li a {
	font-size: 14px;
	color: #3C3C3C;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 15px;
	-webkit-transition: color 0.25s;
	-moz-transition: color 0.25s;
	-ms-transition: color 0.25s;
	-o-transition: color 0.25s;
	transition: color 0.25s;
}
.vs-node-list li a::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #C7D6E6;
	margin-right: 10px;
	vertical-align: middle;
	-webkit-transition: background 0.25s;
	-moz-transition: background 0.25s;
	-ms-transition: background 0.25s;
	-o-transition: background 0.25s;
	transition: background 0.25s;
}
.vs-node-list li a:hover {
	color: #108DEE;
}
.vs-node-list li a:hover::before {
	background: #108DEE;
}
.vs-node-date {
	font-size: 12px;
	color: #B4B4B4;
	flex-shrink: 0;
}
/* 空节点提示 */
.vs-node-empty {
	font-size: 13px;
	color: #999;
	background: #fff;
	border: 1px dashed #E0E0E0;
	border-radius: 3px;
	padding: 16px 14px;
	margin: 0;
}

/* ---------- 相关专题（与文章页一致） ---------- */
.xglist {
	margin-top: 30px;
	padding: 20px;
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 4px;
}
.xglist .xg-title {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: 4px solid #108DEE;
	line-height: 1.2;
}
.xglist ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 36px;
	border-bottom: 1px dashed #e5e5e5;
}
.xglist ul li:last-child {
	border-bottom: none;
}
.xglist ul li a {
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 15px;
}
.xglist ul li a:hover {
	color: #108DEE;
}
.xglist ul li .xg-date {
	font-size: 12px;
	color: #999;
	flex-shrink: 0;
}

/* ---------- 手机版：2列变1列 ---------- */
@media all and (max-width: 767px) {
	.vs-wrap {
		padding-top: 20px;
	}
	.vs-head {
		padding: 18px 0 20px;
		margin-bottom: 20px;
	}
	.vs-title {
		font-size: 22px;
	}
	.vs-meta {
		line-height: 1.8;
	}
	.vs-intro {
		max-width: 100%;
		font-size: 14px;
		padding: 12px 14px;
	}
	.vs-nodes {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}
	.vs-node-sec {
		padding: 16px 16px 8px;
	}
	.vs-node-title {
		font-size: 19px;
	}
	.vs-node-num {
		font-size: 26px;
	}
	.vs-node-list li {
		line-height: 38px;
	}
	.vs-node-list li a {
		white-space: normal;
		line-height: 24px;
		padding: 6px 0;
	}
	.xglist ul li a {
		white-space: normal;
		line-height: 24px;
	}
}
