.product-box{
	margin: 0 auto;
	width: 1020px;
	background: url('../../images/p-bg.png') center top repeat-y;
	padding-bottom:80px;
}
.p-item{
	width:410px;
}
.product-box > .ll{
	padding-right: 30px;
}
.product-box .rr{
	padding-left: 30px;
}

.p-info{
	margin-top:80px;
}
.p-title{
	font-size: 18px;
}
.p-title img{
	max-width:60px;
	margin-right: 10px;
}
.p-info .content{
	color: #999;
	font-size: 12px;
	margin: 10px 0;
	line-height:22px;
}
.p-info .content img{
	max-width:100%;
}
.p-info a{
	color: #333;
	font-size: 14px;
}