﻿
.list-page {
    color: #7c7c7c;
    font-size: 13px;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    font-weight: 600;
    margin-top: 60px;
}

.list-page .page:nth-child(2), .list-page .page:nth-child(3) {
    margin-right: 20px;
}

.list-page .page i {
    margin-right: 5px;
}
.list-page li{float: left; margin-right: 10px;}
.list-page .page input[type="text"] {
    border: 1px solid #c9c9c9;
    text-align: center;
    color: #7c7c7c;
    width: 35px;
    height: 35px;
    margin: 0 5px;
}

.list-page a {
    border: 1px solid;
    border-color: #c9c9c9;
    padding: 10px 15px;
}

.list-page .first {
    background-position: -12px -427px;
    width: 9px;
    height: 10px;
    margin-right: 10px;
}

.list-page .prev {
    background-position: -34px -427px;
    width: 7px;
    height: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.list-page .next {
    background-position: -58px -427px;
    width: 7px;
    height: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.list-page .last {
    background-position: -81px -427px;
    width: 9px;
    height: 10px;
    margin-left: 10px;
}

.list-page select {
    border: 1px solid #c9c9c9;
    color: #7c7c7c;
}

.list-page span {
    border: 1px solid;
    border-color: #c9c9c9;
    padding: 10px 15px;
    cursor: pointer;
    background: #fff;
}

.page_prev {
    margin-right: 8px;
}

.page_next {
    margin-left: 8px;
}

.disabled-span {
    background: #f5f5f500;
    color: #c7c7c7;
}

.disabled-a {
    background: #FA3D2F;
    color: white;
    border-color: #FA3D2F !important;
}

.disabled-a:hover {
    color: white;
}

.page_2 {
    padding-left: 15px;
}

.mr10 {
    padding: 0 6px;
}

#go_one {
    display: inline-block;
}

.list-page .page-s-1,
.list-page .page-s-2{ display: inline-block; }
/*列表end*/