.mid-box {
    padding: 0.1rem 18%;
    background: #fff;
}

.text-list-box {
    border-top: #c51b17 solid .02rem;
    border-radius: .02rem;
    width: 100%;
    padding: .2rem .2rem;
}

.video-title-box {
    font-size: .18rem;
    font-weight: 400;
    color: #444;
    margin-top: .1rem;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .25rem;
}

.video-item-box {
    position: relative;
}

.video-item-box img {
    max-height: 1.40rem;
}

.liev-status-box {
    position: absolute;
    top: .1rem;
    left: .2rem;
    background: rgba(1, 1, 1, .6);
    padding: .5em 1em;
    border-radius: .05rem;
    color: #fff;
    font-size: .16rem;
    font-weight: bold;
    letter-spacing: .1em;
    display: none;
}



.cbw-item-box {
    position: relative;
    text-align: center;
}

.cbw-item-box img {
    width: 200px;
    height: 256px;
}

.cbw-title-box {
    font-size: .16rem;
    font-weight: 400;
    color: #444;
    margin-top: .1rem;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .25rem;
    text-align: center;
}

@media screen and (max-width: 767px) {

    .mid-box {
        padding: 0.1rem 0%;
        background: #fff;
    }

    .text-list-box {
        border-top: #c51b17 solid .02rem;
        border-radius: .02rem;
        width: 100%;
        padding: .45rem .6rem;
        background: #fff;
    }

    .video-title-box {
        font-size: .35rem;
        margin-top: .15rem;
        margin-bottom: .35rem;
    }
    
    .video-item-box img {
        max-height: 4.28rem;
    }
}

