
/* 招聘 */
.jobs{
    padding: 50px 0 0;
    text-align: center;
    /* background-color: #d1d1d1; */
}
.jobs .modular-t{
    margin: 0 auto;
}
.jobs-cont{
    
}
.jobs-item{
    text-align: left;
}
.jobs-t{
    height: 82px;
    border-bottom: 1px solid #cecbcb;
    cursor: pointer;
}
.jobs-title{
    float: left;
    max-width: 80%;
    font-weight: normal;
    font-size: 18px;
    line-height: 80px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jobs-arrow{
    float: right;
    height: 100%;
    padding: 0 30px;
    line-height: 80px;
}
.jobs-arrow .iconfont{
    font-size: 20px;
    color: #595656;
}
.jobs-b{
    display: none;
    padding: 50px 50px 60px;
    margin-top: -1px;
    background-color: #f5f5f5;
}
.jobs-b-title{
    font-weight: 900;
    font-size: 16px;
    line-height: 32px;
    color: #595656;
}
.jobs-b-text{
    margin-bottom: 42px;
    font-size: 16px;
    line-height: 32px;
    color: #595656;
}
.jobs-d{
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
}
@media (max-width: 768px){
    .jobs {
        padding: 50px 0 0;
    }
    .jobs-cont {
        padding: 0;
    }
    .jobs-t {
        height: 50px;
    }
    .jobs-title{
        font-size: 16px;
        line-height: 50px;
    }
    .jobs-arrow{
        line-height: 50px;
    }
    .jobs-b {
        padding: 20px;
    }
    .jobs-b-title {
        font-size: 16px;
        line-height: 30px;
    }
    .jobs-b-text {
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 24px;
    }
    .jobs-d{
        font-weight: 900;
        font-size: 16px;
    }
}