.ny_job .title {
    display: block;
    padding-bottom: 20px;
    text-align: center;
    color: #333;
    line-height: 1;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 34px;
}

.ny_job .jobtop {
    display: flex;
    background: #006cb5;
    line-height: 50px;
}

.ny_job .jobtop span {
    display: block;
    width: 22%;
    padding: 0px 20px;
    color: #fff;
}

.joblist .joblist_title span img {
    width: 16px;
    height: 16px;
    transition: .2s;
}

.ny_job .jobtop span:last-child {
    width: 12%;
    text-align: center;
}

.joblist_title {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    display: flex;
    line-height: 50px;
    transition: 1s;
}

.joblist_title span {
    display: block;
    width: 22%;
    padding: 0px 20px;
    color: #333;
}

.joblist_title span:last-child {
    width: 12%;
    text-align: center;
}

.joblist_content {
    display: none;
    padding: 45px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
}


.joblist.cur .joblist_title {
    background: #fff;
    border: 1px solid #f1f1f1;
}

.joblist.cur .joblist_title span img {
    width: 16px;
    height: 2px;
}

@media screen and (max-width: 992px) and (min-width: 0px) {
    .ny_job .jobtop span {
        padding: 0;
        width: 20% !important;
        text-align: center;
        font-size: 12px;
    }

    .joblist .joblist_title {
        padding: 15px 0;
    }

    .joblist_title span {
        padding: 0;
        width: 20% !important;
        font-size: 12px;
        line-height: 2;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .joblist_content {
        padding: 30px 15px;
    }
}