/* 页面级头部：返回首页 + logo（独立页简洁） */
  body{background:var(--bg-warm);}
  .cn-page-head{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10;box-shadow:0 1px 6px rgba(0,0,0,.04);}
  .cn-page-head .back{font-size:13px;color:var(--ink-light);text-decoration:none;letter-spacing:1px;display:flex;align-items:center;gap:4px;}
  .cn-page-head .back:hover{color:var(--orange);}
  .cn-page-head .back::before{content:"←";font-size:15px;}
  .cn-page-head .logo{font-size:14px;font-weight:600;color:var(--ink);letter-spacing:2px;}
  .cn-page-head .logo b{color:var(--orange);font-weight:500;}
  .cn-page-head .logo em{font-style:normal;font-size:11px;color:var(--ink-light);letter-spacing:3px;margin-left:6px;font-weight:400;}
  /* 今日资讯引导条 + 今日标记 */
  .cn-today{display:flex;align-items:center;gap:10px;background:#FDF3E6;border:1px solid #F0C9A3;border-radius:10px;padding:11px 14px;margin-bottom:12px;text-decoration:none;color:inherit;transition:background .2s;}
  .cn-today:hover{background:#FBEBD3;}
  .cn-today .cn-td-lab{flex:none;font-size:12px;font-weight:600;color:#fff;background:#F08200;border-radius:4px;padding:2px 8px;letter-spacing:1px;}
  .cn-today .cn-td-t{flex:1;font-size:13.5px;color:#262626;line-height:1.6;letter-spacing:.5px;}
  .cn-today .cn-a{font-size:12px;color:#F08200;flex:none;}
  .cn-badge{flex:none;font-size:10px;color:#fff;background:#F08200;border-radius:3px;padding:1px 6px;letter-spacing:1px;}
  /* 静态目录（JS 增强前可见）的分省标题 */
  .cn-group{margin:14px 0 2px;font-size:12.5px;font-weight:600;color:#F08200;letter-spacing:2px;}
  .cn-group:first-child{margin-top:0;}
  /* 当日资讯内嵌展示区 */
  .cn-frame{position:relative;width:100%;margin-bottom:14px;border:1px solid #eae7e2;border-radius:12px;overflow:hidden;background:#fff;}
  .cn-frame iframe{width:100%;height:600px;border:none;display:block;background:#fff;}
  .cn-frame .cn-frame-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:13px;color:#8f8f8f;letter-spacing:1px;background:#faf9f7;}
  .cn-frame.loaded .cn-frame-loading{display:none;}
  @media (max-width:600px){ .cn-frame iframe{height:520px;} }
  /* 主体：culture-news 卡片居中 */
  .cn-page-body{max-width:720px;margin:24px auto;padding:0 16px;}
  .cn-page-body .culture-news, .cn-list{margin-top:0; scroll-margin-top: 60px;}

  /* ===== 关于驴屋 footer（v2：居中布局 + 文字重排版，2026-08-19 全站统一） ===== */

  @media (max-width:600px){
    .cn-page-head{padding:12px 14px;}
    .cn-page-head .logo{font-size:13px;}
    .cn-page-head .logo em{display:none;}
    .cn-page-body{margin:14px auto;padding:0 12px;}
  }

/* 内联注入样式（跟随小报底部风格） */
#cnList{margin:26px 0 6px;background:#faf9f7;border:1px solid #eae7e2;border-radius:12px;padding:18px 20px;}
#cnList .nh-head{font-size:14px;font-weight:500;color:#262626;letter-spacing:2px;margin-bottom:12px;display:flex;align-items:baseline;gap:8px;}
#cnList .nh-head::after{content:"";display:block;width:26px;height:1px;background:#F08200;margin-top:4px;}
#cnList .nh-head .en{font-size:9.5px;color:#8f8f8f;letter-spacing:2px;font-weight:300;}
#cnList .nh-list{display:flex;flex-direction:column;}
#cnList .nh-item{display:flex;align-items:center;gap:12px;padding:10px 4px;border-bottom:1px dashed #efe9de;text-decoration:none;color:inherit;transition:background .2s;}
#cnList .nh-item:last-child{border-bottom:none;}
#cnList .nh-item:hover{background:#fdf8f0;}
#cnList .nh-item .nh-d{font-size:11.5px;color:#b08d57;letter-spacing:1px;flex:none;min-width:84px;}
#cnList .nh-item .nh-t{font-size:13px;color:#262626;flex:1;line-height:1.7;letter-spacing:.5px;}
#cnList .nh-item .nh-a{font-size:11px;color:#F08200;flex:none;letter-spacing:1px;}
@media (max-width:600px){
  #cnList{padding:14px 12px;}
  #cnList .nh-item{flex-wrap:wrap;gap:2px;justify-content: space-between;}
  #cnList .nh-item .nh-t{flex-basis:100%;order:2;}
  #cnList .nh-item .nh-d{min-width:0;}
}
