.banner-box .item{
    background-image: url(../imgs/hualao/news_banner.png) !important;
}

/* 新闻列表 */

.news-box-1{
    background-color: #fff;
}
.news-box-1-content{
    margin: 0 auto;
    padding-bottom: 120px;
    
}

/* tab栏 */
/* .news-box-1-content .tab{
    height: 5rem;
    display: flex;
    justify-content: center;
    font-size: 1.3333rem;
    line-height: 5rem;
    background-color: #F5F8FA;
} 
.news-box-1-content .tab .item{
    color: #222326;
    margin: 0 2.5rem;
    position: relative;
}
.news-box-1-content .tab .active:before{
    display: block;
    content: '';
    width: 100%;
    height: .25rem;
    background-color: #ff5000;
    position: absolute;
    left: 0;
    bottom: 0;
}
.news-box-1-content .tab .item:hover:before{
    display: block;
    content: '';
    width: 100%;
    height: .25rem;
    background-color: #ff5000;
    position: absolute;
    left: 0;
    bottom: 0;
}
*/

/* 新闻中心 */
.news-box-1-content .box{
    display: flex;
    flex-wrap: wrap;
    width: 23rem;
    margin: 0 auto;
    margin-top: 3rem;
}
.news-box-1-content .box .list{
    width: 100%;
    background-color: #F0F2F4;
    margin-bottom: 1rem;
    border-radius: .4167rem;
    overflow: hidden;
}
.news-box-1-content .box .list .img-box{
    width: 23rem;
    height: 12rem;
    overflow: hidden;
}
.news-box-1-content .box .list img{
    width: 23rem;
    height: 12rem;
    object-fit: cover;
}
.news-box-1-content .box .list .title{
    width: 21rem;
    font-size: 1.1333rem;
    font-weight: bold;
    color: #000;
    margin: 1rem;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.news-box-1-content .box .list span{
    width: 21rem;
    font-size: .8667rem;
    margin: 0 auto 1.2rem;
    font-weight: 300;
    line-height: 2;
    color: #727476;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden; 
    text-overflow: ellipsis;
    /* 几行后显示省略号 */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-box-1-content .fen-ye{
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}

.news-box-1-content .fen-ye .item{
    width: 3.3333rem;
    height: 3.3333rem;
    background-color: #F0F2F4;
    margin: .8333rem;
    border-radius: .1667rem;
    font-size: 1.1667rem;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-box-1-content .fen-ye .item:hover{
    background-color: #ff5000;
    color: #fff;
    font-weight: 800;
}
.news-box-1-content .fen-ye .active{
    background-color: #ff5000;
    color: #fff;
    font-weight: 800;
}