.product_content{
	width: 1200px;
	margin: 120px auto;
}
.product_content li{
	height: 180px;
	width:calc(100% - 60px);
	padding: 30px;
	position: relative;
}
.product_content li:nth-child(odd)
{
	background:#f9f9f9;
}
.product_content li:nth-child(even)
{
	background:#fff;
}
.product_content li:hover{
	background: #f3f3f3;
}

.new_time{
	width: 90px;
	font-size: 12px;
	line-height: 30px;
	background: url(../image/new/time.png) no-repeat left center;
	background-size: 14px;
	padding-left: 30px;
}
.new_img{
	width: 300px;
	overflow: hidden;
}
.new_img img{
	width: 100%;
}
.new_Title{
	max-width: 650px;
	margin-left: 40px;
}
.new_Title h3{
	font-size: 20px;
	line-height: 40px;
}
.new_Title h3 a{
	color: #0071c5;
}
.new_Title p{
	font-size: 14px;
	color: #545454;
	line-height: 30px;
	text-align: justify;
	text-indent: 2em;
}
.viewAll{
	font-size: 16px;
	background: url(../image/new/More.png) no-repeat right center;
	background-size: 15px;
	padding-right: 20px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
}
.viewAll a{
	color: #0071c5;
}
