:root{
    --mainColor:#FF6537
}

/* 相册 */
.main_item{margin-bottom: 0;}
.main_content{padding: 0 50px;margin-bottom: 50px;border-radius: 10px;}
.main_item_content {font-size: 0;}
.album_item{display: inline-block;width: 180px;margin-right: 50px;text-align: center;margin-bottom: 20px;}
.album_item:nth-of-type(5n){margin-right: 0;}
.album_img{width: 170px;height: 170px;display: inline-block;box-sizing: border-box;border-radius: 90px;overflow: hidden;border: 5px solid #ccc;}
.album_img img{width: 170px;height: 170px;object-fit: cover;}
.album_title{width: 100%;margin: 0 auto;font-size: 16px;line-height: 54px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #333;font-weight: 400;}
.album_item:hover .album_img{border: 5px solid var(--mainColor);}
.album_item:hover .album_title{color: var(--mainColor);}
/* 分页器 */
.pagination{border: 0;margin-top: 0;padding-top: 0;padding-bottom: 40px;}
/* 服务推荐 */
.main_content_product{padding-bottom: 40px;}
.main_item_title{ padding: 20px 0;height: auto;}
.main_item_title_lt{float: none}
.product_ic_title:hover{color: var(--templateCommenColor);}
.iten-inner-box{border-bottom: 1px dashed #ccc;width: 100%;padding: 20px 0;}
li.product_item:last-of-type .iten-inner-box{border-bottom:0;margin-bottom: 0;padding-bottom: 0;}
li.product_item:first-child .iten-inner-box{padding-top: 0}
.product_item_img{display: inline-block; height: 90px;width: 120px;border-radius: 5px;margin-right: 20px;overflow: hidden;border: 1px solid #eee;}
.product_item_img img{width: 100%;height: 100%;}
.product_item_img,.product_item_content{vertical-align: text-bottom;}
.product_item_content{display: inline-block; height: 90px;}
.product_item_content{width: 960px;line-height: 30px;}
.product_ic_title,.product_ic_text{white-space: nowrap;overflow-x: hidden;text-overflow: ellipsis;}
.product_ic_title{font-size: 16px;color: #333;font-weight: bold; display: block;}
.product_ic_title:hover{color: var(--templateCommenColor);}
.product_ic_date,.product_ic_text{font-size: 14px;color: #999;}
