/* CSS Document */
.yema {
    text-align: right;
    //overflow: hidden;
}

.pages {
    margin: 40px auto 20px;
    text-align: center;
}

.pages a {
    border: 1px solid #CCCCCC;
    color: #666666;
    font-size: 14px;
}

.pages span {
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 25px;
    margin: 0 2px;
}

.pages a:hover {
    border: 1px solid #fff;
}

.nolink {
    border: 1px solid #ccc;
    padding: 3px 9px;
    line-height: 25px;
    height: 25px;
    color: #666
}

.current_page {
    color: #fff;
    background: red;
    border: none;
    padding: 3px 9px;
    line-height: 25px;
    height: 25px;
}

.pages {
    text-align: center;
    clear: both;
    padding: 10px;
    font-size: 14px;
}

.pages a {
    color: #111;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 9px;
    margin: 0 2px;
}

.pages a.current, .pages a:hover {
    background-color: #1576db;
    color: #fff;
}