/* news */
.newsbg{
  width: 100%;
  position: relative;
  z-index: 10;
}

.newsbg .news{
  margin: 0 auto;
  padding-top: 21px;
}

.newsbg .news .news_t{
  overflow: hidden;
}

.newsbg .news .news_t .title{
  float: left;
}


.newsbg .news .news_t .newslist{
  float: right;
  margin-top: 35px;
  width: 38.5%;
  height: 50px;
  border-bottom: 1px dashed #8EBEFF;
}

.newsbg .news .news_t .newslist ul li{
    float: left;
    line-height: 50px;
    position: relative;
    text-align: center;
    font-size: 30px;
    color: rgb(51, 51, 51);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    cursor: pointer;
    margin-right: 20px;
}

.newsbg .news .news_t .newslist ul li.on{
  color: #0956BD;
  font-weight: bold;

}

.newsbg .news .newsbox{
  margin: 40px auto 0 auto;
}

.newsbg .news .newsbox .newsnr{
  width: 100%;
}

.newsbg .news .newsbox .newsleft{
  float: left;
  width: 57.5%;
  position: relative;
  margin-top: -60px;
}

.newsbg .news .newsbox .newsleft .swiper-slide{
  position: relative;
  padding-top: 62%;
  padding-bottom: 20%;
}

.newsbg .news .newsbox .newsleft .swiper-slide .pic{
  width: 100%;
  border-radius: 8px;
  position: absolute;
  overflow: hidden;
  top: 0;
  height: 85%;
}

.newsbg .news .newsbox .newsleft .swiper-slide .pic img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox .newsleft .swiper-slide .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/newslist.png) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
}

.newsbg .news .newsbox .newsleft .swiper-slide .txt .nr{
  padding-top: 50px;
  padding-bottom: 40px;
  width: 87%;
  margin: 0 auto;
}

.newsbg .news .newsbox .newsleft .swiper-slide .txt .nr span{
  display: block;
  padding-left: 25px;
  background: url(../images/time.png) no-repeat left center;
  background-size: contain;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}

.newsbg .news .newsbox .newsleft .swiper-slide .txt .nr h5 a{
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 18px 0 6px 0;
}

.newsbg .news .newsbox .newsleft .swiper-slide .txt .nr p{
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.newsbg .news .newsbox .newsleft .swiper-slide .txt .nr .more{
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: url(../images/more.png) no-repeat right center;
  padding-right: 30px;
  margin-top: 30px;
}


.newsbg .news .newsbox .newsleft .swiper-slide:hover .pic img{
  transform: scale(1.1);
}

.newsbg .news .newsbox .newsleft .swiper-news-next{
  position: absolute;
  cursor: pointer;
  right: 30px;
  top: 190px;
  z-index: 5;
  background: url(../images/newsright.png) no-repeat center;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-size: 100%;
}

.newsbg .news .newsbox .newsleft .swiper-news-prev{
  position: absolute;
  cursor: pointer;
  left: 30px;
  top: 190px;
  z-index: 5;
  background: url(../images/newsleft.png) no-repeat center;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-size: 100%;
}

.newsbg .news .newsbox .newsleft .swiper-news-next:hover{
  background: url(../images/newsright1.png) no-repeat center;
  background-size: 100%;
}

.newsbg .news .newsbox .newsleft .swiper-news-prev:hover{
  background: url(../images/newsleft1.png) no-repeat center;
  background-size: 100%;
}

.newsbg .news .newsbox .newsleft .swiper-pagination1{
  position: absolute;
  right: 45px;
  bottom: 15px;
  z-index: 5;
  width: auto;
}

.newsbg .news .newsbox .newsleft .swiper-pagination1 .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background: #5387d2;
  border-radius: 50%;
  margin: 0 4px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
}

.newsbg .news .newsbox .newsleft .swiper-pagination1 .swiper-pagination-bullet-active{
  background: #fff;
}



@media (max-width: 1360px){
  .newsbg .news .newsbox .newsleft .swiper-slide .txt .nr .more{
    padding-right: 50px;
 
  }

}


.newsbg .news .newsbox .newsright{
  float: right;
  width: 38.5%;
}

.newsbg .news .newsbox .newsright ul li{
  width: 100%;
  border-bottom: 1px dashed #8EBEFF;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.newsbg .news .newsbox .newsright ul li a{
  font-size: 21px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 30px;
}

.newsbg .news .newsbox .newsright ul li span{
  display: block;
  font-size: 16px;
  color: #666;
  padding-left: 25px;
  background: url(../images/time.png) no-repeat left center;
  background-size: contain;
  line-height: 20px;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.newsbg .news .newsbox .newsright ul li:hover a{
  color: #0956BD;

}

.newsbg .news .newsbox .newsright ul li:hover span{
  color: #0956BD;
}

.newsbg .news .newsbox .newsright .more{
  float: right;
  width: 128px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #0956BD;
  border-radius: 45px;
  margin-top: 15px;
  position: relative;
  z-index: 5;
}

.newsbg .news .newsbox .newsright .more a{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #0956BD;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox .newsright .more::after{
  left: 50%;
  top: 0%;
  position: absolute;
  width: 0;
  height: 100%;
  border-radius: 45px;
  background: #0956BD;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox .newsright .more:hover::after{
  width: 100%;
  left: 0;
}

.newsbg .news .newsbox .newsright .more:hover a{
  color: #fff;
}


@media (max-width: 980px){
  .newsbg{
    margin: 0 auto 0 auto;
    padding-bottom: 20px;
    position: relative;
  }

  .newsbg::after{
    content: "";
  }
  
  .newsbg .news{
    padding-top: 20px;
  }
  
  
  .newsbg .news .news_t .title{
    float: none;
  }
  
  
  .newsbg .news .news_t .newslist{
    float: none;
    margin: 0 auto 0 auto;
    width: 100%;
    height: 50px;
    border-bottom: 1px dashed #8EBEFF;
  }
  
  .newsbg .news .news_t .newslist ul li{
    line-height: 50px;
    position: relative;
    text-align: center;
    font-size: 24px;
  }
  
  
  .newsbg .news .newsbox{
    margin: 30px auto 0 auto;
  }
  
  .newsbg .news .newsbox .newsnr{
    width: 100%;
  }
  
  .newsbg .news .newsbox .newsleft{
    float: none;
    width: 100%;
    position: relative;
    margin-top: 0;
  }
  
  
  .newsbg .news .newsbox .newsleft .swiper-slide .txt .nr{
    padding-top: 45px;
    padding-bottom: 30px;
  }
  
  .newsbg .news .newsbox .newsleft .swiper-slide .txt .nr span{
    font-size: 16px;
    color: #fff;
  }
  
  .newsbg .news .newsbox .newsleft .swiper-slide .txt .nr h5 a{
    font-size: 16px;
    margin: 18px 0 6px 0;
  }
  
  .newsbg .news .newsbox .newsleft .swiper-slide .txt .nr p{
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
  }
  
  .newsbg .news .newsbox .newsleft .swiper-slide .txt .nr .more{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: url(../images/more.png) no-repeat right center;
    padding-right: 20px;
    margin-top: 5px;
  }
  
  

  .newsbg .news .newsbox .newsright{
    float: none;
    width: 100%;
    margin: 30px auto 0 auto;
  }
  
  .newsbg .news .newsbox .newsright ul li{
    width: 100%;
    border-bottom: 1px dashed #8EBEFF;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  
  .newsbg .news .newsbox .newsright ul li a{
    font-size: 20px;
    line-height: 30px;
  }
  
  .newsbg .news .newsbox .newsright ul li span{
    display: block;
    font-size: 16px;
  }
  .newsbg .news .newsbox .newsright .more{
    float: none;
    border-radius: 45px;
    margin: 20px auto 0 auto;
    width: 130px;
    height: 30px;
    line-height: 30px;
  }
  .newsbg .news .newsbox .newsright .more a{
    font-size: 14px;
  }
.newsbg .news .newsbox .newsleft .swiper-news-prev {
    top: 30%;
}

.newsbg .news .newsbox .newsleft .swiper-news-next {
    top: 30%;
}
}

@media (max-width: 1479px){
.newsbg .news .newsbox .newsright ul li:nth-child(6) {
    display: none;
}
}
@media (max-width: 1279px){
.newsbg .news .newsbox .newsright ul li:nth-child(5) {
    display: none;
}
}
@media (max-width: 991px){
.newsbg .news .newsbox .newsright ul li:nth-child(6) {
    display: block;
}
.newsbg .news .newsbox .newsright ul li:nth-child(5) {
    display: block;
}
}



.list_box10{
    margin:0 -20px;
    margin-top: 40px;}
.list_box10 .miso-slide{
    float:left;
    width:33.3333%;
    padding: 0 20px;}
.list_box10 .miso-slide a{
    display:block;
    position:relative;}
.list_box10 .miso-slide a .img .img_hezi{
    padding-bottom:64%}
.list_box10 .miso-slide a .top{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:url(../images/touying_bg.png) center bottom no-repeat;
    background-size: auto 100%;
}
.box_table {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
}
.box_table_cell {
    display: table-cell;
    vertical-align: middle;
}
.list_box10 .miso-slide a .top h3 img{
    display:inline-block;
    transition:.5s}
.list_box10 .miso-slide a .top h5{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    line-height: 40px;
    font-size:20px;
    color:#fff;
    text-align:center;
    padding:0 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;}
.list_box10 .miso-arrow{
    width:20px;
    height: 20px
    z-index: 10000;
    background-size:100% 100%}
.list_box10 .slick-prev{
    left:-23px;
    background:url(../images/left01.png) center center no-repeat;
    transition:0.36s;
    width: 23px;
    height: 42px;}
.list_box10 .slick-next{
    right:-23px;
    background:url(../images/right01.png) center center no-repeat;
    transition:0.36s;
    width: 23px;
    height: 42px;}
.list_box10 .miso-slide a .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
}
.list_box10 .miso-slide a:hover .top h3 img{
    transform:translateY(-1rem);}
@media (max-width: 991px){
.list_box10 .miso-slide a .top h5{
    font-size:14px;
    line-height: 30px;}
}
@media (max-width: 880px){
.list_box10 .slick-prev{left:28px;}
.list_box10 .slick-next{right:28px;}
}