.join-item {

    position: relative;

    height: 120px;

    background-color: #fff;

    border-bottom: 1px solid #eee;

    box-sizing: border-box;

    padding: 20px 0 30px;

    overflow: hidden;

    text-align: center;

}

.join-item.active {

    height: auto;

    overflow: auto;

}

.join-item a {

    display: block;

}

.join-item .join-item-t {

    position: relative;

    font-size: 16px;

    line-height: 40px;

    /* padding-right: 90px; */

}

.join-item .position {

    color: #333;

    cursor: pointer;

    font-weight: 700;

    width: 100%;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.join-item .position span {

    display: inline-block;
    width: 26%;

}

.join-item .position .highColor {

    color: #e62129;

}

.join-item .company {

    position: absolute;

    right: 0;

    top: 0;

    width: 80px;

    height: 40px;

    background-color: #e62129;

    color: #fff;

    text-align: center;

    font-size: 14px;

    font-weight: 400;

    border-radius: 5px;

}

@media (max-width: 576px){

    .join-item .position {

        display: flex;

        justify-content: space-between;

        align-items: center;

    }

    .join-item .position span {

        margin: 0;

    }

}







.join-item .join-item-b {

    position: relative;

    /* padding-right: 120px; */

    font-size: 0;

}

.join-item .join-item-b span {

    display: inline-block;

    line-height: 30px;

    color: #666;

    font-size: 14px;

    font-weight: 400;

}

.join-item .join-item-b .line {

    margin: 0 10px;

}

.join-item .join-item-b .industry {

    position: absolute;

    right: 0;

    top: 0;

}

@media (max-width: 768px){

    .join-item {

        height: 118px;

        padding-top: 10px;

    }

}

@media (max-width: 576px){

    .join-item .join-item-t {

        font-size: 14px;

        line-height: 30px;

        /* padding-right: 90px; */

    }

    .join-item .company {

        width: 70px;

        height: 30px;

        font-size: 12px;

    }

    .join-item .join-item-b span {

        font-size: 12px;

        line-height: 24px;

    }

}



.job51 {

    padding: 0 20px;

    text-align: right;

}

.job51 a {

    display: inline-block;

}



.describe {

    color: #333;

    font-size: 14px;

    line-height: 26px;

    margin-top: 16px;

}

.describe span {

    font-weight: 600;

}

.dd {

    font-size: 14px;

    line-height: 30px;

    margin-top: 16px;

}

.see {

    position: absolute;

    left: 0;

    bottom: 0;

    display: block;

    width: 100%;

    height: 30px;

    font-size: 14px;

    line-height: 30px;

    text-align: center;

    cursor: pointer;

    background-color: #fff;

}

@media (max-width: 576px){

    .job51 {

        padding: 10px 20px;

    }

    .describe,

    .dd{

        font-size: 12px;

        line-height: 24px;

    } 

}