@charset "utf-8";
@import url(mobile_header.css);
@media screen and (max-width:600px ) {
	.center_bg{display:none;}
    .left_banner{display:none;}
    .right_12{display:none;}
    .sy_piao{display:none;}
    .app_mobile{display: block !important;padding: 10px;height: auto;overflow: hidden;}
	/*新闻焦点图*/
	.New_box{ width: 100%; height: auto;  float: none;margin-top: 0px;}
	.New_box .bd{width:100%; height:auto;overflow:hidden;}
	.New_box .bd ul{width:100%; height:auto;overflow:hidden;}
	.New_box .bd ul li{width:100%; height:auto;overflow:hidden;position: relative;float: left;}
	.New_box .bd ul li>a{width:100%; height: calc((100vw - 20px) / (580 / 409)); display:block;overflow: hidden;}
	.New_box .bd img{width: 100%; height: auto;}
	.New_box .bd p{width: 100%;}
	.New_box .bd b{width: calc(100% - 100px);}
	.New_box .bd b a{width: 100%;}

	.mobile_list{ width: 100%; height: auto;margin-top: 10px;}
	.mobile_list .xw_btn{height:auto; overflow:hidden;}
	.mobile_list .xw_btn ul{float:left;height:auto; overflow:hidden;}
	.mobile_list .xw_btn li{background:#845943;color:#fff;padding: 10px 30px;}
	.mobile_list .xw_btn li a{color:#fff;font-size: 18px;}
	.mobile_list .xw_btn .more{float:right;height: 44px;line-height: 44px;}
	.mobile_list .xw_btn .more a{border:1px solid #845943;font-size: 14px;padding: 2px 8px;border-radius: 5px;}
	.mobile_list .ind_01c{width:100%;height: auto;float: none;overflow: hidden;}
	.mobile_list .ind_01c ul{margin-top: 10px;height: auto;overflow: hidden;}
	.mobile_list .ind_01c ul li{height: auto;line-height: 25px;position: relative;overflow: hidden;padding: 8px 0px;}
	.mobile_list .ind_01c ul li a{width: calc(100% - 120px);font-size: 15px;line-height: 25px;float: none;white-space: normal;background-position: 0px  10px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
	.mobile_list .ind_01c ul li span{width: auto;font-size: 14px;float: none;position: absolute;top: 9px;right: 0;}
}