/* 相册 */

:root{
    --templateCommenColor: #1350A0;
    --body-bg: #fff;
}
body{background: var(--body-bg) !important;}
.footer_box{margin-top: 60px !important;}
.main_item{border-radius: 10px 10px 0 0;}
.main_content{margin-bottom: 30px;}
.main_content:last-child{margin-bottom: 0;}
.main_item .main_item_content{padding-bottom: 40px;border-radius: 0 0 10px 10px;}
.album_item{width: 200px;float: left;margin-right: 39px;margin-top: 30px;position: relative;}
.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 a{cursor: pointer;}
.album_item .album_img{width: 200px;height: 150px;border: 1px solid #ccc;overflow: hidden;}
.album_item .album_img img{width: 100%;height: 100%;object-fit: cover;transition: 0.3s;}
.album_item p{width: 100%;line-height: 16px;text-align: center;color: #333;font-size: 16px;font-weight: 400;padding: 0 10px;margin-top: 16px;}
.album_item:hover p{color: var(--templateCommenColor);cursor: pointer;}
.album_item:hover img{transform: scale(1.2);}
/* 分页器 */
.pagination{border: 0;text-align: right;padding-top: 40px;}

/* 服务推荐 */
.main_item_title{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: 1014px;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;}
