.ft-newList .list_item {
    width: 9.36rem;
    height: 3.2rem;
    background: #ffffff;
    border-radius: 0.26666667rem;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 0.26666667rem;
}
.ft-newList .list_word:last-child>.list_item {
    margin: 0 auto 0rem !important;
}
    .ft-newList .list_item .left {
        width: 3.41333333rem;
        height: 2.56rem;
        border-radius: 0.05333333rem;
        margin: 0 0 0 0.32rem;
    }

        .ft-newList .list_item .left img {
            width: 3.41333333rem;
            height: 2.56rem;
            border-radius: 0.05333333rem;
            object-fit: cover;
        }

    .ft-newList .list_item .right {
        width: 5rem;
        margin: 0 0.32rem 0 0rem;
        height: 2.26666667rem;
        display: flex;
        align-content: space-between;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .ft-newList .list_item .right .one {
            display: inline-block;
            text-align: left;
            height: 1.6rem;
        }

            .ft-newList .list_item .right .one .one_2 {
                width: 4.98666667rem;
                height: 1.6rem;
                font-size: 0.37333333rem;
                font-family: PingFangSC-Regular, PingFang SC;
                font-weight: 400;
                color: #333333;
                line-height: 0.53333333rem;
                text-align: left;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
            }

                .ft-newList .list_item .right .one .one_2 .one_1 {
                    width: 0.85333333rem;
                    height: 0.42666667rem;
                    border-radius: 0.05333333rem;
                    border: 1px solid #ce000c;
                    font-size: 0.26666667rem;
                    font-family: PingFangSC-Regular, PingFang SC;
                    font-weight: 400;
                    color: #ce000c;
                    line-height: 0.42666667rem;
                    text-align: center;
                    margin: 0 0.08rem 0 0;
                }

        .ft-newList .list_item .right .two {
            width: 5rem;
            display: flex;
            justify-content: space-between;
            align-content: center;
            align-items: center;
            height: 0.44rem;
        }

            .ft-newList .list_item .right .two .two_1 {
                display: flex;
                justify-content: space-between;
                align-content: center;
                align-items: center;
                height: 0.44rem;
            }

                .ft-newList .list_item .right .two .two_1 img {
                    width: 0.42666667rem;
                    height: auto;
                    margin: 0 0.02666667rem 0 0;
                }

                .ft-newList .list_item .right .two .two_1 span {
                    font-size: 0.32rem;
                    font-family: PingFangSC-Regular, PingFang SC;
                    font-weight: 400;
                    color: #999999;
                }

        .ft-newList .list_item .right .two_2 {
            display: flex;
            height: 0.44rem;
            flex-wrap: nowrap;
        }

        .ft-newList .list_item .right .two .two_2 span {
            height: 0.44rem;
            font-size: 0.32rem;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #999999;
            line-height: 0.44rem;
        }

.twoUl {
    /* overflow-x: scroll; */
    width: 4.98666667rem;
    height: 0.64rem;
    overflow-y: hidden;
    position:relative;
}
    .twoUl .shadow {
        position: absolute;
        right: 0;
        top: 0;
        height: 0.64rem;
        width:0.64rem;
        background: linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 100%);
    }

.twoUl .boxP {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: auto;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding-bottom: 2rem;
}

        .twoUl .boxP p {
            /* width: 1.28rem; */
            line-height: 0.64rem;
            margin: 0 0.2rem 0 0;
            word-break: keep-all;
            padding: 0 0.2rem;
            height: 0.64rem;
            background: rgba(248,248,248,1);
            border-radius: 0.0053rem;
            font-size: 0.32rem;
            font-family: PingFangSC-Regular,PingFang SC;
            font-weight: 400;
            color: rgba(102,102,102,1);
        }
