@media (max-width:760px){
	.top{ display: none;}
	
	#focusBar{ display:none !important;} 
	
	/*nav*/
	.nav{ display:none !important;}
	.nav_1{ top:0 !important; display:block !important;}
	 .nav_1 #menu_button_wrapper{
        display: block;
        padding: 1em;
        color: #9d9d9d;
        border-bottom: 1px solid #42A854;
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.1);
        box-shadow: 0 1px 0 rgba(255,255,255,.1);
    }
    
    .nav_1 #menu_button {
        box-sizing: border-box;
        float: right;
        padding: .5em 1em;
        border: 1px solid #217631;
        border-radius: 5px;
        color: white;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    .nav_1 #menu_button:hover {
        cursor: pointer;
        background-color: #217631;
    }
    
    .nav_1 #hamburger {
        float: right;
        padding-top: .15em;
    }
    
    #menu_button span{
        display: block;
        background-color: #fff;
        width: 1.2em;
        height: .15em;
        border-radius: 1px;
        margin-bottom: .2em;
    }
    
    .nav_1 nav ul {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
    }

    .nav_1 nav ul li {
        display: block; width:100%;
    }
    
    .nav_1 nav ul li a {
        width: 100%;
    }
	
	
	/*baom*/
	.bm_tab td{ line-height:20px; font-size:14px;}
	/**/
	
	.p2_1{ float: none !important; width:100%; text-align:center; padding-top:25px;}
	.p2_2{ float: none !important; width:98%; margin:0 auto;}
	.p2_2 ul{ overflow:hidden; border:1px solid #eeeeee;}
	.p2_2 ul li{ float:left; width:98%; height:35px; line-height:35px; font-size:14px; color:#347652; padding:0 1%; border-bottom:1px dashed #cccccc;}
	
	.p3_ul{ width:100%;}
	.p3_ul li{ width:210px; margin:15px 20% !important;}
	
	/*yc*/
	.yc_con table .td1{ width:30%;}
	.yc_con table .td2{ width:65%;}
	.detail-con{ padding:20px 10px; }
	/**/
	
	/*会后报道*/
.content .container .new img{ display:none}
.content .container .new .newtxt{ width:99%; margin:0 auto;}
}