.photo-gallery li .title a:hover {
	text-decoration: underline
}
.photo-gallery {
	display: block;
	margin-right: -26px;
	margin-bottom: -40px
}
.photo-gallery li {
	list-style: none;
	display: block;
	float: left;
	width: 234px;
	height: 311px;
	margin-right: 26px;
	margin-bottom: 40px;
	border: 1px solid #e7e7e7;
	position: relative
}
.photo-gallery li .title {
	margin: 8px 70px 7px 0;
	height: 38px;
	line-height: 19px;
	overflow: hidden;
	padding-left: 13px
}
.photo-gallery li .title a {
	font-size: 18px;
	color: #337eff
}
.photo-gallery li img {
	max-width: 100%;
	max-height: 175px;
	display: block;
	margin: 0 auto
}
.photo-gallery li .desc {
	height: 56px;
	overflow: hidden;
	padding: 0 13px;
	font-size: 15px;
	margin: 12px 0 13px
}
.photo-gallery li .desc .date {
	color: #ababab;
	font-size: 12px;
	margin-bottom: 3px
}
.photo-gallery li .count {
	position: absolute;
	right: 13px;
	top: 17px;
	font-size: 18px;
	color: #cbced2;
	line-height: 16px
}
.photo-gallery li .count:before {
	content: ' ';
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	background-image: url(../images/sprite.png);
	background-position: -90px -319px;
	width: 16px;
	height: 16px
}
.photo-gallery-list {
	display: block;
	margin-right: -30px;
	margin-bottom: -27px
}
.photo-gallery-list li {
	list-style: none;
	display: block;
	float: left;
	width: 232px;
	height: 175px;
	margin-right: 30px;
	margin-bottom: 27px;
	line-height: 175px;
	text-align: left
}
.photo-gallery-list li img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle
}
