body {
    overflow-x: hidden;
    /* ·ÀÖ¹Õû¸öÒ³Ãæ·ºÆðºáÏò×ª¶¯Ìõ */
}

.pc-only {
    display: block;
}

.mobile-only {
    width: 100vw;
    display: none;
    overflow-x: hidden;
}

/* ÒÆ¶¯×°±¸£¨×î´ó¿í¶È767px£© */
@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    html {
        min-width: 1200px;
    }
}

/* ÖÐµÈÆÁÄ»£¨Æ½°å£¬£¬¿í¶È768pxµ½1024px£© */
@media (min-width: 768px) and (max-width: 1024px) {
    body {
        font-size: 16px;
    }
}

/* ÒÆ¶¯¶ËÑùÊ½£¨×î´ó¿í¶È1024px£© */
@media (max-width: 768px) {
    .pc-only {
        display: none !important;
    }


    .mobile-only {
        display: block !important;
    }
}

html {


    /* ÉèÖÃ×îÐ¡¿í¶È */
    overflow-x: auto;
    /* ÔÊÐíºáÏò×ª¶¯ */
    margin: 0 auto;
    /* ¿ÉÑ¡£¡£¡£º¾ÓÖÐÈÝÆ÷ */

}

.mobile-only img {
    max-width: 100%;
    height: auto;
}

.banner {
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.banner span {
    width: 1200px;
    margin-top: 108px;
    font-weight: 800;
    font-size: 72px;
    color: #FFFFFF;
    line-height: 101px;
    text-shadow: 0px 4px 32px rgba(0, 0, 0, 0.25);
}

.content {
    width: 100vw;
    height: 100%;
    padding: 20px;
}
.content p img{
        max-width: 100% !important;
        height: auto!important; 
}
.Transverseline {
    width: 100%;
    height: 1px;
    background: #EBEDF0;
    margin: 20px 0;
}

.content .TagsView {
    height: 20px;
    line-height: 20px;
    width: 100%;
    display: flex;
}

.TagsView p {
    margin-left: 10px;
    font-size: 16px;
    display: inline-block;
    color: #9A9A9A;
}

.TagsView p a {
    color: #9A9A9A;
}

p {
    font-family: Source Han Sans SC, Source Han Sans SC;
    margin: 0;
    font-size: 16px;
}

span {
    font-family: Source Han Sans SC, Source Han Sans SC;
    margin: 0;
    font-size: 18px;
}

ul {
    padding: 0 15px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
}

.adofwz a,
.boxcolor a {
    font-size: 30px;
}<!--ºÄÊ±1763533080.5198Ãë-->