/* 鐩稿唽 */
.main_item{padding-bottom: 22px;}
.main_item_content{font-size: 0;}
.album_item{display: inline-block;width: 200px;height: 187px;padding: 0 10px;margin:10px 10px 0 0;}
.album_img{width:180px;height: 135px;position: relative;overflow: hidden;background-color: #fff;}
.album_img img{width: 100%;height: 100%;}
.album_title{height: 52px;line-height: 52px;text-align: center;font-size: 16px;color: #333;font-weight: bold;}
.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(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;}
.hover_show{display: none;position: absolute;top: 0;left: 0;background: rgba(212, 40, 40, 0.5);width: 180px;height: 135px;line-height: 135px;font-size: 14px;color: #fff;font-weight: bold;text-align: center;}
.album_item:hover .hover_show{display: block;}
.album_item:hover .album_title{color: var(--templateCommenColor);}
/* 鍒嗛〉鍣� */
.pagination{border: 0;text-align: right;margin-top: 0;padding: 22px 0 18px;}