.banner-wrap {
  position: relative;
}
.banner-wrap .mask {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.banner-wrap h2 {
  font-size: 72px;
  font-family: Impact;
  font-weight: 400;
  color: #053991;
  opacity: 0.6;
  line-height: 1;
  margin: unset;
}
.banner-wrap small {
  font-size: 68px;
  font-family: Source Han Sans SC;
  font-weight: bold;
  color: #003592;
}
.banner-wrap p {
  width: 700px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #EFF2F5;
  line-height: 36px;
  margin: 100px 0 0;
  padding-left: 30px;
  position: relative;
}
.banner-wrap p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  width: 6px;
  background: #003592;
  border-radius: 3px;
}

.news-wrap {
  padding: 75px 0 120px;
}
.news-wrap header {
  text-align: center;
  margin-top: 30px;
}
.news-wrap h2 {
  font-size: 54px;
  font-family: Source Han Sans SC;
  font-weight: bold;
  color: #053991;
  line-height: 1;
  margin: 0;
  transform: translateY(-70px);
}
.news-wrap small {
  font-size: 80px;
  font-family: Impact;
  font-weight: 400;
  color: #053991;
  line-height: 145px;
  opacity: 0.1;
}
.news-wrap .controller {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  display: flex;
  align-items: center;
}
.news-wrap .col {
  cursor: pointer;
  padding: 15px;
  box-sizing: border-box;
}
.news-wrap .wrap {
  box-shadow: 2px 2px 10px 0 rgba(77, 77, 77, 0.2);
  border-radius: 15px;
  overflow: hidden;
}
.news-wrap .cover {
  position: relative;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  height: 187px;
  /*height: 395px;*/
}
.news-wrap .col:hover .cover img {
  transform: scale(1.1);
}
.news-wrap .cover img {
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
  transition: all .3s ease;
}
.news-wrap .cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.4);
  opacity: 0;
  transition: all 0.3s ease;
}
.news-wrap .cover img {
  width: 100%;
  display: block;
}
.news-wrap .cover .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease;
}
.news-wrap .desc {
  padding: 24px;
  background: #ffffff;
  border-radius: 0px 0px 10px 10px;
}
.news-wrap .desc p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4d4d4d;
  margin: 0 0 26px;
  height:37px;
}
.news-wrap .col:hover .desc p {
  color: #1d42ab;
}
.news-wrap .desc .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-wrap .desc .left {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  display: flex;
  align-items: center;
}
.news-wrap .desc img {
  width: 25px;
  margin-right: 5px;
}
.news-wrap .desc .right {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

@media screen and (max-width: 720px) {
  .banner-wrap {
    position: relative;
  }
  .banner-wrap .mask {
    position: absolute;
    top: 0;
    left: 10%;
    transform: translateY(0);
    width: 80%;
  }
  .banner-wrap .mask > h2 {
    font-size: 16px;
    font-family: Impact;
    font-weight: 400;
    color: #053991;
    opacity: 0.6;
    margin: 30px 0 5px;
  }
  .banner-wrap .mask > small {
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #003592;
  }
  .banner-wrap .mask > p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #003592;
    margin: 24px 0 24px;
    position: relative;
    width: 100%;
    line-height: 1.6;
    box-sizing: border-box;
    color: #fff;
  }
  .banner-wrap p::after {
    content: "";
    position: absolute;
    top: 0;
    left: 4px;
    bottom: 0;
    width: 6px;
    background: #003592;
    border-radius: 3px;
  }


  .news-wrap {
    padding: 25px 0 60px;
  }
  .news-wrap header {
    text-align: center;
    margin-top: 30px;
  }
  .news-wrap h2 {
    font-size: 54px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #053991;
    line-height: 1;
    margin: 0;
    transform: translateY(-70px);
  }
  .news-wrap small {
    font-size: 80px;
    font-family: Impact;
    font-weight: 400;
    color: #053991;
    line-height: 145px;
    opacity: 0.1;
  }
  .news-wrap .controller {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    display: flex;
    align-items: center;
  }
  .news-wrap .col {
    cursor: pointer;
    padding: 8px;
    box-sizing: border-box;
  }
  .news-wrap .wrap {
    box-shadow: 2px 2px 10px 0 rgba(77, 77, 77, 0.2);
    border-radius: 15px;
    overflow: hidden;
  }
  .news-wrap .cover {
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    height: unset;
  }
  .news-wrap .cover img {
    width: 100%;
    object-fit: contain;
  }
  .news-wrap .cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.4);
    opacity: 0;
    transition: all 0.3s ease;
  }
  .news-wrap .cover img {
    width: 100%;
    display: block;
  }
  .news-wrap .cover .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s ease;
  }
  .news-wrap .desc {
    padding: 24px;
    background: #ffffff;
    border-radius: 0px 0px 10px 10px;
  }
  .news-wrap .desc p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4d4d4d;
    margin: 0 0 26px;
    height: 37px;
  }
  .news-wrap .desc .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .news-wrap .desc .left {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
  }
  .news-wrap .desc img {
    width: 25px;
    margin-right: 5px;
  }
  .news-wrap .desc .right {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
  }
}
