.pagination {
    /* line-height: 1.6; */
    font-family: Marmelad, "Lucida Grande", Arial, "Hiragino Sans GB", Georgia, sans-serif;
    font-size: 14px;
    box-sizing: initial;
    line-height: 40px;
    margin: 40px auto 0 auto;
}

.pagination li {
    float: left;
    padding: 0 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.pagination .first,
.pagination .last,
.pagination .prev,
.pagination .next {
    line-height: 40px;
    background-color: #efefef;
    margin-left: -1px;
}

.pagination .page {
    margin-left: -1px;
    color: #2953a6;
}

.pagination .page.active {
    color: #999999;
    background-color: #efefef;
}

.pagination {
    width: 100%;
    height: 40px;
}


.page-title {
    font-size: 24px;
    font-weight: bold;
}
.search-wrap {
    height: 30px;
    line-height: 30px;
    margin: 20px 0 0 0;
    font-size: 14px;
}
.search-wrap .input {
    width: 150px;
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
    margin: 0 10px 0 0;
    display: block;
    float: left;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.time-range {
    width: 360px;
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
    display: block;
    float: left;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.search-wrap .search-btn {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    display: block;
    float: left;
    border: none;
    background-color: #d3ad6f;
    color: #fff;
    margin-left: 30px;
}

.table-wrap {
    /* width: 100%; */
    margin-top: 30px;
}
.table {
    /* border: 1px solid #ccc; */
    /* width: 613px; */
    display: block;
    margin: 0 0 50px 0;
    font-size: 14px;
}
.table .row1 {
    width: 100%;
    line-height: 40px;
    text-align: center;
    /* border: 1px solid #CCCCCC; */
    background-color: #d3ad6f;
    color: #fff;
}
.table .row2 {
    width: 100%;
    line-height: 40px;
    border: 1px solid #d3ad6f;
}
.table tr {
    width: 100%;
    line-height: 40px;
    /* text-align: center; */
}
.table tr a:hover {
    text-decoration: underline;
    color: #d3ad6f;
}
.table td {
    padding: 0 10px;
}
.table .td1 {
    width: 530px;
    /* padding: 0 10px; */
    text-align-last: left;
}