
.inner-title {
    display:none;
    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 {
    width: 100%;
}

@media (min-width: 1200px) {

    article {
        padding-bottom: 240px;
        background: no-repeat right bottom/100%;
    }

    .common-he {
        padding: 60px 100px 10px 0;
        background: url(../images/com_he.png) no-repeat right center;
    }

    .inner {
        padding: 50px 50px 75px;
    }

    .inner-title {
        padding: 0 0 20px;
        font: 400 30px/36px "微软雅黑";
        text-align: left;
    }

    .inner-p p {
        font: 400 16px/30px "微软雅黑";
    }

    .com-ad {
        padding-top: 100px;
        background: url(../images/inner_he.png) no-repeat 50px 0;
    }
}