html, body {
    scroll-behavior: smooth;
}

/* pc样式 */
@media screen and (min-width: 1024px){
    .content-item h2{
        margin: 0.5rem 0;
        font-size: 0.25rem;
    }

    .content-area {
        border: 2px solid #e6e6e6;
    }

    .content-area-text {
        margin-top: 0.5rem;
        display: flex;
        display: none;
        justify-content: space-between;
    }
    .content-area-text-left {
        flex: 1;
        color: #fff;
        box-sizing: border-box;
        font-size: 0.3rem;
        display: flex;
        align-items: center;
        padding-left: 1.5rem;
        height: 0.8rem;
        background-image: url(../imgs/two_title_left_bj.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 0.8rem;
    }
    .content-area-text-right {
        width: 2.5rem;
        font-size: 0.3rem;
        color: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 0.8rem;
        background-image: url(../imgs/two_title_right_bj.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 0.8rem;
    }

    /* 附件 */
    .content-fj h2 {
        margin: 0.2rem 0;
        font-size: 0.24rem;
    }

    .content-fj-list {
        /* flex-direction: column; */
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .content-fj-list br {
       display: none;
    }
    .content-fj-list li a {
        display: flex;
    }

    .content-fj-list>span {
        margin-bottom: 0.3rem;
        display: flex;
        align-items: center;
        height: 0.5rem;
        padding-left: 0.6rem;
        background-image: url(../icon/lianjie_quan.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 0.5rem 0.5rem;
        background-color: #e6e6e6;
        color: #000000;
        font-size: 0.16rem;
        width: 42%;
}


    .content-fj-left {
        width: 0.5rem;
        height: 0.5rem;
        background-color: var(--zt_color--);
        background-image: url(../icon/lianjie.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 0.3rem;
    }
    .content-fj-right {
        flex: 1;
        background-color: #e6e6e6;
        color: #000000;
        font-size: 0.24rem;
        padding-left: 0.2rem;
        line-height: 0.5rem;
    }
.content-area>p>span {
    display: none;
}
}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
.content-area>p>span {
    display: none;
}

    .content-item h2{
        margin: 0.2rem 0;
        font-size: 0.26rem;
    }

    .content-area {
        border: 2px solid #e6e6e6;
    }

    .content-area-text {
        margin-top: 0.5rem;
        display: flex;
        display: none;
        justify-content: space-between;
    }
    .content-area-text-left {
        flex: 1;
        color: #fff;
        box-sizing: border-box;
        font-size: 0.3rem;
        display: flex;
        align-items: center;
        padding-left: 1.5rem;
        height: 0.8rem;
        background-image: url(../imgs/two_title_left_bj.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 0.8rem;
    }
    .content-area-text-right {
        width: 2.5rem;
        font-size: 0.3rem;
        color: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 0.8rem;
        background-image: url(../imgs/two_title_right_bj.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 0.8rem;
    }

    /* 附件 */
    .content-fj h2 {
        margin: 0.2rem 0;
        font-size: 0.24rem;
    }

   .content-fj-list {
        flex-direction: column;
        display: flex;
        flex-wrap: wrap;
    }

    .content-fj-list br {
       display: none;
    }
    .content-fj-list li a {
        display: flex;
    }

    .content-fj-list>span {
        margin-bottom: 0.3rem;
display: flex;
    align-items: center;
    height: 0.5rem;
    padding-left: 0.6rem;
    background-image: url(../icon/lianjie_quan.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 0.5rem 0.5rem;
    background-color: #e6e6e6;
color: #000000;
        font-size: 0.2rem;
}
    .content-fj-list li a {
        display: flex;
    }
    .content-fj-left {
        width: 0.5rem;
        min-height: 0.5rem;
        background-color: var(--zt_color--);
        background-image: url(../icon/lianjie.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 0.3rem;
    }
    .content-fj-right {
        flex: 1;
        background-color: #e6e6e6;
        color: #000000;
        font-size: 0.24rem;
        padding-left: 0.2rem;
        line-height: 0.5rem;
    }
}