@charset "utf-8";
/* ══════════════════════════════════════════════════════════════
 * cqdb-news style.css — build2 (2026-09-20)
 * 杂志式布局（品牌配图做 hero 视觉主体）+ 首页全宽 + 报纸芯片导航
 * 配色：雾都青 #0e4d5c | 山城铜 #b3572a | 米白 #f7f5f1 | 墨 #1c2b33
 * ══════════════════════════════════════════════════════════════ */

/* ── Reset & Shell ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans SC","PingFang SC","Microsoft YaHei",sans-serif;
  font-size:15px;line-height:1.65;color:#1c2b33;background:#f7f5f1;-webkit-text-size-adjust:100%}
a{color:#0e4d5c;text-decoration:none}
a:hover{color:#b3572a;text-decoration:underline}
img{max-width:100%;height:auto;display:block}
.cq-wrap{min-height:100vh;display:flex;flex-direction:column}
.cq-shell{max-width:1120px;margin:0 auto;padding:0 16px;width:100%}
.cq-body{flex:1}

/* ── Header（简洁：只首页+标签+关于）── */
.cq-head{background:#0e4d5c;color:#fff}
.cq-head .cq-shell{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:54px}
.cq-brand{color:#fff;display:flex;flex-direction:column;line-height:1.3;flex-shrink:0}
.cq-brand:hover{color:#e8dcc5;text-decoration:none}
.cq-brand-name{font-size:1.1rem;font-weight:700}
.cq-brand-sub{font-size:.75rem;opacity:.8}
.cq-menu-btn{display:none;background:none;border:1px solid rgba(255,255,255,.3);border-radius:4px;color:#fff;
  font-size:1.2rem;padding:6px 12px;cursor:pointer}
.cq-nav{display:flex;gap:18px;flex-wrap:wrap}
.cq-nav a{color:rgba(255,255,255,.85);font-size:.88rem;padding:4px 0}
.cq-nav a:hover,.cq-nav a.on{color:#fff;border-bottom:2px solid #b3572a;text-decoration:none}

/* ── Magazine Hero（图文左右排 vs zp5 的 CSS 渐变居中 hero）── */
.cq-hero{display:flex;gap:24px;align-items:stretch;background:#fff;padding:24px 16px;margin-bottom:0}
.cq-hero-text{flex:1;display:flex;flex-direction:column;justify-content:center;gap:12px;padding:16px 0 16px 16px;
  border-left:4px solid #0e4d5c}
.cq-hero-h1{font-size:1.6rem;font-weight:700;color:#0e4d5c;line-height:1.3}
.cq-hero-lead{font-size:.92rem;color:#555;line-height:1.7}
.cq-hero-visual{flex:1;max-width:560px;border-radius:6px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08)}
.cq-hero-visual img{width:100%;height:auto}

/* ── Chips ── */
.cq-chips{display:flex;flex-wrap:wrap;gap:8px}
.cq-chip{display:inline-block;background:#0e4d5c;color:#fff;font-size:.78rem;padding:4px 12px;border-radius:100px;list-style:none}
.cq-chip-link{display:inline-block;background:#f0ece6;color:#0e4d5c;font-size:.82rem;padding:5px 14px;border-radius:100px}
.cq-chip-link:hover{background:#b3572a;color:#fff;text-decoration:none}

/* ── Paper Nav Chips（杂志 hero 下方，替代 zp5 的 header 五报链接）── */
.cq-paper-nav{display:flex;flex-wrap:wrap;gap:10px;background:#fff;padding:0 16px 20px}
.cq-paper-chip{display:inline-flex;align-items:center;gap:6px;background:#f7f5f1;color:#1c2b33;
  font-size:.85rem;padding:7px 16px;border-radius:4px;transition:all .15s}
.cq-paper-chip:hover{background:#0e4d5c;color:#fff;text-decoration:none}
.cq-chip-bar{display:inline-block;width:4px;height:16px;border-radius:2px;flex-shrink:0}

/* ── Layout（首页全宽无侧栏；分类/标签/文章页带侧栏）── */
.cq-layout{display:flex;gap:28px;margin-top:20px}
.cq-main{flex:1;min-width:0}
.cq-side{width:300px;flex-shrink:0}

/* ── Sidebar ── */
.cq-panel{background:#fff;border-radius:4px;padding:16px;margin-bottom:16px;font-size:.85rem}
.cq-panel-t{font-size:.92rem;font-weight:700;color:#0e4d5c;margin-bottom:8px}
.cq-panel-cta{background:#b3572a;color:#fff;text-align:center;padding:8px;border-radius:4px;font-size:.82rem;margin:10px 0}
.cq-panel-tel{font-size:.85rem;color:#0e4d5c;text-align:center;font-weight:600}
.cq-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:4px;vertical-align:middle;flex-shrink:0}
.cq-side-papers{display:flex;flex-direction:column;gap:6px}
.cq-side-link{font-size:.83rem;color:#1c2b33;padding:2px 0}
.cq-side-link:hover{color:#b3572a}
.cq-side-more{font-size:.8rem;color:#0e4d5c;margin-top:6px;display:inline-block}
.cq-side-list{display:flex;flex-direction:column;gap:6px}

/* ── Card ── */
.cq-card{background:#fff;border-radius:4px;padding:20px 24px;margin-bottom:16px}
.cq-h2{font-size:1.1rem;font-weight:700;color:#0e4d5c;margin-bottom:14px;padding-bottom:6px;border-bottom:2px solid #f0ece6}
.cq-tip{font-size:.82rem;color:#888;margin-top:8px;line-height:1.6}
.cq-note-p{font-size:.9rem;color:#555;line-height:1.7}

/* ── 费用 ── */
.cq-fee-bar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:8px}
.cq-fee-cell{flex:1;min-width:120px;background:#f7f5f1;border-radius:4px;padding:12px;text-align:center}
.cq-fee-type{display:block;font-size:.82rem;color:#555}
.cq-fee-price{display:block;font-size:1.15rem;color:#b3572a;font-weight:700;margin-top:4px}
.cq-fee-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.cq-fee-card{text-align:center;padding:20px 12px;background:#f7f5f1;border-radius:4px;display:flex;flex-direction:column;gap:6px}
.cq-fee-list{list-style:none;display:flex;flex-direction:column;gap:6px}
.cq-fee-list li{display:flex;align-items:baseline;gap:12px;padding:8px 12px;background:#f7f5f1;border-radius:4px}
.cq-fee-foot{font-size:.82rem;color:#888;margin-top:8px;line-height:1.6}

/* ── 材料 ── */
.cq-mate-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.cq-mate-three{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}
.cq-mate-item{background:#f7f5f1;border-radius:4px;padding:12px 14px;font-size:.85rem}
.cq-mate-item strong{color:#0e4d5c;display:block;margin-bottom:4px;font-size:.88rem}
.cq-mate-list{font-size:.88rem;line-height:1.7}
.cq-mate-list dt{font-weight:600;color:#0e4d5c;margin-top:8px}
.cq-mate-list dd{margin:0 0 4px 12px;color:#555}

/* ── 流程 ── */
.cq-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;list-style:none;counter-reset:s}
.cq-steps-grid li{background:#f7f5f1;border-radius:4px;padding:14px 12px;text-align:center;font-size:.85rem;display:flex;flex-direction:column;align-items:center;gap:6px}
.cq-steps-list{list-style:none;counter-reset:s;display:flex;flex-direction:column;gap:8px}
.cq-steps-list li{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;background:#f7f5f1;border-radius:4px;font-size:.85rem}
.cq-steps-inline{display:flex;flex-wrap:wrap;gap:8px;list-style:none}
.cq-steps-inline li{background:#f7f5f1;border-radius:100px;padding:6px 16px;font-size:.82rem}
.cq-step-no{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;
  background:#0e4d5c;color:#fff;font-size:.75rem;font-weight:700;flex-shrink:0}
.cq-steps-inline .cq-step-no{width:20px;height:20px;font-size:.7rem}

/* ── 笔记 / FAQ ── */
.cq-notes{display:flex;flex-direction:column;gap:14px}
.cq-note h3{font-size:.92rem;font-weight:600;color:#0e4d5c;margin-bottom:4px}
.cq-note p{font-size:.85rem;color:#555;line-height:1.7}
.cq-faq{display:flex;flex-direction:column;gap:4px}
.cq-faq-item{border:1px solid #e8e0d6;border-radius:4px;overflow:hidden}
.cq-faq-q{padding:10px 14px;font-size:.88rem;cursor:pointer;background:#faf8f5;font-weight:500;color:#1c2b33;
  display:flex;justify-content:space-between;align-items:center}
.cq-faq-q::after{content:"+";font-size:1.1rem;color:#b3572a;font-weight:700}
.cq-faq-item[open] .cq-faq-q::after{content:"−"}
.cq-faq-a{padding:6px 14px 12px;font-size:.85rem;color:#555;line-height:1.7}

/* ── 报纸网格 ── */
.cq-papers{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.cq-paper-tile{padding:16px;background:#faf8f5;border-radius:4px;display:flex;flex-direction:column;justify-content:space-between;gap:8px}
.cq-paper-name{font-size:.92rem;font-weight:600}
.cq-paper-name a{color:#0e4d5c}
.cq-paper-name a:hover{color:#b3572a}
.cq-paper-desc{font-size:.82rem;color:#666;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}
.cq-paper-more{font-size:.8rem;color:#b3572a;font-weight:500}
.cq-figure{margin:16px 0;border-radius:6px;overflow:hidden;box-shadow:0 1px 6px rgba(0,0,0,.06)}

/* ── 文章列表 ── */
.cq-list{display:flex;flex-direction:column;gap:12px}
.cq-list-item{padding:10px 0;border-bottom:1px solid #f0ece6}
.cq-list-item:last-child{border:none}
.cq-list-title{font-size:.92rem;font-weight:600;line-height:1.4}
.cq-list-title a{color:#1c2b33}
.cq-list-title a:hover{color:#b3572a}
.cq-list-desc{font-size:.8rem;color:#888;margin-top:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.cq-empty{font-size:.85rem;color:#999;padding:12px 0}

/* ── 面包屑 / 文章页 ── */
.cq-crumb{font-size:.8rem;color:#999;margin-bottom:10px;padding:6px 0;border-bottom:1px solid #f0ece6}
.cq-crumb a{color:#0e4d5c}
.cq-crumb span{color:#999}
.cq-article-h1{font-size:1.3rem;font-weight:700;color:#1c2b33;margin-bottom:4px}
.cq-article-meta{font-size:.8rem;color:#999;margin-bottom:14px}
.cq-content{font-size:.92rem;line-height:1.85;color:#333}
.cq-content p{margin:0 0 12px}
.cq-content h2{font-size:1.05rem;color:#0e4d5c;margin:20px 0 10px;border-left:3px solid #b3572a;padding-left:10px}
.cq-content h3{font-size:.95rem;color:#1c2b33;margin:16px 0 8px}
.cq-content ul,.cq-content ol{padding-left:20px;margin:0 0 12px}
.cq-content ol li{margin-bottom:4px}
.cq-tag-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}
.cq-tag-chips a{background:#f0ece6;color:#0e4d5c;font-size:.8rem;padding:3px 10px;border-radius:100px}
.cq-tag-chips a:hover{background:#b3572a;color:#fff;text-decoration:none}
.cq-site-intro{background:#faf8f5;border-radius:4px;padding:16px;margin-top:20px;font-size:.85rem;color:#555;line-height:1.7}
.cq-pn{display:flex;justify-content:space-between;gap:16px;margin-top:20px;font-size:.85rem}
.cq-rel{display:flex;flex-direction:column;gap:4px;margin-top:16px}
.cq-rel a{font-size:.85rem;color:#0e4d5c}

/* ── Footer（简化为单列 vs zp5 的多栏网格矩阵）── */
.cq-foot{background:#1c2b33;color:rgba(255,255,255,.8);margin-top:30px;padding:30px 0 20px;font-size:.82rem}
.cq-foot-main{display:flex;gap:24px;flex-wrap:wrap}
.cq-foot-brand{flex:1;min-width:240px}
.cq-foot-brand strong{font-size:1rem;color:#fff;display:block;margin-bottom:4px}
.cq-foot-brand p{margin:4px 0;opacity:.7;line-height:1.6}
.cq-foot-brand a{color:#b3572a}
.cq-foot-links{min-width:120px}
.cq-foot-links h4{font-size:.85rem;color:#fff;margin-bottom:6px}
.cq-foot-links a{display:block;color:rgba(255,255,255,.7);padding:2px 0}
.cq-foot-links a:hover{color:#b3572a}
.cq-foot-beian{padding-top:16px;margin-top:16px;border-top:1px solid rgba(255,255,255,.1);text-align:center;opacity:.6;font-size:.75rem}

/* ── 404 / 搜索 ── */
.cq-result{margin-top:10px}

/* ── 正文配图 ── */
.cq-figure{margin:16px 0;border-radius:6px;overflow:hidden;box-shadow:0 1px 6px rgba(0,0,0,.06)}

/* ── Responsive ── */
@media(max-width:760px){
  .cq-hero{flex-direction:column;padding:16px;gap:16px}
  .cq-hero-text{padding:8px 0 8px 10px}
  .cq-hero-h1{font-size:1.3rem}
  .cq-hero-visual{max-width:100%}
  .cq-nav{display:none;width:100%;gap:10px;padding-top:8px}
  .cq-nav.cq-show{display:flex}
  .cq-menu-btn{display:block}
  .cq-layout{flex-direction:column}
  .cq-side{width:100%}
  .cq-papers{grid-template-columns:repeat(2,1fr)}
  .cq-steps-grid{grid-template-columns:repeat(2,1fr)}
  .cq-fee-cards{grid-template-columns:1fr}
  .cq-mate-two,.cq-mate-three{grid-template-columns:1fr}
  .cq-paper-nav{padding:0 10px 14px;gap:6px}
  .cq-paper-chip{font-size:.8rem;padding:5px 10px}
  .cq-foot-main{flex-direction:column;gap:16px}
}