@charset "UTF-8";
/**!
 * 文件下载
 * date:2022-05-23
 * author: qcn;
 */
/* 主区域 */
.file {
  margin: 33px 0 48px 0;
}

.file-item-title {
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
/*    float:left; */
  color: #333;
  font-size: 20px;
  background: #f4f9fd;
   border: 1px solid #dde7f3;
   border-bottom: none;
}

.file-item-title::before {
    content: '';
/*     position: absolute; */
    position: relative;
    display:flex;
    width: 6px;
    height:23px;
    margin-top: 15px;
    margin-right:10px;
    background: #6eb3fa;
    float:left;
/*     left:200px; */
/*     top: 50%; */
/*     transform: translateY(-50%); */
}

.file-item + li {
  margin-top: 36px;
}

.download {
  border: 1px solid #dde7f3;
  -webkit-box-shadow: 0px 5px 6px 0px rgba(108, 121, 139, 0.04);
          box-shadow: 0px 5px 6px 0px rgba(108, 121, 139, 0.04);
  padding: 33px 20px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: none;
}

.download-item {
  width: 208px;
  height: 50px;
  background: #f4f9fd;
  border-radius: 2px;
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  margin-right: 29px;
      border: 1px solid #dde7f3;
}

.download-item:hover{
  color: #fff;
  background: #3c88f1;
}

.download-item a {
  max-width: 90%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.download-item.active {
  color: #fff;
  background: #3c88f1;
}

.download-item:nth-child(5n) {
  margin-right: 0;
}

.download-item:nth-child(n + 6) {
  margin-top: 20px;
}

body .layui-layer-title {
  height: 67px;
  background: #eaf3fc;
  line-height: 67px;
  font-size: 24px;
  color: #3c88f1;
  padding-left: 35px;
  position: relative;
}

body .layui-layer-title::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 23px;
  background: #3c88f1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

body .layui-layer-ico {
  width: 19px !important;
  height: 19px !important;
  background: url("../images/layer-close.png") no-repeat center;
  background-position: 0 0 !important;
}

body .layui-layer-setwin {
  right: 37px;
  top: 24px;
}
