@charset "UTF-8";
/**
 * 详情
 * date: 2026-3-15
 * author: 程姣姣;
 */
.panel-top {
  height: 45px;
}

/* article */
.article {
  padding: 42px 64px;
}
.article > h3,
.article > h6 {
  line-height: 32px;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.article > h6 {
  font-size: 18px;
  line-height: 28px;
}

.article-sources {
  margin-top: 28px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  font-size: 12px;
  border-bottom: 1px solid #e5e7eb;
}

.article-info {
  word-break: break-all;
}

.article-p {
  margin-top: 24px;
  line-height: 28px;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.article-p.textright {
  text-align: right;
  margin-top: 0;
}

.article-img {
  display: block;
  margin: 18px auto 0;
  padding-bottom: 4px;
}

.attachment {
  border-top: 1px solid #f3f4f6;
  padding: 19px 64px;
}
.attachment h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
.attachment p {
  line-height: 20px;
  font-size: 16px;
  color: #666;
}
.attachment p + p {
  margin-top: 8px;
}
.attachment p a {
  color: #0072dc;
}