.cont .page_banner {
  width: 100%;
  position: relative;
}
.cont .page_banner .banner-video video {
  width: 100%;
  object-fit: cover;
}
.cont .page_banner .w1440 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cont .page_banner .w1440 .txt p {
  display: block;
  color: #fff;
  font-family: "SourceHanSansCN-Bold";
}
.cont .page_banner .w1440 .txt span {
  display: block;
  color: #fff;
  line-height: 1.2;
  margin-top: 0.8vw;
}
.cont .page1 {
  padding: 5vw 0;
  position: relative;
  background: #fff;
  z-index: 10;
}
.cont .page1 .tab {
  width: 100%;
  border-bottom: 2px solid #e4e4e4;
  padding-left: 6vw;
}
.cont .page1 .tab a {
  display: inline-block;
  margin-right: 3vw;
  color: #171717;
  position: relative;
  padding: 13px 0;
}
.cont .page1 .tab a:hover {
  color: #0047ba;
}
.cont .page1 .tab a.on {
  color: #0047ba;
}
.cont .page1 .tab a.on::after {
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: -4px;
  background: #0047ba;
}
.cont .page1 .list a {
  display: flex;
  padding: 5vw 0;
  width: 100%;
  justify-content: space-between;
  border-bottom: 2px solid #e4e4e4;
}
.cont .page1 .list a .img {
  width: 46.52%;
  overflow: hidden;
}
.cont .page1 .list a .txt {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cont .page1 .list a .txt i {
  display: block;
  color: #8a8a8a;
}
.cont .page1 .list a .txt p {
  display: block;
  color: #171717;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Bold";
  transition: all 0.3s;
}
.cont .page1 .list a .txt span {
  display: block;
  color: #171717;
  margin-top: 1.5vw;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 6em;
}
.cont .page1 .list a .txt .btn {
  width: 190px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0047ba;
  color: #fff;
  border: 1px solid #0047ba;
  transition: all 0.3s;
}
.cont .page1 .list a:hover .img img {
  transform: scale(1.05);
}
.cont .page1 .list a:hover .txt p {
  color: #0047ba;
}
.cont .page1 .list a:hover .txt .btn {
  background: #fff;
  color: #0047ba;
}
/* 125% */
@media screen and (max-width: 1440px) {
  .cont .page1 .list a .txt .btn {
    width: 150px;
    height: 45px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont .page1 {
    padding: 40px 0;
  }
  .cont .page1 .list a {
    padding: 30px 0;
    flex-wrap: wrap;
  }
  .cont .page1 .list a .img {
    width: 100%;
  }
  .cont .page1 .list a .txt {
    width: 100%;
    margin-top: 15px;
  }
  .cont .page1 .list a .txt p {
    margin-top: 5px;
  }
  .cont .page1 .list a .txt span {
    display: block;
    height: auto;
    margin-top: 10px;
    text-align: justify;
  }
  .cont .page1 .list a .txt .btn {
    margin-top: 20px;
    width: 140px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cont .page_banner .w1440 .txt p {
    font-size: 20px;
  }
  .cont .page_banner .w1440 .txt span {
    font-size: 12px;
  }
  .cont .page_banner .w1440 {
    top: 50%;
  }
  .cont .page_banner .pic {
    height: 200px;
  }
  .cont .page_banner .pic .img {
    height: 100%;
  }
  .cont .page_banner .pic .img img {
    height: 100%;
    object-fit: cover;
  }
  .cont .w1440 .tab a {
    margin-left: 0;
  }
  .cont .w1440 .tab {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 0;
  }
  .cont .page1 .w1440 .tab a {
    margin: 0 20px;
  }
  .cont .page1 .w1440 .tab {
    border-bottom: 1px solid #e4e4e4;
  }
  .cont .page1 .w1440 .tab a.on::after {
    height: 4px;
    bottom: -2px;
  }
}
/*# sourceMappingURL=./new.css.map */
