<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**!
* 主站-详情
* @date: 2023-04-13
* author: xy;
*/
.sub-content {
  padding: 35px 22px 33px 21px;
}

.sub-content .article-tt {
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.sub-content .article-sources {
  margin: 16px 0;
  line-height: 21px;
  text-align: center;
  color: #999;
  font-size: 0;
}

.sub-content .article-sources p {
  display: inline-block;
  margin: 0 28px;
  vertical-align: top;
  font-size: 14px;
}

.sub-content .article-info {
  border-bottom: 1px solid #EEE;
  border-top: 1px solid #EEE;
  margin-top: 8px;
  color: #333;
  padding-bottom: 24px;
}

.sub-content .article-h {
  font-size: 18px;
  margin: 30px 0 3px;
  font-weight: 600;
}

.sub-content .article-p {
  line-height: 26px;
  font-size: 16px;
}

.sub-content .article-p2 {
  margin-top: 30px;
}

.sub-content .article-img {
  display: block;
  margin: 15px auto 36px;
}

/* 附件 */
.annex {
  height: 21px;
  line-height: 21px;
}

.annex-box {
  margin: 24px 0 0 6px;
  font-size: 14px;
}

.annex-box &gt; h3 {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
}

.annex-item {
  cursor: pointer;
  color: #3066E3;
}

#footer {
  margin-top: 36px;
}
</pre></body></html>