.pagination[data-v-60d09257] {
    text-align: center;
    margin: 25px 0
}

.pas[data-v-60d09257] {
    min-height: calc(100vh - 110px)
}

.hader[data-v-60d09257] {
    border-bottom: 1px solid #2e416a;
    font-size: 15px;
    color: #2e416a;
    font-weight: 700;
    line-height: 35px
}

.list .itemApp[data-v-60d09257] {
    padding: 10px 0;
    border-bottom: 1px solid #2e416a
}

.list .itemApp .haderx[data-v-60d09257] {
    font-weight: 600
}

.list .itemApp .text-2[data-v-60d09257] {
    margin-top: 6px
}

.list .itemApp .date[data-v-60d09257] {
    text-align: right;
    color: #999;
    font-size: 13px
}

.list .item[data-v-60d09257] {
    padding: 10px 20px;
    height: 100px;
    border-bottom: 1px solid #2e416a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.list .item .text[data-v-60d09257] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
    color: #222;
}

.list .item .text .haderx[data-v-60d09257] {
    font-weight: 600
}

.list .item .text .text-2[data-v-60d09257] {
    margin-top: 10px;
       word-break: break-all;
}

.list .item .date[data-v-60d09257] {
    color: #f3f3f3;
    height: 50px;
    width: 100px;
    background-color: rgba(49, 66, 106, .5);
    text-align: center;
    line-height: 25px;
    padding: 25px 0
}

.list .item .date .date1[data-v-60d09257] {
    font-size: 20px;
    font-weight: 600
}

.list .item[data-v-60d09257]:hover {
    background-color: hsla(0, 0%, 60%, .1)
}