.list-area {
    font-size: 16px;
    color: #333333;
}

.list-header {
    padding: 20px 0;
    font-size: 24px;
    font-weight: bold;
    color: #0d1c28;
    border-bottom: 4px solid #0d1c28;
}

.table {
    width: 100%;
    table-layout: fixed
}

.table thead tr {
    height: 40px;
}

.table th {
    font-size: 14px;
    color: #999999;
    text-align: left;
}

.table tbody tr {
    height: 60px;
}

.table tbody tr:hover {
    background-color: #fafafa;
}

.table th,
.table td {
    border: solid #e6e6e6;
    border-width: 0px 0px 1px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.page-box {
    padding: 30px 0;
    
    height: 40px;
    line-height: 40px;
    text-align: right;
}

.page-prompt {
    padding: 30px 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.jump-page {
    width: 70px;
    height: 80%;
    text-align: center;
}

.jump-btn {
    display: inline-block;
    background-color: #ebf4fb;
    color: #4293f4;
    width: 50px;
    text-align: center;
    cursor: pointer;
}

.next-btn {
    width: 40px;
    display: inline-block;
    background-color: #3e97df;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.title-hover:hover {
    color: #3e97df;
}

.title-hover {
    cursor: pointer;
}

.color-3e97df {
    color: #3e97df;
}

.color-999 {
    color: #999999;
}

.color-777 {
    color: #777;
}

.color-112534 {
    color: #112534;
}

.color-df3e3e {
    color: #df3e3e;
}

.color-ff9900{
    color: #ff9900;
}

.cursor-pointer {
    cursor: pointer;
}