.news{
	width: calc(100% - 20px);
	margin-left: 10px;
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
	float: left;
}
.news img{
	width: 290px;
	height: 180px;
	float: left;
}
.news_right{
	width: calc(100% - 310px);
	float: right;
}
.news_right_title{
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	float: left;
	color: #3e3e3e;
	margin-top: 18px;
	font-size: 24px;
}
.news_right_conton{
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 18px;
	float: left;
	color: #757575;
	font-size: 16px;
}
.news_right_time{
	width: 100%;
	float: left;
	margin-top: 20px;
	color: #757575;
	font-size: 15px;
}
@media screen and (min-width: 0px) and (max-width: 1240px) {
	.news{
		width: calc(100% - 20px);
		margin-left: 10px;
		padding: 20px 0;
		border-bottom: 1px solid #eeeeee;
		float: left;
	}
	.news img{
		width: 200px;
		height: 124px;
		float: left;
	}
	.news_right{
		width: calc(100% - 220px);
		float: right;
	}
	.news_right_title{
		width: 100%;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		float: left;
		color: #3e3e3e;
		margin-top: 8px;
		font-size: 20px;
	}
	.news_right_conton{
		width: 100%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		margin-top: 8px;
		float: left;
		color: #757575;
		font-size: 16px;
	}
	.news_right_time{
		width: 100%;
		float: left;
		margin-top: 10px;
		color: #757575;
		font-size: 13px;
	}
}