/* 相册 */
.main_item{margin-bottom: 0;}
.main_content{padding-bottom: 40px;width: 100%;margin-bottom: 30px;border-radius: 10px;}
.main_item_content {font-size: 0;}
.small-pic-wrap{margin-bottom: 30px;}
.album_item{display: inline-block;width: 220px;height: 210px;border: 1px solid #ccc;margin-right: 37px;text-align: center;margin-top: 37px;position: relative;border-radius: 5px;overflow: hidden;}
.album_item:nth-of-type(1){margin-top: 0;}
.album_item:nth-of-type(2){margin-top: 0;}
.album_item:nth-of-type(3){margin-top: 0;}
.album_item:nth-of-type(4){margin-top: 0;}
.album_item:nth-of-type(5){margin-top: 0;}
.album_item:nth-of-type(5n){margin-right: 0;}
.album_img{width: 100%;height: 162px;display: inline-block;position: relative;}
.album_img img{width: 100%;height: 100%;border-bottom: 1px solid #ccc;}
.album_title{margin: 12px auto 0;font-size: 14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #333;font-weight: bold;padding: 0 10px;}
.album_hover{display: none; width: 100%;height: 113px;position: absolute;left: 0;bottom: 0;background: #ffffffa6;}
.album_item:hover{box-shadow: 0 0 10px #ccc;}
.album_item:hover   .album_title{color: #b81900;}
.album_hover_text{font-size: 14px;color: #333;transform: translateY(17px);display: inline-block;width: 144px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.album_hover_btn{display: inline-block;width: 160px;height: 44px;line-height: 44px;color: #fff;background-color: #e4505c;font-size: 14px;position: absolute;right: 50%;bottom: 15px;transform: translateX(50%);}
.album_hover_btn:hover{color: #fff;text-decoration:underline #fff;}
/* 分页器 */
.pagination{border: 0;margin-top: 10px;padding-top: 0;padding-bottom: 0;}
.main_item_title{margin-top: 0;}

/* 服务推荐 */
.main_item_title{ padding: 15px 0 20px;height: auto;margin-bottom: 0}
.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: 1110px;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;}
