#album .bookshowList{
	overflow:hidden;
}
#album .bookshowList >div{
    float: left;
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 30px;
}
#album .bookshowList >div:nth-child(3n){
	margin-right:0;
}
#album .bookshowList .set{
	position:relative;
}
#album .bookshowList .set .photo{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	display:block;
}
#album .bookshowList .set h3{
	background: rgba(25,25,25,0.5);
    position: absolute;
    z-index: 9;
    top: 25%;
    left: 25%;
    width: 200px;
    height: 200px;
    text-align: center;
    line-height: 200px;
    font-weight: normal;
	overflow:hidden;
}
#album .bookshowList .set h3:hover{
	background: rgba(25,25,25,0.7);
}
#album .bookshowList .set h3 a{
	color:#fff;
	font-size:24px;
}
#album-article{
	color:#5d5c5c;
	font-size:16px;
}
#gallery{
	margin:0 auto;
}
@media screen and (max-width:1440px) {
	#album .bookshowList .set h3{
	    width: 50%;
		height: 50%;
		line-height: 150px;
	}
	#album .bookshowList .set h3 a{
		font-size:20px;
	}
}
@media screen and (max-width:980px) {
	#album .bookshowList >div,
	#album .bookshowList >div:nth-child(3n){
		width: 48.5%;	
		margin-right:3%;
	}
	#album .bookshowList >div:nth-child(2n){
		margin-right:0;
	}
}
@media screen and (max-width:640px) {
	#album .bookshowList .set h3{
		line-height: 100px;
	}
	#album .bookshowList .set h3 a{
		font-size:18px;
	}
}
@media screen and (max-width:480px) {
	#album .bookshowList .set h3{
		position: initial;
		width: 100%;
		line-height: 180%;
		background: rgba(39, 39, 39, 0.84);
	}
	#album .bookshowList .set h3 a{
		font-size:16px;
	}
}