/* 人才招聘 */
.us{
    width: 100%;
    height: auto;
}
.us .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.usTit{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.usTit p{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 33px;
    text-indent: 6px;
}
.usTit_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-right: 8px;
}
.usTit_Yc span{
    font-size: 14px;
    color: #999999;
}
.usTit_Yc .span1{
    color: #487ed4;
}
/* 中部 */
.usBody{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.usBody_Top{
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    margin-top: 53px;
}
.usBody_Top ul{
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.usBody_Top ul li{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 18px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 60px;
}
.usBody_Mid{
    width: 100%;
    height: auto;
}
.usBody_Mid ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.usBody_Mid ul li{
    width: 100%;
    height: auto;
}
.usBody_Mid ul li a{
    width: 100%;
    height: auto;
}
.usBody_Mid ul li ul{
    display: flex;
    justify-content: space-between;
    align-content: center;
    border-bottom: 1px solid #e4e4e4; 
}
.usBody_Mid ul li ul li{
    text-align: center;
    align-self: center;
    padding-top: 23px;
    padding-bottom: 22px;
}
.usBody_Mid .cur a{
    color: #487ed4;
}