/* 
.sec-lists-recruitment{
    padding: 20px 30px 30px 30px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    background: #fff;
    margin: 24px 0px 0px 0px ;
    display: inline-block;
}
.recruitment-left{
    margin-right: 30px ;
}
.recruitment-right{
   margin-left: 30px;
}
.recruitment-list{
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 16px;
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.recruitment-list:last-child{
    border-bottom: none;
    padding-bottom:0;
}


.recruitment-list p{
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 21px;

}
.recruitment-list p:hover{
    color: #FF2B36;
}
.recruitment-list span {
    font-size: 15px;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
    margin-left: 64px;
} */


/* 修改版的招聘简章 */
.text_list {
    padding: 20px 30px 30px 30px;
    width: 100%;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    background: #fff;
    margin-top: 24px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
}
.text_list .list-content .list-li {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
    border-bottom: 1px solid #EBEBEB;
    /* padding-top: 20px;
    padding-bottom: 14px; */
    padding-bottom: 16px;
    padding-top: 16px;
  }
.text_list .list-content .list-li:last-of-type {
    border-bottom: none;
  }

.text_list .list-content .list-li .text {
    width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
  } 
.text_list .list-content .list-li .text:hover{
    color: #FF4743;
  } 
.text_list .list-content .list-li .time {
       padding-left: 47px;
       font-size: 15px;
       font-weight: 400;
       color: #999999;
       line-height: 21px;
  }
