﻿.title{font-size:14px;font-weight:bold;border-bottom:1px solid #f0f0f0;line-height:30px;height:30px;margin:0 0 15px 0;}
.photolist{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 950px;
	overflow: hidden;
}
.photolist li{
	float: left;
	display: block;
	overflow: hidden;
	background: #f3f3f3;
	margin: 0 45px 20px 0;
	width: 200px;
}
.photolist li:nth-child(4n){ margin-right:0;}
.photolist li img{
	width: 198px;
	height:130px;
	display: block;
	padding: 0px;
	margin: 1px;
	background: #fff;
}
.photolist li div{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	display: block;
	text-align: center;
	padding: 0 6px;
}
.photolist li a{font-weight:bold;}
.photolist li p{line-height:22px; padding:0 15px;margin:0; height:55px; color:#666;}

.phototop{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	height: 160px;
	overflow: hidden;
	clear: both;
}
.phototop li{
	float: left;
	display: block;
	overflow: hidden;
	background: #f3f3f3;
	margin: 0 9px 20px 9px;
}
.phototop li img{
	width: 139px;
	display: block;
	padding: 2px;
	margin: 5px;
	background: #fff;
}
.phototop li div{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	display: block;
	text-align: center;
	padding: 0 6px;
	width: 135px;
}
