/* 公共安全学会官网风格 — 参照 publicsafety.org.cn */
body.main-body { background: #f1f1f1; min-width: 1200px; }
.caps-container { width: 1250px; max-width: 96%; margin: 0 auto; }

/* 顶栏 */
.caps-topbar { background: #1273be; padding: 10px 0; }
.caps-topbar-inner { display: flex; justify-content: space-between; align-items: center; }
.caps-topbar h4 { margin: 0; font-size: 13px; font-weight: normal; color: #fff; }
.caps-topbar-links a { color: #fff; font-size: 13px; margin-left: 8px; }
.caps-topbar-links a:hover { opacity: .85; }
.caps-topbar-links a + a::before { content: '·'; margin-right: 8px; }

/* Logo + 搜索 */
.caps-logo-bar { background: #0c87e5; padding: 20px 0; }
.caps-logo-inner { display: flex; justify-content: space-between; align-items: center; }
.caps-logo img { display: block; max-height: 84px; width: auto; }
.caps-search { display: flex; align-items: stretch; }
.caps-search input { width: 280px; height: 36px; border: 0; padding: 0 12px; font-size: 14px; }
.caps-search button { height: 36px; border: 0; background: #1273be; color: #fff; padding: 0 20px; cursor: pointer; font-size: 14px; }
.caps-search button:hover { background: #0f6aab; }

/* 主导航 */
.caps-nav { background: #1273be; }
.caps-nav-toggle {
	display: none;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	padding: 12px 16px;
	border: 0;
	background: rgba(0,0,0,.12);
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	text-align: left;
}
.caps-nav-toggle-icon {
	width: 18px;
	height: 2px;
	background: #fff;
	position: relative;
	display: block;
}
.caps-nav-toggle-icon::before,
.caps-nav-toggle-icon::after {
	content: '';
	position: absolute;
	left: 0;
	width: 18px;
	height: 2px;
	background: #fff;
}
.caps-nav-toggle-icon::before { top: -6px; transition: transform .2s, top .2s; }
.caps-nav-toggle-icon::after { top: 6px; transition: transform .2s, top .2s; }
.caps-nav.caps-nav-open .caps-nav-toggle-icon { background: transparent; }
.caps-nav.caps-nav-open .caps-nav-toggle-icon::before {
	top: 0;
	transform: rotate(45deg);
}
.caps-nav.caps-nav-open .caps-nav-toggle-icon::after {
	top: 0;
	transform: rotate(-45deg);
}
.caps-nav ul { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; list-style: none; }
.caps-nav > .caps-container > .caps-nav-menu > ul > li { position: relative; }
.caps-nav > .caps-container > .caps-nav-menu > ul > li > a { display: block; padding: 14px 22px; color: #fff; font-size: 15px; white-space: nowrap; }
.caps-nav > .caps-container > .caps-nav-menu > ul > li:hover > a,
.caps-nav > .caps-container > .caps-nav-menu > ul > li.active > a { background: rgba(0,0,0,.12); }
.caps-subnav { display: none; position: absolute; left: 0; top: 100%; min-width: 160px; background: #1273be; z-index: 100; box-shadow: 0 6px 16px rgba(0,0,0,.12); }
.caps-nav li.has-child:hover .caps-subnav { display: block; }
.caps-subnav a { display: block; padding: 10px 16px; color: #fff; font-size: 14px; border-top: 1px solid rgba(255,255,255,.08); }
.caps-subnav a:hover { background: #0f81d9; }

/* 导航样式变体 */
.caps-nav--center > .caps-container > .caps-nav-menu > ul { justify-content: center; }
.caps-nav--underline { background: #fff; border-bottom: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(15,23,42,.04); }
.caps-nav--underline > .caps-container > .caps-nav-menu > ul > li > a { color: #334155; font-weight: 500; }
.caps-nav--underline > .caps-container > .caps-nav-menu > ul > li:hover > a,
.caps-nav--underline > .caps-container > .caps-nav-menu > ul > li.active > a {
	background: transparent;
	color: #1273be;
	box-shadow: inset 0 -3px 0 #1273be;
}
.caps-nav--underline .caps-subnav { background: #fff; border: 1px solid #e2e8f0; box-shadow: 0 8px 24px rgba(15,23,42,.08); }
.caps-nav--underline .caps-subnav a { color: #475569; border-top-color: #f1f5f9; }
.caps-nav--underline .caps-subnav a:hover { background: #f0f9ff; color: #1273be; }
.caps-nav--dark { background: #1e293b; }
.caps-nav--dark > .caps-container > .caps-nav-menu > ul > li:hover > a,
.caps-nav--dark > .caps-container > .caps-nav-menu > ul > li.active > a { background: rgba(255,255,255,.08); }
.caps-nav--dark .caps-subnav { background: #0f172a; }
.caps-nav--dark .caps-subnav a:hover { background: #334155; }
.caps-nav--compact > .caps-container > .caps-nav-menu > ul > li > a { padding: 10px 14px; font-size: 14px; }
.caps-nav--compact .caps-subnav a { padding: 8px 14px; font-size: 13px; }
.caps-nav--pill { background: #f1f5f9; border-bottom: 1px solid #e2e8f0; }
.caps-nav--pill > .caps-container > .caps-nav-menu > ul > li > a { color: #475569; padding: 12px 16px; margin: 6px 2px; border-radius: 999px; }
.caps-nav--pill > .caps-container > .caps-nav-menu > ul > li:hover > a { background: rgba(18,115,190,.08); color: #1273be; }
.caps-nav--pill > .caps-container > .caps-nav-menu > ul > li.active > a { background: #1273be; color: #fff; }
.caps-nav--pill .caps-subnav { background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; margin-top: 4px; overflow: hidden; }
.caps-nav--pill .caps-subnav a { color: #475569; border-top-color: #f1f5f9; }
.caps-nav--pill .caps-subnav a:hover { background: #f0f9ff; color: #1273be; }

/* 轮播 — 1250×400 比例，图片 cover 不拉伸 */
.caps-banner { background: #f1f1f1; padding-top: 15px; }
.caps-banner-inner {
	width: 1250px;
	max-width: 96%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: #0a5fa8;
	aspect-ratio: 1250 / 400;
	height: auto;
}
.caps-swiper {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.caps-swiper .swiper-wrapper {
	height: 100%;
}
.caps-swiper .swiper-slide {
	height: 100%;
	overflow: hidden;
	display: block !important;
}
.caps-slide-link {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.caps-slide-link img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.caps-banner-title {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 50%;
	padding: 14px 0;
	line-height: 1.5;
	background: rgba(0, 95, 251, 0.55);
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	z-index: 2;
	box-sizing: border-box;
}
.caps-banner-title p {
	width: 90%;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.caps-swiper .swiper-button-prev,
.caps-swiper .swiper-button-next {
	top: 45%;
	color: #fff;
	z-index: 3;
}
.caps-swiper .swiper-button-prev:after,
.caps-swiper .swiper-button-next:after {
	font-size: 32px;
}
.caps-swiper .swiper-pagination {
	right: 20px !important;
	bottom: 30px !important;
	width: auto !important;
	left: auto !important;
	z-index: 3;
}
.caps-swiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #fff;
}
.caps-swiper .swiper-pagination-bullet-active { background: #1273be; }

/* 快捷入口 — 1250 全宽，图标与文字横排 */
.caps-quick { margin-bottom: 20px; --quick-cols: 5; }
.caps-quick-inner {
	width: 1250px;
	max-width: 96%;
	margin: 0 auto;
	overflow: hidden;
}
.caps-quick ul {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.caps-quick li {
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #fff;
	transition: box-shadow .2s, transform .2s;
}
/* 桌面 · 单行均分 */
.caps-quick--layout-single li {
	flex: 1 1 0;
	min-width: 0;
}
/* 桌面 · 双行网格（按列数自动换行，最多两排视觉） */
.caps-quick--layout-double ul {
	display: grid;
	grid-template-columns: repeat(var(--quick-cols, 5), minmax(0, 1fr));
	gap: 12px;
	justify-content: stretch;
}
.caps-quick--layout-double li {
	width: auto;
	border: 1px solid #e8eef5;
	border-radius: 8px;
}
.caps-quick--layout-double a::after { display: none; }
.caps-quick--layout-double a {
	padding: 22px 8px;
	flex-direction: column;
	gap: 10px;
	text-align: center;
}
.caps-quick--layout-double img {
	margin-right: 0;
	height: 32px;
}
.caps-quick--layout-double h4 {
	white-space: normal;
	font-size: 15px;
	line-height: 1.4;
}
.caps-quick a {
	display: flex;
	padding: 28px 0;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #333;
	text-decoration: none;
	transition: background .2s;
}
.caps-quick--layout-single a::after {
	content: '';
	width: 1px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	background: #eee;
}
.caps-quick--layout-single li:last-child a::after { display: none; }
.caps-quick img {
	display: block;
	height: 30px;
	width: auto;
	margin-right: 24px;
	flex-shrink: 0;
}
.caps-quick h4 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
}
.caps-quick a:hover { background: #f8fbff; }
.caps-quick a:hover h4 { color: #0970d9; }
.caps-quick li:hover { box-shadow: 0 4px 16px rgba(18, 115, 190, .08); }

/* 面板通用 */
.caps-panel-head { display: flex; justify-content: space-between; align-items: center; padding: 0 15px 12px; border-bottom: 2px solid #1273be; margin-bottom: 12px; }
.caps-panel-head h3 { margin: 0; font-size: 18px; color: #1273be; font-weight: 600; }
.caps-panel-head a { color: #666; font-size: 13px; }
.caps-panel-head a:hover { color: #1273be; }
.caps-empty { color: #999; padding: 12px 0; }

/* 主内容区 */
.caps-main-grid { width: 1250px; max-width: 96%; margin: 20px auto; display: flex; gap: 20px; }
.caps-news-panel { flex: 1; background: #fff; padding: 14px 0 10px; min-width: 0; }
.caps-notice-panel { width: 380px; flex-shrink: 0; background: #fff; padding: 14px 0 10px; }
.caps-news-body { padding: 0 15px; }
.caps-news-featured { float: left; width: 265px; margin-right: 15px; }
.caps-news-featured img { width: 100%; height: 148px; object-fit: cover; display: block; }
.caps-news-featured p { margin: 8px 0 0; line-height: 1.5; font-size: 14px; color: #333; }
.caps-news-featured a:hover p { color: #1273be; }
.caps-news-list { overflow: hidden; margin: 0; padding: 0; list-style: none; }
.caps-news-list li { margin-bottom: 14px; padding-left: 14px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6'%3E%3Ccircle cx='3' cy='3' r='3' fill='%231273be'/%3E%3C/svg%3E") left 8px no-repeat; }
.caps-news-list a { display: flex; justify-content: space-between; gap: 12px; color: #333; font-size: 14px; line-height: 1.6; }
.caps-news-list a:hover .caps-news-title { color: #1273be; }
.caps-news-date { flex-shrink: 0; color: #999; font-size: 13px; }

.caps-notice-list { margin: 0; padding: 0 15px; list-style: none; }
.caps-notice-list li { border-bottom: 1px dashed #eee; padding: 10px 0; }
.caps-notice-list a { display: block; color: #333; }
.caps-notice-list p { margin: 0 0 6px; font-size: 14px; line-height: 1.5; }
.caps-notice-list span { color: #999; font-size: 13px; }
.caps-notice-list a:hover p { color: #1273be; }

/* 次级区块 */
.caps-sub-grid { width: 1250px; max-width: 96%; margin: 0 auto 20px; display: flex; gap: 20px; }
.caps-sub-panel { flex: 1; background: #fff; padding: 14px 0 16px; min-width: 0; }
.caps-simple-list { margin: 0; padding: 0 15px; list-style: none; }
.caps-simple-list li { padding: 10px 0; border-bottom: 1px dashed #eee; }
.caps-simple-list a { display: flex; justify-content: space-between; gap: 10px; color: #333; font-size: 14px; }
.caps-simple-list em { font-style: normal; color: #999; flex-shrink: 0; }
.caps-simple-list a:hover span { color: #1273be; }

/* 友情链接 */
.caps-links { width: 1250px; max-width: 96%; margin: 0 auto 24px; background: #fff; padding: 14px 0 20px; }
.caps-link-swiper { padding: 10px 20px 15px; }
.caps-link-swiper .swiper-slide a { display: block; width: 100%; }
.caps-link-swiper .swiper-slide img { display: block; width: 100%; height: auto; border: 1px solid #eee; background: #fff; }
.caps-link-swiper .swiper-slide .caps-link-text { display: block; text-align: center; padding: 12px 8px; border: 1px solid #eee; color: #555; font-size: 13px; background: #fafafa; }
.caps-link-swiper .swiper-slide a:hover img,
.caps-link-swiper .swiper-slide a:hover .caps-link-text { border-color: #1273be; }

/* 短内容页主区域撑满导航与页脚之间的空白 */
.pg-contact,
.pg-download,
.pg-simple,
.pg-wide,
.profile-page,
.caps-search-page {
	flex: 1;
}

html {
	height: 100%;
}
body.main-body {
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
}

/* 页脚 */
.caps-footer { background: #1273be; color: #fff; padding: 28px 0 32px; margin-top: auto; flex-shrink: 0; font-size: 13px; line-height: 1.9; }
.caps-footer a { color: #fff; }
.caps-footer a:hover { opacity: .85; }
.caps-footer-nav { margin: 0 0 10px; text-align: center; }
.caps-footer-copy, .caps-footer-contact { margin: 0; text-align: center; opacity: .95; }

/* 内页偏移（单页/列表/详情） */
.pg-simple, .pg-list, .detail { margin-top: 20px !important; }
.pg-about-hero { margin-top: 0 !important; }

/* 搜索页 */
.caps-search-page { width: 1250px; max-width: 96%; margin: 24px auto 40px; background: #fff; padding: 24px 28px; }
.caps-search-page h1 { margin: 0 0 20px; font-size: 22px; color: #1273be; }
.caps-search-result li { padding: 12px 0; border-bottom: 1px dashed #eee; list-style: none; }
.caps-search-result a { color: #333; font-size: 15px; }
.caps-search-result a:hover { color: #1273be; }
.caps-search-result em { display: block; color: #999; font-size: 13px; margin-top: 4px; font-style: normal; }
.caps-search-layout { display: flex; gap: 28px; align-items: flex-start; }
.caps-search-main { flex: 1; min-width: 0; }
.caps-search-hot {
	width: 220px; flex-shrink: 0; background: #f8fafc; border: 1px solid #e8eef5;
	border-radius: 8px; padding: 14px 16px;
}
.caps-search-hot h3 { margin: 0 0 12px; font-size: 15px; color: #1273be; font-weight: 600; }
.caps-search-hot ul { margin: 0; padding: 0; list-style: none; }
.caps-search-hot li { padding: 8px 0; border-bottom: 1px dashed #e2e8f0; }
.caps-search-hot li:last-child { border-bottom: 0; }
.caps-search-hot a { color: #334155; font-size: 14px; }
.caps-search-hot a:hover { color: #1273be; }
.caps-search-hot em { display: block; font-size: 12px; color: #94a3b8; font-style: normal; margin-top: 2px; }

/* 网站地图页 */
.caps-sitemap-page { width: 1250px; max-width: 96%; margin: 24px auto 40px; }
.caps-page-head { background: #fff; padding: 24px 28px; margin-bottom: 16px; border-radius: 4px; }
.caps-page-head h1 { margin: 0 0 8px; font-size: 24px; color: #1273be; }
.caps-page-head p { margin: 0; color: #64748b; font-size: 14px; }
.caps-sitemap-group { background: #fff; padding: 20px 24px 24px; margin-bottom: 16px; border-radius: 4px; }
.caps-sitemap-group-title { margin: 0 0 16px; padding-bottom: 10px; border-bottom: 2px solid #1273be; font-size: 18px; color: #1e293b; }
.caps-sitemap-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }
.caps-sitemap-card {
	display: flex; flex-direction: column; align-items: center; text-align: center;
	padding: 14px 12px; border: 1px solid #e8eef5; border-radius: 8px; background: #fafbfc;
	color: #334155; text-decoration: none; transition: border-color .15s, box-shadow .15s;
}
.caps-sitemap-card:hover { border-color: #1273be; box-shadow: 0 4px 12px rgba(18,115,190,.12); color: #1273be; }
.caps-sitemap-card-img { display: block; width: 100%; max-width: 160px; margin-bottom: 10px; border-radius: 6px; overflow: hidden; background: #e2e8f0; }
.caps-sitemap-card-img img { display: block; width: 100%; height: auto; max-height: 90px; object-fit: cover; }
.caps-sitemap-card-title { font-size: 14px; line-height: 1.5; font-weight: 500; }
.caps-sitemap-empty { background: #fff; padding: 48px 24px; text-align: center; color: #64748b; border-radius: 4px; }

@media (max-width: 992px) {
	body.main-body { min-width: 0; }
	.caps-main-grid, .caps-sub-grid { flex-direction: column; }
	.caps-notice-panel { width: 100%; }
	.caps-news-featured { float: none; width: 100%; margin: 0 0 16px; }
	.caps-topbar-inner { flex-wrap: wrap; gap: 6px; }
	.caps-topbar h4 { font-size: 12px; line-height: 1.5; }
	.caps-logo-bar { padding: 14px 0; }
	.caps-logo-inner { flex-direction: column; gap: 12px; align-items: stretch; }
	.caps-logo { text-align: center; }
	.caps-logo img { max-height: 64px; margin: 0 auto; }
	.caps-search { width: 100%; }
	.caps-search input { flex: 1; width: auto; min-width: 0; }
	.caps-nav { position: relative; z-index: 120; }
	.caps-nav > .caps-container { padding: 0; max-width: 100%; }
	.caps-nav-toggle {
		display: flex;
		padding: 13px 16px;
		background: rgba(0, 0, 0, .1);
	}
	.caps-nav.caps-nav-open .caps-nav-toggle {
		background: rgba(0, 0, 0, .16);
	}
	.caps-nav-menu {
		display: none;
		background: #fff;
		margin: 0;
		padding: 6px 0 10px;
		box-shadow: 0 10px 28px rgba(15, 23, 42, .14);
		border-radius: 0 0 12px 12px;
		max-height: calc(100vh - 220px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.caps-nav.caps-nav-open .caps-nav-menu { display: block; }
	.caps-nav > .caps-container > .caps-nav-menu > ul {
		flex-direction: column;
		flex-wrap: nowrap;
		padding: 0;
	}
	.caps-nav > .caps-container > .caps-nav-menu > ul > li {
		border-bottom: 1px solid #eef2f6;
	}
	.caps-nav > .caps-container > .caps-nav-menu > ul > li:last-child {
		border-bottom: 0;
	}
	.caps-nav > .caps-container > .caps-nav-menu > ul > li > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 14px 18px;
		white-space: normal;
		border-bottom: 0;
		color: #1e293b;
		font-size: 15px;
		font-weight: 500;
		line-height: 1.45;
		background: #fff;
	}
	.caps-nav > .caps-container > .caps-nav-menu > ul > li:hover > a,
	.caps-nav > .caps-container > .caps-nav-menu > ul > li.active > a {
		background: #f0f7ff;
		color: #1273be;
	}
	.caps-nav--underline > .caps-container > .caps-nav-menu > ul > li:hover > a,
	.caps-nav--underline > .caps-container > .caps-nav-menu > ul > li.active > a {
		box-shadow: none;
		border-left: 3px solid #1273be;
	}
	.caps-nav--pill > .caps-container > .caps-nav-menu > ul > li > a {
		margin: 0;
		border-radius: 0;
	}
	.caps-nav--pill > .caps-container > .caps-nav-menu > ul > li.active > a {
		background: #f0f7ff;
		color: #1273be;
	}
	.caps-nav--dark .caps-nav-toggle { background: rgba(255,255,255,.06); }
	.caps-nav li.has-child > a::after {
		content: '';
		flex-shrink: 0;
		width: 7px;
		height: 7px;
		margin-left: 12px;
		border-right: 2px solid #94a3b8;
		border-bottom: 2px solid #94a3b8;
		transform: rotate(45deg);
	}
	.caps-nav li.has-child:hover .caps-subnav { display: block; }
	.caps-nav li.has-child .caps-subnav {
		display: block;
		position: static;
		box-shadow: none;
		background: #f8fafc;
		padding: 4px 0 8px;
		border-top: 1px dashed #e2e8f0;
	}
	.caps-subnav a {
		display: flex;
		align-items: center;
		padding: 11px 18px 11px 34px;
		font-size: 14px;
		color: #64748b;
		border-top: 0;
		border-bottom: 1px solid #eef2f6;
		position: relative;
		line-height: 1.45;
	}
	.caps-subnav a:last-child { border-bottom: 0; }
	.caps-subnav a::before {
		content: '';
		position: absolute;
		left: 20px;
		top: 50%;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #1273be;
		opacity: .35;
		transform: translateY(-50%);
	}
	.caps-subnav a:hover,
	.caps-subnav a:active {
		background: #eef6fc;
		color: #1273be;
	}
	.caps-banner-title {
		width: 100%;
		bottom: 0;
		font-size: 15px;
		padding: 10px 0;
	}
	.caps-banner-title p { white-space: normal; }

	/* 快捷入口：平板/小屏 — 九宫格或两列卡片 */
	.caps-quick { margin-bottom: 16px; }
	.caps-quick-inner { max-width: 100%; padding: 0 2%; box-sizing: border-box; }
	.caps-quick--layout-single ul,
	.caps-quick--layout-double ul {
		display: grid;
		gap: 10px;
		justify-content: stretch;
	}
	.caps-quick--mobile-grid9 ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.caps-quick--mobile-grid2 ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.caps-quick li {
		width: auto;
		flex: none;
		border: 1px solid #e8eef5;
		border-radius: 10px;
		box-shadow: 0 2px 10px rgba(15, 23, 42, .05);
		overflow: hidden;
	}
	.caps-quick a {
		flex-direction: column;
		gap: 10px;
		padding: 16px 8px;
		min-height: 88px;
		box-sizing: border-box;
	}
	.caps-quick a::after { display: none; }
	.caps-quick img {
		margin-right: 0;
		height: 30px;
	}
	.caps-quick h4 {
		font-size: 13px;
		white-space: normal;
		text-align: center;
		line-height: 1.35;
	}
	.caps-footer-nav { line-height: 2; }
}

@media (max-width: 576px) {
	.caps-topbar h4 { display: none; }
	.caps-topbar-inner { justify-content: center; }
	.caps-quick--mobile-grid9 ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}
	.caps-quick--mobile-grid2 ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}
	.caps-quick a {
		padding: 14px 6px;
		min-height: 78px;
	}
	.caps-quick img { height: 28px; }
	.caps-quick h4 { font-size: 12px; }
	.caps-footer-contact { font-size: 12px; line-height: 1.8; }
}

/* 内页左侧导航 — 小屏改为分段式标签栏 */
@media (max-width: 992px) {
	.navLeft {
		margin: 0 0 14px;
		padding: 0;
		border-top: 0;
		background: transparent;
		box-shadow: none;
	}
	.navLeft h4 { display: none; }
	.navLeft ul {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin: 0;
		padding: 5px;
		gap: 4px;
		background: linear-gradient(180deg, #eef3f8 0%, #e8eef5 100%);
		border: 1px solid #dde5ee;
		border-radius: 10px;
		scrollbar-width: none;
	}
	.navLeft ul::-webkit-scrollbar { display: none; }
	.navLeft ul li,
	.newsList .navLeft ul li,
	.profile-page .navLeft ul li {
		flex: 1 1 0;
		min-width: 92px;
		height: auto;
		min-height: 42px;
		line-height: 1.4;
		margin-bottom: 0;
		font-size: 14px;
		border: none;
		border-radius: 7px;
		background: transparent;
		position: static;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		transition: background .2s, box-shadow .2s;
	}
	.navLeft ul li a,
	.newsList .navLeft ul li a,
	.profile-page .navLeft ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 42px;
		padding: 10px 8px;
		box-sizing: border-box;
		text-align: center;
		white-space: nowrap;
		font-size: 14px;
		line-height: 1.4;
		color: #5a6b7d;
		font-weight: 500;
	}
	.navLeft ul li:hover,
	.newsList .navLeft ul li:hover,
	.profile-page .navLeft ul li:hover {
		background: rgba(255, 255, 255, .55);
	}
	.navLeft ul li:hover a,
	.newsList .navLeft ul li:hover a,
	.profile-page .navLeft ul li:hover a { color: #1273be; }
	.navLeft ul li.active,
	.newsList .navLeft ul li.active,
	.profile-page .navLeft ul li.active {
		background: #1273be;
		box-shadow: 0 2px 8px rgba(18, 115, 190, .28);
	}
	.navLeft ul li.active a,
	.newsList .navLeft ul li.active a,
	.profile-page .navLeft ul li.active a {
		color: #fff;
		font-weight: 600;
		font-size: 14px;
	}
	.navLeft ul li:hover::after,
	.navLeft ul li.active::after,
	.newsList .navLeft ul li:hover::after,
	.newsList .navLeft ul li.active::after,
	.profile-page .navLeft ul li:hover::after,
	.profile-page .navLeft ul li.active::after {
		display: none !important;
		content: none !important;
	}
	.newsList .contBoxCent,
	.profile-page .contBoxCent {
		padding-top: 4px;
	}
	.newsList .newsBottom,
	.newsList .newsBottom--full,
	.profile-page .contRight {
		border-radius: 10px;
		box-shadow: 0 2px 14px rgba(15, 23, 42, .05);
	}
	.newsList .dqWz,
	.profile-page .dqWz {
		padding: 12px 0 10px;
		font-size: 13px;
	}
	.newsList .dqWz > div,
	.profile-page .dqWz > div {
		float: none;
		line-height: 1.65;
		word-break: break-word;
	}
}
