.inner {}

.inner-title {
    margin: 0 0 0.3rem;
    padding: 0 0 0.3rem;
    text-align: left;
    background: url(../images/line_green.png) no-repeat 0 bottom/0.2rem;
}

.inner-title .en {
    font-size: 14px;
    line-height: 20px;
    color: #0b9022;
}

.inner-title .ch {
    font-size: 16px;
    line-height: 24px;
}

.inner-p p {
    font: 400 16px/30px "微软雅黑";
}

.inner-ul {
    display: flex;
    justify-content: space-between;
    padding: 2vw 0;
}

.inner-li {
    padding: 0 0 0 0.2rem;
    color: #000;
    background: url(../images/inner_shu.png) no-repeat 0 0/1px 100%;
}

.inner-li-num {
    font-size: 12px;
    line-height: 16px;
}

.inner-li-num span {
    font-size: 18px;
    line-height: 20px;
}

.inner-li-p {
    font-size: 14px;
    line-height: 20px;
}

.inner-p p {
    font: 400 14px/24px "微软雅黑";
    color: #000;
    text-align: justify;
}

.inner-p p img {
    width: 100%;
}

@media (min-width: 1200px) {
    .inner {
        padding: 2.5vw;
    }
    .inner-title {
        margin: 0 0 1.5vw;
        padding: 0 0 1.5vw;
        text-align: left;
        background: url(../images/line_green.png) no-repeat 0 bottom/1.1vw;
    }
    .inner-title .en {
        font-size: 1.2vw;
        line-height: 1.5vw;
        color: #0b9022;
    }
    .inner-title .ch {
        font-size: 1.8vw;
        line-height: 2.4vw;
    }
    .inner-p p {
        font: 400 16px/30px "微软雅黑";
    }
    .inner-ul {
        display: flex;
        justify-content: space-between;
        padding: 2vw 0;
    }
    .inner-li {
        padding: 0 0 0 2vw;
        color: #000;
        background: url(../images/inner_shu.png) no-repeat 0 0/1px 100%;
    }
    .inner-li-num {
        font-size: 0.9vw;
        line-height: 1.2vw;
    }
    .inner-li-num span {
        font-size: 3vw;
        line-height: 3vw;
    }
    .inner-li-p {
        margin: 0.5vw 0 0;
        font-size: 0.9vw;
        line-height: 1.2vw;
    }
}