@media screen and (max-device-width: 768px) {
	.newlist {
		margin: 1.571428rem 1.785714rem!important;
	}
	.new {
		height: 17.857142rem;
	}
	.new_title h3 {
		font-size: 1.714285rem;
		margin-top: 0!important;
	}
	.new_title a {
		font-size: 1.875rem;
	}
	.new_title p {
		font-size: 1.428571rem;
		-webkit-line-clamp:3!important;
		height: 7.857142rem;
	}
	.new_time {
		font-size: 1.5625rem!important;
	}
	.new_time {
		padding-top: 0.357142rem;
	}
	.new_time_icon {
		padding-top: 1.071428rem!important;
		margin-top: 1.071428rem;
	}
	.news_container {
		margin-top: 2.142857rem!important;
	}
	.new_title p {
		line-height: 1.785714rem;
		height: 5.2rem;
	}
	.btn {
		margin-bottom: 0!important;
		display: flex;
		margin-right: 1.071428rem!important;
	}
	.btn:nth-child(4) {
		margin-right: 0!important;
	}
	.sonsort {
		display: flex;
		justify-content:space-between;
	}
	.new.figure {
		max-height: 16.714285rem;
		min-height: 14.285714rem;
	}
}

.new.figure {
	height: 100%;
}

.figure {
	margin: 0.714285rem 0!important;
}

.new {
	background-color: #f5f5f5;
	width: 100%;
}

.new_img {
	width: 35%;
	float: left;
	height: 100%;
	min-width: 14.285714rem;
	max-width: 17.857142rem;
	margin-right: 1.785714rem;
}

.new:hover {
	background-color: #ffc600;
}

.new:hover .new_icon {
	background: url(../images/箭头-悬浮.png) no-repeat center;
	width: 2rem!important;
	height: 2rem!important;
	background-size: cover!important;
}

.new_title {
	height: 100%;
	padding-right: 1.785714rem;
}

.new_title h3{
	color: #333333;
	margin-top: 0.714285rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.new_title p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.new_title>a:hover {
	color: #222222;
}

.new_icon {
	display: block;
	height: 2rem !important;
	width: 2rem !important;
	background: url(../images/箭头.png) no-repeat center;
	background-size: cover;
	border-radius: 2.375rem;
	overflow: hidden;
}

.new_time_icon {
	height: 2.375rem;
	padding-top: 1.428571rem;
	font-style: italic;
}

.new_time {
	float: left;
	color: #333333;
}

.new_icon {
	float: right;
}

.news_container {
	margin-top: 2.142857rem;
}

.news_container:nth-child(-n+2) {
	margin-top: 0;
}

.pagination {
	margin-top: 4.285714rem;
}


