@charset "UTF-8";
/**
 * 新闻资讯详情
 * date: 2022-11-23
 * author: jyxuan;
 */
.enclosure {
  margin-top: 35px;
}
.enclosure-title {
  margin-bottom: 16px;
  height: 14px;
  color: #000;
  font-size: 16px;
  line-height: 14px;
}
.enclosure-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 360px;
  height: 62px;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 0px 10px 0 rgba(16, 56, 122, 0.1);
          box-shadow: 0 0px 10px 0 rgba(16, 56, 122, 0.1);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.enclosure-item:hover {
  border-color: #b3c2d8;
}
.enclosure-item:not(:nth-child(3n+1)) {
  margin-left: 20px;
}
.enclosure-item:not(:nth-child(-n+3)) {
  margin-top: 20px;
}
.enclosure-link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 21px 12px 58px;
  height: 100%;
  background: url("../images/file_img.png") no-repeat 8px center;
}
.enclosure-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 14px;
  color: #2f2f2f;
  line-height: 14px;
}
.enclosure-infos {
  margin-top: 10px;
  height: 14px;
  color: #7f8ba5;
  line-height: 14px;
}
.enclosure-info {
  margin-right: 10px;
}
.enclosure-download {
  width: 13px;
  height: 100%;
  background: url("../images/download_img.png") no-repeat center;
}