.bList{overflow:hidden;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.bList >div{width: 48%;text-align:left;margin-bottom: 30px;}
.bList .mofd{display:inline-block;position:relative}
.bList .photo{background-repeat:no-repeat;background-position:50%;background-size:auto 100%;transition:all linear .2s;}
.bList .photo a{display:block}
.bList .photo img{width:100%}
.bList h3{padding:25px 30px;word-break: break-all;}
.bList h3 a{color:#383838;font-size:20px;display: block;text-align: center;font-weight: 400;letter-spacing: 2px;}
#album-info{
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#album-info::after {
	content: '';
	flex-grow: 999999999;
	-moz-flex-grow: 999999999;
	-ms-flex-grow: 999999999;
	-o-flex-grow: 999999999;
	-webkit-flex-grow: 999999999;
	min-width: 200px;
	height: 0;
}
/* bookBox */
#bookBox .wall { position: relative; overflow: hidden; display: block; }
#bookBox .wall-column { position: relative; float: left; width: 50%; display: block; box-sizing: border-box; }
#bookBox .wall-column .article {position: relative;margin: 25px 15px;}
#bookBox .wall-column .album_box {box-shadow: 0 0 10px rgb(192 192 192 / 15%);}
#bookBox .wall-column .article a { display: block; }
#bookBox .wall-column .article h3 { position: absolute; width: 100%; bottom: 0; left: 0; }
#bookBox .wall-column .article h3 a { margin: 10px; padding: 10px; background: rgba(255, 255, 255, .7); text-align: center; font-size: 18px; color: #444; }

/* album-info */
#bookBox .wall-column { width: calc(100% / 3); }
#bookBox .wall-column .album_box img { width: 100%; }



@media screen and (max-width: 1280px) {
	#bookBox .wall-column { width: 50%; }
}


@media screen and (min-width: 1025px) {
.bList .photo:hover{
    -webkit-filter: grayscale(1);
}
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 640px) {
	.bList .photo{    margin-right: 0;}
	.bList >div{margin-bottom: 0;width: 100%;}
	.bList h3 a{font-size: 18px;}
	#bookBox .wall-column { width: 100%; }
}
@media screen and (max-width: 480px) {
	.bList h3 a{
    font-size: 16px;
}
}
