@charset "UTF-8";
/**!
 * 通用详情页
 * date:2022-05-16
 * author: fxyue;
 */


.detail {
  padding: 65px 76px 40px 80px;
}

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

.detail-source {
  margin-top: 19px;
  font-size: 0;
  text-align: center;
}

.detail-txt {
  display: inline-block;
  vertical-align: middle;
  font-weight: 350;
  font-size: 16px;
  line-height: 36px;
  color: #666;
  margin: 0 28px;
}

.detail-content {
  margin-top: 35px;
  font-weight: 350;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  text-indent: 32px;
}

.detail-content img {
  display: block;
  margin: 0 auto 38px;
  max-width: 100%;
}

.detail-wrap {
  margin-top: 35px;
}

.detail-wrap > p {
  font-weight: 350;
  font-size: 16px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 11px;
}

.detail-file {
  padding: 0 32px 0 10px;
  height: 60px;
  margin-top: 18px;
}

.detail-file:first-child {
  margin-top: 0;
}

.detail-pic {
  float: left;
  width: 36px;
  height: 36px;
  margin-top: 14px;
}

.detail-left {
  float: left;
  width: 388px;
  font-weight: 400;
  line-height: 24px;
  padding: 9px 0 3px;
  margin-left: 14px;
  color: #8A8F99;
}

.detail-left p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.detail-download {
  float: right;
  width: 22px;
  height: 26px;
  margin-top: 16px;
  background: url("../images/platform/file_download.png") no-repeat;
}
