

/* 页码 */

.ewb-page {
    margin-top: 25px;
    text-align: center;
    margin-bottom:15px;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 5px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
    height: 26px;
    line-height: 26px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    
}
.ewb-page-li.ewb-page-hover{font-family:SimSun;width:60px;font-size:12px;}

.ewb-page-li.current>a,.ewb-page-li.current {
    border: 1px solid #fff;
    color: #1973c3;
    font-weight:bold;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    border: 0;
    color: #666;
    font-family: "Simsun";
}
.ewb-page-li.ewb-page-noborder,.ewb-page-li.ewb-page-inpt{border:1px solid #fff}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 26px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 26px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 60px;
}

.ewb-page-hover>a {
    font-family: "Simsun";
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #fff;
}
.ewb-page-hover:hover,
.ewb-page-go:hover{background-color: #999;
    border-color: #999;color: #fff;}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #555;
}





/* 平板电脑和小屏电脑之间的分辨率 */

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-page-li {
        min-width: 28px;
        font-size: 12px;
    }
    .ewb-page-items {
        margin: 10px 0 14px 0
    }
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 */

@media (max-width: 767px) {
    .ewb-page-items {
        margin: 7px 0 5px 0;
    }
    /*.ewb-page-li {*/
    /*    display: none;*/
    /*}*/
    /*.ewb-page-hover {*/
    /*    display: block;*/
    /*}*/
    .ewb-page-li {
        margin-bottom:10px
    }
}

/* 横向放置的手机及分辨率更小的设备 */

@media (max-width: 480px) {
    
}
