@media (max-width: 768px) {
    .tab-box {
        display: flex;
        justify-content: space-between;
        margin-bottom: .2rem;
    }

    .tab-box a {
        display: block;
        width: 48%;
        height: .43rem;
        background: #f4f4f4;
        border-radius: .06rem;
        font-size: .14rem;
        color: #646464;
        line-height: .43rem;
        text-align: center;
    }

    .tab-box .ac {
        background: #f15717;
        color: #fff;
    }

    .text-list-wrapper {
        margin-top: .19rem;
    }

    .text-list-wrapper li {
        background: #fff;
        box-shadow: 0rem .02rem .07rem 0rem hsla(0, 0%, 75.3%, .65);
        border-radius: .08rem;
        padding: .19rem .14rem .24rem;
        margin-bottom: .18rem;
    }

    .text-list-wrapper li h2 {
        font-size: .16rem;
        color: #232323;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: .05rem;
    }

    .text-list-wrapper li p {
        font-size: .13rem;
        color: #959595;
        text-align: justify;
        line-height: .23rem;
        margin-bottom: .05rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .text-list-wrapper li span {
        font-size: .12rem;
        color: #c85c14;
    }
}