.main_item {
	font-size: 0;
	padding-bottom: 40px;
}

/* 服务项目 */
.product_item a {
	display: block;
	width: 100%;
	height: 88px;
}

.main_item_title {
	margin-bottom: 0px;
}

.product_item {
	width: 100%;
	height: 88px;
	box-sizing: content-box;
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
	font-size: 14px;
	color: #999;
}

.product_item:last-of-type {
	padding-bottom: 0;
	border-bottom: 0;
}

.product_list a:last-of-type li.product_item {
	padding-bottom: 0;
}

.product_item_img {
	display: inline-block;
	height: 88px;
	width: 136px;
	margin-right: 20px;
	overflow: hidden;
	border: 1px solid #fff;
}

.product_item_img img {
	width: 100%;
	height: 100%;
	display: inline-block;
	border: 1px solid #ccc;
}

.product_item_img,
.product_item_content,
.product_item_jump {
	vertical-align: text-bottom;
}

.product_item_content,
.product_item_jump {
	display: inline-block;
	height: 85px;
}

.product_item_content {
	width: 500px;
	height: 88px;
	margin-right: 20px;
	line-height: 20px;
}

.product_item_right {
	display: inline-block;
	vertical-align: top;
	width: 145px;
	text-align: right;
}

.product_ic_title {
	font-size: 16px;
	color: #333;
	display: block;
	font-weight: bold;
	white-space: nowrap;

	text-overflow: ellipsis;
	margin: 8px 0 14px;
}

.product_ic_title span:hover {
	color: var(--templateCommenColor);
}

.product_ic_price,
.product_ic_text {
	font-size: 14px;
	color: #999;
}

.product_ic_text {
	width: 100%;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product_ic_price {
	height: 88px;
	line-height: 88px;
	margin-top: 5px;
}

.product_ic_price span {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-weight: bold;
	color: #ee4341;
	text-align: center;
}

.product_item_jump {
	line-height: 30px;
	height: 30px;
	float: right;
	margin-top: 25px;
}

.product_item_jump {
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #c40000;
	color: #fff;
	border-radius: 5px;
	font-size: 13px;
}

/* 分页器 */
.pagination {
	border: 0;
	margin: 0;
	padding: 40px 0 0;
}
