@charset "UTF-8";
/**
 二级页面
 date：2021-12-15
 author：lengyy
*/
.block-hd {
  line-height: 93px;
}

.block-tt {
  font-size: 32px;
}

.block-tt::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 32px;
  background: #e1313f;
  margin-right: 19px;
  vertical-align: middle;
}

.info-list li {
  position: relative;
  padding: 0 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 27px rgba(0, 0, 0, 0.11);
  border: 2px solid transparent;
}

.info-list li::after {
  content: "";
  display: block;
  clear: both;
}

.info-list li:hover {
  border-color: #e1313f;
}

.info-content {
  float: left;
  padding: 30px 0;
  width: calc(100% - 270px);
}

.info-title {
  font-size: 24px;
  line-height: 32px;
  max-height: 96px;
}

.info-title:hover {
  color: #e1313f;
}

.info-time {
  margin-top: 22px;
  font-size: 20px;
  color: #999;
  line-height: 1;
}

.info-read {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -38px;
  width: 188px;
  height: 75px;
  background: -webkit-gradient(linear, left top, right top, from(#ff744f), to(#eb3e4c));
  background: linear-gradient(90deg, #ff744f, #eb3e4c);
  color: #fff;
  font-size: 32px;
  text-align: center;
  border-radius: 37.5px;
  line-height: 75px;
}

.info-read::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 100%;
  background: url("../images/icon-read.png") no-repeat center;
  background-size: 100%;
  vertical-align: top;
  margin-right: 10px;
}

@media (max-width: 980px) {
  .block-hd {
    line-height: 60px;
  }
  .block-tt {
    font-size: 22px;
  }
  .block-tt::before {
    height: 20px;
    margin-right: 10px;
  }
  .info-list li {
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .info-content {
    padding: 15px 0;
    width: calc(100% - 130px);
  }
  .info-title {
    font-size: 20px;
    line-height: 28px;
  }
  .info-time {
    margin-top: 10px;
    font-size: 18px;
  }
  .info-read {
    width: 120px;
    height: 46px;
    right: 15px;
    margin-top: -23px;
    line-height: 46px;
    font-size: 20px;
    border-radius: 23px;
  }
  .info-read::before {
    width: 20px;
  }
}
.pager {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.ewb-page {
  margin: 35px 0 20px;
  height: 29px;
  text-align: center;
  font-size: 0;
  margin-bottom: 35px;
}