.inner {}

.inner-left img {
    width: 100%;
}


.inner-title {
    margin: 0 0 10px;
    padding: 10px 0;
    color: #000;
    background: url(../images/inner_line.png) no-repeat 0 bottom/0.6rem;
}

.inner-title .ch {
    font-size: 16px;
    line-height: 20px;
}

.inner-title .en {
    font-size: 12px;
    line-height: 16px;
}


.inner-p p {
    font: 400 14px/24px "微软雅黑";
    color: #000;
    text-align: justify;
}

.inner-p p img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .inner {
        display: flex;
        justify-content: space-between;
        padding: 4vw 0;
    }

    .inner-left {
        width: 25vw;
    }


    .inner-right {
        width: 32vw;
    }

    .inner-title {
        margin: 0 0 1.2vw;
        padding: 0 0 1.2vw;
        color: #000;
        background: url(../images/inner_line.png) no-repeat 0 bottom;
    }

    .inner-title .ch {
        font-size: 1.5vw;
        line-height: 1.8vw;
    }

    .inner-title .en {
        font-size: 12px;
        line-height: 16px;
    }

    .inner-p p {
        font-size: 1vw;
        line-height: 1.6vw;
    }
}