.pc_show{
    display: block!important;
}
.pc_show_flex{
    display: flex!important;
}
.m_show,.m_show_flex{
    display: none!important;
}


/* ÒÆ¶¯¶Ë */
@media screen and (max-width: 750px) {
    .m_show{
        display: block!important;
    }
    .m_show_flex{
        display: flex!important;
    }
    .pc_show,.pc_show_flex{
        display: none!important;
    }
    html{
        font-size: 26.6666667vw;
    }
    #top,.header,#banner,.con_right {
        display: none;
    }
    .g1000, .content, .footer{
        width: 100vw!important;
    }
    #mobile_top{
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content:flex-start;
        padding: 0.06rem 0.12rem;
        box-sizing: border-box;
        z-index: 100;
        background: #fff;
    }
    #mobile_top>a.goMain {
        margin-right: 0.16rem
    }
    #mobile_top>a.goMain img{
        display: block;
        width: 0.84rem;
    }
    #mobile_top .searchWrap{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 1.7rem;
        height: 0.32rem;
        background: #f8f8f8;
        border-radius: 0.16rem;
        padding: 0 0.1rem;
        box-sizing: border-box;
        margin-right: 0.17rem;
    }
    #mobile_top .searchBtn{
        width: .16rem;
        height: .16rem;
        background: url(/contest/./img/search.png) left top no-repeat;
        background-size: 100%;
        margin-right: 0.04rem;
    }
    #mobile_top div{
        font-size: 0.14rem;
        font-weight: 400;
        text-align: left;
        color: #cccccc;
    }
    .loginBtn{
        font-size: 0.14rem;
        font-weight: 400;
        text-align: left;
        color: #cc0000;
    }
    #mobile_top .goNav{
        position: absolute;
        top:0.1rem ;
        right: 0.12rem;
        width:.24rem ;
        height: .24rem;
        background: url(/contest/./img/menu.png) left top no-repeat;
        background-size: 100% 100%;
    }
    .news{
        width: 100vw;
        padding:0.57rem 0.12rem 0 ;
        border: none;
        box-sizing: border-box;
    }
    .news_title {
        float: none!important;
        border: none;
        line-height: 0.22rem;
        height: 0.22rem;
        font-size: 0.16rem;
        font-weight: 700;
        text-align: left;
        color: #333333;
    }
    .hd{
        display: none;
    }
    .news_list li{
        position: relative;
        padding:0.2rem 0 0;
        display: flex;
        align-items: flex-start;
        justify-content:space-between ;
        border-bottom: none;
    }
    .news_list li a{
        margin-top: 0px;
    }
    .news_list li .cont{
        flex: 1;
        overflow: hidden;
        width: auto;
    }
    .exam .news_list .metz_img,.metz_img{
        width: 1.2rem;
        height: 0.7rem; 
        margin-right: 0.1rem;    
        background: rgba(0,0,0,0.00);
        border-radius: 0.04rem;
    }
    .list_title{
        display: block;
        height: 0.2rem;
        line-height: 0.2rem;
        font-size: 0.14rem;
        font-weight: 400;
        text-align: left;
        color: #333333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
    }
    .join, .award_name{
        width: 0.72rem;
        height: 0.24rem;
        background: linear-gradient(90deg,#999999, #b5b5b5);
        border-radius: 0.12rem;
        font-size: 0.12rem;
        font-weight: 400;
        text-align: center;
        color: #ffffff;
    }
    .join{
        background: linear-gradient(90deg,#cc0000, #e43916);  
    }
    .exam .list_p{
        font-size: 0.12rem;
        line-height: 0.17rem;
        font-weight: 400;
        text-align: left;
        margin-top: 0.04rem;
        margin-bottom: 0.08rem;
        color: #999999;
    }
    .list_p_address,.list_p_time .activeTime{
        display: none;
    }
    .exam .list_p_total{
        display: none;
    }
    .list_p_time{
       position: relative;
       padding-left: 0.2rem;
       font-size: 0.12rem;
        font-weight: 400;
        text-align: left;
        color: #999999;
    }
    .list_p_time span{
        display: none;
    }
    .list_p_time::before{
        content:"";
        position: absolute;
        left: 0px;
        top: 0.01rem;
        width: 0.14rem;
        height: 0.14rem;
        background: url(/contest/./img/time.png) left top no-repeat;
        background-size: 100% 100%;
    }
    .m_footer{
        padding:0.24rem 0.12rem  0.16rem;
        background: #333333;
        text-align: center;
        margin-top: 0.24rem;
    }
    .m_footer h3{
        font-size: 0.16rem;
        font-weight: 700;
        text-align: center;
        color: #ffffff;
        line-height: 0.22rem; 
    }
    .m_footer dl{
        padding-bottom: 0.16rem;
        border-bottom: 1px solid rgba(255,255,255,.1);
    }
    .m_footer dt{
        font-size: 0.12rem;
        font-weight: 400;
        text-align: center;
        color: #ffffff;
        line-height: 0.26rem; 
        margin-top: 0.16rem;
    }
    .m_footer  dd{
        font-size: 0.12rem;
        font-weight: 400;
        text-align: center;
        color: #cccccc;
        line-height: 0.17rem;
        margin-top: 0.04rem;
    }
    .downApp{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.14rem;
        font-weight: 400;
        color: #ffffff;
        line-height: 0.2rem;
        padding-top: 0.16rem;
        margin-bottom: 0.1rem;     
    }
    .downApp .phoneIcon{
        width: 0.16rem;
        height: 0.16rem;
        background: url(/contest/./img/phoneIcon.png) left top no-repeat;
        background-size: 100% 100%;
        margin-right: 0.06rem ;
    }
    .recordNumber{
        font-size: 0.12rem;
        font-weight: 400;
        text-align: center;
        color: #cccccc;
        line-height: 0.18rem;
    }
    .recordNumber a{
        color: #cccccc;
    }
    .m_page{
        margin: 0.24rem auto 0;
        width: 1.2rem;
        height: 0.32rem;
        background: #ffffff;
        border: 0.01rem solid #e4e4e4;
        border-radius: 0.17rem;
        font-size: 0.14rem;
        font-weight: 400;
        text-align: center;
        color: #666666;
        line-height: 0.32rem;
    }
     .list_title +  sup{
        display: none;
    }
    .list_p_price{
        display: none;
    }
    .news_list li .fr{
        position: absolute;
        left: 1.37rem;
        bottom: 0px;
        float: none;
    }
    .news_list li .fr a{
        display: none;
    } 
    .news_list li .fr .blue{
        display: none;
        text-align: center;
        width: 0.72rem;
        line-height: 0.24rem;
        background: linear-gradient(90deg,#cc0000, #e43916);
        border-radius: 0.12rem;
        font-size: 0.12rem;
        font-weight: 400;
        color: #ffffff;
    }
    .metz_img img{
        width: 100%;
        height: 100%;
        border-radius: 0.04rem;
    }
    .exam .news_list h3 a{
        line-height: 0.2rem;
        font-size: 0.14rem;
        font-weight: 400;
        text-align: left;
        color: #333333;
    }
    .goUserInfo{
        display: none;
        width: 0.24rem;
        height: 0.24rem;
   }
   .goUserInfo img{
        width: 100%;
        height: 100%;
        border-radius: 50%;
   }
}