.wow {
  animation-duration: 1s !important;
  -webkit-animation-duration: 1s !important;
}
.page-banner:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}
.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: #ff5b1f;
}
.cont .nv_top .w1440 .nav-tab .item.on a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ff5b1f;
  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;

  padding: 60px 0;
  border-bottom: 1px solid #e5e5e5;
}
.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: #ff5b1f;
right: -50px;
}
.cont .lis_swiper .shgh_next::after {
    font-size: 20px;

}
.cont .lis_swiper .shgh_prev {
left: -50px;
    color: #ff5b1f;
}
.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;

}
.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: 6.2% 4.7%;    
    display: flex
;
    flex-direction: column;
    justify-content: space-between;

}
.cont .lis_swiper .swiper-slide a .txt .time {
	letter-spacing: 0px;
	color: #999999;
}
.cont .lis_swiper .swiper-slide a .txt .tit {
    color: #333333;

    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
    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: #ff5b1f;
  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: #ff5b1f;
}
.cont .lis_swiper .swiper-slide a .txt i::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #ff5b1f;
  transition: all 0.5s;
}
.cont .lis_swiper .swiper-slide a:hover .txt  {
  color: #ff5b1f;
}
.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: #ff5b1f;
        text-decoration: unset;
}

.new1 {

    	background-color: #f0f2f5;
}

.new1 .nav_top .btns {

    display: flex;
    align-items: center;
    justify-content: center;
    	border-radius: 24px;
	    border: solid 1px #dddddd;
    max-width: max-content;
        margin: 0 auto;
}
.new1 .nav_top .a_con span {
    margin-right: 0;

}
.new1 .nav_top .a_con:hover{
    color: #11487f!important;
}
.new1 .nav_top .a_con {
    /* padding: 12px 46px; */
        border: solid 0px rgb(51, 51, 51, 0.3)!important;
            color: #69696a;
                background: #fff;
}
.new1 .nav_top .a_con.on {
  background: #ff5b1f;
    color: #ffffff!important;
}

.new2 .p_list {

       display: flex
;
    flex-wrap: wrap;
}

.new2 .p_list .po_mines {

        width: 32%;
    margin-right: 2%;
    transition: all 0.4s;
    position: relative;
}
.new2 .p_list .po_mines .txt .tit {
	letter-spacing: 0px;
	color: #333333;
    font-weight: bold;
    transition: all 0.4s;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
word-break: break-all;  
-webkit-box-orient: vertical;
line-height: 1.5;
height: 3em;
max-height: 3em;
  
}
.new2 .p_list .po_mines .txt {
padding: 2.1vw 1.6vw;
}
.new2 .p_list .po_mines .txt .time {

    	letter-spacing: 0px;
	color: #999999;
}
.new2 .p_list .po_mines:hover {
	background-color: #ffffff;
	box-shadow: 0px 6px 40px 0px 
		rgba(0, 0, 0, 0.06);

}
.new2 .p_list .po_mines:hover .txt .tit {

	letter-spacing: 0px;
	color: #ff5b1f;
}
.new2 .p_list .po_mines:nth-child(3n) {
margin-right: 0%;

}

.new2 .p_list .po_mines::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 2;
    width: 0;
    height: 2px;
    background: #ff5b1f;
    transition: all .5s;
}
.new2 .p_list .po_mines:hover::after {

    width: 100%;
}
.new2 .p_list .po_mines .p_image {
width: 100%;
    overflow: hidden;
    height: 0px;
    position: relative;
    padding-bottom: 56.25%;
}
.new2 .p_list .po_mines .p_image img {
     object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.6s;
}
.new2 .p_list .po_mines .p_image:hover img {

    transform: scale(1.04);

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

  .cont .lis_swiper .shgh_next {

        right: -30px;
  }
  .cont .lis_swiper .shgh_prev {

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

  .cont .nv_top {
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {

  .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!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 .list a {

  flex-wrap: wrap;
}

  .cont .lis_swiper .shgh_next {

        right: 0px;
  }
  .cont .lis_swiper .shgh_prev {

    left: 0px;
  }
  .new2 .p_list .po_mines {

        width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  .new2 .p_list .po_mines .txt {

                  padding: 15px;
  }
  .new2 .p_list .po_mines .txt .tit {
height: 1.5em;
    max-height: 1.5em;
        -webkit-line-clamp: 1;
        margin-bottom: 15px;
  }
}
/*# sourceMappingURL=./news.css.map */
