.new-content {
	width: 1200px;
	clear: both;
	height: 202px;
	border-bottom: solid 1px #DFDFDF;
	display: block;
	padding: 25px 0;
}

.new-content .new-left {
	width: 500px;
	height: 200px;
	float: left;
	overflow: hidden;
	border: solid 1px #DFDFDF;
}

.new-content:hover img {
	transform: scale(1.2);
}

.new-content .new-left img {
	width: 500px;
	height: 200px;
	display: block;
	transition: all .3s;
	-moz-transform: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.new-content .new-R {
	width: 680px;
	height: 200px;
	float: right;
}

.new-content .new-right {
	width: 100%;
	height: 150px;
	float: left;
	padding: 25px 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
}

.new-content:hover .new-right .new-right-1 {
	color: #d0a20b;
}

.new-content .new-right .new-right-0 {
	width: 100%;
	height: 50px;
	font-size: 30px;
	text-align: right;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
}

.new-content .new-right .new-right-1 {
	width: 100%;
	height: 50px;
	font-size: 22px;
	line-height: 42px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #0F0F0F;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	letter-spacing: 1px;
}

.new-content .new-right .new-right-2 {
	width: 100%;
	height: 50px;
	font-size: 14px;
	color: #8F8F8F;
	letter-spacing: 1px;
	line-height: 25px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
}