.inner-title {
    text-align: left;
}

.inner-title .ch {
    font-size: 18px;
}

.inner-title .en {
    font-size: 12px;
}

.inner-detail {
    padding: 0.3rem 0;
    font-size: 0.4rem;
    line-height: 1.2;
    color: #cf000d;
    text-align: center;
}

.inner-ul {
    display: flex;
    justify-content: space-between;
    margin: 0.4rem 0;
}

.inner-li:nth-child(2) {
    padding: 0 0.6rem;
    text-align: center;
    border-left: 1px dashed #b3b3b3;
    border-right: 1px dashed #b3b3b3;
}

.inner-li-line {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 12px;
    line-height: 14px;
    color: #000;
}

.inner-li-num {
    font-size: 0.8rem;
    line-height: 0.8rem;
    color: #cf000d;
}

.inner-li-p {
    margin-top: 0.1rem;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    text-align: center;
}

.inner-ad {
    padding-bottom: 0.2rem;
    font-size: 0.4rem;
    line-height: 1.2;
    color: #fff;
    text-shadow: #cf000d 1px 0 0,
        #cf000d 0 1px 0,
        #cf000d -1px 0 0,
        #cf000d 0 -1px 0;
}


.inner-p p {
    font: 400 14px/24px "微软雅黑";
    color: #000;
    text-align: justify;
}

.inner-p p img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .inner {
        padding: 3.6vw;
    }

    .inner-title {
        text-align: left;
    }

    .inner-title .ch {
        font: 400 1.5vw/2vw "微软雅黑";
        color: #000;
    }

    .inner-title .en {
        font: 400 12px/16px '微软雅黑';
        color: #cfcfcf;
    }

    .inner-box {
        display: flex;
        padding: 2.5vw 0;
    }

    .inner-ul {
        display: flex;
        justify-content: flex-start;
        width: 26vw;
        margin: 0;
    }

    .inner-li:nth-child(2) {
        margin: 0 2.5vw;
        padding: 0 2vw;
        text-align: center;
        border-left: 1px dashed #b3b3b3;
        border-right: 1px dashed #b3b3b3;
    }

    .inner-li-line {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        font-size: 0.8vw;
        line-height: 0.8vw;
        color: #000;
    }

    .inner-li-num {
        font-size: 2.4vw;
        line-height: 2vw;
        color: #cf000d;
    }

    .inner-li-p {
        margin-top: 0.2vw;
        font-size: 0.8vw;
        line-height: 1.2;
        color: #000;
        text-align: center;
    }

    .inner-ad {
        padding: 0;
        font-size: 1.2vw;
        line-height: 1.2;
        color: #fff;
        text-shadow: #cf000d 1px 0 0,
            #cf000d 0 1px 0,
            #cf000d -1px 0 0,
            #cf000d 0 -1px 0;
    }

    .inner-p p {
        font: 400 16px/30px "微软雅黑";
    }
}