.list-warp {
    height: 90%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
}

.list-warp .warp-box {
    height: 100%;
}

.list-warp .menu-title {
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    font-weight: bolder;
    background-color: #1A439E;
    color: #fff;
}
.list-warp .area-box {
    height: 90%;
    overflow: auto;
}
.list-warp .area-btn {
    background-color: #E6E6E6;
    line-height: 52px;
    font-size: 20px;
    cursor: pointer;
}
.list-warp .area-btn.active, .list-warp .area-btn:hover {
    background-color: #6e8fd6;
    color: #fff;
}
.list-warp .search-box {
    line-height: 50px;
    background-color: #EBF4FB;
}
.list-warp .search-box .son {
    height: 30px;
    line-height: 30px;
    background-color: #fff;
}
.list-warp .search-box .select {
    width: 120px;
}
.list-warp .search-box .input {
    width: 150px;
}
.list-warp .search-box .btn {
    height: auto;
    line-height: normal;
    background-color: #1A439E;
    color: #fff;
}
.list-warp .table-box {
    height: 80%;
    overflow: auto;
    line-height: 40px;
}
.cybf .list-warp .table-box {
    height: 88%;
}
/* .list-warp .jdbf-table-box{
    overflow: auto;
    line-height: 40px;
} */
.list-warp .table-box th,.list-warp .table-box td{
    padding: 10px 5px;
    text-align: center;
}
.table-width{
    width: 100%;
}
/* .jdbf-table-box th,.jdbf-table-box td{
    padding: 0px 26px;
    text-align: center;
} */
/* .jdbf-table-box .year{
    padding:10px 39px;
} */
.list-warp .table-box .name {
    width: 400px;
    box-sizing: border-box;
    overflow:hidden;
    text-overflow:ellipsis;
    /*禁止换行显示*/
    white-space:nowrap;
}
.list-warp .page-box {
    line-height: 30px;
    font-size: 16px;
}
.list-warp .page-box .page-btn {
    display: inline-block;
    border: 1px solid #000;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
}
.list-warp .page-box .page-btn:hover, .list-warp .page-box .page-btn.active {
    background-color: #1890FF;
    color: #fff;
}
.list-warp .page-box .page-btn.disabled, .list-warp .page-box .page-btn.disabled:hover, .list-warp .page-box .page-btn.disabled.active {
    background-color: #fff;
    color: #ccc;
    cursor: not-allowed;
}
.list-warp .page-box .select {
    height: 30px;
    line-height: 30px;
}
.list-warp .page-box .num {
    width: 40px;
    height: 30px;
    line-height: 30px;
}