#album{
	overflow:hidden;
}
#album .photoItem{
    float: left;
    width: calc(25% - 20px);
    color: #8a8a8a;
	margin: 0 10px 50px;
}
#album .photoItem a img{
	width:100%;
}
#album .photoItem h2{
	text-align:center;
	margin: 19px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#album .photoItem h2 a{
	color: #fff;
    font-weight: normal;
    font-size: 16px;
}
#album .photoItem p{
	text-align:center;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#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 {
	margin: 5px;
	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: 350px;
	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:170px;
}
#album.book1,
#album.book3,
#album.book4,
#album.book5{
	text-align:center;
}
#album.book1 .photoItem,
#album.book3 .photoItem,
#album.book4 .photoItem,
#album.book5 .photoItem{
	float:none;
	display:inline-block;
	overflow:hidden;
	width: 60%;
}
#album.book1 .photoItem .info,
#album.book3 .photoItem .info,
#album.book4 .photoItem .info,
#album.book5 .photoItem .info{
    float: right;
    width: calc(100% - 300px);
}
#album.book1 .photoItem .imgStyle,
#album.book3 .photoItem .imgStyle,
#album.book4 .photoItem .imgStyle,
#album.book5 .photoItem .imgStyle{
	float:left;
}
#album.book1 .photoItem .info h2,
#album.book3 .photoItem .info h2,
#album.book4 .photoItem .info h2,
#album.book5 .photoItem .info h2,
#album.book1 .photoItem .info p,
#album.book3 .photoItem .info p,
#album.book4 .photoItem .info p,
#album.book5 .photoItem .info p{
	text-align:left;
	margin-top: 25px;
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 980px) {
	#album .photoItem{
		width: calc(33% - 20px);
	}
	#album.book1 .photoItem,
	#album.book3 .photoItem,
	#album.book4 .photoItem,
	#album.book5 .photoItem{
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	#album .photoItem{
		width: calc(50% - 20px);
	}
	#album .photoItem p{
		font-size:7pt;
		line-height:120%;
	}
	#album .photoItem h2 a{
		font-size:11pt;
		line-height:180%;
	}
	#album.book1 .photoItem .info,
	#album.book3 .photoItem .info,
	#album.book4 .photoItem .info,
	#album.book5 .photoItem .info{
		width: calc(100% - 250px);
	}
	#album.book1 .photoItem .imgStyle,
	#album.book3 .photoItem .imgStyle,
	#album.book4 .photoItem .imgStyle,
	#album.book5 .photoItem .imgStyle{
		width:200px;
	}
}
@media screen and (max-width:480px) {
	.album_box ,
	.album_box img{
		height:90px;
	}
	#album.book1 .photoItem .info,
	#album.book3 .photoItem .info,
	#album.book4 .photoItem .info,
	#album.book5 .photoItem .info{
		width: calc(100% - 150px);
	}
	#album.book1 .photoItem .imgStyle,
	#album.book3 .photoItem .imgStyle,
	#album.book4 .photoItem .imgStyle,
	#album.book5 .photoItem .imgStyle{
		width:120px;
	}
	#album.book1 .photoItem .info h2, #album.book3 .photoItem .info h2, #album.book4 .photoItem .info h2, #album.book5 .photoItem .info h2{
		margin:0;
	}
	.content-title{
		width: 100%;
	}
	.content-title li{
	width: calc(45% - 20px);	
	}
}

