﻿@media only screen  and (max-width:1024px){
.news_l { width:100% !important;}
.news_l .lm_t{ width:100% !important;}
.news_l .lm_t img{ width:100% !important;}
.news_r .news_txt { overflow: visible !important; width:65% !important; }
.news_r .news_txt a {    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 18px;
    line-height: 18px;}
	
	

	
	
	
	
	
	
	
	
	
	
	
	
	
}