/* mweb/css/news_view.css
   新闻详情页：对照小程序 pages/news_view/news_view.wxss */

.page-app.page-news_view { background: #ffffff; }

.main {
  min-height: 100vh;
  box-sizing: border-box;
  background: #fff;
  padding: 10px;
}
.article-wrap .header .title {
  font-size: 16px;
  margin: 10px;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.article-wrap .header .info {
  margin-bottom: 10px;
  color: #999;
  font-size: 12px;
  text-align: center;
}
.article-wrap .header .info .info-divider {
  margin: 0 8px;
  color: #ddd;
}

.thumbnail img { width: 100%; vertical-align: middle; }

/* 富文本（对应 rich-text，line-height 28px） */
.ac-content {
  line-height: 28px;
  font-size: 15px;
  color: #333;
}
.ac-content p { margin: 0 0 12px; text-align: justify; }
.ac-content img { max-width: 100%; }
.ac-content h3 {
  font-size: 17px;
  color: #1a3a5c;
  margin: 18px 0 10px;
}
/* 正文图片色块占位 */
.ac-content .img-ph {
  width: 100%;
  height: 190px;
  border-radius: 8px;
  margin: 10px 0;
}
.img-ph.ph-a { background: linear-gradient(135deg, #0074bc, #38a0dc); }
.img-ph.ph-b { background: linear-gradient(135deg, #1a3a5c, #2c5f8d); }
.img-ph.ph-c { background: linear-gradient(135deg, #0b308e, #0074bc); }
.img-ph-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  letter-spacing: 2px;
}
