.jop-list{
    background: white;
    min-height: 70vh;
    margin-bottom: .16rem;
}
.jop-item{
    padding: 0 .29rem 0 .51rem;
    cursor: pointer;
}
.jop-item-link{
    padding: .2rem 0;
    padding-right: .11rem;
    border-bottom: 1px solid #EEEEEE;
}
.jop-name{
    font-size: .20rem;
    color: #333333;
    line-height: .27rem;
    font-weight: 600;
}
.jop-info{
    font-size: .14rem;
    font-weight: normal;
    color: #999999;
    line-height: .20rem;
    margin-top: .1rem;
}

.jop-item-btn{
    width: .86rem;
    height: .36rem;
    border-radius: .06rem;
    border: 1px solid #3969FF;
    font-size: .14rem;
    font-weight: 400;
    color: #206CFE;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}
.bg-white-block{
    margin-bottom: .16rem;
    padding-bottom: .36rem;
    background-color: white;
    margin-top: .2rem;
}

#pages li:last-child{
    margin-right: 0;
}

.pagination-wrap{ 
    margin-top: .36rem;
    padding-right: 0.51rem;
}
.jop-wrap .el-pagination.is-background .btn-prev,.jop-wrap .el-pagination.is-background .btn-next{
    background-color: #eee;
    color: #666;
    font-size: 14px;
    width: 91px;
    height: 37px;
    border-radius: 0.04rem;
}
.jop-wrap .el-pagination.is-background .btn-prev span,.jop-wrap .el-pagination.is-background .btn-next span{
    font-size: 14px;
}
.jop-wrap .el-pagination.is-background .btn-prev{
    margin-right: 13px;
}

.jop-wrap .el-pagination.is-background .el-pager li{
    background-color: #EEEEEE;
    height: 37px;
    width: 37px;
    line-height: 37px;
    font-size: 14px;
    border-radius: 0.04rem;
}

.jop-wrap .el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: #3969FF;
}

.jop-wrap .el-pagination.is-background .el-pager li:not(.disabled):hover{
    color: #3969FF;
}