.recruit {
    padding: 50px;
    min-height: 500px;
}
    .recruit .title {
        padding: 30px 0;
        color: #333;
        font-size: 18px;
        display: block;
    }

    .recruit .SubTitle {
        color: #999;
        font-size: 12px;
        position: relative;
        overflow: hidden;
    }

        .recruit .SubTitle::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 80px;
            width: 100%;
            height: 1px;
            background: #F9F9F9;
        }

    .recruit .desc {
        color: #333;
        font-size: 12px;
    }
    .recruit .thead {
        background: #19BBC6;
        color:#fff ;
    }
    table {
        margin: 0 auto;
        width: 96%;
        text-align: center;
        line-height: 50px;
        font-size: 12px;
    }
        table tr {
            border-bottom: 1px solid #eee;
            background: #F9F9F9;
        }

    .recruit-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px;
        font-size: 24px;
    }
.width-20{
    width: 20%;
}
.text-l{
    text-align:left;
}
.pad-5{
    box-sizing: border-box;
    padding: 0 5%;
}
.no-wrap{
    white-space: nowrap;
}