/* pc样式 */
@media screen and (min-width: 1024px) {

    html,
    body {
        position: relative;
        height: 100%;
        scroll-behavior: smooth;
    }

    .header2-img {
        display: none;
    }

    .content {
        padding: 0.3rem 0;
        min-height: 600px;
    }

    .content-box {
        margin-top: 0.5rem;
        display: flex;
        justify-content: space-between;
    }

    /* 左边边导航 */
    .content-box-left {
        width: 3.5rem;
    }

    .content-left-top {
        display: flex;
        flex-wrap: wrap;
    }

    .cntent-left-top-zy {
        cursor: pointer;
        font-family: 'HarmonyOS_Sans_SC';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 0.5rem;
        color: #fff;
        font-size: 0.2rem;
        background-color: var(--zt_color--);
        background-repeat: no-repeat;
        background-size: auto 50% ;
        background-image: url(../icon/fanhui_bai.png);
        background-position: 0.2rem center;
    }
    .cntent-left-top-zy{
        
    }
    .cntent-left-top-zy:hover {
        color: #fff;
    }

    /* 内容 */
    .content-box-center {
        padding-top: 1rem;
        padding-left: 0.4rem;
        flex: 1;
        min-height: 500px;
    }
  /* 附件下载*/
    .fjxz {
min-height: 5rem;
        position: relative;
        margin: 0.3rem 0 0.9rem 0;
    }

    .fjxz>ul>span {
               box-sizing: border-box;
        height: 0.6rem;
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 0.18rem;
        color: var(--zt_color--);
        padding-left: 0.7rem;
        background-color: #efefef;
        background-image: url(../imgs/lianjie.png);
        background-position: 0.4rem center;
        background-repeat: no-repeat;
        background-size: 0.25rem auto;
    }
    .fjxz>ul>span>a{
        color: var(--zt_color--);
    }

    .fanhui {
        cursor: pointer;
        display: flex;
        align-items: center;
        position: absolute;
        right: -1.8rem;
        bottom: -0.5rem;
        padding-bottom: 0.1rem;
        font-size: 0.18rem;
        color: var(--zt_color--);
        
        border-bottom: 1px solid var(--zt_color--);
    }

    .fanhui>img {
        margin-right: 0.05rem;
    }



    

}




/* 移动端样式 */
@media screen and (max-width: 1024px) {

    html,
    body {
        position: relative;
        height: 100%;
        scroll-behavior: smooth;
    }

    .content {
        min-height: 600px;
    }

    .content-box-center{
        width: 100%;
    }

    .fjxz {
        position: relative;
        margin: 0.3rem 0 0.9rem 0;
    }

    .fjxz>ul>span {
        box-sizing: border-box;
        height: 40px;
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 16px;
        color: var(--zt_color--);
        padding-left: 0.7rem;
        background-color: #efefef;
        background-image: url(../imgs/lianjie.png);
        background-position: 0.4rem center;
        background-repeat: no-repeat;
        background-size: 0.25rem auto;
    }
    .fjxz>ul>span>a{
        color: var(--zt_color--);
    }

    .fanhui {
        cursor: pointer;
        display: flex;
        align-items: center;
        position: absolute;
        right: 0.2rem;
        bottom: -0.5rem;
        padding-bottom: 0.1rem;
        font-size: 0.18rem;
        color: var(--zt_color--);
        border-bottom: 1px solid var(--zt_color--);
    }

    .fanhui>img {
        margin-right: 0.05rem;
    }

}

@media screen and (max-width: 768px) {
    
}