.product-box{
	margin: 0 auto;
	min-width: 1020px;
}
.p-item:nth-child(odd){
	background-color: #fff;
}
.p-info{
	margin: 0 auto;
	width: 800px;
	padding:60px 0px;
	overflow: hidden;
}

.p-title img{
	margin-right: 10px;
}
.p-img{
	float: left;
	width: 100px;
	text-align: center;
	padding-right: 20px;
	border-right: 1px #ddd solid;
	margin-right: -1px
}
.p-img img{
	max-width: 100px;
}
.p-des{
	overflow: hidden;
	border-left: 1px #ddd solid;
}
.p-code{
	float: left;
	padding:0 20px;
}
.p-code img{
	width: 60px;
	height: 60px;
}
.p-des dl{
	overflow: hidden;
}
.p-des dt{
	font-size: 16px;
}
.p-des dd{
	color: #666;
	font-size: 12px;
	margin-bottom: 10px;
	line-height:22px;
	text-align: justify;
}


