﻿/* ========== 1. BASELINE（与 lists_article.htm v6 一致，cwl PC 风） ========== */
* {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "PingFang SC", "Segoe UI", sans-serif;
  color: #333;
  background: #f5f5f5;
  line-height: 1.7;
}

body {
  min-width: 1200px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #e60012;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-wrap {
  width: 1200px;
  margin: 0 auto;
}

.c-red {
  color: #e60012;
}

.c-gray {
  color: #999;
}

.w_188ef3d::after {
  content: "";
  display: table;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* ① 顶栏红条 */
.c-topbar {
  background: #c00000;
  color: #fff;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
}

.c-topbar a {
  color: #fff;
  margin: 0 8px;
}

.c-topbar a:hover {
  color: #ffe95a;
}

.c-topbar-left b {
  margin-right: 10px;
  letter-spacing: 1px;
}

.c-topbar-right span {
  margin: 0 6px;
  color: rgba(255, 255, 255, 0.5);
}

/* ② 头部 */
.c-header {
  background: #fff;
}

.c-header-inner {
  padding: 18px 0;
  display: flex;
  align-items: center;
}

.c-logo {
  flex: 0 0 260px;
}

.c-logo img {
  height: 62px;
}

.c-header-center {
  flex: 1;
  text-align: center;
  padding: 0 30px;
}

.c-slogan {
  font-family: "KaiTi", "楷体", sans-serif;
  font-size: 22px;
  letter-spacing: 8px;
  color: #666;
  border-top: 1px solid #eee;
  padding-top: 6px;
  margin-bottom: 10px;
}

.c-search {
  display: inline-flex;
  max-width: 420px;
  width: 100%;
  border: 1px solid #e60012;
  border-radius: 4px;
  overflow: hidden;
}

.c-search input {
  flex: 1;
  border: 0;
  outline: 0;
  padding: 8px 12px;
  font-size: 14px;
  color: #333;
  background: #fff;
}

.c-search button {
  flex: 0 0 84px;
  border: 0;
  background: #e60012;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.c-header-right {
  flex: 0 0 220px;
  text-align: right;
  font-size: 13px;
  color: #666;
}

.c-header-right .tel {
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
  letter-spacing: 1px;
}

.c-nav {
  background: #c00000;
  border-top: 2px solid #9b0000;
}

.c-nav-list {
  display: flex;
  height: 52px;
  line-height: 52px;
}

.c-nav-item {
  flex: 1;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  transition: background .2s;
}

.c-nav-item:last-child {
  border-right: 0;
}

.c-nav-item:hover,
.c-nav-item.active {
  background: #9b0000;
  color: #fff;
}

/* ③ 面包屑 */
.c-crumb {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 14px 0;
  font-size: 14px;
  color: #666;
}

.c-crumb a:hover {
  color: #e60012;
}

.c-crumb .sep {
  color: #bbb;
  margin: 0 8px;
}

.c-crumb .sep::before {
  content: "›";
}

/* ④ 左右两栏 */
.c-main {
  padding: 24px 0 40px;
}

.c-main-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 20px;
  align-items: flex-start;
}

/* ④-1 左侧二级导航 + 最新发文（左栏） */
.c-side-block {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 20px;
}

.c-side-title {
  background: linear-gradient(180deg, #d60000, #b30000);
  color: #fff;
  padding: 16px 18px;
}

.c-side-title .cn {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.c-side-title .en {
  font-size: 12px;
  opacity: .85;
  margin-top: 2px;
  letter-spacing: 1px;
}

.c-side-nav li {
  border-bottom: 1px solid #f3f3f3;
}

.c-side-nav li:last-child {
  border-bottom: 0;
}

.c-side-nav li a {
  display: block;
  padding: 13px 20px 13px 26px;
  font-size: 15px;
  color: #444;
  position: relative;
  transition: all .2s;
}

.c-side-nav li a::before {
  content: "›";
  position: absolute;
  left: 14px;
  top: 14px;
  color: #e60012;
  font-size: 18px;
  line-height: 1;
}

.c-side-nav li a:hover,
.c-side-nav li.active a {
  color: #e60012;
  background: #fff5f6;
  font-weight: 600;
}

.c-side-nav li.active a::before {
  content: "»";
}

/* 左栏-B：最新发文 */
.c-side-newest {
  padding: 14px 18px 18px;
}

.c-side-newest h4 {
  font-size: 17px;
  color: #1a1a1a;
  margin: 0 0 12px 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  letter-spacing: 1px;
}

.c-side-newest li {
  padding: 10px 0;
  border-bottom: 1px dashed #f0f0f0;
  font-size: 14px;
}

.c-side-newest li:last-child {
  border-bottom: 0;
}

.c-side-newest li .n-doc {
  font-weight: 600;
  color: #1a1a1a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.c-side-newest li .n-doc a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-side-newest li .n-meta {
  margin-top: 4px;
  color: #999;
  font-size: 12px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.c-side-newest li .tag {
  display: inline-block;
  padding: 1px 7px;
  border: 1px solid #f3dcdc;
  background: #fff5f6;
  color: #c00000;
  border-radius: 2px;
  font-size: 11px;
  line-height: 1.6;
}

/* ④-2 右侧主内容：政策法规专用 */
.c-content {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #eee;
  padding: 26px 30px 36px;
  min-height: 650px;
}

.c-content-title {
  border-bottom: 2px solid #e60012;
  padding-bottom: 14px;
  margin-bottom: 20px;
  position: relative;
}

.c-content-title h1 {
  margin: 0;
  font-size: 26px;
  color: #333;
  font-weight: 700;
  letter-spacing: 2px;
  display: inline-block;
  padding-right: 20px;
  font-family: "SimHei", "黑体", "Microsoft YaHei", sans-serif;
}

.c-content-title .sub {
  color: #999;
  font-size: 13px;
  margin-left: 10px;
}

.c-content-title .more-sub {
  float: right;
  color: #999;
  font-size: 13px;
  line-height: 36px;
}

/* Tab 二级（政策法规分类：法律法规/部门规章/规范性文件/政策解读） */
.c-tabs {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  margin-bottom: 18px;
  gap: 0 4px;
}

.c-tabs .tab {
  padding: 10px 20px;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  bottom: -1px;
  border: 1px solid transparent;
  border-top: 2px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #555;
}

.c-tabs .tab.active {
  border-color: #eee;
  border-top-color: #e60012;
  background: #fff;
  color: #e60012;
  font-weight: 600;
}

.c-tabs .tab:hover {
  color: #e60012;
}

/* ============ 核心：政策法规列表卡片（cwl zcfg 风格） ============ */
.c-policy-list li {
  padding: 18px 0;
  border-bottom: 1px dashed #e4e4e4;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  transition: background .2s;
}

.c-policy-list li:last-child {
  border-bottom: 0;
}

.c-policy-list li:hover {
  background: #fbfbfb;
}

/* 左侧：日期色块（年+月+日三段式，cwl 特色） */
.c-policy-date {
  border: 1px solid #f1dcdc;
  background: #fff8f9;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  font-family: "Arial", "Segoe UI", sans-serif;
  align-self: start;
}

.c-policy-date .y {
  background: #e60012;
  color: #fff;
  font-size: 13px;
  padding: 3px 0;
  letter-spacing: 1px;
}

.c-policy-date .md {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  padding: 8px 0 10px;
  color: #c00000;
  line-height: 1;
}

.c-policy-date .md .m {
  font-size: 15px;
  font-weight: 600;
}

.c-policy-date .md .m::after {
  content: ".";
}

.c-policy-date .md .d {
  font-size: 28px;
  font-weight: 800;
}

/* 右侧：政策文字（标题+分类标签+发文字号+发文机关+PDF下载） */
.c-policy-main {
  min-width: 0;
}

.c-policy-main .title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.55;
  margin-bottom: 10px;
}

.c-policy-main .title a:hover {
  color: #e60012;
  text-decoration: underline;
}

.c-policy-main .title .tag-type {
  display: inline-block;
  margin-right: 8px;
  padding: 1px 7px;
  border-radius: 2px;
  font-size: 12px;
  vertical-align: 2px;
  font-weight: 400;
}

.tag-law {
  background: #efefef;
  color: #555;
  border: 1px solid #e0e0e0;
}

/* 法律法规 */
.tag-rule {
  background: #e8f4ff;
  color: #1f6feb;
  border: 1px solid #cfe3ff;
}

/* 部门规章 */
.tag-norm {
  background: #fff4e8;
  color: #c06c00;
  border: 1px solid #ffd9b3;
}

/* 规范性文件 */
.tag-interpret {
  background: #ecfdf5;
  color: #067647;
  border: 1px solid #bfe8d2;
}

/* 政策解读 */
.tag-default {
  background: #f2f2f2;
  color: #555;
  border: 1px solid #e0e0e0;
}

.c-policy-main .w_9334aee {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}

.c-policy-main .w_9334aee span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.c-policy-main .w_9334aee .k {
  color: #999;
}

.c-policy-main .w_9334aee .v {
  color: #333;
  font-weight: 500;
}

.c-policy-main .w_02e2ef9 {
  color: #777;
  font-size: 13.5px;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}

.c-policy-main .actions {
  font-size: 12px;
}

.c-policy-main .actions a {
  display: inline-block;
  padding: 3px 10px;
  margin-right: 8px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  background: #fafafa;
  color: #555;
}

.c-policy-main .actions a.pdf {
  border-color: #f3dcdc;
  color: #c00000;
  background: #fff5f6;
}

.c-policy-main .actions a:hover {
  border-color: #e60012;
  color: #fff;
  background: #e60012;
}

/* 政策缩略图 litpic 行（如果有图，显示卡片模式：左图右文） */
.c-policy-list li.has-img {
  grid-template-columns: 110px 180px 1fr;
}

.c-policy-thumb {
  align-self: start;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  background: #f5f5f5;
  width: 180px;
  height: 124px;
}

.c-policy-thumb a,
.c-policy-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s;
}

.c-policy-thumb img:hover {
  transform: scale(1.08);
}

/* 分页 */
.c-page {
  margin-top: 32px;
  text-align: center;
  font-size: 14px;
}

.c-page .pagination {
  display: inline-block;
}

.c-page .pagination li {
  display: inline-block;
  margin: 0 3px;
}

.c-page .pagination li a,
.c-page .pagination li span {
  display: inline-block;
  min-width: 36px;
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  color: #555;
}

.c-page .pagination li a:hover {
  color: #fff;
  border-color: #e60012;
  background: #e60012;
}

.c-page .pagination li.active span {
  color: #fff;
  border-color: #e60012;
  background: #e60012;
}

/* ⑤ Footer */
.c-footer {
  background: #fafafa;
  border-top: 1px solid #eee;
  padding: 28px 0 24px;
  margin-top: 10px;
  font-size: 13px;
  color: #666;
}

.c-foot-main {
  display: grid;
  grid-template-columns: 1.3fr 2fr 1fr;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
}

.c-foot-logo {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.c-foot-logo img {
  height: 42px;
}

.c-foot-copy p {
  margin: 5px 0;
  line-height: 1.8;
}

.c-foot-copy a {
  color: #e60012;
}

.c-foot-col h4 {
  font-size: 15px;
  margin: 0 0 10px;
  color: #333;
}

.c-foot-col ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.c-foot-col li a {
  color: #666;
  font-size: 13px;
}

.c-foot-col li a:hover {
  color: #e60012;
}

.c-foot-qr {
  text-align: center;
}

.c-foot-qr img {
  width: 180px;
  height: auto;
  border: 1px solid #f0f0f0;
  padding: 6px;
  background: #fff;
  border-radius: 4px;
}

.c-foot-qr p {
  color: #999;
  margin-top: 6px;
  font-size: 12px;
}

.c-foot-tip {
  background: #fff6e9;
  border: 1px solid #ffe0a3;
  color: #a86000;
  border-radius: 6px;
  padding: 10px 16px;
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
}

/* ========== 政策法规 .body-content 字体优化（政府公文风格） ========== */
.body-content {
  background: #fff;
  padding: 20px 24px 28px;
  border-top: 2px solid #d60000;
}

.car-fix-row-0.none {
  display: block;
}

/* 分类标题：黑体 18px/700 + 红底线 */
.zf-title {
  font-family: "SimHei", "黑体", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #222;
  line-height: 1.5;
  padding: 10px 0 10px 14px;
  border-left: 5px solid #d60000;
  background: linear-gradient(90deg, #fff7f7 0%, #ffffff 100%);
  letter-spacing: 1px;
}

.zf-title .fl {
  float: left;
}

.zf-title .fr {
  float: right;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0;
}

.zf-title .fr a {
  color: #d60000;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  text-decoration: none;
}

.zf-title .fr a:hover {
  text-decoration: underline;
}

/* 政策条目列表 */
.zf-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 4px;
}

.zf-list>li {
  padding: 14px 16px;
  margin-bottom: 10px;
  border: 1px solid #f0f0f0;
  border-left: 3px solid #d60000;
  border-radius: 0 4px 4px 0;
  background: #fff;
  transition: all .25s ease;
  display: grid;
  grid-template-columns: 1fr 110px;
  grid-template-rows: auto auto;
  gap: 4px 18px;
  align-items: start;
}

.zf-list>li:hover {
  background: #fffaf2;
  border-left-color: #c00000;
  box-shadow: 0 2px 8px rgba(214, 0, 0, 0.06);
  transform: translateX(2px);
}

/* 政策主标题：黑体 16px/600 */
.zf-lg {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  font-family: "SimHei", "黑体", "Microsoft YaHei", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #222;
  line-height: 1.7;
  text-indent: 0;
}

.zf-lg a,
.zf-xs a,
.zf-list a {
  color: inherit;
  text-decoration: none;
}

.zf-lg a:hover {
  color: #d60000;
}

/* 政策副标题/正文摘要：仿宋 17px + 2em 首行缩进 + 行高 2.0 */
.zf-xs {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  font-family: "FangSong", "仿宋", "FangSong_GB2312", "STFangsong", serif;
  font-size: 17px;
  color: #555;
  line-height: 2.0;
  text-indent: 2em;
  letter-spacing: 0.2px;
}

/* 发布日期：右列 两行合并 数字等宽 */
.zf-date {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  align-self: center;
  text-align: right;
  font-family: "Arial", "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 14px;
  color: #999;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.3px;
}

.zf-date::before {
  content: "📅 ";
  font-size: 13px;
  color: #d60000;
  margin-right: 4px;
}

/* mt20 工具类 */
.mt20 {
  margin-top: 20px;
}

.mar-top-min {
  margin-top: 6px;
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.none {
  display: block;
}

.no-list-point {
  list-style: none;
  padding-left: 0;
}

/* ========== 2. PC GUARD >= 1200px 显式锁死 ========== */
@media (min-width: 1200px) {
  body {
    min-width: 1200px !important;
    width: auto !important;
  }

  .c-wrap {
    width: 1200px !important;
    max-width: 1200px !important;
  }

  .c-main-grid {
    grid-template-columns: 260px 1fr !important;
  }

  .c-nav-list {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    height: 52px !important;
  }

  .c-nav-item {
    flex: 1 !important;
    width: auto !important;
    border-bottom: 0 !important;
  }

  .c-foot-main {
    grid-template-columns: 1.3fr 2fr 1fr !important;
  }

  .c-policy-list li {
    grid-template-columns: 110px 1fr !important;
  }

  .c-policy-list li.has-img {
    grid-template-columns: 110px 180px 1fr !important;
  }

  /* PC GUARD: 政策法规区字体锁死 */
  .body-content {
    padding: 20px 24px 28px !important;
    background: #fff !important;
  }

  .zf-title {
    font-family: "SimHei", "黑体", "Microsoft YaHei", sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
  }

  .zf-lg {
    font-family: "SimHei", "黑体", "Microsoft YaHei", sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .zf-xs {
    font-family: "FangSong", "仿宋", "FangSong_GB2312", "STFangsong", serif !important;
    font-size: 17px !important;
    line-height: 2.0 !important;
    text-indent: 2em !important;
    color: #555 !important;
  }

  .zf-date {
    font-family: "Arial", "Helvetica Neue", "Segoe UI", sans-serif !important;
    font-size: 14px !important;
    text-align: right !important;
  }

  .zf-list>li {
    grid-template-columns: 1fr 110px !important;
    padding: 14px 16px !important;
  }
}

/* ========== 3. MOBILE <= 767px cwl H5 流体风格 ========== */
@media (max-width: 767px) {

  html,
  body {
    min-width: 0 !important;
    width: 100% !important;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  body {
    font-size: 15px;
  }

  .c-wrap {
    width: 100% !important;
    padding: 0 12px;
    box-sizing: border-box;
  }

  /* 顶栏 */
  .c-topbar {
    height: auto !important;
    line-height: 1.6;
    padding: 6px 10px;
    font-size: 12px;
  }

  .c-topbar .fl,
  .c-topbar .fr {
    float: none !important;
    display: block;
    text-align: center;
    padding: 2px 0;
  }

  /* 头部堆叠 */
  .c-header-inner {
    flex-direction: column !important;
    padding: 14px 12px !important;
    gap: 12px;
  }

  .c-logo {
    flex: none;
    width: 100%;
    text-align: center;
  }

  .c-logo img {
    height: 48px !important;
  }

  .c-header-center {
    padding: 0 !important;
  }

  .c-slogan {
    font-size: 16px;
    letter-spacing: 4px;
  }

  .c-search {
    max-width: 100%;
  }

  .c-header-right {
    flex: none;
    width: 100%;
    text-align: center;
  }

  /* 主导航 3 列 */
  .c-nav-list {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    height: auto !important;
    line-height: 44px;
  }

  .c-nav-item {
    flex: 0 0 33.33% !important;
    width: 33.33% !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
    font-size: 14px;
  }

  .c-nav-item:nth-child(3n) {
    border-right: 0 !important;
  }

  /* 面包屑 */
  .c-crumb {
    padding: 10px 0;
    font-size: 13px;
  }

  /* 左右两栏 → 单列堆叠 */
  .c-main {
    padding: 14px 0 24px;
  }

  .c-main-grid {
    grid-template-columns: 100% !important;
    gap: 12px;
  }

  .c-side-title .cn {
    font-size: 18px;
  }

  .c-side-nav li a {
    font-size: 14px;
    padding: 11px 14px 11px 26px;
  }

  /* 主内容 */
  .c-content {
    padding: 14px 16px 22px;
    min-height: 300px;
  }

  .c-content-title h1 {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }

  .c-content-title .more-sub {
    display: none;
  }

  /* Tab 自适应折行 */
  .c-tabs .tab {
    padding: 8px 12px;
    font-size: 14px;
    margin-bottom: -1px;
  }

  /* 政策列表移动端：日期色块 66px + 右侧文字在同一行
       缩略图：整行全宽在下方（左日期+右标题 / 下一行图+摘要） */
  .c-policy-list li,
  .c-policy-list li.has-img {
    grid-template-columns: 66px 1fr !important;
    gap: 12px;
    padding: 14px 0;
  }

  .c-policy-date {
    align-self: start;
  }

  .c-policy-date .y {
    font-size: 11px;
    padding: 2px 0;
  }

  .c-policy-date .md {
    padding: 5px 0 7px;
  }

  .c-policy-date .md .m {
    font-size: 12px;
  }

  .c-policy-date .md .d {
    font-size: 20px;
  }

  .c-policy-thumb {
    grid-column: span 2;
    width: 100%;
    height: 180px;
    margin-top: 4px;
  }

  .c-policy-main .title {
    font-size: 16px;
    line-height: 1.5;
  }

  .c-policy-main .title .tag-type {
    display: block;
    margin: 0 0 6px 0;
    width: fit-content;
  }

  .c-policy-main .w_9334aee {
    font-size: 12px;
    gap: 6px 12px;
  }

  .c-policy-main .w_02e2ef9 {
    font-size: 13px;
    -webkit-line-clamp: 3;
  }

  .c-policy-main .actions a {
    padding: 3px 8px;
    margin-right: 4px;
    font-size: 11px;
  }

  /* Footer */
  .c-foot-main {
    grid-template-columns: 100% !important;
    gap: 18px;
    text-align: center;
  }

  .c-foot-logo {
    justify-content: center;
  }

  .c-foot-col ul {
    justify-content: center;
  }

  .c-foot-qr img {
    margin: 0 auto;
  }

  /* MOBILE: 政策法规区字号/堆叠 */
  .body-content {
    padding: 12px 10px 18px !important;
    border-top-width: 1px !important;
  }

  .zf-title {
    font-size: 16px !important;
    padding: 8px 0 8px 10px !important;
    border-left-width: 4px !important;
    letter-spacing: 0.5px !important;
  }

  .zf-title .fr {
    font-size: 12px !important;
    float: right !important;
  }

  .zf-list {
    margin: 10px 0 0 !important;
  }

  .zf-list>li {
    grid-template-columns: 100% !important;
    grid-template-rows: auto auto auto !important;
    gap: 4px 0 !important;
    padding: 10px 12px !important;
    margin-bottom: 8px !important;
  }

  .zf-lg,
  .zf-xs,
  .zf-date {
    grid-column: 1 / -1 !important;
  }

  .zf-lg {
    grid-row: 1 / 2 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .zf-xs {
    grid-row: 2 / 3 !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    text-indent: 1.5em !important;
  }

  .zf-date {
    grid-row: 3 / 4 !important;
    text-align: left !important;
    font-size: 12px !important;
    padding-top: 2px !important;
  }

  .zf-date::before {
    font-size: 12px !important;
  }

  /* 字号阶梯 */
  h2,
  h3,
  h4 {
    font-size: 17px !important;
  }
}

/* ========== 4. SMALL MOBILE <= 576px ========== */
@media (max-width: 576px) {
  .c-nav-item {
    flex: 0 0 50% !important;
    width: 50% !important;
    font-size: 13px !important;
  }

  .c-nav-item:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
  }

  .c-nav-item:nth-child(2n) {
    border-right: 0 !important;
  }

  .c-content-title h1 {
    font-size: 18px !important;
  }

  .c-policy-main .title {
    font-size: 15px;
  }

  .c-policy-main .w_9334aee {
    font-size: 11.5px;
  }

  .c-policy-main .w_02e2ef9 {
    font-size: 12.5px;
  }

  .c-policy-thumb {
    height: 160px;
  }

  /* SMALL: 政策法规区字号再收缩 */
  .zf-title {
    font-size: 15px !important;
    padding: 7px 0 7px 9px !important;
  }

  .zf-title .fr {
    font-size: 11px !important;
  }

  .zf-lg {
    font-size: 14px !important;
  }

  .zf-xs {
    font-size: 13.5px !important;
    line-height: 1.75 !important;
    text-indent: 1.2em !important;
  }

  .zf-date {
    font-size: 11.5px !important;
  }

  .zf-list>li {
    padding: 8px 10px !important;
  }
}

/* 4b89f6 */
.fd0d870 {
    tab-size: 4;
}
:root {
    line-break: strict;
}
[data-0d0] {
    line-break: strict;
}
