/*双公示，兼容移动端*/
@media screen and (max-width: 768px){
    html,body{
        width: 100% !important;
        min-width: 0 !important;
        color: #0c0300;
        margin-left: 0 !important;
    }
    html {
        overflow-y: scroll;
    }
    :root {
        overflow-y: auto;
        overflow-x: hidden;
    }
    :root body {
        position: absolute;
    }
    body {
        width: 100vw;
        overflow-x: hidden;
    }
    .bodyHide{
        overflow: hidden;
    }
    .thisimg_home{
        width: 100%;
    }
    .main_header .header_content{
        width: 100%;
        top:0;
    }
    .header_bg{
        height: 180px!important;
    }
    .margin_right20{
        margin-right:0;
    }
    .header_content>img{
        width: 240px !important;
        top: 0!important;
    }
    .search{
        width: 100%;
        text-align: initial!important;
        top: 72px;
        left: 0px;
        z-index: 999;
    }
    .search_input{
        width: 30rem !important;
    }
    .search>.search_term{
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    #znwzatv{
        margin-right: 0!important;
    }
    .search_btn{
        float: initial!important;
    }
    .search_content{
        text-align: center!important;
    }
    .nav_container{
        width: 100% !important;
    }
    .header_nav .nav_container ul .nav_item1{
        border: none;
    }
    .header_nav .nav_container ul .nav_item{
        display: initial !important;
    }
    .header_nav .nav_container ul .nav_item span{
        display: none;
    }
    .nav{
        display: none;
    }
    /*导航*/
    .togglemenu{
        background: #d03930;
        float: left;
        display: inline-block !important;
        width: 20px;
        height: 20px;
        margin-top: 5px;
        margin-left: 10px;
        z-index: 99;
    }
    .m-nav-mark{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: -100%;
        z-index: 999999;
        color: #fff;
        padding: 10px;
        text-align: center;
        transition: left 1s ease-in-out; /* 动画效果 */
        padding: 0;
        margin: 0;
        overflow-y: hidden !important;
        display: block!important;
    }
    .m-nav-content{
        width: 100%;
        height: 100%;
        display: flex;
    }
    .m-nav{
        width: 40%;
        height: 100%;
        background: #ffffff;
    }
    .m-mark{
        width: 60%;
        height: 100%;
        background: #c2c2c2;
        opacity: 0.8;
    }
    .m-title{
        position: relative;
        color: #0b0b0b;
        padding-top: 20px;
    }
    .close-mark{
        position: absolute;
        top: 0;
        right: 0;
    }
    .nav_item{
        line-height: 40px;
    }
    /*底部模版*/
    .footer{
        min-width: 0 !important;
    }
    .main_footer,.footer_content,.footer{
        width: 100% !important;
    }
    .main_footer .footer_content{
        font-size: 12px!important;
    }
    .main_footer .footer_content p{
        height: 27px;
        line-height: 14px;
    }
    /*主体部分*/
    .main_body{
        width: 100%;
        margin: 0 auto 10px;
    }
    #swtframe{
        width: 100% !important;
    }
    .main_body .body_artical_location{
        height: 46px;
        line-height: 18px;
    }
    .con_top{
        width: 100% !important;
        margin: 0;
    }
    .top_con{
        padding: 5px 10px;
    }
    .main_body .body_artical_location p{
        text-indent: initial;
    }
    .pubShow-type>ul{
        width: 100% !important;
    }
    .pubShow-type > ul > li{
        padding: 0;
        height: 66px;
    }
    /*详情表格*/
    #mf{
        width: 100% !important;
        height: 1000px !important;
    }
    .gzjb-title{
        font-size:18px;
    }
    .searchBox{
        width: 100% !important;
    }
    /*表格查询框*/
    .rhead{
        position: initial!important;
    }
    .rhead>table>tbody>tr{
        width: 90% !important;
        display: flex;
        flex-direction: column;
    }
    .rhead>table>tbody>tr>td{
        width: 100% !important;
        text-align: initial!important;
        margin-left: 32px;
    }
    /*重置按钮*/
    .cz{
        margin-left: 50px;
    }
    .tdStyle{
        display: flex;
        margin-left: 83px!important;
    }
    .tdStyle>input{
        width: 10rem!important;
        margin-right: 10px;
    }
    /*统一社会信用代码*/
    .gover{
        margin-left:0 !important;
        margin-top: 0;
    }
    .gover>input{
        margin-left:0 !important;
    }
    .criteria>div:nth-of-type(3){
        margin: 0 !important;
    }
    .criteria>div:nth-of-type(3)>input{
        width: 10rem !important;
        margin-left: 0 !important;
    }
    #pageData{
         overflow-x: scroll;
    }
}
