.inner {}

.inner-title {
    padding: 10px 5px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    background: #f6f6f6;
}

.inner-p p {
    font: 400 14px/24px "微软雅黑";
    color: #000;
    text-align: justify;
}

.inner-p p img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .common-slide {
        min-height: 640px;
        background: url(../images/inner_slide.jpg) no-repeat center bottom/100%;
    }
    .inner-title {
        padding: 30px 10px;
        font-size: 30px;
        line-height: 36px;
        text-align: center;
        background: #f6f6f6;
    }
    .inner-p {
        padding: 20px;
    }
    .inner-p p {
        font: 400 16px/36px "微软雅黑";
    }
}