.bList{overflow:hidden}
.bList >div{float:left;width:calc(100% / 3);text-align:left;margin-bottom:50px}
.bList .mofd{display:inline-block;position:relative}
.bList .photo{background-repeat:no-repeat;background-position:50%;background-size:auto 100%;margin-right:50px;background-color:#000;transition:all linear .2s}
.bList .photo a{display:block}
.bList .photo img{width:100%}
.bList h3{background:#fff;padding:25px 30px;position:absolute;bottom:-22px;right:0;max-width:calc(60% - 60px);word-break: break-all;}
.bList h3 a{color:#383838;font-size:20px;font-family:'Noto Serif TC',serif}
#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;
}
.album_box {
	position: relative;
	height: 350px;
	flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	-o-flex-grow: 1;
	-webkit-flex-grow: 1;
	background-color: #fff;
	transition:all ease-in-out 0.3s;
}
.album_box img{
	max-width: 100%;
	min-width: 100%;
	height: 250px;
	object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	-webkit-object-fit: cover;
	vertical-align: bottom;
}
.album_box ,
.album_box img{
	height:250px;
}

@media screen and (min-width: 1025px) {
.bList .photo:hover{background-size:auto 110%}
}
@media screen and (max-width: 1366px) {
	.album_box ,
	.album_box img{
		height:200px;
	}

}
@media screen and (max-width: 1280px) {
.bList >div{width:calc(100% / 2);}
}
@media screen and (max-width: 640px) {
	.bList .photo{    margin-right: 0;}
	.bList >div{margin-bottom: 0;}
.bList h3{    bottom: 0;
    padding: 15px 20px;max-width: calc(60% - 40px);}
	.bList h3 a{font-size: 18px;}
}
@media screen and (max-width: 480px) {
	.album_box ,
	.album_box img{
		height:130px;
	}
	.bList h3{
    padding: 10px 15px;
    max-width: calc(80% - 30px);
}
	.bList h3 a{
    font-size: 16px;
}
}
