/* 相册 */
.main_item{padding: 0 20px 20px;}
.main_item_content {margin-top: -10px;}
.album_img {width: 198px; height: 198px; border-radius: 5px; overflow: hidden; border: 2px solid #fff; position: relative; box-shadow: 4px 4px 4px #00000015;}
.album_img img{width: 100%;height: 100%;}
.album_item { display: inline-block; width: 200px; margin: 40px 40px 0 0;}
.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_title {text-align: center;margin-top: 12px;font-size: 16px;padding: 0 4px;box-sizing: border-box;line-height: 18px;}
.album_item:hover .album_title{color: var(--templateCommenColor)}
.album_item:hover .album_img{box-shadow: 4px 4px 4px #00000045;}
/* 分页器 */
.pagination{margin-top: 40px;padding-bottom: 0;}


/* 服务推荐 */
.main_item_title{ padding: 20px 0;height: auto;margin-bottom: 0}
.main_item_title_lt{float: none}
.product_ic_title:hover{color: var(--templateCommenColor);}
.main_item_content{padding: 20px 0 10px;}
.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: 1000px;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;}
