.book-show,
#photoBox ul{
	overflow:hidden;
}
.book-show >div,
#photoBox ul li{
	width:49%;
	float:left;
	margin-right:2%;
	margin-bottom: 30px;
}
.book-show >div:nth-child(2n),
#photoBox ul li:nth-child(2n){
	margin-right:0;
}
.book-show .showbox,
#photoBox ul li > div{
	margin: 0 10px;
	border: 1px solid #d5d5d5;
}
.book-show .showbox .showbox-photo{
	position:relative;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
.book-show .showbox .showbox-photo .photo,
#photoBox ul li > div .photo{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	outline:none;
	transition:all linear 0.3s;
}
.book-show .showbox .showbox-photo .photo:hover{
	background-color:rgba(0,0,0,0.7);
	background-image:url(/images/33/logo-footer.png);
}
.book-show .showbox .showbox-photo h3{
	position:absolute;
	right:0;
	bottom:0;
}
.book-show .showbox .showbox-photo h3 a{
	color: #fff;
    font-size: 20px;
}
.book-show .showbox article{
	background:#fff;
	padding: 25px;
}
.book-show .showbox article a{
	color:#3a3a3a;
	font-size:14px;
	display:block;
	height: 3.5em;
    overflow: hidden;
}
#photoBox{
	margin:30px auto 0;
}
@media screen and (max-width: 640px) {
	.book-show .showbox article{
		padding:15px;
	}
	.book-show .showbox .showbox-photo .photo:hover{
		background-size:50%;
	}
}
@media screen and (max-width: 480px) {
	.book-show >div,
	.book-show >div:nth-child(2n),
	#photoBox ul li,
	#photoBox ul li:nth-child(2n){
		width:100%;
		margin-right:0%;
	}
}