/* +book list
*----------------------------------------------------------------------------*/
#album {
	overflow: hidden;
}
#album .photoItem{
    float: left;
    width: 30%;
    margin: 0 1.5%;	
}
#album .photoItem a.photo{
	display: block;
    width: 100%;
    height: 190px;
    line-height: 190px;
    overflow: hidden;
}
#album .photoItem a img{
    width: 100%;
}
#album .photoItem:hover a img{
	transform: scale(1.2,1.2);
}
#album .photoItem h4{
	text-align:center;
	font-weight:normal;
}
#album .photoItem h4 a{
	color:#000;
	font-size:18px;
}
#album .album_box {
	width: 290px;
	overflow: hidden;
}

#album .album_box .photo-wrap {
	margin: 10px;
	position: relative;
}

#album .album_box .photo-wrap h3 {
	margin: 10px 0;
	text-align: center;
	font-size: 18px;
}

#album .album_box .photo-wrap .photo-item {
	overflow: hidden;
	position: relative;
}

#album .album_box .photo-wrap .photo-item img {
	width: 100%;
	opacity: 1;
	transition: all 0.4s ease-in-out 0s;
}

#album .album_box .photo-wrap .photo-item:hover img {
	opacity: 0.4;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
}

#album .album_box .photo-wrap .photo-item .photo-group {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
}

#album .album_box .photo-wrap .photo-item .photo-group a {
	display: block;
	text-indent: -999999px;
}


/* +photo article
*----------------------------------------------------------------------------*/
.wrapper .container .content-wrap .content-main section #album-article {
	margin: 0 20px 20px;
	overflow: hidden;
	line-height: 170%;
	font-size: 16px;
}



/*******************photo**************************/
#album .photoView .photo {
	text-align: center;
}

#album .photoView img {
	max-width: 100%;
	max-height: 713px;
}

#album .subphto {
	margin-bottom: 25px;
}

#album .subphto ul {
	overflow: hidden;
}

#album .subphto ul li {
	margin: 0 5px 10px;
	width: 23%;
	float: left;
	background-position: center;
    background-size: 150%;
    background-repeat: no-repeat;
	transition:all ease 0.6s;
	background-color: rgba(0, 0, 0, 0.25);
}
#album .subphto ul li:hover {
    background-size: 100%;
	transition:all ease 0.6s;
}
#album .subphto ul li a {
	width: 100%;
	height: 150px;
	line-height:150px;
	display:block;
	overflow: hidden;
}
#album .subphto ul li img {
	width:100%;
}

/* +width:1024 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 800px) {
	#album .photoItem{
		width: 47%;
		margin: 0 1.5% 20px;
	}
	.wrapper #content section .artivle-content #content-main #albumlist #photo ul li{
		width:49%;
		margin-bottom: 1%;
	}
}
@media screen and (max-width: 768px) {
	#album .subphto ul li {
		width: 30%;
	}
	
	#album .album_box {
		width: 50%;
		height: 250px;
	}
}

@media screen and (max-width: 710px) {
}
@media screen and (max-width: 640px) {
	#album .photoItem a.photo{
	    height: 100px;
		line-height: 100px;	
	}
}
@media screen and (max-width: 524px) {
}
@media screen and (max-width: 480px) {
	#album .subphto ul li {
		width: 46%;
	}
	#album .album_box {
		width: 90%;
		height: 220px;
		float: none;
		margin: 0 auto;
	}
	#album .album_box .photo-wrap .photo-item, #album .album_box .photo-wrap .photo-item img{
	    height: 180px;	
	}

}
@media screen and (max-width: 340px) {
	#album .subphto ul li {
		width: 45%;
	}
}