.inner {}

.inner-title {
    padding: 0 0 2vw;
    color: #000;
    text-align: center;
}

.inner-title .ch {
    font-size: 18px;
    line-height: 20px;
}

.inner-title .en {
    font-size: 14px;
    line-height: 20px;
}

.inner-p p {
    font: 400 14px/24px "微软雅黑";
    color: #000;
    text-align: justify;
}

.inner-p p img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    article {
        padding-bottom: 20vw;
        background-position: center bottom;
    }

    .inner {
        padding: 6vw 4vw 4vw;
    }

    .inner-title {
        padding: 0 0 2vw;
        color: #000;
    }

    .inner-title .ch {
        font-size: 1.5vw;
        line-height: 1.8vw;
    }

    .inner-title .en {
        font-size: 14px;
        line-height: 20px;
    }

    .inner-p p {
        font: 400 16px/30px "微软雅黑";
    }
}