﻿﻿/* 页码 */

.pages {
    margin-left: 12px;
}

.wb-page-items {
    margin-top: 20px;
    /*margin-bottom: 14px;*/
    padding-bottom:14px;
}

.wb-page-li {
    float: left;
    margin-left: 2px;
    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,
    .wb-page-item.accfocus
    {
        border: 1px solid #195faa;
    }

    .wb-page-item.current {
        width: 36px;
        height: 26px;
        line-height: 26px;
        border: 0;
        color: #195faa;
        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;
}
.prev {
	border: 1px solid #dfdfdf !important;
	color: #666 !important;
	font-weight:normal !important;
}
.last_text  {
	border: 1px solid #dfdfdf !important;
	color: #666 !important;
	font-weight:normal !important;
}
.wb-page-next {
    width: 58px !important;
	border: 1px solid #dfdfdf !important;
	color: #666 !important;
}

    .wb-page-next:hover,
    .wb-page-next.accfocus
    {
        background-color: #999999;
        color: #fff;
        cursor: pointer;
        border: 1px solid #999;
    }

.wb-page-go {
    width: 28px;
}

@media (min-width:480px) and (max-width: 979px) {
    .pages {
        margin: 0 auto;
        width: 480px;
    }
     .pageto,a.wb-page-to{
        display:none;
    }
}
@media (max-width: 480px) {
    .pages .page,.pageto,a.wb-page-to{
       display:none;
    }
    
}

