/*分页*/
.gopage{
    margin-bottom: 70px;
    margin-top: 30px;
    clear: both;
    height: 40px;
    text-align: center;
}
.gopage a {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 16px;
    text-align: center;
    vertical-align: bottom;
    margin:0 10px;
    color: #888888;
}
.gopage a.cur {
    cursor: default;
    color: #000000;
}
.gopage a.no-prev-btn {
    cursor: default;
    background: url(/Public/Home/material/img/left-icon.png) no-repeat;
    margin-right: 10px;
    background-size: 24px 16px;
    background-position-y: 2px;
}
.gopage a.prev-btn {
    background: url(/Public/Home/material/img/left.png) no-repeat;
    background-size: 24px 16px;
    background-position-y: 2px;
}

.gopage a.no-next-btn {
    cursor: default;
    background: url(/Public/Home/material/img/right-icon.png) no-repeat;
    background-size: 24px 16px;
    background-position-y: 2px;
}
.gopage a.next-btn {
    background: url(/Public/Home/material/img/right.png) no-repeat;
    margin-left: 10px;
    background-size: 24px 16px;
    background-position-y: 2px;
}