.news_list li{
	width: 100%;
	padding: 30px;
	background: #fff;
	margin-bottom: 10px;
}
.news_item_tit{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_item_tit a{
	color: #333;
}

.news_item_time{
	font-size: 14px;
	color: #646464;
	position: absolute;
	bottom: 0;
}

.news_list_left{
	float: left;
}

@media only screen and (min-width: 768px) {
	.news_item_int{
		font-size: 14px;
		color: #646464;
		width: 100%;
		line-height: 25px;
		height: 50px;
		overflow: hidden;
	}
	.news_item_img{
		width: 200px;
	}
	.news_int_wrap{
		float: right;
		width: calc(100% - 220px);
		min-height: 150px !important;
	}
}
@media only screen and (max-width: 767px) {
	.news_list li{
		padding: 15px 0;
	}
	.news_item_tit{
		font-size: 16px;
		padding-bottom: 0;
	}
	.news_item_int{
		font-size: 14px;
		color: #646464;
		width: calc(100% - 30px);
		line-height: 18px;
		height: 36px;
		overflow: hidden;
		position: absolute;
		top: 32%;
	}
	.news_item_img{
		min-width: 120px;
	}
	.news_int_wrap{
		float: right;
	    min-height: 150px !important;
	}
}
.pagination .a1:first-child {
	display: none;
}