.wow {
  animation-duration: 1s !important;
  -webkit-animation-duration: 1s !important;
}

.cont .list .a_pat .disimg_video .btn .cls-1 {
  fill: #fff;
  stroke-width: 0px;
}

.cont {
    
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(/static/cn/img/kcxfzbj.jpg);
}
 
.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: #0058b9;
}

.cont .nv_top .w1440 .nav-tab .item.on a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0058b9;
  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 .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: #0058b9;
  right: -50px;
}

.cont .lis_swiper .shgh_next::after {
  font-size: 20px;

}

.cont .lis_swiper .shgh_prev {
  left: -50px;
  color: #0058b9;
}

.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;
}

.cont .lis_swiper .swiper-slide a .img {
  width: 61.8%;
  padding-top: 37%;
  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: 38.2%;
  padding: 0 5%;
  order: 3;
}

.cont .lis_swiper .swiper-slide a .txt .time {
  color: #222;
}

.cont .lis_swiper .swiper-slide a .txt .tit {
  color: #222;
  margin-top: 9%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  max-height: 3em;
  font-weight: bold;
}

.cont .lis_swiper .swiper-slide a .txt .des {
  color: #777;
  margin-top: 6%;
  line-height: 2;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 8em;
}

.cont .lis_swiper .swiper-slide a .txt i {
  display: inline-block;
  position: relative;
  color: #0058b9;
  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: #0058b9;
}

.cont .lis_swiper .swiper-slide a .txt i::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #0058b9;
  transition: all 0.5s;
}

.cont .lis_swiper .swiper-slide a:hover .txt i {
  color: #0058b9;
}

.cont .lis_swiper .swiper-slide a:hover .txt i::after {
  display: none;
}

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

.cont .list>div {

  display: flex;
  flex-wrap: wrap;

}

.cont .list .a_pat .disimg_video {

  max-height: 250px;
  transition: all 0.3s;
  overflow: hidden;
}

.cont .list .a_pat:hover img {

  transform: scale(1.04);

}

.cont .list .a_pat .disimg_video .sp {
  position: relative;
  width: 100%;
  height: 100%;

  cursor: pointer;
    overflow: hidden;
    height: 0px;
    position: relative;
    padding-bottom: 56.25%;

}

.cont .list .a_pat .disimg_video .sp img {

  width: 100%;
  height: 100%;
  transition: all 0.4s;
      object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.6s;
}


.cont .list .a_pat {
  width: 32%;
  margin-right: 2%;
  border-radius: 0px 0px 20px 20px;
  overflow: hidden;
}

.cont .list .a_pat:nth-child(3n) {

  margin-right: 0;
}

.cont .list .a_pat .img {
  width: 100%;

  position: relative;
  overflow: hidden;
  height: 100%;
}

.cont .list .a_pat .img a {
  width: 100%;
  height: 100%;
}

.cont .list .a_pat .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cont .list .a_pat .txt {
  width: 100%;
  background-color: #ffffff;
  padding-right: 0%;
  padding: 2vw;
  transition: all 0.4s;
}
.cont .list .a_pat:hover .txt{
background-color: #00AC36;

}
.cont .list .a_pat:hover .txt .tit {

  color: #ffffff;
}
.cont .list .a_pat:hover .txt .tit a {

    color: #ffffff;
}
.cont .list .a_pat:hover .txt .des{
  color: #ffffff;

}

.cont .list .a_pat .txt .sh_button {

  letter-spacing: 0px;
  color: #777777;
}

.cont .list .a_pat .txt .sh_button span {
  margin-right: 15px;
}

.cont .list .a_pat .txt .sh_button .icon path {

  fill: #777777;
}

.cont .list .a_pat .txt .time {
  color: #222;
}

.cont .list .a_pat .txt .tit {
  color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    max-height: 3em;
    transition: all 0.4s;
    height: 3em;
}
}

.cont .list .a_pat:hover .sh_button {

  letter-spacing: 0px;
  color: #0058b9;
}

.cont .list .a_pat:hover .txt .sh_button .icon path {

  fill: #0058b9;
}

.disimg_video {}

.cont .list .a_pat .txt .des {
  color: #777;

}

.cont .list .a_pat .txt i {
  display: inline-block;
  position: relative;
  color: #222;
  margin-top: 8%;
}

.cont .list .a_pat .txt i::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #222;
}

.cont .list .a_pat .txt i::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #222;
  transition: all 0.5s;
}


.cont .list .a_pat:hover .txt i {
  color: #222;
}

.cont .list .a_pat:hover .txt i::after {
  display: none;
}

.cont .list .a_pat:hover .txt i::before {
  width: 100%;
}

@media screen and (max-width: 1600px) {


}


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

  .lis_swiper .swiper-slide a .txt .tit,
  .lis_swiper .swiper-slide a .txt i {
    margin-top: 5%;
  }


}

/* 150 */
@media screen and (max-width: 998px) {

  .cont .nv_top {
    margin-top: 45px;
  }
}

@media screen and (max-width: 768px) {
.cont .list .a_pat .txt {
    
    padding: 20px 15px;
}
  .lis_swiper .swiper-slide a .txt {
    padding: 20px !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;
  }

  .cont .list .a_pat {

    width: 100%;
  }
  .cont .list .a_pat {
      
      margin-bottom: 20px;
  }
  .cont .list .a_pat {
      
          margin-right: 0%;
  }
  
  .cont {
      
          background: #ebf6ee;
  }
}

/*# sourceMappingURL=./news.css.map */
<!--ºÄÊ±1773909227.2496Ãë-->