
/* .main-right {
    width: 97.5%;
} */

.recruit-cont{
    padding-bottom: 1rem;
}
.recruit-item{
    text-align: left;border-bottom: 1px solid #eee; padding:0 0 .5rem 0;
}
.recruit-t{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 0 0 6.95970695970696%;
    
}
.recruit-text{
    width: 83.59872611464968%;
}
.recruit-title{
    margin-bottom: .2rem;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    color: #313131;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recruit-arrow{
    height: 100%;
    padding: .3rem;
}
.recruit-arrow .iconfont{
    font-weight: bold;
    font-size: 20px;
    color: #313131;
}
.recruit-b{
    display: none;
    padding: 0 0 0 6.95970695970696%;
    margin-top: .3rem;
    background-color: #fff;
}
.recruit-b-title{
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    color: #313131;
}
.recruit-b-text{
    font-size: 14px;
    line-height: 24px;
    color: #535353;
}
.recruit-d{
    display: inline-block;
    font-weight: normal;
}
@media (max-width: 768px){
    .main-cont {
        padding: 0;
    }
}
