.header-banner {
  height: 6rem;
  margin-top: 0.7rem;
}
.swiper-wrapper .banner-slide {
  height: 6rem;
  position: relative;
}
.banner1{
  background: url(../image/banner/news_b.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.banner1 .text-box{
  width: 100%;
  height: 100%;
}
.banner-slide::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position:absolute;
  top:0px;
  left:0px;
  background: #333;
  filter:alpha(opacity=30);
  -moz-opacity:0.30;
  opacity:0.3;
}
.banner1 .text-box h1{
  font-size: 0.48rem;
  text-align: center;
  line-height: 6rem;
  color:#fff;
}


.newslit {
  width: 1196px;
  margin: 0 auto;
  margin-top: 0.3rem;
  margin-bottom: 1.6rem;
}
.newslit .txtbox{
  padding-top: 0.3rem;
}
.newslit li {
  position: relative;
  margin-bottom: 0.28rem;
}
.newslit li:hover{
  -moz-box-shadow: 0px 8px 25px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 8px 25px rgba(0,0,0,0.1);
  box-shadow: 0px 8px 25px rgba(0,0,0,0.1);
}
.newslit li:hover .content h3{
  color:#008cd6;
  font-weight: 600;
}
.newslit li:hover .goinfo{
  background: url(../image/goinfo_2.png) no-repeat;
  background-size: 100% 100%;
}
.newslit li .newsImg{
  float: left;
  width: 2.68rem;
  height: 2rem;
}
.newslit li .txtbox{
  float: left;
  width: calc(100% - 2.7rem)
}
.newslit li .datetime{
  float: left;
  width: 1.2rem;
  margin-left: 0.25rem;
}
.newslit li .content{
  float: left;
  margin-left: 0.24rem;
  padding-top: 0.18rem;
}
.time{
  font-size: 0.46rem;
  color:#666;
}
.date{
  font-size: 0.18rem;
  color:#666;
}
.data-time{
  display: none;
}
.newslit li .content{
  width: 7.5rem;
  margin-left: 0.24rem;
}
.newslit li .content h3{
  font-size: 0.22rem;
  color:#333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 0.5rem);
  margin-bottom: 0.22rem;
}
.newslit li .content p{
  font-size: 0.16rem;
  line-height: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color:#666;
  text-align: justify;
}
.goinfo{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../image/goinfo_1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.2rem;
  top:0.4rem;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
@media (max-width: 1400px){
  .header-banner {
    height:5rem;
  }
  .swiper-wrapper .banner-slide {
    height: 5rem;
  }
  .newslit{
    width: 1100px;
  }
  .newslit li .content {
    width: 6.5rem;
  }
}
@media (max-width: 1204px){
  .newslit{
    width: 90%;
  }
  .newslit li .newsImg {
    float: left;
    width: 2.4rem;
    height: 1.72rem;
  }
  .newslit .txtbox {
    padding-top: 0.1rem;
  }
  .newslit li .datetime{
    width: 0.7rem;
    margin-left: 0.2rem;
  }
  .time{
    font-size: 0.32rem;
  }
  .date{
    font-size: 0.16rem;
  }
  .newslit li .content{
    width: calc(100% - 1.1rem);
    padding-top: 0.12rem;
    margin-left: 0.2rem;
  }
  .goinfo {
    width: 35px;
    height: 35px;
    top: 0.14rem;
  }
}
@media (max-width: 992px){
  .header-banner {
    height: 3.6rem;
  }
  .swiper-wrapper .banner-slide {
    height: 3.6rem;
  }
  .banner1 .text-box h1{
    line-height: 3.6rem;
    font-size: 0.38rem;
  }
}
@media (max-width: 800px){
  .datetime{
    display: none;
  }
  .goinfo{
    display: none;
  }
  .data-time{
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.3rem;
    color:#666;
  }
  .newslit{
    width: 90%;
  }
  .newslit li{
    border-bottom: 1px solid #c7c7c7;
    margin-top: 0.6rem;
  }
  .newslit li .newsImg{
    width: 100%;
    height: initial;
  }
  .newslit li .txtbox{
    width: 100%;
  }
  .newslit li .content{
    width: 100%;
    margin-left: 0px;
  }
  .newslit li .content h3{
    font-size: 0.3rem;
    line-height: 1.5;
    font-weight: bold;
    color: #333333;
  }
  .newslit li .content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.24rem;
    line-height: 1.5;
    margin-bottom: 0.3rem;
  }
}