.imgPlay div p:first-child{
    font-size: 36px;
}
.imgPlay div p:last-child{
    font-size: 28px;
}
.tab{
    margin:0;
    padding:0;
    list-style: none;
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #adadad;
}
.tab li{
    height: 60px;
    line-height: 60px;
    color: #222437;
    margin-right: 30px;
}
.tab li:hover{
    color: #1d59e3;
    cursor: pointer;
}

.active{

    border-bottom: 2px solid #1d59e3;
    color: #1d59e3 !important;
}

.title{
    text-align: center;
    font-size: 28px;
    padding-top: 60px;
    margin-bottom: 25px;
}
.sp{
    width: 40px;
    height: 2px;
    display: block;
    background: #2e3034;
    margin: 0 auto;
    margin-bottom: 40px;
}

.boxList{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d2d2d2;
    padding: 25px 0;
}
.boxLast{
    margin: 70px 0;

}
.boxLast div:first-child{
    border-right:1px solid #d2d2d2;
}
.boxLast div:last-child{
    padding-left: 50px;
}
.num{
    font-size: 16px;
}
.jobName{
    font-size: 18px;
}
.age{
    color: #676767;
}
.btn{
    border: 1px solid #959595;
    margin: 25px 0;
}
.btn{
    transition: all .5s ease;
}
.btn:hover{
    transform:translateY(10px);
}

.jobP{
    color: #666666;
}
.welfare{
    font-size: 18px;
}
.co{
    color: #666666;
}
.lastp{
    display: flex;
}
.cole{
    width: 28%;
    display: block;
}
.coo{
    line-height: 25px;
    color: #666666;
}




@media screen and (max-width: 1024px) {
    .imgPlay div p:first-child{
        font-size: 16px;
    }
    .imgPlay div p:last-child{
        font-size: 10px;
    }
    .title{
        font-size: 18px;
    }
    .tab li{
        margin-right: 10px;
    }
    .boxLast div:first-child{
        border-right:none;
    }
    .boxLast div:last-child{
        padding-left: 10px;
    }
}