.wow {
  animation-duration: 1s !important;
  -webkit-animation-duration: 1s !important;
}
.cont .nv_top {
  margin-top: 80px;
  background: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.cont .nv_top .w1440 {
  display: flex;
  justify-content: space-between;
}
.cont .nv_top .w1440 .nav-tab {
  display: flex;
  justify-content: flex-end;
  border-bottom: 0;
}
.cont .nv_top .w1440 .nav-tab .item {
  margin-left: 60px;
}
.cont .nv_top .w1440 .nav-tab .item:nth-child(1) {
  margin-left: 0;
}
.cont .nv_top .w1440 .nav-tab .item a {
  display: inline-block;
  padding: 30px 0;
  color: #222;
  position: relative;
  white-space: nowrap;
}
.cont .nv_top .w1440 .nav-tab .item.on a {
  color: #1B379B;
}
.cont .nv_top .w1440 .nav-tab .item.on a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1B379B;
  height: 3px;
}
.cont .nv_top .w1440 .breadcrumbs {
  position: static;
}
.cont .nv_top .w1440 .breadcrumbs ul li span {
  color: #777;
}
.cont .nv_top .w1440 .breadcrumbs ul li::after {
  color: #777;
}
.cont .top {
  margin-top: 300px;
}
.cont .list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid #e5e5e5;
}
.cont .list a:hover .sh_buttonmine span{
    color: #1B379B;
    
}
.cont .lis_swiper {

  position: relative;
}
.cont .lis_swiper .w1440 {

      position: relative;
    overflow: unset;
        display: flex
;
    align-items: center;
    justify-content: space-between;
}
.cont .lis_swiper .shgh_next {
    color: #1B379B;
right: -50px;
}
.cont .lis_swiper .shgh_next::after {
    font-size: 20px;

}
.cont .lis_swiper .shgh_prev {
left: -50px;
    color: #1B379B;
}
.cont .lis_swiper .shgh_prev::after {
    font-size: 20px;

}

.cont .lis_swiper .mySwiper {

  width: 100%;
  overflow: hidden;
  position: relative;
}
.cont .lis_swiper .swiper-slide a {
  background: #f7f7f7;
  border-bottom: 0;
  padding: 0;
display: flex;
flex-wrap: wrap;
}
.cont .lis_swiper .swiper-slide a .img {
    width: 50%;
    padding-top: 29%;
    position: relative;
    overflow: hidden;
}
.cont .lis_swiper .swiper-slide a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}
.cont .lis_swiper .swiper-slide a .txt {
width: 50%;
    padding: 4.2%;

}
.cont .lis_swiper .swiper-slide a .txt .time {
  color: #222;
}
.cont .lis_swiper .swiper-slide a .txt .tit {
    color: #222;
    margin-top: 8%;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 1.5em;
    font-weight: bold;
    transition: all 0.4s;
}
.cont .lis_swiper .swiper-slide a .txt .des {
  color: #777;
  margin-top: 6%;
  line-height: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 4em;
}
.cont .lis_swiper .swiper-slide a .txt i {
  display: inline-block;
  position: relative;
  color: #1B379B;
  margin-top: 10%;
}
.cont .lis_swiper .swiper-slide a .txt i::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1B379B;
}
.cont .lis_swiper .swiper-slide a .txt i::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #1B379B;
  transition: all 0.5s;
}
.cont .lis_swiper .swiper-slide a:hover .txt  {
  color: #1B379B;
}
.cont .lis_swiper .swiper-slide a:hover img {

      transform: translate(-50%, -50%) scale(1.05);
}
.cont .lis_swiper .swiper-slide a:hover .txt i::before {
  width: 100%;
}
.cont .lis_swiper .swiper-slide a:hover .txt .tit {
    color: #1B379B;
        text-decoration: unset;
}






.cont .list a .img {
  width: 32.5%;
  padding-top: 19.5%;
  position: relative;
  overflow: hidden;
}
.cont .list a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}
.cont .list a .txt {
  width: 67.5%;
  padding-right: 10%;
}

.cont .list a .txt .sh_button {

  	letter-spacing: 0px;
	color: #777777;
}
.cont .list a .txt .sh_button span {
  margin-right: 15px;
}
.cont .list a .txt .sh_button .icon path {

  fill: #777777;
}
.cont .list a .txt .time {
  color: #222;
}
.cont .list a .txt .tit {
  color: #222;
  margin-top: 4%;
  position: relative;
}

.cont .list a:hover .sh_button {

  	letter-spacing: 0px;
	color: #1B379B;
}
.cont .list a:hover .txt .sh_button .icon path {

  fill: #1B379B;
}
.cont .list a .txt .des {
  color: #777;
  margin-top: 15px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.8;
  height: 3.6em;
}

.cont .list a:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.cont .list a:hover .txt .tit {
  color: #1B379B;
  text-decoration: underline;
text-underline-offset: 4px; 
  text-decoration-thickness: 1px; /* 下划线粗细（数值越大越粗） */
}

/* 125% */
@media screen and (max-width: 1280px) {

  .cont .list a {
    padding: 40px 0;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont .list a {
    padding: 30px 0;
  }
  .cont .nv_top {
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
    .cont .lis_swiper .swiper-slide a .txt .time {
        
        margin-top: 20px;
    }
  .cont .list a {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .cont .list a .txt {
    order: 3;
    width: 100%!important;
    padding: 20px 15px 0!important;
  }
  .cont .list a .txt .tit {
    margin-top: 5px!important;
  }
  .cont .list a .txt .des {
    margin-top: 5px!important;

  }
  .cont .list a .img {
    width: 100%!important;
    padding-top: 59%!important;
  }
  .lis_swiper .swiper-slide a .txt {
    padding: 20px 15px!important;
  }
  .cont .nv_top .w1440 {
    flex-wrap: wrap;
  }
  .cont .nv_top .w1440 .nav-tab .item {
    margin-left: 0;
    margin-right: 5vw;
  }
  .cont .nv_top .w1440 .nav-tab .item:nth-last-child(1) {
    margin-right: 0;
  }
  .cont .nv_top .w1440 .nav-tab .item a {
    padding: 0 0 10px;
  }
  .cont .nv_top .w1440 .nav-tab .item.on a::after {
    height: 1px;
  }


   
  .lis_swiper .swiper-slide a .txt {
    padding: 20px 15px!important;
  }
  .cont .lis_swiper .swiper-slide a .img {

        width: 100%;
  }
  .cont .lis_swiper .swiper-slide a .txt {

    width: 100%;
  }
  .cont .lis_swiper .swiper-slide a .img {

        padding-top: 60%;
  
  }
  .cont .lis_swiper .swiper-slide a .txt .tit {

        margin-top: 15px;
  }
  .cont .lis_swiper .swiper-slide a .txt .des {
      
          margin-top: 15px!important;
  }

}
/*# sourceMappingURL=./news.css.map */
<!--耗时1773909151.8265秒-->