/* 内容 */
.content {
    padding: 0.58rem 2.5rem;
}

.left-box {
    width: 3.4rem;
}

.left-box-inside {
    /* background: radial-gradient(#ff3b24, #e20014); */
    background-color: #d0131a;
    border-radius: 0.16rem;
    padding: 0.22rem 0.2rem;
}

.left-box .title {
    width: 100%;
    /* height: 0.58rem; */
    height: 1rem;
    line-height: 0.58rem;
    font-size: 0.4rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0.18rem;
}

.left-box .title img {
    width: 100%;
    height: 100%;
    border-radius: 0.16rem;
}

.left-box .title-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,rgba(223,216,9,0.00), #ffa200 48%, rgba(223,194,9,0.00));
}

.left-box .ul-box {
    padding: 0 0.2rem;
    padding-bottom: 0.58rem;
}

    .left-box .ul-box li {
        height: 0.48rem;
        line-height: 0.48rem;
        font-size: 0.22rem;
        color: #ffffff;
        border-bottom: 1px solid rgba(255,255,255,0.15);
        cursor: pointer;
    }

        .left-box .ul-box li .icon {
            float: right;
            margin-right: 0.2rem;
        }

        .left-box .ul-box li .img {
            width: 0.12rem;
            height: 0.12rem;
        }

.right-box {
    background: #ffffff;
    border-radius: 0.16rem;
    box-shadow: 0px 0px 0.1rem 0px rgba(0,0,0,0.16);
    margin-left: 0.2rem;
    padding: 0.28rem 0.6rem;
}

    .right-box .title {
        width: 100%;
        font-size: 0.32rem;
        font-weight: 700;
        text-align: center;
        color: #DF091C;
        height: 0.88rem;
        line-height: 0.88rem;
        border-bottom: 1px solid #dddddd;
    }

.mien-list {
    margin-top: 0.3rem;
}

.mi-item {
    margin-bottom: 0.32rem;
}

.ml-img {
    width: 1.5rem;
    margin-right: 0.28rem;
}

    .ml-img img {
        width: 100%;
        /* height: 1.05rem; */
    }


.ml-content {
    border-bottom: 1px solid #dddddd;
    width: 100%;
}

.mlc-title {
    color: #000000;
    height: 0.24rem;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.24rem;
}

.mlc-date {
    color: #cccccc;
    margin-top: 0.32rem;
    line-height: 0.2rem;
}

