.inner {}

.inner-left {
    text-align: center;
}

.inner-icon img {
    width: 1.8rem;
}

.inner-font {
    padding: 0.2rem 0 0;
}

.inner-font .small {
    font-size: 14px;
    line-height: 20px;
}

.inner-font .big {
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #2a417e;
}

.inner-font .en {
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.inner-since {
    padding: 0.2rem 0;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.inner-since span {
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    color: #ba2d33;
}

.inner-detail {
    padding: 0 0 0.2rem;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.inner-en img {
    display: none;
}

.inner-title {
    padding: 0 0 20px;
    color: #000;
    text-align: left;
}

.inner-title .ch {
    font-size: 0.3rem;
    line-height: 0.36rem;
}

.inner-title .en {
    font-size: 12px;
    line-height: 16px;
}

.inner-p p {
    font: 400 14px/24px "微软雅黑";
    color: #000;
    text-align: justify;
}

.inner-p p img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .inner {
        display: flex;
        justify-content: space-between;
    }
    .inner-left {
        width: 22vw;
        text-align: right;
    }
    .inner-icon {
        text-align: right;
    }
    .inner-icon img {
        width: 9vw;
    }
    .inner-font {
        padding: 1vw 0 0;
    }
    .inner-font .small {
        font-size: 14px;
        line-height: 20px;
    }
    .inner-font .big {
        font-size: 1.5vw;
        line-height: 1.8vw;
        color: #2a417e;
    }
    .inner-font .en {
        font-size: 0.9vw;
        line-height: 1.2vw;
        color: #999;
    }
    .inner-since {
        padding: 4vw 0 0;
        font-size: 0.8vw;
        line-height: 1.2vw;
        color: #666666;
    }
    .inner-since span {
        font-weight: bold;
        font-size: 2.4vw;
        line-height: 1;
        color: #ba2d33;
    }
    .inner-detail {
        padding: 0 0 3vw;
        font-size: 1.2vw;
        line-height: 1.5vw;
        color: #000;
    }
    .inner-en {
        text-align: right;
    }
    .inner-en img {
        display: inline;
        width: 18vw;
    }
    .inner-right {
        width: 36vw;
    }
    .inner-title {
        padding: 0 0 20px;
        color: #000;
        text-align: left;
    }
    .inner-title .ch {
        font-size: 1.5vw;
        line-height: 1.8vw;
    }
    .inner-title .en {
        font-size: 12px;
        line-height: 16px;
    }
    .inner-p p {
        font: 400 16px/30px "微软雅黑";
    }
}