body{background: #eee;}
.header_box{background: #fff;}
.main_item{border: 1px solid #e5e5e5;padding: 20px;border-radius: 10px;margin-bottom: 30px;}
/* 服务项目详情 */
.product_info_title {text-align: center;margin: 0 auto;font-size: 18px;color: #333;margin-bottom: 20px;padding-top: 5px;font-weight: bold;}
.product_info_time{margin: 0 auto;}
.product_info_time,.product_info_price{text-align: center; margin: 0 auto;margin-bottom: 20px;font-size: 14px;color: #999;}
.product_info_time span{margin-right: 20px;}
.product_img_item{width: 100%;margin: 0;margin-bottom: 10px;display: flex;align-items: center;justify-content: center;}
.product_img_item:last-of-type{margin-bottom: 0;}
.product_img_item img{max-width: 100%;}
.format{display: inline-block;line-height: 30px;text-indent: 2em;font-size: 16px;color: #333;}

/* 精品推荐 */
.product_list{margin-bottom: -20px;font-size: 0;}
.product_item{width: 200px;background-color: #fff;border-radius: 5px;border: 1px solid #ccc;display: inline-block;margin-bottom: 30px;overflow: hidden;}
.product_list>a{display: inline-block;margin-right: 39px;}
.product_list>a:hover .product_item{box-shadow: 3px 3px 5px #66666659;color: #333;}
.product_list>a:nth-of-type(5n){margin-right: 0;}
.product_item img{width: 100%;height: 133px;border-bottom: 1px solid #eee;}
.product_item>div{padding: 15px;font-size: 14px;}
.product_info{height: 82px;display: flex;align-items: center;}
.product_title{line-height: 26px;font-size: 16px;color: #333;text-align: left;}
.product_price{color: #ee4341; font-weight: bold;font-size: 14px;}
.cateinfo_item_div {width: 100%;height: 133px;border-radius: 5px 5px 0 0;float: none;}
.cateinfo_item_div span {font-size: 16px;height: 100%;padding: 0 24px;}
