.news-wrap{
    width: 100%;
    min-height: calc( 100vh - 4.82rem);
    background: #fff;
}
.news-wrap .news-banner{
    width: 100%;
    height: 2.6rem;
    overflow: hidden;
}
.news-wrap .news-banner img{
    height: 100%;
}

.news-wrap .main{
    padding: 0.14rem 0 0;
}
.news-wrap .main .crumbs{
    padding: 0.2rem 0;
    overflow: hidden;
}
.news-wrap .main .crumbs span{
    font-size: 0.14rem;
    line-height: 0.16rem;
    color: #999;
    font-weight: 400;
    font-family: 'Microsoft YaHei';
}

.news-wrap .main .tabs-btn{
    border-bottom: 0.01rem solid #D4D4D4;
}
.news-wrap .main .tabs-btn ul li{
    float: left;
    width: 1.2rem;
    height: 0.36rem;
    font-size: 0.14rem;
    line-height: 0.36rem;
    color: #333;
    font-weight: 400;
    font-family: 'Microsoft YaHei';
    text-align: center;
    margin-right: 0.02rem;
    cursor: pointer;
}
.news-wrap .main .tabs-btn ul li:hover,
.news-wrap .main .tabs-btn ul li.active{
    background: #C01827;
    color: #fff;
    position: relative;
}
.news-wrap .main .tabs-btn ul li.active::after{
    content: '';
    border-top: 0.04rem solid #C01827;
    border-left: 0.05rem solid transparent;
    border-right: 0.05rem solid transparent;
    position: absolute;
    bottom: -0.04rem;
    left: 50%;
    margin-left: -0.05rem;
}

.news-wrap .main .tabs-content{
    min-height: 5rem;
}
.news-wrap .main .tabs-content .public-wrap{
    display: none;
    padding: 0.22rem 0 0.26rem;
    overflow: hidden;
}
.news-wrap .main .tabs-content .public-wrap .items-box{
    float: left;
    width: 3.8rem;
    height: 3.36rem;
    margin-right: 0.3rem;
    margin-bottom: 0.56rem;
    cursor: pointer;
}
.news-wrap .main .tabs-content .public-wrap .items-box a{
    display: block;
    text-decoration: none;
}
.news-wrap .main .tabs-content .public-wrap .items-box:nth-child(3n){
    margin-right: 0;
}
.news-wrap .main .tabs-content .public-wrap .items-box .cover{
    width: 3.8rem;
    height: 2.5rem;
    overflow: hidden;
    background: #080102;
    border: 0.01rem solid #080102;
}
.news-wrap .main .tabs-content .public-wrap .items-box .name{
    font-size: 0.18rem;
    line-height: 0.38rem;
    color: #000;
    font-weight: 400;
    font-family: 'Microsoft YaHei';
    margin-top: 0.16rem;
    height: 0.38rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.news-wrap .main .tabs-content .public-wrap .items-box .time{
    display: inline-block;
    font-size: 0.12rem;
    line-height: 0.22rem;
    color: #999;
    font-weight: 400;
    font-family: 'Microsoft YaHei';
}
.news-wrap .main .tabs-content .public-wrap .items-box:hover{
    transition: all .3s ease-in-out;
    box-shadow: 0 0 0.08rem rgba(0,0,0,0.2);
}
.news-wrap .main .tabs-content .public-wrap .items-box:hover .cover img{
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}