
/* CSS Document */
	@media(max-width:776px){
	.activebg {
   display:none;
   
}
	}
	
	
	.new_box{width:100%;margin:0 auto;height: auto;overflow: hidden;}
	/*新闻子页面 标题*/
	.new_bt{width:100%;margin:20px auto;height: auto;overflow: hidden;padding:20px 0;border-bottom: 1px solid #ccc;}
	.new_bt h2{font-size:22px;line-height: 40px;text-align: left;width:95%;margin:0 auto;height: auto;overflow: hidden;margin-bottom: 10px;}
	.new_bt span{display:block;width:95%;margin:0 auto;height: auto;overflow: hidden;color:#999;line-height: 26px;font-size:14px;text-align: left;}
	
	/*新闻下面内容*/
	.new_content{width:95%;margin:0 auto;height: auto;overflow: hidden;margin-bottom: 30px;}
	
	/*左边*/
	.new_cont_l_nr img{max-width:100%}
	.new_contern_l{width:65%;float:left;height: auto;overflow: hidden;min-height: 300px;}
	.new_cont_l_nr{line-height: 30px;color:#444;font-size:16px;margin-top:20px;border-bottom: 1px solid #444;padding-bottom: 20px;}
	.new_mbx{width:100%;margin:0 auto;height: auto;text-align: left;color:#888;font-size:12px;}
	.new_mbx a{color:#888;margin:0 4px;}
	.new_mbx a:hover{color:#555;}
	.sxfy{width:100%;margin:20px auto;height: auto;overflow: hidden;}
	.sxfy a{display:block;width:48%;height: 30px;line-height: 30px;color:#777;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;overflow: hidden;float:right;border-bottom: 1px solid #fff;}
	.sxfy a:nth-child(odd){float:left;}
	.sxfy a:hover{color:#333;border-bottom: 1px solid #666;}
	/*右边 1*/
	.new_contern_r{width:25%;float:right;height:auto;overflow: hidden;}
	.new_contern_r .new_cont_1{width:100%;margin:0 auto;height: auto;overflow: hidden;margin-bottom: 15px;}
	.new_contern_r .new_cont_1 h5{width:100%;margin:0 auto;height: auto;line-height: 40px;font-size:16px;color:#333;font-weight: bold;}
	.new_contern_r .new_cont_1 .new_cont_nr{width:100%;height: auto;overflow: hidden;margin:0 auto;line-height:26px;}
	.new_contern_r .new_cont_1 .new_cont_nr a{display:block;width:100%;margin:0 auto;height: auto;font-size:14px;color:#666;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
	
	/*推荐新闻*/
	.new_tjxw{width:100%;margin:0 auto;height: auto;overflow: hidden;}
	.new_tjxw li{width:100%;margin:0 auto;height: auto;line-height: 26px;font-size:14px;}
	.new_tjxw li a{color:#666;}
	
	/*最新展会*/
	.new_zxzh{width:100%;margin:0 auto;height: auto;overflow: hidden;}
	.new_zxzh li{width:48%;margin:0 auto;height: auto;overflow: hidden;float:right;margin-bottom: 10px;}
	.new_zxzh li:nth-child(odd){float:left;}
	.new_zxzh li a b{color:#666;font-weight: normal;white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;display:block;width:100%;}



@media (max-width: 767px) {
	.new_bt{width:100%;margin:0 auto;height: auto;overflow: hidden;padding:0 0;border-bottom: 1px solid #ccc;margin-bottom: 10px;}
	.new_bt h2{font-size:18px;line-height:26px;}
	/*左边*/
	.new_contern_l{width:100%;float:none;height: auto;overflow: hidden;min-height: 300px;}
	.new_cont_l_nr{line-height:26px;color:#444;font-size:14px;margin-top:10px;border-bottom: 1px solid #444;padding-bottom: 20px;}
	.new_cont_l_nr img{max-width:100%;}
	
	.sxfy{width:100%;margin:20px auto;height: auto;overflow: hidden;}
	.sxfy a{display:block;width:100%;height: 30px;line-height: 30px;color:#777;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;float:none;border-bottom: 1px solid #fff;}
	.sxfy a:nth-child(odd){float:none;}
	
	/*右边 1*/
.new_contern_r .new_cont_1 h5{width:100%;margin:0 auto;height: auto;line-height: 20px;font-size:16px;color:#333;font-weight: bold;border-left: 2px solid #004994;padding-left: 10px;margin-bottom: 10px;}
	.new_contern_r{width:100%;float:right;height:auto;overflow: hidden;}


	
	.new_cont_1:nth-child(1){display:none;}
	
}





