.inner {}

.inner-title {
    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 {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .inner {
        padding: 0 35px 100px;
    }

    .inner-title {
        position: relative;
        padding: 0 0 30px 20px;
        font: 400 30px/36px "微软雅黑";
        color: #000;
        text-align: left;
    }

    .inner-title::before {
        content: '';
        position: absolute;
        left: -35px;
        top: 15px;
        width: 15px;
        height: 3px;
        background: url(../images/inner_line.png) no-repeat 0 0;
    }

    .inner-title span {
        color: #0068b7;
    }

    .inner-p p {
        font: 400 16px/30px "微软雅黑";
    }
}