@charset "UTF-8";
/**!
 * 政策文件
 * date:2022-06-23
 * author: qcn;
 */
.container {
  width: 1200px;
  margin: 0 auto;
}

/* banner */
.banner {
  height: 178px;
  background: url("../images/policy-banner.jpg") no-repeat center;
  padding-top: 55px;
}

.banner-title {
  color: #fff;
  font-size: 44px;
  font-weight: bold;
}

/* 文件列表 */
.file {
  margin-top: 32px;
  padding-bottom: 10px;
}

.file-item {
  padding-bottom: 24px;
  position: relative;
  height: 75px;
}

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

.file-item:last-child::after {
  display: none;
}

.file-item::after {
  content: "";
  position: absolute;
  width: 1151px;
  height: 1px;
  background: #E6E9ED;
  position: absolute;
  bottom: 0;
  left: 0;
}

.file-item-icon {
  float: left;
  width: 48px;
  height: 48px;
  background: url("../images/news-icon.jpg") no-repeat center;
}

.file-item-box {
  float: left;
  margin-left: 16px;
}

.file-item-link {
  font-size: 18px;
  color: #222;
  display: block;
  margin: -3px 0 7px 0;
}

.file-item-type {
  font-size: 14px;
  color: #808389;
}

.file-item-date {
  float: right;
  color: #808389;
  display: block;
  margin-top: 33px;
}
