@charset "UTF-8";
/**!
 * 通用三级页
 * author: hjh;
 * date:2020-11-03
 */
.container {
  width: 1200px;
}

/* article */
.article {
  background: #fff;
  min-height: 804px;
  margin-bottom: 67px;
  box-shadow: 0px 0px 15px rgba(16, 56, 122, 0.1);
  border-radius: 3px;
  box-sizing: border-box;
  padding: 65px 80px 20px;
}

.article h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #333;
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #D0D0D0;
}

.article-sources {
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 22px;
  text-align: center;
  color: #999;
}

.article-sources p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 14px;
  margin: 0 10px;
}

.article-sources a {
  color: #999;
}

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

.article-p {
  line-height: 24px;
  font-size: 14px;
  color: #333;
  text-align: justify;
  text-justify: inter-ideograph;
}

.article-title {
  margin-top: 20px;
  line-height: 24px;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

.article-img {
  display: block;
  width: 525px;
  height: 288px;
  margin: 38px auto 24px;
}

.file-wrap {
  margin-top: 50px;
}
.file-label {
  font-size: 16px;
  line-height: 36px;
  color: #000;
}
.file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1040px;
  height: 60px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(16, 56, 122, 0.1);
  margin-bottom: 18px;
  box-sizing: border-box;
  padding: 0 31px 0 10px;
}
.file-item > img {
  width: 36px;
  height: 36px;
}
.file-info {
  display: flex;
  height: 100%;
  align-items: center;
}
.file-info .content {
  margin-left: 14px;
}
.file-info .content p {
  font-size: 14px;
  line-height: 22px;
  color: #4e5463;
}
.file-download {
  width: 22px;
  height: 26px;
  background: url("../images/download_btn.png") no-repeat;
}