@media screen and (max-width: 2048px) {
    .hidden-pc{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    /*导航栏*/
    .nav {
        margin: 0 auto;
        padding-left: 0px;
        padding-right: 0px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    /*子页面导航栏*/
    .nav .navnew_mobile {
        width: 100%;
        border-top: none;
        display: none;
    }

    .nav .navnew_mobile ul {
    }

    .nav .navnew_mobile li {
        float: left;
        list-style: none;
        margin-left: 40px;
        cursor: pointer;
        height: 40px;
        text-align: right;
        line-height: 40px;
    }

    .nav .navnew_mobile ul li a {
        text-decoration: none;
        color: #ffffff;
        display: block;
        width: 80px;
        text-align: justify;
        font-weight: normal;
        height: 40px;
    }

    .nav .navnew_mobile a:after {
        content: '';
        width: 100%;
        display: inline-block;
    }

    .hnew-navbar {
        display: none !important;
    }

    .header {
        width: 100%;
        height: 32px;
        min-width: 100%;
        border-bottom: none;
        display: block;
    }

    .header .header_img {
        display: none;
    }

    .header_img_mobile {
        display: block;
        margin: 0 auto;
    }

    .header .header_div {
        background-color: #F9F9F9;
        color: #333333;
        line-height: 32px;
        height: 32px;
        border-bottom: none;
    }

    .header .header_div .container {
        width: 100%;
        margin: 0 auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    .header .header_div .container span {
        font-size: 16px;
    }

    .header .header_div .container .shuxian {
        border-right: solid 1px #E5E5E5;
        margin-right: 16px;
        margin-left: 16px;
    }

    /*手机搜索框*/
    .search_mobile {
        display: block;
        position: unset;
        top: 50%;
        right: 30px;
        width: 94%;
        margin-bottom: 1rem;
        margin: 0 auto 10px auto;
        float: unset;
    }

    .search_mobile dl {
        position: relative;
        width: 100%;
        background-color: #fff;
        border: 1px solid #DCDCDC;
        border-radius: 8px;
        overflow: hidden;
    }

    .search_mobile dl dd {
        margin-right: 70px;
        padding-left: 10px;
        height: 35px;
        background-color: transparent;
        border: none;
    }

    .search_mobile dl dd input[type="text"] {
        padding: 0;
        height: 35px;
        line-height: 35px;
        width: 100%;
        font-size: 14px;
        color: #999;
        background: none;
        border: 0;
        vertical-align: top;
        outline: none;
    }

    .search_mobile dl dt.button {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 35px;
        border-left: 1px solid #b5b5b5;
        border-radius: 8px;
    }

    .search_mobile dl dt input.searchBtn {
        width: 100%;
        height: 35px;
        color: #fff;
        background: url(http://www.sipac.gov.cn/szgyyq/xhtml/images/2021/search_mobile_img.png) no-repeat center;
        -webkit-appearance: none;
        border: none;
        vertical-align: top;
        cursor: pointer;
        background-color: #245397;
    }

    .mobile_img {
        display: block;
    }

    .header_dept {
        display: none;
    }

    .title-news-center {
        background-image: url("../images/news-center-bg.png");
        height: 80px;
        width: 100%;
        background-size: 100% 100%;
        line-height: 80px;
        color: #fff;
        font-size: 24px;
        text-align: center;
    }

    .crumb {
        display: none;
    }
    .hidden-mobile{
        display: none;
    }
    .hidden-pc{
        display: block;
    }
    .footer{
        display: none;
    }
    .mobile-share{
        display: flex;
        justify-content: space-between;
    }
    .h-back-index{
        float: left;
        position: absolute;
        left: 10px;
        z-index: 1005;
        top: 5px;
    }
    .h-news-footer-read{
        width: 40%;
        color: #666;
    }
    .h-news-footer-share{
        /*width: 50%;*/
        text-align: right;
    }
    .h-news-footer-share img{
        width: 18px;height: 18px;
    }
    .mobile-share-box{
        /*display: none;*/
    }
}
