.inner {}

.inner-title {
    padding: 0 0 10px 0;
    font: bold 16px/30px "微软雅黑";
    color: #000;
    text-align: center;
}

.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: 4vw 2vw;
    }
    .inner-title {
        font-weight: 400;
        font-size: 1.6vw;
        line-height: 2vw;
        text-align: left;
        color: #007c3e;
    }
    .inner-p p {
        font: 400 16px/30px "微软雅黑";
    }
}