/* 分页控制css */
li{list-style: none;}		
.pages {
    display: block;
    clear: both;
    height: 58px;
    margin: 0 15px 10px 10px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
}
.pages ul {
    float: left;
    left: 50%;
    margin-left: 15px;
    padding: 0;
    position: relative;
}
.pages ul li {
    border-style: none;
    float: left;
    font-family: Tahoma;
    line-height: 25px;
    margin-right: 2px;
    margin-top: 15px;
    position: relative;
    right: 50%;
}
.pages ul li a {
    background:#fff;
    color: #000;
    display: block;
    float: left;
    height: 26px;
	line-height:26px;
    padding: 0;
    width: 27px;
	border:1px solid #ccc;
}
.thisclass strong{color: #fff; font-weight:blod; }
.pages ul li a:hover {
    color: #c0c0c0;
    font-weight: bold;
    text-decoration: none;
}
.pages ul li.thisclass, .pages ul li .thisclass, .pages ul li.thisclass a, .pages ul li .thisclass a, .pagebox ul li.thisclass a:hover, .pagebox ul li .thisclass a:hover {
    color: #fff;
    font-weight: bold;
    height: 26px;
    margin-right: 2px;
    padding: 0;
    width: 26px;
	line-height:26px;
}

#jumpMenu { border:1px solid #ccc;height: 26px; line-height:26px; }

.pages ul li .topclass {
    background:#fff;
    color: #000;
    display: block;
    float: left;
    height: 26px;
    padding: 0;
    width: 61px;
	border:1px solid #ccc;
}
.xgzp {
    float: left;
    margin-top: 3px;
    width: 294px;
}
.pages .pageinfo {
    line-height: 21px;
    padding: 12px 10px 12px 16px;
}
.pages .pageinfo strong {
    font-weight: normal;
    margin: 0 2px;
}