.top-news{
  background: #FAFAFA;
  padding: 55px 0;
}
.top-news .swiper-container{
  padding-bottom: 80px;
}
.top-news .swiper-slide .pic-box{
  width: 544px;
  height: 401px;
  overflow: hidden;
  margin-right: 80px;
}
.top-news .swiper-slide .desc-box{
  width: 42%;
  padding-top: 90px;
}
.top-news .swiper-slide .desc-box .date{
  margin: 27px 0 24px;
  color: #C8C6C6;
}
.top-news .swiper-slide .desc-box .watch-more{
  margin: 75px 0 0 ;
}
.watch-more img{
  margin-left: 4px;
}
.swiper-pagination{
  text-align: left;
  padding-left: 15%;
}
.news{
  padding: 57px 0 70px;
}
.news .title{
  padding-bottom: 20px;
  border-bottom: 1px solid #B8B8B8;
}
.news .title a{
  margin-right: 48px;
  position: relative;
}
.news .title a::before{
  content: '';
  position: absolute;
  top: 50%;
  right: -24px;
  width: 1px;
  height: 13px;
  background: #B8B8B8;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.news .title a:last-child::before{
  display: none;
}
.news .news-lists ul li{
  margin-top: 33px;
}
.news .news-lists ul li a{
  padding: 33px 50px 39px 32px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(149, 148, 148, 0.16);
  align-items: center;
}
.news .news-lists ul li a .pic-box{
  width: 356px;
  height: 262px;
  overflow: hidden;
}
.news .news-lists ul li .desc-box{
  width: 48%;
  margin-left: 70px;
}
.news .news-lists ul li .desc-box .date{
  margin: 30px 0 24px;
  color: #C8C6C6;
}
.news .news-lists ul li  .watch-more{
  color: #807F7F;
  background: #E5E5E5;
  
}
.news .news-lists ul li  .watch-more i{
  display: block;
  width: 23px;
  height: 23px;
  background-image: url(../image/watch-more4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: 4px;
}
.news .news-lists ul li:hover a{
  background: #FAFAFA;
}
.news .news-lists ul li:hover  .watch-more{
  color: #fff;
  background: #833E5C;
}
.news .news-lists ul li:hover  .watch-more i{
  background-image: url(../image/watch-more3.png);
}
.goback{
  margin-top: 34px;
  cursor: pointer;
}
.goback img{
  margin-right: 4px;
}

.news-details .content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 84px;
}

.news-details .content .left-nav{
  padding-left: 63px;
}
.news-details .content .left-nav ul li{
  margin-bottom: 24px;
}

.news-details .content .left-nav ul li a{
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(153, 153, 153,.2);
}
.news-details .content .left-nav ul li:last-child{
  margin-bottom: 0;
}
.news-details .content .left-nav ul li:last-child a{
  border-bottom: none;
  padding-bottom: 0;
}
.news-details .content .left-nav ul li .pic-box{
  width: 233px;
  height: 148px;
  overflow: hidden;
}
.news-details .content .left-nav ul li .pic-box img,.news .news-lists ul li a .pic-box img{
	transition: all .3s;
}
.news-details .content .left-nav ul li .date{

  font-weight: bold;
  margin: 18px 0 11px;
}
.news-details .content .left-nav ul li:hover .date{
  color: #833E5C;
}
.news-details .content .left-nav ul li:hover .pic-box img,.news .news-lists ul li:hover a .pic-box img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
	
}
.news-details .content .article{
  width: 81%;
  background: #FFFFFF;
  padding-right: 60px;
  border-right: 1px solid rgba(153, 153, 153, .2);
}


.news-details .content .article .title-box .tag-box{
  width: 50%;
  margin: 42px 0 50px;
  display: flex;
  justify-content: space-between;
  color: #999;
}
.news-details .content .article .title-box .tag-box>div{
  display: flex;
  align-items: center;
}
.news-details .content .article .title-box .tag-box>div img{
   margin-right: 10px;   
}

.article .txt{
  padding: 0 0 62px;
  margin-bottom: 62px;
  line-height: 30px;
  border-bottom: 1px solid rgba(153, 153, 153, .2);
}
.article .txt img{
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
.page-btn{
  display: flex;
  justify-content: space-between;
}
.page-btn a{
  cursor: pointer;
  width: 50%;
  position: relative;
  padding-left: 28px;
}

.page-btn a.next-page{
  text-align: right;
  
}
.page-btn a:hover{
  color: #833E5C;
}
.page-btn a i{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../image/watch-more2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.page-btn a.next-page{
  padding-right: 28px;
  padding-left: 0;
}
.page-btn a.next-page i{
  left: auto;
  right: 0;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.page-btn a:hover i,
.page-btn a.active i{
  background-image: url(../image/watch-more.png);
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.page-btn a.prev-page:hover i,.page-btn a.prev-page.active i{
  transform: rotate(180deg);
}
.page-btn a span{
  display: block;
  width: 100%;
}
@media (max-width: 1460px) {
  .news-details .content .article .title-box .tag-box {
    width: 70%;
  }
}
@media (max-width: 1080px) {
  .banner{
    height: 450px;
  }
  .news-details .content {
    flex-wrap: wrap;
  }
  .news-details .content .article {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .news-details .content .left-nav{
    padding-left: 0;
    width: 100%;
  }
  .news-details .content .left-nav ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    
  }
  .news-details .content .left-nav ul li{
    width: 100%;
    
  }
  .news-details .content .left-nav ul li .pic-box {
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 750px) {
  .top-news {
    padding: 25px 0;
  }
  .top-news .swiper-container .swiper-slide a{
    flex-wrap: wrap;
  }
  .top-news .swiper-slide .pic-box {
    width: 100%;
    height: 200px;
    margin-right: 0;
  }
  .top-news .swiper-slide .desc-box {
    width: 100%;
    padding-top: 20px;
  }
  .top-news .swiper-slide .desc-box .date {
    margin: 17px 0 14px;
    color: #C8C6C6;
  }
  .top-news .swiper-slide .desc-box .watch-more {
    margin: 35px 0 0;
  }
  .swiper-pagination {
    text-align: center;
    padding-left: 0;
  }
  .top-news .swiper-container {
    padding-bottom: 60px;
  }
  .news {
    padding: 27px 0 30px;
  }
  .news .news-lists ul li a {
    padding: 10px;
    flex-wrap: wrap;
  }
  

  .news .news-lists ul li a .pic-box {
      width: 100%;
      height: 200px;
  }
  .news .news-lists ul li .desc-box {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
  }
  .news .news-lists ul li .desc-box .date {
    margin: 10px 0 ;
  }
  .news .news-lists ul li .watch-more{
    margin: 16px auto;
  }
  .goback {
    margin-top: 20px;
  }
  .news-details .content {
    margin-top: 20px;
    padding-bottom: 34px;
  }
  .news-details .content .article .title-box .tag-box {
    width: 100%;
    margin: 16px 0 ;
    flex-wrap: wrap;
  }
  .news-details .content .article .title-box .tag-box>div {
    margin-bottom: 10px;
  }
  .news-details .content .article .title-box .tag-box>div img{
    height: 15px;
    margin-right: 6px;
  }
  .article .txt {
    padding: 0 0 22px;
    margin-bottom: 22px;
    line-height: 2;
    border-bottom: 1px solid rgba(153, 153, 153, .2);
  }
  .page-btn{
    flex-wrap: wrap;
  }
  .page-btn a{
    width: 100%;
    padding-left: 0;
  }
  .page-btn a.next-page{
    padding-right: 0;
    text-align: left;
    margin-top: 10px;
  }
  .page-btn a i{
    display: none;
  }
  
}