/* ===== 文章详情页正文样式 ===== */
.page-news-details .content h2 {
  font-size: 22px;
  font-weight: 700;
  color: #174187;
  margin: 36px 0 14px;
  padding-left: 12px;
  border-left: 4px solid #c9a364;
}
.page-news-details .content p {
  line-height: 1.9;
  color: #444;
  margin-bottom: 16px;
  text-align: justify;
}
.page-news-details .content p:last-child {
  margin-bottom: 0;
}
