/* 服务项目 */
.main_item_title{ padding: 20px;height: auto;margin-bottom: 0}
.main_item_title_lt{float: none}
li.product_item {padding:  0 20px;}
.product_ic_title:hover{color: var(--templateCommenColor);}
.main_item_content{padding-bottom: 20px;}
.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;}
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;}
.product_item_img img{width: 100%;height: 100%;border: 1px solid #eee;}
.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;}

/* 分页器 */
.pagination {text-align: right;color: #333;margin-top: 20px;padding-bottom: 20px;padding-right: 20px;}