body{background: #eee;}
.header_box{background: #fff;}
.main_item{border: 1px solid #e5e5e5;padding: 20px;border-radius: 10px;margin-bottom: 30px;}
/* 相册 */
.main_item_content{font-size: 0;}
.album_item{display: inline-block;width: 200px;text-align: center;margin-right: 39px;}
.album_item:nth-of-type(5n){margin-right: 0;}
.album_img{width: 200px;height: 140px;display: inline-block;position: relative;border: 1px solid #ccc;border-radius: 5px;overflow: hidden;}
.album_img img{height: 100%;width: 100%;}
.album_title{margin: 10px auto 20px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 180px;font-size: 16px;}
.album_item:hover .album_img{border-color: #F67406;}
.album_item:hover .album_title{color: #F67406;}
.pagination{margin-top: 16px;}

/* 服务推荐 */
.main_item_title{ padding: 0 0 20px 0;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: 1018px;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: #F67406;}
.product_ic_date,.product_ic_text{font-size: 14px;color: #999;}
