@charset "UTF-8";
/**
 * 通用详情页
 * date: 2025-4-3
 * author: hjhua;
 */
.detail {
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.08);
  background: #fff;
  min-height: 270px;
}
.detail-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  padding: 16px 0;
}

.detail-sourse {
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0;
  text-align: center;
}
.detail-sourse > p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 32px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}

.detail-content {
  margin-top: 36px;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  text-indent: 28px;
}

.detail-img {
  display: block;
  margin: 16px auto;
}

.detail-file {
  margin-top: 36px;
}
.detail-file > label {
  font-size: 16px;
  line-height: 24px;
  display: block;
  font-weight: 600;
}
.detail-file-list {
  margin-top: 12px;
  box-shadow: 0px 0px 10px 0px rgba(16, 56, 122, 0.102);
  border-radius: 2px;
}
.detail-file-list > a {
  height: 62px;
  line-height: 62px;
  display: block;
  padding: 0 10px 0 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  background: url("../images/file_doc.png") 10px 50% no-repeat;
}