.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: var(--color);
    line-height: 50px;
}

.Ny_Job .JobTop span {
    display: block;
    width: 45%;
    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: 45%;
    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: 40% !important;
        text-align: center;
        font-size: 16px;
    }

    .JobList .JobList_title {
        padding: 15px 0;
    }

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

    .JobList_content {
        padding: 30px 15px;
    }
    .Ny_Job .JobTop span:last-child {
    width: 10% !important;
}.JobList_title span:last-child {
    width: 10% !important;
}
}
@media screen and (max-width: 640px) and (min-width: 0px){
    .Ny_Job .JobTop span,
    .JobList_title span{
     width: 80% !important;
    }
    .Ny_Job .JobTop span:nth-child(2),
    .JobList_title span:nth-child(2){
     display: none;
    }
}