﻿@charset "UTF-8";
/**!
 * 详情页
 * date:2022-06-27
 * author: fxyue;
 */
.detail {
  padding-top: 20px;
}

.detail-tt {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #000;
}

.detail-source {
  margin-top: 30px;
  height: 32px;
  background: #F4F4F4;
  font-size: 0;
  text-align: center;
}

.detail-source > p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 32px;
  color: #8992A9;
  margin: 0 52px;
}

.detail-content {
  line-height: 22px;
  color: #4E5463;
  margin: 30px;

  /*text-align: center;*/}

.detail-content > img {
  display: block;
  margin: 20px auto;
}

.detail-content table {
  margin: 0 auto;
  text-align:left;
}

.detail-content p:nth-of-type(2) {
  margin-bottom: 38px;
}

.file {
  padding-top: 38px;
}

.file-txt {
  line-height: 22px;
  padding-bottom: 2px;
  color: #000;
}

.file-item {
  float: left;
  margin: 10px 30px 0 0;
  width: 436px;
  height: 60px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 10px 0 13px;
  -webkit-box-shadow: 0px 0px 15px rgba(16, 56, 122, 0.1);
          box-shadow: 0px 0px 15px rgba(16, 56, 122, 0.1);
  line-height: 22px;
  border: 1px solid #fff;
}

.file-item:hover {
  border-color: #EACBCC;
}

.file-item > img {
  margin-top: 5.5px;
}

.file-box {
  margin-left: 50px;
  overflow: hidden;
  position: relative;
}

.file-box > p:nth-child(1) {
  color: #4E5463;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.file-box > p:nth-child(2) {
  color: #8A8F99;
}

.file-download {
  position: absolute;
  right: 0;
  bottom: -3px;
  padding-left: 18px;
  background: url("../images/detail/download_icon.png") left center no-repeat;
  font-size: 12px;
  color: #4E5463;
  cursor: pointer;
}

.link {
  margin-top: 104px;
}
