/* 鐩稿唽 */
.main_item{padding-bottom: 10px;}
.main_item_content{font-size: 0;}
.album_item{display: inline-block;width: 200px;height: 204px;padding: 10px;margin:0 10px 20px 0;}
.album_img{width:180px;height: 135px;position: relative;overflow: hidden;background-color: #fff;}
.album_img img{width: 100%;height: 100%;}
.album_title{height: 60px;line-height: 60px;text-align: center;font-size: 14px;color: #333;}
.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: 50%;left: 50%;transform: translate(-50%,-50%);background: url(album_show_bgc.png) no-repeat center;width: 100px;height: 100px;background-size: 100px 100px;opacity: 0.5;font-size: 14px;color: #fff;font-weight: bold;text-align: center;padding-top: 50px;}
.hover_show_eye{display: none;position: absolute;left: 50%;top: 20px; background: url(album_show_eye.png) no-repeat center;width: 20px;height: 20px;background-size: 20px 20px;transform: translateX(-50%) translateY(6px);}
.album_item:hover .hover_show,.album_item:hover .hover_show_eye{display: block;}
/* 鍒嗛〉鍣� */
.pagination{border: 0;text-align: right;margin-top: 0;padding: 30px 0 40px;}