.list_news {

}
.list_news .box {
	margin-bottom: 20px;
	display: block;
}
.list_news .box .img_box {
	width: 200px;
	float: left;
	margin-right: 20px;
}
.list_news .box .img_box .pic {
	width: 100%;
	position: relative;
	padding-top: 62%;
}
.list_news .box .img_box .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.list_news .box .txt {
	
}
.list_news .box .title {
	font-size: 17px;
	color: #333;
	line-height: 2;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.list_news .box .msg {
	font-size: 13px;
	color: #666;
	line-height: 2;
}
.list_news .box .des {
	font-size: 15px;
	line-height: 1.8;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666;
}
.list_news .box:hover .title {
	color: #e60012;
}
@media (max-width: 1280px) {
	.mlb_top1 .wel {
		padding-left: 30px;
	}
	.mlb_top1 .collect {
		padding-right: 30px;
	}
}
@media (max-width: 767px) {
	.list_news .box .img_box {
		width: 140px;
	}
	.list_news .box .des {
		font-size: 13px;
	}
	.list_news .box .title {
		font-size: 15px;
	}


}
@media (max-width: 479px) {
	
}<!--ºÄÊ±1784914185.8148Ãë-->