.inner {}

.inner-title {
    padding: 10px 0;
    text-align: left;
}

.inner-title .ch {
    font: 400 24px/30px '微软雅黑';
    color: #000;
}

.inner-title .en {
    font: 400 12px/16px '微软雅黑';
    color: #b6b6b6;
}

.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: 0 0 120px;
    }

    .inner-title {
        padding: 60px 0 45px;
        text-align: left;
    }

    .inner-title .ch {
        font: 400 36px/48px '微软雅黑';
        color: #000;
    }

    .inner-title .en {
        font: 400 12px/18px '微软雅黑';
        color: #b6b6b6;
    }

    .inner-p p {
        font: 400 16px/30px "微软雅黑";
    }
}