@charset"utf-8";
/* 新闻动态 */
.channel-news .slide{
  position: relative;
  width: 588px;
}

.channel-news .slide .bd li{
  width: 100%;
}
.channel-news .slide .bd li .bgbox {
  width: 100%;
  height: 288px;
  overflow: hidden;
}
.channel-news .slide .bd li .bgbox img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.channel-news .slide .bd li .hd-desc {
  background: #fff;
  padding:16px 25px;
}
.channel-news .slide .bd li .hd-desc .slide-date {
  margin-top: 20px;
  color: #8c8c8c;
}

.channel-news .slide>a{
  position: absolute;
  top:120px;
  width: 49px;
  height: 47px;
  line-height: 42px;
  text-align: center;
  background-color: rgba(40, 40, 40,.278);
  color: #fff;
  font-size: 42px;
  z-index: 111;
}

.channel-news .slide .prev{
  left:0;
}
.channel-news .slide .next {
  right: 0;
}
.channel-news .impor-news{
  width: 49%;
  padding: 0 0 26px 0;
}
.channel-news .impor-news .hd{
  background:#f9f9f9;
  border:none;
}
.channel-news .impor-news .bd{
  margin:-27px 0;
}
.channel-news .impor-news .bd li::before{
  content:"";
  background:none;
}
.channel-news .impor-news .bd li{
  padding: 28px 0;
  margin-top: 0;
  border-bottom:1px solid #ccc;
}
.channel-news .impor-news .bd li:last-child{
  border: none;
}
.channel-news .impor-news .bd li:hover{
  color: #CC0000;
  border-bottom:1px dashed #CC0000;
}
.channel-news .impor-news .bd li .slide-date{
  margin-top: 20px;
  color: #acacac;
}

/* 新闻动态 */
@media screen and (max-width: 1200px) {
  .channel-news .slide {
    position: relative;
    width: 100%;
  }
  .channel-news .slide .bd li{
    height: 3.54rem;
  }
  .channel-news .slide>a {
    top: 1.5rem;
    width: .6rem;
    height: .58rem;
  }
  .channel-news .impor-news {
    width: 100%;
    margin-top: .21rem;
  }
  .impor-news .hd ul li.on{
    flex: none;
    padding: .13rem .6rem .13rem .15rem;
  }
  .channel-news .content-title img {
    margin-top: .1rem;
    
  }

  .channel-news .line {
    margin-top: .08rem;

  }
}