.apply .app-con .app-grid{
    margin-bottom: 0; !important;
    outline: none;
    overflow: auto;
    height: 450px;
}
.apply .app-con .app-grid table{
    margin-bottom: 5px; !important;
}
.apply .app-con .page{
    width: 100%;
    height:28px;
    margin: 0 auto;
    padding:10px 0;
    background-color: white;
    display: flex;
    justify-content:center;
    border-top: 1px solid #ccc;
}
.apply .app-con .page ul{
    display: flex;
    justify-content:center;
}
.apply .app-con .page ul li{
    width:30px;
    height: 28px;
    border: 1px solid #cdcdcd;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}
.apply .app-con .page ul li:hover{
    color: white;
    /*background-color: #69c607cc;*/
    background-color: #8C1515;
}
.apply .app-con .page ul .action{
    color: white;
    background-color: #aaa;
}
.apply .app-con .page #page-limit{
    height: 30px;
    margin-left: 5px;
    border: 1px solid #cdcdcd;
}
.body-data .del{
    width: 51px;
    height: 26px;
    background-color: white;
    border: 1px solid #DE3730;
    border-radius: 5px;
    cursor: pointer;
}
.body-data .upd{
    width: 55px;
    height: 26px;
    background-color: white;
    border: 1px solid #6bc20e;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 5px;
}
.body-data .down{
    width: 74px;
    height: 26px;
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 5px;
}
.body-data .del:hover{
    background-color: #DE3730;
    color: white;
}
.body-data .upd:hover{
    background-color: #6bc20e;
    color: white;
}
.body-data .down:hover{
    background-color: #aaa;
    color: white;
}
.apply .app-con #t-con{
    position: relative;
}
.apply .app-con .loading{
    z-index: 9991;
    position: absolute;
    left: 44%;
    top: 35%;
    display: none;
}
.apply .app-con .t-con1 .table-notice-board-a{
    color: #089ab4;
    text-decoration: none;
    border-bottom: 1px dotted;
}
.apply .app-con .t-con1 .table-notice-board-a:hover{
    color: white;
}
.apply .app-con .t-con1 .update-btn{
    color: #089ab4;
    text-decoration: none;
    border-bottom: 1px dotted;
}
.apply .app-con .t-con1 .update-btn:hover{
    color: white;
}