article {
    position: relative;
    padding-bottom: 1rem;
}

.inner {}

.inner-title {
    padding: 0 0 10px 0;
    color: #000;
    text-align: center;
}

.inner-p p {
    font: 400 14px/24px "微软雅黑";
    color: #000;
    text-align: justify;
}

.inner-p p img {
    width: 100%;
}

.common-img {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
}

.common-img img {
    width: 3.5rem;
}

@media (min-width: 1200px) {
    .common-main {
        width: 100%;
    }
    .inner {
        width: 76vw;
        margin: 4vw 0 0;
        padding: 3vw 9vw;
        background: url(../images/inner_icon.png) 0 0;
    }
    .inner-title {
        padding: 0 0 2vw;
        text-align: left;
    }
    .inner-title .ch {
        font-size: 1.2vw;
        line-height: 1.8vw;
        color: #000;
    }
    .inner-title .en {
        font-size: 12px;
        line-height: 16px;
        color: #999999;
    }
    .inner-p p {
        font: 400 16px/30px "微软雅黑";
    }
    .common-img {
        position: absolute;
        z-index: 10;
        right: 0;
        bottom: 0;
    }
    .common-img img {
        width: 30vw;
    }
}