.firstlink,.previouslink,.nextlink,.lastlink{
	float: left;
	margin-left: 4px;
	font-size: 14px;
	text-align: center;
	font-family: "Microsoft YaHei";
	display: list-item;
	display: block;
	width: 58px;
	font-size: 12px;
	font-family: "SimSun";
	height: 24px;
	line-height: 24px;
	border: 1px solid #dfdfdf;
	color: #666;
}
.firstlink:hover,.previouslink:hover,.nextlink:hover,.lastlink:hover{
	background-color: #999999;
	color: #fff;
	cursor: pointer;
	border: 1px solid #999;
}
.firstlink a,.previouslink a,.nextlink a,.lastlink a{
	color: #666;
	text-decoration: none;
	display:inline-block;
	width:60px;
}
.pagelink a{
	color:#666;
}
.firstlink a:hover,.previouslink a:hover,.nextlink a:hover,.lastlink a:hover{
	color: #fff;
}
.pagelink{
	float: left;
	font-size: 14px;
	text-align: center;
	font-family: "Microsoft YaHei";
	display: list-item;
	display: block;
	width: 34px;
	height: 24px;
	border: 1px solid #dfdfdf;
	line-height: 24px;
	color: #666;
	margin:0px 2px 0px 2px;
}
.pagelink:hover{
	border: 1px solid #0030cc;
}
.pagelink.current{
	width: 36px;
	height: 26px;
	line-height: 26px;
	border: 0 !important;
	color: #ff0000;
	font-weight: bold;
}
.index{
	margin-left: 10px;
	width:auto;
	height: 26px;
	line-height: 26px;
	border: 0 !important;
	
}
.zhuandao{
	display:block;
	float:left;
	width:auto;
	font-family:SimSun;
	height:26px;
	line-height:26px;
	border: 0 !important;
	color:#666;
	margin-left:10px;
	font-size:14px;
	font-weight: bold;
}
.text{
	display:block;
	float:left;
	width: 40px;
    height: 24px;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    margin-left:4px;
    padding-left:6px;
}
.text:hover{
	border:1px solid #0030cc;
}
.go{
	display:block;
	float:left;
	width: 30px;
    height: 24px;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    font-size:12px;
    font-family:Microsoft YaHei;
    margin-left:4px;
    text-align:center;
}
.go:hover{
	background-color: #999999;
    color: #fff;
    cursor: pointer;
    border: 1px solid #999;
}
.listfoot{
	margin:20px;
}