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


/* 精品推荐 */
.main_item_title{margin-bottom: 30px;}
.product_list{font-size: 0;}
.product_item{width: 200px;height: 210px;background-color: #fff;border-radius: 5px;border: 1px solid #ccc;display: inline-block;margin-top: 30px;overflow: hidden;margin-right:34px;}
.product_item a{display: block;}
.product_item:hover{box-shadow: 3px 3px 5px #66666659;color: #333;}
.product_item:nth-of-type(1){margin-top: 0;}
.product_item:nth-of-type(2){margin-top: 0;}
.product_item:nth-of-type(3){margin-top: 0;}
.product_item:nth-of-type(4){margin-top: 0;}
.product_item:nth-of-type(5){margin-top: 0;}
.product_item:nth-of-type(5n){margin-right: 0;}
.product_item img{width: 100%;height: 133px;border-bottom: 1px solid #eee;}
.product_info{height: 74px;display: flex;align-items: center;padding: 0 10px;font-size: 14px;}
.product_title{line-height: 26px;font-size: 16px;color: #333;text-align: left;}
.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;}
