/* ==========================================================
   语义化改造配套样式
   作用：把 dt / p / div 换成 h1 / h2 等语义标签后，
        用本文件把原样式补回来，保证页面视觉 100% 不变。
   ========================================================== */

/* 1. 侧栏栏目标题：.icpfl dt  ->  h2（原样式来自 ny.css / mobile.css） */
.icpfl h2 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-left: 70px;
  padding-top: 20px;
  background: url(../images/icon.png) no-repeat 25px center #0050a0;
  height: 60px;
  margin: 0;
}
.icpfl h2 span { font-size: 14px; font-weight: normal; }

/* 2. 首页栏目大标题：.title dt / .title1 dt  ->  h2 */
.title h2, .title1 h2 {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  line-height: 1.4;
}

/* 3. 内页「当前位置」标题：.mup p  ->  h1（原 .mup p 来自 ny.css） */
.mup h1 {
  height: 42px;
  line-height: 42px;
  float: left;
  padding-left: 15px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

/* 4. 新闻详情标题：div.tittle  ->  h1.tittle（原 .tittle 来自 ny.css） */
h1.tittle {
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 0 0;
}

/* 5. 视觉隐藏：用于首页语义化 h1（不占版面、不影响设计） */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}


/* ============================================================
   P2-9/P2-13/P2-14 增强样式（新增，不影响原有版式）
   ============================================================ */
/* 新闻页 发布时间 / 来源 / 作者 */
.pubdate span { margin-right: 18px; color: #8a8a8a; }
.pubdate span:last-child { margin-right: 0; }

/* 留言表单：行内错误提示 */
.zn-err {
  display: block;
  min-height: 16px;
  margin: 4px 0 0;
  padding: 0 4px;
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  color: #e34d4d;
  text-align: left;
}
.adminbuy_cn_liuyan input.input-err,
.adminbuy_cn_liuyan textarea.input-err {
  border-color: #e34d4d !important;
  background: #fffafa;
}
.zn-form-tip {
  padding-top: 6px;
  font-size: 12px;
  color: #8a8a8a;
  text-align: left;
}
#adminbuy_tj:disabled { background: #c9c9c9; cursor: not-allowed; }

/* ============================================================
   wap 端标题层级改造兜底（保证改标签后视觉不变）
   ============================================================ */
/* .type h1 降为 h2：原 .type h1 样式原样保留给 h2 */
.type h2 {
  font: 0.2rem/2 "microsoft yahei";
  width: 90%;
  margin: 0 auto;
  color: #fff;
}
/* p.top-title 改为 h2.top-title：抵消 h2 默认 margin / 加粗 */
h2.top-title {
  margin: 0;
  font-weight: normal;
}
