@charset "GBK";
/* CSS Document */
a,a:link, a:visited  {
	color:#000;
}
a:hover{
	text-decoration:none;
	color:#f00;
}
.mainlist{
	padding:10px 15px;
}
.mainlist ul{
	list-style:none;
	line-height:24px;
	padding:0;
	margin:0;
}
.mainlist ul li{
	border-bottom:1px dotted #ccc;
	padding:0px 5px;
	}
.mainlist ul li a, .mainlist ul li a:link, .mainlist ul li a:visited {
	background: url(imagesicon2.gif) no-repeat left center;
	padding-left:20px;
	color:#000;
}
.mainlist ul li a:hover{
	background: url(imagesicon3.gif) no-repeat left center;
	padding-left:20px;
	color:#f00;
}
.mainlist ul li span{
	float:right;
	color:#ccc;

	}
.photolist{
	width:150px;
	height:120px;
	float:left;
	padding:10px 10px;
	text-align:center;}
.photolist img{
	max-width:150px;
	height:90px;
}
.photolist h3{
	font-size:12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:150px;
	line-height:30px;
	height:30px;
	}
.photolist a,.photolist a:link, .photolist a:visited {
	text-align:center;
	color:#000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:150px;
}
.photolist a:hover{
	color:#f00;
}
.page{
	text-align:center;
	border-top:2px solid #CCC;
	padding-top:5px;
	clear:both;
}