.recruitment{
    padding: 142px  0 197px;
    background-color: rgba(250, 250, 250, 1);
}
.recruitment .box1 .title{
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    text-align: center;
}
.recruitment .box1 .des{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px; 
    margin-top: 43px;
    text-align: center;   
}
.recruitment .box1 .box-c{
    margin-top: 89px;
    background-color: #fff;
    padding: 6px 102px 289px 66px;
}
.recruitment .box1 .box-c li{
   padding: 64px 0 32px;
    border-bottom: 1px solid rgba(175, 175, 175, 0.38);
}
.recruitment .box1 .box-c li .text-title{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 1;
}
.recruitment .box1 .box-c li:hover .text-title{
    color: rgba(0, 92, 173, 1);
}
.recruitment .box1 .box-c li .text-des{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    line-height: 36px;
    margin-top: 26px;
}
.recruitment .box1 .box-c li .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 1;    
    margin-top: 28px;
}
.recruitment-d{
    background-color: rgba(250, 250, 250, 1);
}
.recruitment-d .box1{
    padding: 74px 0 149px;
}
.recruitment-d .box1 .box-t{
    height: 88px;
    background: #005CAD;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 34px 0 81px;
}
.recruitment-d .box1 .box-t .l{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}
.recruitment-d .box1 .box-t .r{
    width: 146px;
    height: 47px;
    background: #1351D0;
    border-radius: 20px;
}
.recruitment-d .box1 .box-t .r a{
    display: block;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 47px;
    text-align: center;
}
.recruitment-d .box1 .box-c{
    padding: 0 34px 154px 81px;
    background-color: #fff;
}
.recruitment-d .box1 .box-c .text-box{
    margin-top: 54px;
}
.recruitment-d .box1 .box-c .text-title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}
.recruitment-d .box1 .box-c .text-des{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 23px;
}
.recruitment-d .box1 .box-c .btn{
    width: 161px;
    height: 40px;
    background: #005CAD;
    border-radius: 20px;
    margin-top: 56px;
}
.recruitment-d .box1 .box-c .btn a{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 22px;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
}