/* 服务项目详情 */
.product_detail{padding-bottom: 32px;}
.product_info_title {text-align: center;margin: 0 auto;font-size: 18px;color: #333;margin-bottom: 20px;font-weight: bold;line-height: 30px;}
.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;}

/* 精品推荐 */
.recommend_list{padding-bottom: 0;}
.product_list{margin-bottom: 5px;}
.product_item{overflow: hidden; width: 200px;height: 220px;background-color: #fff;border-radius: 5px;border: 1px solid #ccc;display: inline-block;margin-bottom: 40px;}
.product_item:hover{box-shadow:6px 6px 6px #00000033;}
.product_list>a{display: inline-block;margin-right: 40px;color: #333;}
.product_list>a:hover{color: #333;}
.product_list>a:nth-of-type(5n){margin-right: 0;}
.product_item img{width: 100%;height: 140px;border-bottom: 1px solid #eee;}
.product_title_div{height: 76px;font-size: 0;display: flex;align-items: center;}
.product_title{width: 100%;font-size: 16px;color: #333;margin: 10px;line-height: 26px;text-align: left;vertical-align: middle;}
.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 36px;}
