.common-title .ch {
    color: #b81b22;
}
.common-title .ch span {
    background: url(../images/com_circle.png) no-repeat 0 center,
        url(../images/com_circle.png) no-repeat right center;
}
.common-title .en {
    color: #000;
}
.bread {
    color: #000;
    border-color: #000;
}

.bread a {
    color: #000;
}

.inner-title {
    position: relative;
    padding: 0 0 10px;
    text-align: left;
    color: #b81b22;
}

.inner-ch {
    font: bold 18px/30px '微软雅黑';
}

.inner-en {
    font: 400 12px/14px '微软雅黑';
}

.inner-p p {
    font: 400 14px/24px "微软雅黑";
    color: #000;
    text-align: justify;
}

.inner-p p img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    article {
        padding-bottom: 600px;
        background-position: center bottom;
        background-size: auto;
    }

    .inner {
        padding: 0 30px 60px 60px;
    }

    .inner-title {
        position: relative;
        padding: 0 0 30px;
        text-align: left;
        color: #b81b22;
    }

    .inner-title::before {
        content: '';
        position: absolute;
        left: -30px;
        top: 42px;
        width: 15px;
        height: 3px;
        background: #b81b22;
    }

    .inner-ch {
        font: bold 30px/36px '微软雅黑';
    }

    .inner-en {
        font: 400 12px/16px '微软雅黑';
    }

    .inner-p p {
        font: 400 16px/30px "微软雅黑";
    }
}