/* 相册 */
.main_item{padding-bottom: 12px;}
.main_item_content {font-size: 0;}
.album_img {width:100%;height:218px;overflow: hidden;border-radius: 5px;border: 1px solid #ccc;position: relative;}
.album_item:hover .album_img{box-shadow: 0 0 8px 0 rgb(84 84 85 / 30%);}
.album_img img{width: 100%;height: 100%;}
.album_item { display: inline-block; width: 192px;margin-right: 50px;}
.album_item:nth-of-type(5n){margin-right: 0;}
.album_title {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;font-size: 16px; color: #333; width: 100%;margin: 10px 0 25px;text-align: center;}
.album_item:hover .album_title{color: var(--templateCommenColor);}

/* 分页器 */
.pagination{border: 0;text-align: center;margin-top: 12px;margin-bottom: 28px;}

/* 服务推荐 */
.main_item_title{height: auto;margin-bottom: 30px}
.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: 8px;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: 1020px;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;}