.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%;
}

.common-nav ul li:last-child {
    width: 100%;
}

@media (min-width: 1200px) {
    .common-nav ul li:last-child {
        width: auto;
    }
    .inner {
        padding: 4.5vw 3vw 3vw;
    }
    .inner-title {
        position: relative;
        padding: 0 0 1.5vw;
        font: 400 1.5vw/1.8vw "微软雅黑";
        color: #000;
        text-align: left;
    }
    .inner-title::before {
        content: '';
        position: absolute;
        left: -3vw;
        top: 0.6vw;
        width: 20px;
        height: 9px;
        background: url(../images/line_green.png) no-repeat 0 center/100% 100%;
    }
    .inner-title span {
        color: #1e7b00;
    }
    .inner-p p {
        font: 400 16px/30px "微软雅黑";
    }
}