.new-content {
	width: 1200px;
	clear: both;
	height: 200px;
	border-bottom: solid 1px #EFEFEF;
	display: block;
	padding: 12px 0;
}

.new-content .new-left {
	width: 385px;
	height: 200px;
	float: left;
	overflow: hidden;
}

.new-content:hover img {
	transform: scale(1.2);
}

.new-content .new-left img {
	width: 100%;
	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: 775px;
	height: 200px;
	float: left;
}

.new-content .new-right {
	width: 100%;
	height: 200px;
	float: left;
	padding-left: 30px;
	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: 20px;
	line-height: 42px;
	font-weight: bold;
	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;
	margin-top: 20px;
}

.new-content .new-right .new-right-2 {
	width: 100%;
	height: 50px;
	font-size: 13px;
	color: #4F4F4F;
	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;
}

.new-content .new-right .new-right-3 {
	clear: both;
	width: 100%;
	height: 40px;
	position: relative;
	width: 40px;
	float: right;
	margin-top: 30px;
	margin-right: 30px;
	line-height: 40px;
	border-radius: 50%;
	background: #FFFFFF;
	border: solid 1px #ABABAB;
	text-align: center;
	color: #ABABAB;
	font-size: 22px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
}

.new-content:hover .new-right .new-right-3 {
	background: #59ab2d;
	color: #FFFFFF;
	border: #59ab2d;
	/*color: #59ab2d;
	border: solid 1px #59ab2d;*/
}