﻿.main_item{margin-bottom: 30px;padding-bottom: 36px;}
/* 相册 */
.main_item_title{margin-bottom: 30px;}
.main_item_content {font-size: 0;}
.album_img {width:200px;height: 150px;overflow: hidden;position: relative;border: 1px solid #ccc;border-radius: 5px;overflow: hidden;}
.album_img img{width: 100%;height: 100%;}
.album_item { display: inline-block;margin-right: 34px;margin-top: 26px;position: relative;overflow: hidden;width: 200px;}
.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 {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; font-size: 16px; color: #333;width: 100%;margin-top: 10px;}
.album_item:hover .album_img{border-color: var(--templateCommenColor);}
.album_item:hover span{color: var(--templateCommenColor);}

/* 分页器 */
.pagination{border: 0;margin: 36px 0 4px 20px;}

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