.inner {}

.inner-title {
    padding: 10px 0;
}

.inner-title .ch {
    font: 400 24px/30px '微软雅黑';
    color: #c5141c;
}

.inner-title .en {
    font: 400 12px/20px '微软雅黑';
    color: #c5141c;
    text-transform: uppercase;
}


.inner-p p {
    font: 400 14px/24px "微软雅黑";
    color: #000;
    text-align: justify;
}

.inner-p p img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .inner {}

    .inner-title {
        margin: 0 45px;
        padding: 90px 0 45px;
        text-align: left;
        background: url(../images/com_logo.png) no-repeat right 40px,
            url(../images/inner_brid.png) no-repeat 420px 60px;
    }

    .inner-title .ch {
        font: 400 36px/42px '微软雅黑';
        color: #c5141c;
    }

    .inner-title .en {
        font: 400 14px/20px '微软雅黑';
        color: #c5141c;
        text-transform: uppercase;
    }

    .inner-p {
        margin: 0 45px;
        padding: 0 0 40px;
    }

    .inner-p p {
        font: 400 16px/30px "微软雅黑";
    }
}