﻿@import 'common.css';
@import 'swiper.min.css';
.news-search-box{
  display: none;
}
.findMore{
  display: none;
}
.news-findMore-active{
  display:none;
}
.hotRecommend{
  display: none;
}
a{
  display: block;
  padding: 0;
}
.news-container{
  position: relative;
  padding:20px 0 80px;
  min-height: 1000px;
}
.news-container::after{
  display: block;
  content: "";
  clear: both;
}
.news-left-wrapper{
  width: 850px;
  position: relative;
}
/* .news-left-list{

} */
.news-btn{

}
.news-btn span{
  font-size: 16px;
  display: inline-block;
  width: 110px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #525a66;
  cursor: pointer;
}
.news-btn span a {
  color: #242a33;
}
.news-btn span.active, .news-btn span:hover{
  border-bottom: 2px solid #4386dc;
  color: #4386dc;
}
.news-btn span:hover a {
  color: #4386dc;
}
.news-btn span.active a {
  color: #4386dc;
}
.news-list{
  /* position: absolute; */
  top: 40px;
  left: 0;
  display: none;
}
.news-list-active{
  display: block;
}
.news-list li:hover .news-box h3{
  color: #4386dc;
}
.news-list li a{
  color: #525a66;
  padding:50px 0;
  border-top: 1px solid #e8ebef;
}
.news-list li a::after{
  display: block;
  content: "";
  clear: both;
}
.news-list li a .news-box{
  width: 580px;
  margin-right: 20px;
}
.news-list li a .news-box h3{
  font-size: 24px;
  color: #242a33;
  font-weight:500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all ease-out .3s;
}
.news-list li a .news-box p{
  font-size: 14px;
  color: #525a66;
  line-height: 25px;
  margin:20px 0;
}
.news-list li a .news-box span{
  display: block;
  color:#8a9099;
  font-size: 14px;
}
.news-list li a .news-img{
  width: 210px;
  height: 125px;
  background: #ccc;
}
.news-list li a .news-img img{
  width: 100%;
  height: 100%;
}
.news-right-container{
  width: 270px;
  position: absolute;
  right: 50%;
  top: 62px;
  transform: translateX(590px);
}
.news-right-top{

  box-sizing: border-box;
  padding: 15px 20px 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.1)
}


.news-right-top ul{
  margin-top: 18px;
  border-top: 1px solid #e8ebef;
  padding: 15px 0;
}
.news-right-top ul li {
  position: relative;
}
.news-right-top ul li a, .news-right-top ul li {
  font-size: 16px;
  color: #525a66;
  line-height: 40px;
  cursor: pointer;
  transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
}
.news-right-top ul li a.active,.news-right-top ul li:hover a{
  color: #4386dc;
}
.news-right-top ul li:hover .icon {
  left: 75px;
  opacity: 1;
}
.news-right-list{
  margin-top: 25px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  padding: 25px 20px 0px;
}
.news-right-list li:first-child{
  color: #525a66;
  font-size: 16px;
}
.news-right-list li a{
  color: #525a66;
  padding: 23px 0;
  border-bottom: 1px solid #e8ebef;
}
.news-right-list li:last-child a{
  border-bottom: none;
}
.news-right-list li a h3{
  color: #242a33;
  font-size: 16px;
  margin-bottom: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-right-list li a:hover h3 {
  color: #4386dc;
}
.news-right-list li a p{
  line-height: 25px;
  color: #525a66;
  font-size: 14px;
  height: 50px;
  overflow: hidden;
}
.news-right-top ul li .icon {
  position: absolute;
  top: 12px;
  left: 100px;
  opacity: 0;
  color: #4386dc;
  transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
}
.news-page{
  margin: 50px 0 100px;
}
.news-page-none{
  display:none
}
.news-page-active{
  display:block;
}
@media (max-width:768px){
  .news-findMore-active{
    display:block;
  }
  .news-findMore-none{
    display:none;
  }
  .news-search-box{
    display: block;
  }
  .hotRecommend{
    display: block;
  }
  a{
    display: block;
    padding: 0;
  }
  .news-container{
    position: relative;
    padding:1.12rem 0.426667rem;
    box-sizing: border-box;
    min-height: 100%;
    height: 100%;
  }
  .news-container::after{
    display: block;
    content: "";
    clear: both;
  }
  .news-left-wrapper{
    width: 100%;
    position: relative;
    /* margin-top: 2.026667rem; */
  }
  /* .news-left-list{
  
  } */
  .news-btn{
  text-align: center;
  margin-bottom: 0.56rem;
  }
  .news-btn span{
    font-size: 0.4rem;
    display: inline-block;
    width: 1.673333rem;
    height: 0.666667rem;
    text-align: center;
    line-height: 0.666667rem;
    color: #525a66;
    cursor: pointer;
  }
  .news-btn span:nth-child(2){
    margin: 0 0.866667rem;
  }
  .news-btn span a {
    color: #242a33;
  }
  .news-btn span.active, .news-btn span:hover{
    border-bottom: 2px solid #4386dc;
    color: #4386dc;
  }
  .news-btn span:hover a {
    color: #4386dc;
  }
  .news-btn span.active a {
    color: #4386dc;
  }
  .news-list{
    /* position: absolute; */
    top: 40px;
    left: 0;
    display: none;
  }
  .news-list-active{
    display: block;
  }
  .news-list li:hover .news-box h3, .news-list li:hover .news-box p, .news-list li:hover .news-box span {
    color: #4386dc;
    transform: translateX(0.26rem);
  }
  .news-list li:hover .news-img {
    transform: translateX(-0.26rem);
  }
  .news-list li a{
    color: #525a66;
    padding:0.4rem 0;
    border-top: 1px solid #e8ebef;
  }
  .news-list li:nth-child(1) a{
    border-top: none;
  }
  .news-list li a::after{
    display: block;
    content: "";
    clear: both;
  }
  .news-list li a .news-box{
    position: relative;
    height: 2.0rem;
    width: 5.373333rem;
    margin-right: 20px;
  }
  .news-list li a .news-box h3{
    font-size: 0.426667rem;
    color: #242a33;
    font-weight:normal;
    white-space: normal;
    text-overflow: clip;
    overflow: visible;
    transition: all ease-out .3s;
    word-break: break-all;
    line-height: 0.54rem;
  }
  .news-list li a .news-box p{
    display: none;
    font-size: 0.32rem;
    color: #525a66;
    line-height: 25px;
    margin:20px 0;
    transition: all ease-out .3s;
  }
  .news-list li a .news-box span{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    color:#8a9099;
    font-size: 0.32rem;
    transition: all ease-out .3s;
  }
  .news-list li a .news-img{
    height:2.0rem;
    width: 3.066667rem;
    background: #ccc;
    transition: all ease-out .3s;
  }
  .news-list li a .news-img img{
    width: 100%;
    height: 100%;
  }
  .news-right-container{
    display: none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0px;
    transform: translateX(0);
  }
  .news-right-top{
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding:0;
    box-shadow:none;
   
  }
  .news-right-top ul{
    display: none;
    margin-top: 18px;
    border-top: 1px solid #e8ebef;
    padding: 15px 0;
  }
  .news-right-top ul li {
    position: relative;
  }
  .news-right-top ul li a, .news-right-top ul li {
    color: #525a66;
    line-height: 40px;
    cursor: pointer;
    transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .news-right-top ul li a.active,.news-right-top ul li:hover a{
    color: #4386dc;
  }
  .news-right-top ul li:hover .icon {
    left: 75px;
    opacity: 1;
  }
  .news-right-list{
    margin-top:0.3rem;
    box-shadow:none;
    padding: 25px 0.42667rem 10px 0.42667rem;
  }
  .swiper-slide{
    width:7.893333rem;
  }
 
  .news-right-list li{
    /* margin-bottom: 0.346667rem; */
    box-sizing: border-box;
  }

  .news-right-list li:first-child{
    color: #242a33;
    font-size: 0.426667rem;
  }
  .news-right-list li a{
    box-sizing: border-box;
    height: 2.613333rem;
	  width: 7.893333rem;
    display: block;
    color: #525a66;
    padding: 0.25rem 0.32rem;
    border: solid 2px #e8ebef;
  }
  .news-right-list li:last-child a{
    border-bottom:solid 2px #e8ebef;
  }
  .news-right-list li a h3{
    padding-top: 2px;
    color: #242a33;
    font-size: 0.426667rem;
    margin-bottom: 0.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news-right-list li a:hover h3 {
    color: #4386dc;
  }
  .news-right-list li a p{
    box-sizing: border-box;
    color: #525a66;
    line-height: 0.586667rem;
    font-size: 0.373333rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 1.06667rem;
  }
  .news-right-top ul li .icon {
    position: absolute;
    top: 12px;
    left: 100px;
    opacity: 0;
    color: #4386dc;
    transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .news-page{
    display: none;
    margin:0px;
    margin-top: 3.44rem;
   
  }

  .hotRecommend{
    box-sizing: border-box;
    margin-bottom:2.0rem;
    box-sizing: border-box;
    padding-bottom: 10px;
  }
  .hotRemTitle{
    margin-bottom: 0.56rem;
  }
}
