#album{
	overflow:hidden;
}
#album .photoItem{
	overflow:hidden;
    width: 48%;
    float: left;
	margin-bottom:20px;
}
#album .photoItem:nth-child(2n){
    float: right;
}
#album .photoItem .bookimg{
	position:relative;
}
#album .photoItem .bookimg .thumbnail{
	display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
	-webkit-filter: saturate(50%);
	width:100%;
	height:100%;
}
#album .photoItem .bookimg .thumbnail:hover{
    -webkit-filter: saturate(100%);	
}
#album .photoItem .bookimg .thumbnail img{
	width:100%;
}
.bookinfo{
	background: #0d8583;
    width: 100%;
}
.bookinfo h4{
	float: none;	
	text-align:center;
	padding: 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bookinfo h4 a{
	color:#fff;
	font-size:15px;
	font-weight:normal;
}
#album-article{
	font-size: 16px;
    color: #646363;
    line-height: 180%;
    margin: 40px 0;	
}
#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;
}
.waylinks .pon li:last-child{ display:none;}

@media screen and (max-width:768px) {
	#album .photoItem{
		width:49%;
		margin:0 0.5% 30px;
	}
}
@media screen and (max-width:480px) {
	#album .photoItem{
		width:100%;
		margin:0 0 30px;
	}
	.bookinfo h4{
		padding: 5px 0;
	}
	.album_box ,
	.album_box img{
		height:70px;
	}
	.bookinfo h4 a{
		font-size:14px;
	}
}
