/* ============================================================
   浙里好物 - 前台样式（政务服务风格）
   主色：政务蓝 #1450A3 / 印章红 #C7000B
   ============================================================ */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
    font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px; color: #2b2f36; background: #f4f6fa; line-height: 1.7;
}
a { color: #1450a3; text-decoration: none; }
a:hover { color: #c7000b; }
img { max-width: 100%; vertical-align: middle; }
ul, ol { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.main { min-height: 480px; padding: 22px 16px 46px; }

/* ---------- 顶部工具条 ---------- */
.topbar { background: #0e3a77; color: #cdd9ef; font-size: 12.5px; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; height: 34px; }
.topbar a { color: #cdd9ef; }
.topbar a:hover { color: #fff; }
.topbar .sep { margin: 0 10px; opacity: .5; }

/* ---------- 主头部 ---------- */
.site-header { background: #fff; border-bottom: 1px solid #e2e6ef; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px; flex-wrap: wrap; gap: 12px; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-seal {
    width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0;
    background: #c7000b; color: #fff; font-size: 30px; line-height: 52px; text-align: center;
    font-family: "SimSun", serif; font-weight: 700;
    box-shadow: 0 3px 10px rgba(199, 0, 11, .35);
    border: 2px solid #fff; outline: 2px solid #c7000b;
}
.logo-text { display: flex; flex-direction: column; }
.logo-name { font-size: 26px; font-weight: 700; color: #0e3a77; letter-spacing: 4px; line-height: 1.25; }
.logo-sub { font-size: 12px; color: #8a93a5; letter-spacing: 1px; }
.header-right { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.header-search { display: flex; }
.header-search input {
    width: 260px; height: 36px; padding: 0 12px; border: 1px solid #ccd5e3; border-right: none;
    border-radius: 4px 0 0 4px; outline: none; font-size: 13px;
}
.header-search input:focus { border-color: #1450a3; }
.header-search button {
    height: 36px; padding: 0 20px; border: none; background: #1450a3; color: #fff;
    border-radius: 0 4px 4px 0; cursor: pointer; font-size: 13px;
}
.header-search button:hover { background: #0f3f80; }
.header-hotline { display: flex; align-items: center; gap: 8px; }
.hl-icon { font-size: 24px; color: #c7000b; }
.hl-text { display: flex; flex-direction: column; line-height: 1.3; }
.hl-text span { font-size: 11.5px; color: #8a93a5; }
.hl-text strong { font-size: 16px; color: #0e3a77; }

/* ---------- 主导航 ---------- */
.site-nav { background: #1450a3; box-shadow: 0 2px 8px rgba(14, 58, 119, .25); }
.nav-inner { display: flex; }
.nav-list { display: flex; flex-wrap: wrap; }
.nav-list li a {
    display: block; padding: 13px 22px; color: #e8eefb; font-size: 15px; letter-spacing: 1px;
    border-left: 1px solid rgba(255, 255, 255, .08);
}
.nav-list li a:hover, .nav-list li a.active { background: #0e3a77; color: #fff; }

/* ---------- 首页横幅 ---------- */
.hero { position: relative; }
.hero-bg {
    position: absolute; inset: 0; background-size: cover; background-position: center 30%;
    filter: brightness(.9);
}
.hero-inner { position: relative; padding: 74px 16px; min-height: 330px; display: flex; align-items: center; }
.hero-box { max-width: 620px; color: #fff; text-shadow: 0 2px 10px rgba(0, 0, 0, .45); }
.hero-box h1 { font-size: 34px; letter-spacing: 3px; margin-bottom: 12px; }
.hero-box p { font-size: 15px; line-height: 1.9; opacity: .95; }
.hero-actions { margin-top: 26px; display: flex; gap: 14px; }
.btn {
    display: inline-block; padding: 10px 28px; border-radius: 4px; font-size: 14px;
    cursor: pointer; text-align: center; transition: all .15s;
}
.btn-primary { background: #c7000b; color: #fff; border: 1px solid #c7000b; }
.btn-primary:hover { background: #a50008; color: #fff; }
.btn-ghost { background: rgba(255, 255, 255, .14); color: #fff; border: 1px solid rgba(255, 255, 255, .75); }
.btn-ghost:hover { background: rgba(255, 255, 255, .26); color: #fff; }
.btn-small { padding: 5px 14px; font-size: 12.5px; }
.btn-lg { padding: 12px 40px; font-size: 15px; }

/* ---------- 内页横幅 ---------- */
.page-banner { background: linear-gradient(135deg, #1450a3, #0e3a77); color: #fff; }
.page-banner-inner { padding: 20px 16px; }
.page-banner h2 { font-size: 22px; letter-spacing: 2px; }
.crumbs { font-size: 12.5px; color: #b9cdf0; margin-bottom: 6px; }
.crumbs a { color: #b9cdf0; }
.crumbs a:hover { color: #fff; }
.crumbs span { margin: 0 6px; }

/* ---------- 内容卡片 ---------- */
.content-card { background: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(20, 40, 80, .05); padding: 24px; }

/* ---------- 通知公告条 ---------- */
.notice-strip { background: #fff5ec; border-bottom: 1px solid #f0dfc6; }
.notice-inner { display: flex; align-items: center; gap: 14px; padding: 9px 16px; }
.notice-label {
    background: #c7000b; color: #fff; font-size: 12px; padding: 2px 10px; border-radius: 3px; flex-shrink: 0;
}
.notice-items { display: flex; gap: 26px; overflow: hidden; white-space: nowrap; flex: 1; }
.notice-items a { color: #6b4a12; font-size: 13px; }
.notice-items a:hover { color: #c7000b; }
.tag-hot { background: #c7000b; color: #fff; font-size: 11px; padding: 1px 6px; border-radius: 2px; margin-right: 6px; }

/* ---------- 区块 ---------- */
.section { margin-top: 28px; }
.sec-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 16px; border-bottom: 2px solid #1450a3; padding-bottom: 10px; }
.sec-head h3 { font-size: 19px; color: #0e3a77; letter-spacing: 1px; }
.sec-sub { font-size: 12.5px; color: #8a93a5; }
.sec-more { margin-left: auto; font-size: 13px; color: #1450a3; }
.sec-more:hover { color: #c7000b; }

/* ---------- 服务大厅 ---------- */
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.service-item {
    display: flex; flex-direction: column; align-items: center; gap: 6px;
    background: #fff; border: 1px solid #e2e6ef; border-radius: 8px; padding: 22px 10px;
    text-align: center; transition: all .18s; color: #2b2f36;
}
.service-item:hover { border-color: #1450a3; box-shadow: 0 4px 14px rgba(20, 80, 163, .14); transform: translateY(-3px); color: #1450a3; }
.service-ico { width: 52px; height: 52px; border-radius: 50%; background: #eef3fb; color: #1450a3; display: flex; align-items: center; justify-content: center; }
.service-ico svg { width: 26px; height: 26px; }
.service-item:hover .service-ico { background: #1450a3; color: #fff; }
.service-name { font-size: 15px; font-weight: 700; letter-spacing: 1px; }
.service-desc { font-size: 12px; color: #8a93a5; }

/* ---------- 地区卡片 ---------- */
.region-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.region-card {
    display: flex; flex-direction: column; gap: 4px; background: #fff;
    border: 1px solid #e2e6ef; border-left: 4px solid #1450a3; border-radius: 6px; padding: 14px 16px;
    transition: all .15s; color: #2b2f36;
}
.region-card:hover { border-left-color: #c7000b; box-shadow: 0 4px 12px rgba(20, 40, 80, .1); transform: translateY(-2px); }
.region-name { font-size: 16px; font-weight: 700; color: #0e3a77; }
.region-code { font-size: 11.5px; color: #b0b8c6; font-family: Consolas, monospace; }
.region-desc { font-size: 12.5px; color: #6c7686; }

/* ---------- 产品卡片 ---------- */
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.prod-card { background: #fff; border: 1px solid #e2e6ef; border-radius: 8px; overflow: hidden; transition: all .18s; color: #2b2f36; }
.prod-card:hover { box-shadow: 0 6px 18px rgba(20, 40, 80, .12); transform: translateY(-3px); border-color: #c8d3e6; }
.prod-cover {
    position: relative; height: 150px; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #1450a3, #0e3a77); color: #fff;
}
.prod-cover img { width: 100%; height: 100%; object-fit: cover; }
.prod-cover-char { font-size: 52px; font-family: "SimSun", serif; opacity: .92; }
.cat-0 { background: linear-gradient(135deg, #b01f2c, #7f0f1c); }
.cat-1 { background: linear-gradient(135deg, #1450a3, #0e3a77); }
.cat-2 { background: linear-gradient(135deg, #1d7a4f, #11553a); }
.cat-3 { background: linear-gradient(135deg, #c76a12, #8f4a08); }
.cat-4 { background: linear-gradient(135deg, #5b3fa8, #3d2a75); }
.cat-5 { background: linear-gradient(135deg, #17808a, #0f5660); }
.prod-cat {
    position: absolute; top: 10px; right: 10px; background: rgba(0, 0, 0, .38); color: #fff;
    font-size: 11.5px; padding: 2px 9px; border-radius: 3px;
}
.prod-info { padding: 12px 14px 14px; }
.prod-info h4 { font-size: 15px; color: #22262e; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.prod-info p { font-size: 12.5px; color: #6c7686; height: 36px; overflow: hidden; }
.prod-meta { display: block; font-size: 11.5px; color: #a0a8b6; margin-top: 6px; }

/* ---------- 资讯卡片 ---------- */
.news-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.news-card { background: #fff; border: 1px solid #e2e6ef; border-radius: 8px; overflow: hidden; transition: all .18s; color: #2b2f36; display: flex; flex-direction: column; }
.news-card:hover { box-shadow: 0 6px 18px rgba(20, 40, 80, .12); transform: translateY(-3px); }
.news-cover {
    position: relative; height: 130px; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #1450a3, #0e3a77); color: #fff;
}
.news-cover img { width: 100%; height: 100%; object-fit: cover; }
.news-cover-char { font-size: 44px; font-family: "SimSun", serif; opacity: .92; }
.news-cat {
    position: absolute; top: 10px; right: 10px; background: #c7000b; color: #fff;
    font-size: 11.5px; padding: 2px 9px; border-radius: 3px;
}
.news-body { padding: 12px 14px 14px; display: flex; flex-direction: column; flex: 1; }
.news-body h4 { font-size: 14.5px; color: #22262e; margin-bottom: 5px; line-height: 1.5; }
.news-body p { font-size: 12.5px; color: #6c7686; flex: 1; }
.news-meta { display: block; font-size: 11.5px; color: #a0a8b6; margin-top: 8px; }

/* ---------- 双栏 ---------- */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.col-card { background: #fff; border: 1px solid #e2e6ef; border-radius: 8px; padding: 18px 20px; }
.col-card .sec-head { margin-bottom: 10px; border-bottom: 2px solid #1450a3; padding-bottom: 8px; }
.col-card .sec-head h3 { font-size: 17px; }
.news-list li { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 9px 0; border-bottom: 1px dashed #e6eaf1; }
.news-list li:last-child { border-bottom: none; }
.news-list a { color: #2b2f36; font-size: 13.5px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.news-list a:hover { color: #c7000b; }
.news-date { font-size: 12px; color: #a0a8b6; flex-shrink: 0; }
.faq-list li { display: flex; align-items: center; gap: 8px; padding: 9px 0; border-bottom: 1px dashed #e6eaf1; }
.faq-list li:last-child { border-bottom: none; }
.faq-q {
    width: 20px; height: 20px; border-radius: 3px; background: #c7000b; color: #fff;
    font-size: 12px; line-height: 20px; text-align: center; flex-shrink: 0;
}
.faq-list a { color: #2b2f36; font-size: 13.5px; }
.faq-list a:hover { color: #c7000b; }

/* ---------- 筛选条 ---------- */
.filter-bar { background: #fff; border: 1px solid #e2e6ef; border-radius: 8px; padding: 14px 18px; margin-bottom: 18px; }
.filter-row { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding: 4px 0; }
.filter-label { color: #8a93a5; font-size: 13px; flex-shrink: 0; }
.filter-item {
    display: inline-block; padding: 3px 12px; border: 1px solid #d5dce9; border-radius: 14px;
    font-size: 12.5px; color: #4a5468; transition: all .12s;
}
.filter-item:hover { border-color: #1450a3; color: #1450a3; }
.filter-item.on { background: #1450a3; border-color: #1450a3; color: #fff; }
.filter-search { height: 30px; padding: 0 10px; border: 1px solid #ccd5e3; border-radius: 4px; outline: none; font-size: 12.5px; }
.filter-inline { display: flex; gap: 8px; margin-left: auto; align-items: center; }
.filter-cur { font-size: 12.5px; color: #c7000b; }

/* ---------- 分类导航（产品中心） ---------- */
.cat-nav { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.cat-nav-item {
    display: flex; flex-direction: column; align-items: center; gap: 4px;
    background: #fff; border: 1px solid #e2e6ef; border-radius: 8px; padding: 14px 20px;
    min-width: 108px; transition: all .15s; color: #2b2f36;
}
.cat-nav-item:hover { border-color: #1450a3; transform: translateY(-2px); }
.cat-nav-item.on { border-color: #c7000b; background: #fff6f6; }
.cat-ico {
    width: 44px; height: 44px; border-radius: 50%; color: #fff; font-size: 20px; line-height: 44px;
    text-align: center; font-family: "SimSun", serif;
}
.cat-all { background: linear-gradient(135deg, #c7000b, #8f0a12); }
.cat-name { font-size: 13.5px; font-weight: 700; }
.cat-cnt { font-size: 11px; color: #a0a8b6; }

/* ---------- 查询框 ---------- */
.query-box { background: #fff; border: 1px solid #e2e6ef; border-radius: 8px; padding: 26px 30px; text-align: center; margin-bottom: 18px; }
.query-title h3 { font-size: 20px; color: #0e3a77; letter-spacing: 1px; }
.query-title p { color: #6c7686; font-size: 13px; margin: 8px 0 18px; }
.query-form { display: flex; justify-content: center; gap: 10px; }
.query-form input {
    width: 420px; max-width: 100%; height: 42px; padding: 0 16px; border: 1px solid #ccd5e3;
    border-radius: 5px; font-size: 14px; outline: none;
}
.query-form input:focus { border-color: #1450a3; box-shadow: 0 0 0 3px rgba(20, 80, 163, .1); }
.query-form .btn { height: 42px; line-height: 20px; border-radius: 5px; }

/* ---------- 提示 ---------- */
.alert-warn {
    background: #fff8e8; border: 1px solid #f0d28c; color: #8a5a00;
    padding: 12px 18px; border-radius: 6px; margin-bottom: 16px; font-size: 13.5px;
}
.empty-state { text-align: center; padding: 48px 20px; color: #8a93a5; }
.empty-state p { margin-bottom: 16px; }

/* ---------- 溯源结果 ---------- */
.trace-result { background: #fff; border: 1px solid #e2e6ef; border-radius: 8px; padding: 24px 26px; }
.result-head { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #1450a3; padding-bottom: 12px; margin-bottom: 18px; }
.result-ok { color: #1a7f4b; font-size: 17px; font-weight: 700; letter-spacing: 1px; }
.result-batch { font-size: 12.5px; color: #8a93a5; }
.result-product { display: flex; gap: 20px; margin-bottom: 22px; }
.detail-cover.small { width: 150px; height: 150px; flex-shrink: 0; }
.result-pinfo h3 { font-size: 19px; color: #0e3a77; margin-bottom: 6px; }
.result-pinfo p { color: #6c7686; font-size: 13px; margin-bottom: 8px; }
.result-pinfo ul li { font-size: 13px; color: #4a5468; padding: 2px 0; }
.trace-title { font-size: 16px; color: #0e3a77; margin: 18px 0 14px; border-left: 4px solid #c7000b; padding-left: 10px; }

/* ---------- 溯源时间线 ---------- */
.trace-timeline { position: relative; padding-left: 34px; }
.trace-timeline::before {
    content: ""; position: absolute; left: 13px; top: 8px; bottom: 8px; width: 2px; background: #d5dce9;
}
.trace-node { position: relative; margin-bottom: 18px; }
.trace-dot {
    position: absolute; left: -34px; top: 4px; width: 28px; height: 28px; border-radius: 50%;
    background: #1450a3; color: #fff; font-size: 13px; line-height: 28px; text-align: center;
    border: 3px solid #d8e6f8;
}
.trace-node.first .trace-dot { background: #c7000b; border-color: #f6d5d6; }
.trace-card { background: #f7f9fc; border: 1px solid #e2e6ef; border-radius: 6px; padding: 12px 16px; }
.trace-card h4 { font-size: 14.5px; color: #0e3a77; margin-bottom: 4px; }
.trace-card p { font-size: 13px; color: #4a5468; }
.trace-meta { display: flex; gap: 18px; margin-top: 8px; font-size: 12px; color: #8a93a5; }

/* ---------- 表单 ---------- */
.frm-form { display: flex; flex-direction: column; gap: 4px; }
.frm-form label, .frm-grid label { display: block; font-size: 13.5px; color: #4a5468; margin: 12px 0 5px; }
.frm-form input[type="text"], .frm-form input[type="number"], .frm-form select, .frm-form textarea,
.frm-grid input[type="text"], .frm-grid input[type="number"], .frm-grid select, .frm-grid textarea {
    width: 100%; padding: 9px 12px; border: 1px solid #ccd5e3; border-radius: 5px;
    font-size: 13.5px; outline: none; background: #fff; font-family: inherit;
}
.frm-form input:focus, .frm-form select:focus, .frm-form textarea:focus,
.frm-grid input:focus, .frm-grid select:focus, .frm-grid textarea:focus {
    border-color: #1450a3; box-shadow: 0 0 0 3px rgba(20, 80, 163, .1);
}
.frm-grid { display: grid; gap: 0 16px; }
.frm-grid.two { grid-template-columns: 1fr 1fr; }
.frm-grid.three { grid-template-columns: 1fr 1fr 1fr; }
.req { color: #c7000b; }
.pickup-form-card { background: #fff; border: 1px solid #e2e6ef; border-radius: 8px; padding: 24px 26px; margin-bottom: 18px; }
.pickup-prod { border-bottom: 1px dashed #e2e6ef; padding-bottom: 14px; margin-bottom: 6px; }
.pickup-prod h3 { font-size: 18px; color: #0e3a77; margin-bottom: 4px; }
.pickup-prod p { color: #6c7686; font-size: 13px; }
.pickup-ok {
    display: inline-block; background: #e9f7ef; color: #1a7f4b; border: 1px solid #bfe8d0;
    font-size: 12.5px; padding: 2px 12px; border-radius: 12px; margin-bottom: 8px;
}
.pickup-code { margin-top: 6px !important; }
.pickup-code code, .batch-no, code.batch-no { background: #eef3fb; color: #1450a3; padding: 2px 8px; border-radius: 3px; font-family: Consolas, monospace; font-size: 13px; }
.steps-list li { padding: 6px 0; color: #4a5468; font-size: 13.5px; }
.steps-list strong { color: #c7000b; margin-right: 6px; }

/* ---------- 成功面板 ---------- */
.ok-panel { background: #fff; border: 1px solid #bfe8d0; border-radius: 10px; text-align: center; padding: 40px 24px; }
.ok-ico {
    width: 66px; height: 66px; line-height: 66px; border-radius: 50%; background: #1a7f4b; color: #fff;
    font-size: 34px; margin: 0 auto 16px;
}
.ok-panel h3 { font-size: 20px; color: #0e3a77; margin-bottom: 10px; }
.ok-panel p { color: #4a5468; font-size: 13.5px; margin-bottom: 6px; }
.ok-panel code { background: #eef3fb; color: #1450a3; padding: 2px 8px; border-radius: 3px; }
.ok-panel .btn { margin-top: 16px; }

/* ---------- 咨询页 ---------- */
.consult-layout { display: grid; grid-template-columns: 1fr 280px; gap: 20px; }
.consult-form-card { background: #fff; border: 1px solid #e2e6ef; border-radius: 8px; padding: 24px 26px; }
.consult-form-card h3 { font-size: 18px; color: #0e3a77; border-left: 4px solid #c7000b; padding-left: 10px; margin-bottom: 4px; }
.consult-sub { color: #8a93a5; font-size: 12.5px; margin-bottom: 6px; }
.consult-aside { display: flex; flex-direction: column; gap: 16px; }
.consult-tel { background: #fff; border: 1px solid #e2e6ef; border-radius: 8px; padding: 22px 20px; text-align: center; }
.tel-ico { font-size: 26px; color: #c7000b; }
.consult-tel p { color: #8a93a5; font-size: 12.5px; margin: 6px 0 2px; }
.consult-tel strong { display: block; font-size: 19px; color: #0e3a77; }
.consult-tel small { color: #a0a8b6; font-size: 11.5px; }
.consult-addr { background: #fff; border: 1px solid #e2e6ef; border-radius: 8px; padding: 18px 20px; font-size: 13px; color: #4a5468; }
.consult-addr p { color: #8a93a5; margin-bottom: 4px; }

/* ---------- FAQ 手风琴 ---------- */
.faq-accordion { background: #fff; border: 1px solid #e2e6ef; border-radius: 8px; overflow: hidden; }
.faq-item { border-bottom: 1px solid #eef1f6; }
.faq-item:last-child { border-bottom: none; }
.faq-qbtn {
    width: 100%; display: flex; align-items: center; gap: 10px; padding: 13px 18px;
    background: none; border: none; cursor: pointer; font-size: 14px; color: #2b2f36; text-align: left;
}
.faq-qbtn:hover { background: #f7f9fc; color: #1450a3; }
.faq-arrow { margin-left: auto; color: #a0a8b6; transition: transform .2s; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-answer { display: none; padding: 0 18px 14px 48px; color: #4a5468; font-size: 13.5px; }
.faq-item.open .faq-answer { display: block; }

/* ---------- 文档（政策/资讯详情） ---------- */
.doc-article { background: #fff; border: 1px solid #e2e6ef; border-radius: 8px; padding: 30px 34px; }
.doc-head { text-align: center; border-bottom: 1px solid #e2e6ef; padding-bottom: 16px; margin-bottom: 22px; }
.doc-head h1 { font-size: 22px; color: #0e3a77; line-height: 1.55; margin-bottom: 10px; }
.doc-meta { display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; font-size: 12.5px; color: #8a93a5; }
.doc-cover { text-align: center; margin-bottom: 20px; }
.doc-cover img { border-radius: 6px; max-height: 380px; }
.rich-text { font-size: 15px; color: #333a44; line-height: 2; }
.rich-text p { margin: 10px 0; text-indent: 2em; }
.rich-text h2, .rich-text h3, .rich-text h4 { color: #0e3a77; margin: 18px 0 8px; }
.rich-text ul, .rich-text ol { padding-left: 2em; margin: 8px 0; }
.rich-text li { list-style: disc; margin: 4px 0; }
.rich-text table { border-collapse: collapse; width: 100%; margin: 12px 0; }
.rich-text th, .rich-text td { border: 1px solid #ccd5e3; padding: 7px 10px; font-size: 13.5px; }
.rich-text th { background: #eef3fb; }
.doc-foot { border-top: 1px dashed #d5dce9; margin-top: 24px; padding-top: 14px; font-size: 12.5px; color: #a0a8b6; }

/* ---------- 地区页 ---------- */
.region-hero { background: linear-gradient(135deg, #1450a3, #0e3a77); border-radius: 10px; color: #fff; padding: 26px 30px; margin-bottom: 22px; }
.region-hero-main h3 { font-size: 24px; letter-spacing: 2px; margin-bottom: 8px; }
.region-hero-main p { font-size: 13.5px; opacity: .92; max-width: 760px; }
.region-hero-code { display: inline-block; margin-top: 12px; font-size: 12px; background: rgba(255, 255, 255, .14); padding: 3px 12px; border-radius: 3px; }

/* ---------- 数据表（办件查询） ---------- */
.table-wrap { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.data-table th { background: #eef3fb; color: #0e3a77; padding: 9px 10px; border: 1px solid #d8e0ec; white-space: nowrap; }
.data-table td { padding: 8px 10px; border: 1px solid #e2e6ef; color: #4a5468; }
.data-table tr:hover td { background: #fafbfd; }
.td-reply { max-width: 220px; color: #1a7f4b; }
.data-table code { background: #eef3fb; color: #1450a3; padding: 1px 6px; border-radius: 3px; font-size: 12px; }

/* ---------- 状态徽标 ---------- */
.badge { display: inline-block; padding: 2px 10px; border-radius: 11px; font-size: 12px; white-space: nowrap; }
.badge.ok { background: #e9f7ef; color: #1a7f4b; }
.badge.warn { background: #fff4e2; color: #b26a00; }
.badge.info { background: #e8f0fc; color: #1450a3; }
.badge.bad { background: #fbeaea; color: #b3261e; }

/* ---------- 分页 ---------- */
.pagination { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 26px; flex-wrap: wrap; }
.pagination a, .pagination .current {
    display: inline-block; min-width: 34px; padding: 6px 12px; border: 1px solid #d5dce9;
    border-radius: 4px; font-size: 13px; color: #4a5468; background: #fff; text-align: center;
}
.pagination a:hover { border-color: #1450a3; color: #1450a3; }
.pagination .current { background: #1450a3; border-color: #1450a3; color: #fff; }
.pagination .pageinfo { font-size: 12.5px; color: #8a93a5; margin-left: 10px; }

/* ---------- 搜索 ---------- */
.search-result { background: #fff; border: 1px solid #e2e6ef; border-radius: 8px; padding: 22px 26px; }
.search-count { color: #6c7686; font-size: 13.5px; margin-bottom: 14px; }
.search-result li { padding: 13px 0; border-bottom: 1px dashed #e6eaf1; }
.search-result li:last-child { border-bottom: none; }
.search-type { display: inline-block; background: #eef3fb; color: #1450a3; font-size: 12px; padding: 1px 8px; border-radius: 3px; margin-right: 8px; }
.search-result p { font-size: 12.5px; color: #6c7686; margin: 4px 0 0 52px; }
.search-meta { display: block; font-size: 11.5px; color: #a0a8b6; margin-top: 4px; margin-left: 52px; }

/* ---------- 关于页 ---------- */
.about-intro { background: #fff; border: 1px solid #e2e6ef; border-radius: 8px; padding: 26px 30px; }
.about-intro h3 { font-size: 19px; color: #0e3a77; border-left: 4px solid #c7000b; padding-left: 10px; margin-bottom: 12px; }
.about-intro p { font-size: 14px; color: #4a5468; text-indent: 2em; margin: 8px 0; }
.about-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.about-item { background: #fff; border: 1px solid #e2e6ef; border-radius: 8px; padding: 18px 20px; }
.about-item h4 { font-size: 15px; color: #0e3a77; margin-bottom: 6px; }
.about-item p { font-size: 13px; color: #6c7686; }
.contact-panel { background: #fff; border: 1px solid #e2e6ef; border-radius: 8px; padding: 22px 26px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.contact-panel li { font-size: 13.5px; color: #4a5468; padding: 3px 0; }

/* ---------- 页脚 ---------- */
.site-footer { background: #12305f; color: #b9c6de; margin-top: 40px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 28px; padding: 34px 16px 24px; }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.logo-seal.seal-sm { width: 36px; height: 36px; line-height: 36px; font-size: 20px; outline-width: 1.5px; }
.footer-logo-name { font-size: 19px; color: #fff; letter-spacing: 2px; }
.footer-col h4 { color: #fff; font-size: 14.5px; margin-bottom: 12px; letter-spacing: 1px; }
.footer-col ul li { padding: 4px 0; font-size: 13px; }
.footer-col a { color: #b9c6de; }
.footer-col a:hover { color: #fff; }
.footer-about p { font-size: 12.8px; line-height: 1.9; color: #9fb0cc; }
.footer-notice { border-top: 1px solid rgba(255, 255, 255, .1); color: #9fb0cc; font-size: 12.5px; padding: 10px 16px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); text-align: center; padding: 14px 16px; font-size: 12.5px; color: #8fa2c4; }

/* ---------- 响应式 ---------- */
@media (max-width: 1024px) {
    .service-grid { grid-template-columns: repeat(3, 1fr); }
    .region-grid { grid-template-columns: repeat(3, 1fr); }
    .prod-grid, .news-grid { grid-template-columns: repeat(3, 1fr); }
    .about-grid { grid-template-columns: repeat(2, 1fr); }
    .consult-layout { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
    .service-grid, .region-grid, .prod-grid, .news-grid { grid-template-columns: repeat(2, 1fr); }
    .two-col, .footer-top { grid-template-columns: 1fr; }
    .header-right { width: 100%; justify-content: center; }
    .header-search input { width: 100%; }
    .nav-list li a { padding: 11px 12px; font-size: 13.5px; }
    .hero-inner { min-height: 260px; padding: 44px 16px; }
    .hero-box h1 { font-size: 24px; }
    .frm-grid.two, .frm-grid.three { grid-template-columns: 1fr; }
    .query-form { flex-direction: column; align-items: stretch; }
    .query-form input { width: 100%; }
    .doc-article { padding: 20px 16px; }
}
