.product_title{
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	color: #424242;
	line-height: 30px;
}
.product_title h1{
	margin-bottom: 20px;
}
.product_title span{
	display: block;
	width: 85px;
	height: 50px;
	line-height: 50px;
	background-color: #FFFFFF;
	color: #009612;
	text-align: center;
	margin-top: 35px;
}
.product_box{
	width: 100%;
	overflow: hidden;
	padding: 30px 45px;
}
.product_box a{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 45px;
}
.product_box a:last-of-type{
	margin-bottom: 0px;
}
.product_img{
	width: 260px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
}
.product_img img{
	width: 100%;
}
.product_text{
	width: -moz-calc(100% - 290px);
	width: -webkit-calc(100% - 290px);
	width: calc(100% - 290px);
	font-size: 16px;
	color: #666666;
	padding: 25px 0 0;
	float: left;
	font-weight: lighter;
	line-height: 25px;
	overflow: hidden;
}
.product_text h3{
	font-size: 30px;
	color: #333333;
	font-weight: lighter;
	margin-bottom: 12px;
}
.product_text p{
	height: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.product_text span{
	display: block;
	width: 160px;
	height: 42px;
	line-height: 40px;
	border: 1px solid #009612;
	text-align: center;
	background-color: #009612;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-top: 30px;
	transition: all 0.5s;
}
.product_text span:hover{
	background-color: #FFFFFF;
	color: #009612;
}
@media only screen and (max-width:991px ) {
	.product_box{
		padding: 30px 25px;
	}
}
@media only screen and (max-width:767px ) {
	.content_common{
		background-color: #FFFFFF;
	}
	.content_common .box_common .left_common{
		padding: 0;
	}
	.product_title{
		font-size: 14px;
		line-height: 20px;
	}
	.product_title span{
		display: none;
	}
	.product_box{
		padding: 0;
		margin-top: 30px;
	}
	.product_box a {
	    margin-bottom: 35px;
	}
	.product_img{
		width: 150px;
		margin-right: 10px;
	}
	.product_text h3 {
	    font-size: 18px;
	    margin-bottom: 5px;
	}
	.product_text{
		width: -moz-calc(100% - 160px);
		width: -webkit-calc(100% - 160px);
		width: calc(100% - 160px);
		font-size: 12px;
		padding: 10px 0 0;
		line-height: 20px;
	}
	.product_text p{
		height: 60px;
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	}
	.product_text span {
	    width: 110px;
	    height: 27px;
	    line-height: 25px;
	    margin-top: 5px;
	    font-weight: normal;
	}
}
@media only screen and (min-width:992px ) {
	.product_box{
		padding: 30px 25px;
	}
}
@media only screen and (min-width:1300px ) {
	.product_box{
		padding: 30px 45px;
	}
}