﻿/*!
* 页码样式
* author:shenyh
* date:2015-08-31
*/

.wb-page-items {
  margin-top:10px;
}

.wb-page-li {
    float: left;
    margin-left: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei"; 
}

.wb-page-li>a {
    display: block;
}

.wb-page-li.ml6 {
    margin-left: 6px;
}

.wb-page-li.ml20 {
    margin-left: 20px;
}

.wb-page-item {
    width: 34px;
    height: 24px;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
}
.wb-page-item:hover{
    border:1px solid #0030cc;
}

.wb-page-item.current{
    width: 36px;
    height:26px;
    line-height: 26px;
    border:0;
    color: #0030cc;
    font-weight: bold;
}
.wb-page-default {
    width: 36px;
    height: 26px;
    line-height: 26px;
    color: #666;
}

.wb-page-omit {
    width: auto;
    padding: 0 18px 0 18px;
}

.wb-page-family {
    font-family: "SimSun";
}

.wb-page-fs12 {
    font-size: 12px;
}

.wb-page-number {
    width: auto;
    padding: 0 6px 0 6px;
    font-weight: bold;
}

.wb-page-to {
    width: auto;
}

.wb-page-next {
    width: 58px;
}

.wb-page-next:hover {
    background-color: #999999;
    color: #fff;
    cursor: pointer;
    border: 1px solid #999;
}

.wb-page-go {
    width: 28px;
}

.firstlink,.previouslink,.nextlink,.lastlink{
	float: left;
	margin-left: 4px;
	font-size: 14px;
	text-align: center;
	font-family: "SimSun";
	display: list-item;
	display: block;
	width: 58px;
	font-size: 12px;
	font-family: "SimSun";
	height: 24px;
	line-height: 24px;
	border: 1px solid #dfdfdf;
	color: #666;
}
.wb-page-li span{
	display: block; 
	font-size: 12px;
	font-family: "SimSun";
	height: 24px;
	line-height: 24px;
}
.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:58px;
}
.pagelink a{
	color:#666;
}
.firstlink a:hover,.previouslink a:hover,.nextlink a:hover,.lastlink a:hover{
	background-color: #999999;
    color: #fff;
    cursor: pointer;
    border: 1px solid #999;
}
.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;
	font-weight:bold;
}
.pagelink:hover{ 
	background-color: #999999;
	border: 1px solid #999;
}
.pagelink.current{
	width: 36px;
	height: 26px;
	line-height: 26px;
	border: 0 !important;
	color: red;
	font-weight: bold;
	background-color: transparent;
}
.zhuandao{
	display:block;
	float:left;
	width:auto;
	font-family:SimSun;
	height:26px;
	line-height:26px;
	color:#666;
	margin-left:10px;
	font-size:14px;
}
.text{
	display:block;
	float:left;
	width: 28px;
    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;
}
.alink{
	width: 34px;
    height: 24px;
    /*border: 1px solid #dfdfdf;*/
    line-height: 24px;
    color: #666; 
}
.alink:hover{
	color: #fff; 
	/*border:1px solid #0030cc*/;
}
.alink.current{
	width: 36px;
    height:26px;
    line-height: 26px;
    border:0;
    color: #0030cc;
    font-weight: bold;
    background-color: transparent;
}