/* 相册 */
.main_item{padding-bottom: 12px;}
.main_item_content{font-size: 0;}
.album_item{display: inline-block;}
.album_img{width:200px;height: 200px;border: 1px solid #ccc;position: relative;overflow: hidden;}
.album_img img{width: 100%;height: 100%;}
.album_title{height: 35px;line-height: 35px;text-align: center;font-size: 16px;color: #333;margin-bottom: 20px;font-weight: bold;}
.album_item {margin-right: 10px;width: 200px;}
.album_item:nth-of-type(4n){margin-right: 0;}
.album_cont {position: absolute;bottom: 0;right: 0;height: 19px;line-height: 19px;text-align: center;background-color: #0000004d;color: #fff;padding:0 5px;font-size: 12px;}
.album_item:hover .album_img{border-color: var(--templateCommenColor);}
.album_item:hover .album_title{color: var(--templateCommenColor);}

/* 分页器 */
.pagination{border: 0;text-align: right;margin-top: 0;padding: 12px 0 28px;}
