.news a{color:inherit;}
.news_title{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.news_imgs{
  position: relative;
  overflow: hidden;
}
.news_imgs img{
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.news_imgs a img:hover{
  transform: scale(1.05);
}
#l-container .inner{padding-bottom:2.3rem;}
.article .entry{
    background: none;
    box-shadow: none;
    padding: 0;
}
.article .news_timer{
    font-size: 0.24rem;
    color: #92070B;
}
.article .arti_title{
    font-size: 0.58rem;
    margin: 0.4rem 0 0.6rem;
    line-height: 1.2
}
.mainbox01{margin-top:0.8rem;}
.mainbox01 .ttBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:0.88rem;
}
.mainbox01 .ttBox .title{
    font-size: 0.5rem;
}
.mainbox01 .ttBox .line_box{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:calc(100% - 3rem);
}
.mainbox01 .ttBox .line_box .line{
    width:calc(100% - 1rem);
    height:0.05rem;
    background-color:#92090A;
}
.mainbox01 .ttBox .line_box .more_text{
    flex-shrink:0;
    margin-left:0.2rem;
    font-size:0.18rem;
    padding-right:0.27rem;
    background:url(../images/z_more02.png) no-repeat right center / 0.18rem 0.18rem;
}
.mainbox01 .slick-list{padding:0 !important;}
.mainbox01 .news_list{margin:0 -0.77rem;}
.mainbox01 .news{margin:0 0.77rem;position:relative;}
.mainbox01 .news.slick-current::before{
    content: '';
    position: absolute;
    z-index: 10;
    left: -0.77rem;
    top: 0;
    display: block;
    width: 1px;
    height: 4.2rem;
    background-color: #C1C1C1;
}
.mainbox01 .news.slick-current::after{
    content: '';
    position: absolute;
    z-index: 10;
    right: -0.77rem;
    top: 0;
    display: block;
    width: 1px;
    height: 4.2rem;
    background-color: #C1C1C1;
    visibility:visible;
}

.mainbox01 .news_imgs{padding-top: 66.58%;}
.mainbox01 .news_folder,
.mainbox01 .news_folder a{
    font-size: 0.18rem;
    color: #92070B;
    margin-bottom: 0.1rem;
}
.mainbox01 .news_title{
    font-size: 0.2rem;
    line-height: 1.5;
}
.mainbox01 .news_con{
    width: 100%;
    box-sizing: border-box;
    padding: 0.2rem 0;
}