.n_newslist{
	margin-bottom: 30px;
}
.n_newslist li{
	box-sizing: border-box;
	padding:30px 15px;
    border-bottom: 1px dashed #666666;
}
.n_newsimg{
    width:25%;	
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
}
.n_newsimg img{
	width:100%;
	display: block;
	max-height: 191px;
}
.n_newsinfo{
	width:73%;
}
.n_newstit{
	color: #000000;
	margin-bottom: 10px;
	font-size:20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.n_newstime{
	font-size: 14px;
	color: #333333;
	margin-bottom: 7px;
}
.n_newsinfomation{
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 14px;
	text-indent: 2em;
}
.n_newslist li:hover .n_newstit,.n_newslist li:hover .n_newstime,.n_newslist li:hover .n_newsinfomation{
	color: #a62927;
}
.n_newslist li:hover .n_newsimg{
    border: 1px solid #a62927;	
}
@media(min-width:992px) and (max-width:1199px){
	.n_content{
	   width:98%;	
	}
	.n_newsinfomation{
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	}
} 
@media(min-width:768px) and (max-width:991px){
	.n_content{
	   width:98%;	
	}
	.n_newsinfomation{
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	    line-height: 25px;
	}
	.n_newstit{
		font-size: 19px;
		margin-bottom: 3px;
	}
	.n_newstime{
		margin-bottom: 3px;
	}
	
} 
@media(max-width:767px){
	.n_newsimg,.n_newsinfo{
		width:100%;
	}
}
