/* CMS 文章详情页（Thymeleaf article）正文区样式 */

body {
  line-height: 1.8;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.article-page {
  background: #fff;
  border-radius: 12px;
  padding: 50px;
  margin-top: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.article-title {
  font-size: 34px;
  margin-bottom: 20px;
  color: #111;
  line-height: 1.4;
}

.article-meta {
  font-size: 14px;
  color: #888;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.article-meta span {
  margin-right: 20px;
}

.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

.article-content h2,
.article-content h3 {
  color: #222;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .article-page {
    padding: 20px;
  }

  .article-title {
    font-size: 28px;
  }
}

/* 与静态 content/news 内 .news-detail 正文区一致的补充排版（模块样式由 css/site/site-article-detail-body.css 负责） */
.news-detail .top-item .news-body {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  word-wrap: break-word;
}

.news-detail .top-item .news-body img {
  max-width: 100%;
  height: auto;
}

/* 微信列为 i + .wechat-qrcode，无 .social-share-icon 包裹，与模块内其它分享图标对齐 */
.e-module-202209221130 .news-detail .global-share .box .share .social-share > .iconfont.icon-share-wechat {
  font-size: 40px;
  color: #666;
  cursor: default;
}
@media (max-width: 1600px) {
  .e-module-202209221130 .news-detail .global-share .box .share .social-share > .iconfont.icon-share-wechat {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .e-module-202209221130 .news-detail .global-share .box .share .social-share > .iconfont.icon-share-wechat {
    font-size: 26px;
  }
}

