.main_item{margin-bottom: 0;}
.main_item_title{padding: 20px 0;height: auto;}
.main_content {padding-bottom: 0;margin-bottom: 50px;border-radius: 10px;}
/* 服务项目 */
/* .main_item_title{margin-bottom: 20px;} */
.product_list{font-size: 0;padding: 0 15px;}
li.product_item {width: 240px;margin-bottom: 25px;box-sizing: border-box;margin-right: 50px;margin-bottom: 38px;display: inline-block;vertical-align: top;border: 5px solid #eee;border-radius: 10px;overflow: hidden;}
li.product_item:nth-of-type(4n){margin-right: 0;}
li.product_item:nth-of-type(1){margin-top: 0;}
li.product_item:nth-of-type(2){margin-top: 0;}
li.product_item:nth-of-type(3){margin-top: 0;}
li.product_item:nth-of-type(4){margin-top: 0;}
.product_item .product_item_pic{width: 100%;height: 161px;box-sizing: border-box;overflow: hidden;border-bottom: 1px solid #eee;}
.product_item_info{height: 82px;display: flex;align-items: center;padding: 0 10px;}
/* .product_item:hover .product_item_pic{border: 5px solid #FF6537;} */
.product_item .product_item_pic img{width: 230px;height: 160px;}
.product_item_title{width: 100%;text-align: left;line-height: 20px;color: #333;font-size: 16px;line-height: 26px;}
.product_item:hover{border-color: #FF6537;}
.product_item:hover .product_item_title{color: #FF6537;}
/* 分页器 */
.pagination{margin-left: 0;margin-bottom: 40px;border: 0;padding-top: 0;}

.cateinfo_item_div{border-radius: 5px 5px 0 0;}
.cateinfo_item_div span{font-size: 18px;height: 100%;padding: 0 48px;}
