.prod-type-item{
	color: #2A71B9;
	margin-top: 16px;
}
.prod-type-name{
	font-size: 20px;
	font-weight: bold;
	padding: 8px 12px;
	background-color: #EEE;
	position: relative;
}
.prod-type-name:after{
	content: '>';
	position: absolute;
	right: 16px;
}
.prod-type-box{
	/*height: 287px;*/
	margin-top: 2px;
	background-color: #EEE;
	display: flex;
	padding: 16px 12px;
}
.prod-type-box img{
	width: 160px;
	height: 170px;
}
.prod-type-box dl{
	margin-bottom: 0;
}
.prod-item-list{
	margin-left: 24px;
}
.prod-item-list dt,
.prod-item-list dd{
	margin-bottom: 6px;
}
.prod-item-list dd a{
	font-size: 12px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	overflow: hidden;
}
/* .prod-item-list dd a:after{
	content: ">";
	position: absolute;
	right: 32px;
} */
