@charset "UTF-8";
/**
 * 详情页
 * date: 2025-4-27
 * author: qyt
 */
.shadow-box {
  margin-bottom: 40px;
}

/* article */
.article {
  padding: 24px;
  word-break: break-all;
}
.article-title {
  line-height: 1.5;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.article-sources {
  padding: 3px 0;
  margin: 16px 0 32px;
  line-height: 1.2;
  font-size: 14px;
  color: #666;
  background-color: #F7F7F7;
  text-align: center;
}
.article-sources > * {
  display: inline-block;
  vertical-align: top;
  margin: 5px 15px;
}
.article-sources .fontszie-type {
  display: inline-block;
  vertical-align: top;
  color: #666;
  min-width: 20px;
  margin: 0 1px;
  border-radius: 1px;
}
.article-sources .fontszie-type.current, .article-sources .fontszie-type:hover {
  color: #fff;
  background: #226FD8;
  font-weight: bold;
}
.article-info {
  line-height: 2;
  font-size: 16px;
}
.article-p {
  text-align: justify;
  text-justify: inter-ideograph;
  text-indent: 2em;
}
.article-img {
  display: block;
  max-width: 100%;
  margin: 24px auto;
}
.article-file {
  margin-top: 24px;
}
.article-file-hd {
  line-height: 1.5;
  font-size: 14px;
}
.article-file-list {
  margin-left: -8px;
}
.article-file-item {
  position: relative;
  min-height: 59px;
  width: calc(50% - 8px);
  margin: 8px 0 0 8px;
  padding: 8px 8px 8px 52px;
  color: #333;
  background: #F7F7F7;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-file-item:hover {
  background: #fff;
  border-color: #226FD8;
}
.article-file-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 36px;
  max-height: 36px;
}
.article-file-name {
  line-height: 1.5;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-file-infos {
  margin-top: 4px;
  line-height: 1.5;
  font-size: 12px;
  color: #B1B6CC;
}
.article-file-download {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 16px;
  margin-left: 12px;
  background: url("../images/download_ico.png") center center no-repeat;
}