.inner {
    position: relative;
}

.inner-1998 {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: right;
}

.inner-1998 img {
    width: 3rem;
}

.inner-slide {
    display: none;
}

.inner-ch {
    padding: 0;
}

.inner-ch img {
    width: 5rem;
}

.inner-en {
    padding-bottom: 0.4vw;
}

.inner-en img {
    width: 2.5rem;
}

.inner-title {
    margin: 0.1rem 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    text-align: left;
}

.inner-p p {
    font: 400 14px/24px "微软雅黑";
    color: #000;
    text-align: justify;
}

.inner-p p img {
    max-width: 100%;
}

.inner-ad {
    display: none;
}

@media (min-width: 1200px) {
    .inner {
        position: relative;
        padding: 3.5vw 0 7vw;
    }
    .inner-1998 {
        position: absolute;
        right: 7.5vw;
        top: 0.5vw;
    }
    .inner-1998 img {
        width: 30vw;
    }
    .inner-ch {
        padding: 3.5vw 0 0.5vw;
    }
    .inner-ch img {
        width: 18vw;
    }
    .inner-en {
        padding-bottom: 0.4vw;
    }
    .inner-en img {
        width: 16.4vw;
    }
    .inner-title {
        margin: 0.5vw 0 3vw;
        font-weight: bold;
        font-size: 1vw;
        line-height: 1.2vw;
        color: #000;
        text-align: left;
    }
    .inner-p p {
        font-size: 0.9vw;
        line-height: 2vw;
    }
    .inner-ad {
        display: none;
        position: absolute;
        right: -6vw;
        bottom: 3vw;
    }
    .inner-ad img {
        width: 11vw;
    }
}