.main_item{font-size: 0;}
/* 服务项目：行高随内容伸展，禁止固定高度导致内部出现竖向滚动条（标题旁上下箭头） */
.product_item a{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  min-height: 88px;
}
.main_item_title{margin-bottom: 0px;}
.product_item {
  width: 100%;
  min-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{
  flex: 0 0 136px;
  width: 136px;
  height: 88px;
  margin-right: 20px;
  overflow: hidden;
  border: 1px solid #fff;
}
.product_item_img img{width: 100%;height: 100%;}
.product_item_content{
  flex: 1 1 auto;
  min-width: 0;
  max-width: 500px;
  margin-right: 20px;
  line-height: 20px;
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product_item_content::-webkit-scrollbar{width:0;height:0;display:none;}
.product_item_right{
  flex: 0 0 145px;
  text-align: right;
  align-self: center;
}
/* 单行省略 */
.product_ic_title{
  font-size: 16px;
  color: #333;
  display: block;
  font-weight: bold;
  margin: 0 0 8px;
  min-height: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product_ic_title span{
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product_ic_title span:hover{color: red;}
.product_ic_price,.product_ic_text{font-size: 14px;color: #999;}
/* 不用 -webkit-box/line-clamp，避免部分内核在窄高容器里画出滚动箭头 */
.product_ic_text{
  width: 100%;
  font-size: 14px;
  color: #999;
  line-height: 1.45;
  max-height: 2.9em;
  overflow: hidden;
  word-break: break-word;
}
.product_ic_price{line-height: 1.2;margin-top: 0;}
.product_ic_price span{display: inline-block;vertical-align: top;font-size: 18px;font-weight: bold;color: #D42828;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;}
/* 分页 */
