/* ========== 内页通用样式 ========== */
.inner-content {
	width: 76%;
	margin: 0 auto;
	padding: 1.875rem 0;
	min-height: 600px;
}

.inner-layout {
	display: flex;
	gap: 3.2em;
	align-items: flex-start;
}

/* ========== 左侧边栏 ========== */
.inner-sidebar {
	width: 16rem;
	flex-shrink: 0;
	background: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

.sidebar-title {
	background: #175ddd;
	padding: 0.8rem 1.25rem;
	text-align: center;
	color: #fff;
}

.sidebar-title h3 {
	margin: 0;
	font-family: 'syhtB';
	font-size: 1.625rem;
	line-height: 1.3;
}


.sidebar-menu {
	list-style: none;
	padding: 0 1.3rem 5.625rem 1.3rem;
	margin: 0;
}

.sidebar-menu li {
	border-bottom: 1px solid #f0f3f9;
}


.sidebar-menu li a {
	display: block;
	padding: 1rem 1.5rem;
	color: #555;
	font-size: 1.375rem;
	text-decoration: none;
	transition: all 0.25s;
	position: relative;
	text-align: center;
}



.sidebar-menu li a:hover {
	color: #175ddd;
}

.sidebar-menu li a.active {
	color: #175ddd;
	font-weight: bold;
}


/* ========== 右侧主内容 ========== */
.inner-main {
	flex: 1;
	min-width: 0;
	background: #fff;
}

/* 主内容头部 */
.main-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.25rem 0;
	background: url(../images/titleBg.jpg) repeat-x bottom;
}

.main-title {
	margin: 0;
	font-family: 'syhtB';
	font-size: 1.75rem;
	color: #333;
	position: relative;
	padding-left: 1rem;
	line-height: 1.3;
}

.main-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.25rem;
	height: 1.5rem;
	background: linear-gradient(180deg, #175ddd 0%, #4a88e8 100%);
	border-radius: 0.125rem;
}

/* 面包屑导航 */
.breadcrumb {
	font-size: 1.25rem;
	color: #999;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.25rem;
}

.breadcrumb-label {
	color: #999;
}

.breadcrumb a {
	color: #999;
	text-decoration: none;
	transition: color 0.2s;
}

.breadcrumb a:hover {
	color: #175ddd;
}

.breadcrumb-sep {
	color: #ccc;
	margin: 0 0.125rem;
}

.breadcrumb-current {
	color: #175ddd;
}

/* 主内容主体 */
.main-body {
	padding: 1.875rem 0;
}

/* ========== 新闻列表 ========== */
.list-news {
	list-style: none;
	padding: 0;
	margin: 0 0 2rem;
}

.list-news li {
	border-bottom: 1px dashed #e6edf7;
}


.list-news-item {
	display: flex;
	align-items: center;
	padding: 1rem 0.625rem;
	text-decoration: none;
	color: #333;
	transition: all 0.25s;
	border-radius: 0.25rem;
}

.list-news-item:hover {
	background: #f5f9ff;
}

.list-news-item:hover .news-text {
	color: #175ddd;
}

.news-dot {
	flex-shrink: 0;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #175ddd;
	margin-right: 1rem;
}

.news-text {
	flex: 1;
	font-size: 1.25rem;
	line-height: 1.6;
	transition: color 0.25s;
}

.news-action {
	flex-shrink: 0;
	color: #175ddd;
	font-size: 1.15rem;
	opacity: 1;
	transform: translateX(-0.625rem);
	transition: all 0.25s;
}

.list-news-item:hover .news-action {
	opacity: 1;
	transform: translateX(0);
}

/* ========== 分页 ========== */
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.375rem;
	padding-top: 1.25rem;

}

.pagination a,
.pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2rem;
	height: 2rem;
	padding: 0 0.625rem;
	border: 1px solid #e6edf7;
	border-radius: 0.25rem;
	text-decoration: none;
	color: #666;
	font-size: 0.875rem;
	background: #fff;
	transition: all 0.25s;
}

.pagination a:hover {
	border-color: #175ddd;
	color: #175ddd;
}

.pagination .page-num.active {
	background: #175ddd;
	border-color: #175ddd;
	color: #fff;
	font-weight: bold;
}

.pagination .page-btn {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1;
}

.pagination .page-ellipsis {
	border: none;
	background: none;
	color: #999;
	min-width: 1.25rem;
	padding: 0;
}

/* ========== 响应式：1366px ========== */
@media (max-width: 1366px) {
	.inner-content {
		width: 80%;
		padding: 16px 0;
	}
	
.leader-item::before {
    left: 1.625rem;
	}

	.inner-layout {
		gap: 24px;
	}

	.inner-sidebar {
		width: 200px;
	}

	.sidebar-title {
		padding: 24px 16px;
	}

	.sidebar-title h3 {
		font-size: 24px;
	}

	.sidebar-menu li a {
		padding: 14px 20px;
		font-size: 18px;
	}

	.main-header {
		padding: 16px 24px;
	}

	.main-title {
		font-size: 24px;
	}

	.main-body {
		padding: 24px;
	}

	.list-news-item {
		padding: 14px 10px;
	}

	.news-text {
		width: 100%;
		display: inline-block;
		font-size: 16px;
	}
}

/* ========== 响应式：<768px 移动端 ========== */
@media (max-width: 768px) {
	.inner-content {
		width: 90%;
		padding: 16px 0;
	}

	.inner-layout {
		flex-direction: column;
		gap: 16px;
	}

	.inner-sidebar {
		width: 100%;
	}

	.sidebar-menu {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		gap: 8px;
	}

	.sidebar-menu li {
		border-bottom: none;
		flex: 1 1 calc(50% - 8px);
	}

	.sidebar-menu li a {
		padding: 10px 12px;
		font-size: 16px;
		border-radius: 6px;
		background: #f5f9ff;
		text-align: center;
	}

	.sidebar-menu li a::before {
		display: none;
	}

	.sidebar-menu li.active a {
		background: #175ddd;
		color: #fff;
	}

	.main-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		padding: 0;
	}

	.main-title {
		font-size: 20px;
	}

	.breadcrumb {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.main-body {
		padding: 0;
		margin-top: 10px;
	}

	.list-news-item {
		flex-wrap: wrap;
		gap: 6px;
	}

	.news-dot {
		margin-right: 0;
	}

	.news-action {
		width: 100%;
		opacity: 1;
		transform: none;
		font-size: 14px;
		margin-left: auto;
		display: inline-block;
		line-height: 24px;
	}

	.pagination {
		gap: 4px;
	}

	.pagination a,
	.pagination span {
		min-width: 28px;
		height: 28px;
		font-size: 12px;
	}
	.leader-item::before {
	    top: 22%;
		}

}

/* ========== 汇总页面样式 ========== */
.aggregate-page {
	width: 73%;
	margin: 0 auto;
	padding: 0 0 3.125rem 0;
}

/* 板块标题栏 */
.section-title-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.25rem;
	background: url(../images/titleBg.jpg) repeat-x bottom;
}

.aggregate-bottom .section-title-bar {
	margin-bottom: 0.5rem;
}

.section-title {
	margin: 0;
	font-family: 'syhtB';
	font-size: 2rem;
	color: #175ddd;
	position: relative;
	background: #fff;
	line-height: 2.6rem;
	padding-right: 5px;
}

.section-title span {
	color: #333333;
}



.section-more {
	font-size: 1.125rem;
	color: #999;
	text-decoration: none;
	transition: color 0.3s;
	background: #fff;
	line-height: 2.6rem;
	padding-left: 5px;
}

.section-more:hover {
	color: #175ddd;
}

/* ========== 上方区域（中心领导 + 快速入口） ========== */
.aggregate-top {
	display: flex;
	justify-content: space-between;
	gap: 2.375rem;
	margin-bottom: 2rem;
}

/* 中心领导 */
.leader-section {
	width: 51%;
}

.leader-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.75rem;
}

.leader-card {
	height: 6.8rem;
	display: flex;
	align-items: center;
	padding: 1rem;
	border-radius: 0.5rem;
	text-decoration: none;
	transition: all 0.3s;
	background: #f0f7ff;
	padding-left: 3rem;
}

.leader-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(23, 93, 221, 0.15);
	border-color: #b3ccf0;
	background: linear-gradient(135deg, #eaf2ff 0%, #d4e4ff 100%);
}

.leader-name1 {
	font-family: 'syhtB';
	font-size: 1.5rem;
	color: #333;
	margin-right: 10px;
	align-items: center;
}

.leader-role1 {
	font-size: 1.25rem;
	color: #666;
	text-align: center;
	line-height: 1.4;
}

.leader-card:hover .leader-name1 {
	color: #175ddd;
}

/* 快速入口 */
.quick-entry {
	width: 46.5%;
	flex-shrink: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.75rem;
}

.entry-item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 1.3rem 2.75rem;
	background: url(../images/inforBg.png) no-repeat center center;
	background-size: 100% 100%;
	border-radius: 0.8rem;
	text-decoration: none;
	transition: all 0.3s;
	border: 3px solid #fff;
}

.entry-item:hover {
	border-radius: 0.8rem;
	border: 3px solid #145eb3;
}

.entry-icon {
	flex-shrink: 0;
	width: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.entry-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition-duration: .5s;
}

.entry-item:hover img {
	transform: rotateY(180deg);
}

.entry-name {
	font-family: 'syhtB';
	font-size: 1.75rem;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* ========== 轮播图区域 ========== */
.aggregate-banner {
	margin-bottom: 2rem;
	border-radius: 0.5rem;
	overflow: hidden;
}

.aggregate-swiper {
	width: 100%;
	border-radius: 0.5rem;
}

.aggregate-swiper .swiper-slide {
	width: 100%;
}

.aggregate-swiper .swiper-slide img {
	width: 100%;
	height: 14.5625rem;
	object-fit: cover;
	display: block;
}

.aggregate-pagination {
	bottom: 1rem !important;
}

.aggregate-pagination .swiper-pagination-bullet {
	width: 0.625rem;
	height: 0.625rem;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.aggregate-pagination .swiper-pagination-bullet-active {
	background: #fff;
	width: 1.25rem;
	border-radius: 0.3125rem;
}

/* ========== 下方区域（预结算 + 政策法规） ========== */
.aggregate-bottom {
	justify-content: space-between;
	display: flex;
	gap: 1rem;
}

.bottom-section {
	width: 48%;
}

/* 新闻列表（简单版） */
.news-simple-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.news-simple-list li {
	border-bottom: 1px solid #e6edf7;
}



.news-simple-list li a {
	display: flex;
	align-items: center;
	padding: 1.4rem 0.625rem;
	text-decoration: none;
	color: #333;
	font-size: 1.25rem;
	transition: all 0.25s;
	gap: 0.5rem;
}

.news-simple-list li a:hover {
	background: #f5f9ff;
	border-radius: 0.25rem;
}

.news-simple-list li a:hover .news-title-text {
	color: #175ddd;
}

.news-tag {
	flex-shrink: 0;
	color: #175ddd;
	font-size: 1.25rem;
}

.news-title-text {
	flex: 1;
	color: #333;
	line-height: 1.5;
	transition: color 0.25s;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-date {
	flex-shrink: 0;
	color: #999;
	font-size: 1rem;
}

/* ========== 响应式：1366px ========== */
@media (max-width: 1366px) {
	.aggregate-page {
		width: 80%;
		padding: 24px 0 40px;
	}

	.aggregate-top {
		gap: 24px;
		margin-bottom: 24px;
	}



	.section-title-bar {
		margin-bottom: 16px;
		padding-bottom: 12px;
	}
	.leader-name1{font-size: 1.75rem;}
.leader-role1 {
    font-size: 1.5rem;}
	.section-title {
		font-size: 22px;
	}

	.leader-grid {
		gap: 12px;
	}

	.leader-card {
		padding: 14px;
	}

	.leader-name {
		font-size: 18px;
	}

	.leader-role {
		font-size: 12px;
	}





	.aggregate-bottom {
		gap: 24px;
	}

	.bottom-section {
		padding: 20px;
	}

	.news-simple-list li a {
		font-size: 16px;
		padding: 12px 10px;
	}

	.news-tag,
	.news-date {
		font-size: 15px;
	}
}

/* ========== 响应式：<768px 移动端 ========== */
@media (max-width: 768px) {
	.aggregate-page {
		width: 96%;
		padding: 16px 0 24px;
	}

	.aggregate-top {
		flex-direction: column;
		gap: 16px;
	}



	.leader-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	.leader-card {
		height: auto;
		padding:0 0;
		line-height: 40px;
	}

	.leader-name {
		font-size: 16px;
	}

	.leader-role {
		font-size: 11px;
	}

	.quick-entry {
		width: 100%;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.entry-item {
		padding: 12px;
		gap: 10px;
	}

	.entry-icon {
		width: 32px;
		height: 32px;
	}

	.entry-name {
		font-size: 16px;
	}

	.aggregate-swiper .swiper-slide img {
		height: 100px;
	}

	.aggregate-bottom {
		flex-direction: column;
		gap: 16px;
	}

	.bottom-section {
		padding: 16px;
	}

	.section-title {
		font-size: 20px;
		line-height: 32px;
	}
.section-more{font-size: 15px;}
	.news-simple-list li a {
		font-size: 16px;
		padding: 10px 8px;
		flex-wrap: wrap;
		gap: 4px;
	}

	.news-tag {
		font-size: 15px;
	}

	.news-date {
		margin-left: auto;
		font-size: 15px;
	}
	.bottom-section {
		width: 100%;
		padding: 0;
	}
}

/* 页面主容器 */
.article-wrap {
	background: #fff;
	border-radius: 0.25rem;
	padding: 2rem 3rem 2.5rem;
	margin-bottom: 2rem;
}

/* 标题区 */
.article-header {
	text-align: center;
	padding-bottom: 1.25rem;
	border-bottom: 2px solid #e5e7eb;
	margin-bottom: 1.5rem;
}

.article-title {
	font-family: 'syhtB';
	font-size: 1.75rem;
	color: #1a3a5c;
	margin: 0 0 1rem;
	letter-spacing: 0.03rem;
	line-height: 1.4;
}

/* 字号切换 */
.font-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.font-label {
	font-size: 1.125rem;
	color: #888;
}

.font-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 50%;
	font-size: 1.125rem;
	color: #666;
	background: #f5f7fa;
	cursor: pointer;
	transition: all 0.25s;
	user-select: none;
	font-family: inherit;
}

.font-btn:hover {
	background: #e8eef7;
	color: #1856C7;
}

.font-btn.active {
	background: #1856C7;
	color: #fff;
	font-weight: bold;
}

/* 正文内容区 - 默认字号20px（中） */
.article-content {
	line-height: 2;
	color: #333;
	word-break: break-all;
}

/* 默认：中 20px */
.article-content p,
.article-content li,
.article-content span,
.article-content div,
.article-content blockquote {
	font-size: 20px;
}

/* 标题类保持更大 */
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4 {
	font-weight: bold;
	color: #1a3a5c;
	margin: 1.5em 0 0.6em;
	line-height: 1.5;
}

.article-content h2 {
	font-size: 24px;
	border-left: 4px solid #1856C7;
	padding-left: 0.75rem;
}

.article-content h3 {
	font-size: 22px;
}

.article-content p {
	margin-bottom: 2rem;
	text-indent: 2em;
}

.article-content img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 1rem auto;
}

.article-content a {
	color: #1856C7;
	text-decoration: none;
	border-bottom: 1px dashed #1856C7;
}

.article-content a:hover {
	color: #C8202B;
	border-color: #C8202B;
}

/* 字号切换 - 小 18px */
.article-content.font-sm p,
.article-content.font-sm li,
.article-content.font-sm span,
.article-content.font-sm div,
.article-content.font-sm blockquote {
	font-size: 18px;
}

/* 字号切换 - 大 22px */
.article-content.font-lg p,
.article-content.font-lg li,
.article-content.font-lg span,
.article-content.font-lg div,
.article-content.font-lg blockquote {
	font-size: 22px;
}

/* 列表不缩进 */
.article-content ul,
.article-content ol {
	padding-left: 1.5em;
	margin: 0.8em 0;
}

.article-content li {
	margin: 0.3em 0;
	text-indent: 0;
}

/* 表格 */
.article-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1rem 0;
}

.article-content th,
.article-content td {
	border: 1px solid #ddd;
	padding: 0.6rem 0.75rem;
	font-size: 20px;
	text-align: left;
}

.article-content.font-sm th,
.article-content.font-sm td {
	font-size: 18px;
}

.article-content.font-lg th,
.article-content.font-lg td {
	font-size: 22px;
}

.article-content th {
	background: #f2f6fc;
	font-weight: bold;
}

/* 页面底部操作区 */
.article-footer {
	display: flex;
	justify-content: center;
	gap: 1rem;
	padding-top: 1.5rem;
	margin-top: 2rem;
	border-top: 1px solid #eee;
}

.article-footer a {
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 1.25rem;
	font-size: 0.875rem;
	color: #1856C7;
	background: #f2f6fc;
	border-radius: 0.25rem;
	text-decoration: none;
	transition: all 0.2s;
}

.article-footer a:hover {
	background: #1856C7;
	color: #fff;
}

/* ========== 响应式：<1366px ========== */
@media (max-width: 1366px) {
	.breadcrumb {
		padding: 20px 0 12px;
		font-size: 13px;
	}

	.article-wrap {
		padding: 28px 36px 32px;
		margin-bottom: 28px;
		border-radius: 4px;
	}

	.article-header {
		padding-bottom: 18px;
		margin-bottom: 22px;
	}

	.article-title {
		font-size: 26px;
		margin-bottom: 14px;
	}

	.font-label {
		font-size: 13px;
	}

	.font-btn {
		width: 28px;
		height: 28px;
		font-size: 12px;
	}

	.article-content {
		line-height: 2;
	}

	.article-content p,
	.article-content li,
	.article-content span,
	.article-content div,
	.article-content blockquote {
		font-size: 20px;
	}

	.article-content.font-sm p,
	.article-content.font-sm li,
	.article-content.font-sm span,
	.article-content.font-sm div,
	.article-content.font-sm blockquote {
		font-size: 18px;
	}

	.article-content.font-lg p,
	.article-content.font-lg li,
	.article-content.font-lg span,
	.article-content.font-lg div,
	.article-content.font-lg blockquote {
		font-size: 22px;
	}

	.article-content h2 {
		font-size: 22px;
	}

	.article-content h3 {
		font-size: 20px;
	}

	.article-content th,
	.article-content td {
		font-size: 20px;
	}

	.article-content.font-sm th,
	.article-content.font-sm td {
		font-size: 18px;
	}

	.article-content.font-lg th,
	.article-content.font-lg td {
		font-size: 22px;
	}
}

/* ========== 响应式：<768px 移动端 ========== */
@media (max-width: 768px) {
	.breadcrumb {
		padding: 12px 0 8px;
		font-size: 14px;
	}

	.article-wrap {
		padding: 16px 14px 24px;
		margin-bottom: 16px;
	}

	.article-header {
		padding-bottom: 14px;
		margin-bottom: 16px;
	}

	.article-title {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.font-toggle {
		gap: 6px;
	}

	.font-label {
		font-size: 12px;
	}

	.font-btn {
		width: 26px;
		height: 26px;
		font-size: 12px;
	}

	.article-content p,
	.article-content li,
	.article-content span,
	.article-content div,
	.article-content blockquote {
		font-size: 16px;
	}

	.article-content.font-sm p,
	.article-content.font-sm li,
	.article-content.font-sm span,
	.article-content.font-sm div,
	.article-content.font-sm blockquote {
		font-size: 14px;
	}

	.article-content.font-md p,
	.article-content.font-md li,
	.article-content.font-md span,
	.article-content.font-md div,
	.article-content.font-md blockquote {
		font-size: 16px;
	}

	.article-content.font-lg p,
	.article-content.font-lg li,
	.article-content.font-lg span,
	.article-content.font-lg div,
	.article-content.font-lg blockquote {
		font-size: 18px;
	}

	.article-content h2 {
		font-size: 18px;
	}

	.article-content h3 {
		font-size: 16px;
	}

	.article-content th,
	.article-content td {
		font-size: 14px;
		padding: 6px 8px;
	}

	.article-content.font-sm th,
	.article-content.font-sm td {
		font-size: 12px;
	}

	.article-content.font-md th,
	.article-content.font-md td {
		font-size: 14px;
	}

	.article-content.font-lg th,
	.article-content.font-lg td {
		font-size: 16px;
	}

	.article-footer {
		margin-top: 20px;
		padding-top: 16px;
	}

	.article-footer a {
		font-size: 13px;
		padding: 8px 14px;
	}
}

/* ========== 中心领导列表 ========== */
.leader-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.leader-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.5rem 1rem 4.6875rem;
	background: #f0f6ff;
	border: 1px solid #c5d9f5;
	border-radius: 0.25rem;
	transition: all 0.25s;
	cursor: pointer;
}

.leader-item::before {
	content: '';
	position: absolute;
	left: 3.625rem;
	top: 30%;
	width: 4px;
	height: 40%;
	background: #175ddd;
	border-radius: 10px;
}

.leader-item:hover {
	background: #e4eeff;
	border-color: #175ddd;
	box-shadow: 0 2px 10px rgba(23, 93, 221, 0.12);
}

.leader-name {
	font-family: 'syhtB';
	font-size: 1.625rem;
	color: #175ddd;
	font-weight: bold;
	padding-left: 1rem;
}

.leader-role {
	font-size: 1.5rem;
	color: #111111;
}

/* ========== 响应式：1366px ========== */
@media (max-width: 1366px) {
	.leader-list {
		gap: 12px;
	}

	.leader-item {
		padding: 12px 20px;
	}

	.leader-item::before {
		width: 4px;
		height: 24px;
		left: 1.3rem;
	}

	.leader-name {
		font-size: 20px;
		padding-left: 12px;
	}


}

/* ========== 响应式：<768px 移动端 ========== */
@media (max-width: 768px) {
	.leader-list {
		gap: 10px;
	}

	.leader-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
		padding: 12px 16px;
	}

	.leader-item::before {
		height: 20px;

	}

	.leader-name {
		font-size: 18px;
	}

	.leader-role {
		font-size: 15px;
		color: #888;
	}
}

/* ========== 机构设置树形 ========== */
.org-tree {
	position: relative;
	padding: 1rem 0 2rem;
}

.org-root {
	width: 100%;
	margin: 0 auto 4rem;
	line-height: 3.875rem;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	background: #175ddd;
	border-radius: 0.375rem;
	box-shadow: 0 4px 12px rgba(23, 93, 221, 0.25);
	position: relative;
}


.org-root::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -2.25rem;
	width: 2px;
	height: 2.25rem;
	background: #b3ccf0;
	transform: translateX(-50%);
}


.org-branches {
	display: flex;
	gap: 2rem;
	position: relative;
	padding-top: 0;
}


.org-branches::before {
	width: 68.8%;
	content: '';
	position: absolute;
	top: -1.8rem;
	left: 15.5%;
	right: 0;
	height: 2px;
	background: #b3ccf0;
}


.org-branch {
	flex: 1;
	display: flex;
	flex-direction: column;
	position: relative;
}


.org-branch::before {
	content: '';
	position: absolute;
	top: -1.75rem;
	left: 50%;
	width: 2px;
	height: 1.75rem;
	background: #b3ccf0;
	transform: translateX(-50%);
}


.org-branch-title {
	line-height: 3.625rem;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	background: #4e86ed;
	border-radius: 0.25rem;
	margin-bottom: 1.6rem;
	box-shadow: 0 2px 8px rgba(23, 93, 221, 0.2);
	position: relative;
}

.org-branch-title::before {
	content: '';
	position: absolute;
	bottom: -1.7rem;
	left: 50%;
	width: 2px;
	height: 1.7rem;
	background: #b3ccf0;
	transform: translateX(-50%);
}

.org-branch-children {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}


.org-unit {
	display: block;
	padding: 0.9rem 0.8rem;
	font-size: 1.25rem;
	color: #175ddd;
	text-align: center;
	text-decoration: none;
	background: #f0f6ff;
	border-radius: 0.1875rem;
	transition: all 0.25s;
	word-break: break-all;
}

.org-unit:hover {
	background: #175ddd;
	color: #fff;
	border-color: #175ddd;
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(23, 93, 221, 0.25);
}

/* ========== 机构设置 响应式 1366px ========== */
@media (max-width: 1366px) {
	.org-tree {
		padding: 16px 0 32px;
	}

	.org-root {
		max-width: 480px;
		font-size: 22px;
		padding: 14px 20px;
		margin-bottom: 36px;
		border-radius: 6px;
	}

	.org-root::after {
		height: 18px;
		bottom: -18px;
	}

	.org-branches {
		gap: 20px;
	}

	.org-branches::before {
		top: -18px;
	}

	.org-branch::before {
		top: -18px;
		height: 18px;
	}

	.org-branch-title {
		padding: 7px 14px;
		margin-bottom: 14px;
	}

	.org-branch-children {
		gap: 10px;
	}

	.org-unit {
		padding: 10px 12px;
	}
}

/* ========== 机构设置 响应式 <768px 移动端 ========== */
@media (max-width: 768px) {
	.org-tree {
		padding: 12px 0 24px;
	}

	.org-root {
		max-width: 100%;
		font-size: 18px;
		padding: 12px 16px;
		margin-bottom: 24px;
		border-radius: 6px;
	}

	/* 移动端：根节点下方直接用竖线连接各分支（隐藏横线布局） */
	.org-root::after {
		display: none;
	}

	.org-branches {
		flex-direction: column;
		gap: 24px;
		padding-top: 0;
	}

	/* 隐藏PC端的横线和竖线 */
	.org-branches::before {
		display: none;
	}

	.org-branch::before {
		display: none;
	}

	/* 移动端改为纵向链表式连接线 */
	.org-branch {
		position: relative;
		padding-top: 24px;
	}

	.org-branch:first-of-type {
		padding-top: 0;
	}

	/* 从根节点到第一个分支标题的竖线 */
	.org-branch:first-of-type::before {
		display: block;
		content: '';
		position: absolute;
		top: -24px;
		left: 50%;
		width: 2px;
		height: 24px;
		background: #b3ccf0;
		transform: translateX(-50%);
	}

	/* 分支之间加竖线 */
	.org-branch+.org-branch::before {
		display: block;
		content: '';
		position: absolute;
		top: -24px;
		left: 50%;
		width: 2px;
		height: 24px;
		background: #b3ccf0;
		transform: translateX(-50%);
	}

	.org-branch-title {
		font-size: 18px;
		padding: 15px 12px;
		margin-bottom: 12px;
		border-radius: 6px;
	}

	.org-branch-children {
		gap: 8px;
	}

	.org-unit {
		font-size: 16px;
		padding: 12px 12px;
		border-radius: 4px;
	}
}

/* ========== 联系我们 - 地图 + 地址卡片 ========== */
.contact-map {
	position: relative;
	width: 100%;

}

/* 地图背景图 */
.contact-map-bg {
	width: 100%;
	display: block;
	line-height: 0;
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.contact-map-bg img {
	width: 100%;
	height: auto;
	display: block;
}



/* 地址卡片（绝对定位叠加在地图上） */
.contact-card {
	width: 100%;
	padding: 0 1.75rem 1.2rem 1.75rem;
	z-index: 3;
	backdrop-filter: blur(6px);
}

.contact-title {
	font-family: 'syhtB';
	font-size: 1.5rem;
	color: #175ddd;
	margin: 0 0 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #e6edf7;
	line-height: 2rem;
}

.contact-info {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact-info li {
	display: flex;
	align-items: flex-start;
	font-size: 1.25rem;
	color: #333;
	line-height: 2.2rem;
}

.info-label {
	flex-shrink: 0;
	color: #888;
	min-width: 3rem;
}

.info-value {
	color: #333;
}

/* ========== 联系我们 响应式 1366px ========== */
@media (max-width: 1366px) {
.contact-info li{font-size: 16px; line-height: 30px;}
}

/* ========== 联系我们 响应式 <768px 移动端 ========== */
@media (max-width: 768px) {
	.contact-map {
		border-radius: 8px;
	}

	.contact-pin {
		left: 50%;
		top: 58%;
	}

	.pin-dot {
		width: 10px;
		height: 10px;
		border-width: 2px;
	}

	/* 移动端：卡片改为上方左对齐 */
	.contact-card {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		max-width: 100%;
		margin-top: -10px;
		border-radius: 8px;
		box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
	}

	.contact-title {
		font-size: 18px;
		line-height: 26px;
	}

	.contact-info li {
		font-size: 16px;
		line-height:28px;
	}
	.leader-section {
	    width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}
	.leader-name1{font-size: 18px; margin-right: 5px;}
	.leader-card{padding: 0 10px;}
	.leader-role1{font-size: 16px;}
	.inner-main {
	    width: 100%;
	}
	.sidebar-title {
	    padding: 12px 16px;
	}
	.sidebar-title h3 {
	    font-size: 22px;
	}
	.news-dot {
		width: 6px;
		height: 6px;
	}
	
}