/* 相册 */
.main_item{padding-bottom: 30px;}
.main_item_content{font-size:0}
.album_item{display:inline-block;margin-right:45px;padding:20px 15px 0;border-radius:10px;-moz-box-shadow:0 0 5px 5px #eee;-webkit-box-shadow:0 0 5px 5px #eee;box-shadow:0 0 5px 5px #eee;background: #fff;margin-top: 35px}
.album_img{width:166px;height:142px;border:1px solid #eee;border-radius: 8px;overflow: hidden;}
.album_img img{width:100%;height:100%}
.album_title{height:50px;line-height:50px;text-align:center;font-size:16px;color:#333;width: 156px;}
.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_item:hover{box-shadow: 0 0 7px 0 #2a90db;}
.album_item:hover .album_title{color: #2a90db;}

/* 分页器 */
.pagination{margin-top: 30px;padding-bottom: 0;margin-bottom: 0;}

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