/* Shared typography + image layout for news detail pages (.new-content) */
.new-content {
  font-family: Microsoft YaHei, "PingFang SC", sans-serif;
}

.new-content p {
  letter-spacing: 2px;
  line-height: 1.8;
  margin: 20px 0;
  text-indent: 2em;
  word-spacing: 3px;
}

.new-content p:nth-child(1) {
  margin-top: 0;
}

.new-content p:last-child {
  margin-bottom: 0;
}

.new-content h2 {
  font-size: 1.5rem;
}

.new-content h3 {
  font-size: 1.3rem;
}

.new-content h4 {
  font-size: 1.4rem;
}

/* Image blocks: always centered (wrap + caption + bare img) */
.new-content p.news-img-wrap,
.new-content p:has(img),
.new-content p:has(.news-img) {
  text-indent: 0 !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.new-content img,
.new-content .news-img {
  display: block !important;
  float: none !important;
  clear: both;
  width: auto !important;
  max-width: min(100%, 720px);
  height: auto !important;
  margin: 16px auto !important;
}

.new-content .img-desc {
  color: #919191;
  display: block;
  font-size: 12px !important;
  margin: 8px auto 16px;
  text-align: center;
  width: 100%;
  max-width: 720px;
  text-indent: 0 !important;
}
