.contactUsnav{
    width: 100%;
    height: 4.5rem;
}
a{
    color: #ffffff;
}
a:hover{
    color: #ffffff;
}
.contactUsnav img{
    display: block;
    width: 100%;
    height: 100%;
}
.content{
    width: 100%;
    min-height: 800px;
    padding-bottom: 150px;
}
.RecruitmentList .tit {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: 40px 0;
}
.RecruitmentList .tit div{
    width: 24%;
    box-sizing: border-box;
    float: left;
    text-align: center;
}
.RecruitmentList .tit>p{
    width:1px;
    height:45px;
    background-color: rgba(227,6,6,1);
}
.RecruitmentList .tit div>p{
    font-size:22px;
    font-weight:bold;
    color:rgba(38,38,38,1);
}
.RecruitmentList .tit div>h4{
    height:48px;
    background:rgba(187,5,5,1);
    border-radius:6px;
    font-size:18px;
    font-weight:400;
    color:rgba(255,255,255,1);
    text-align: center;
    line-height: 48px;
    margin: 0 auto;
    padding: 0 15px;
    display: inline-block;
}
.Public{
    width: 100%;
    overflow: hidden;
}
.Public h4{
    width: 20%;
    font-weight: bold;
    float: left;
    text-align: center;
}
.Public div{
    width: 80%;
    float: left;
}
.obligation{
    margin-top: 30px;
}
.relation{
    width: 100%;
    overflow: hidden;
    margin: 40px 0 60px;
}
.relation h5{
    width: 50%;
    float: left;
    font-size:18px;
    font-weight:400;
    color:rgba(38,38,38,1);
    text-align: center;
}
.relation h5 span{
    margin-right: 10px;
    color: #B30505;
    font-weight: bold;
}
.RecruitmentList li{
    border-bottom:10px solid rgba(230,230,230,1);
}
.mobiletit h4{
    padding: 12px 15px;
    float: left;
    background-color: #BB0505;
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    border-radius:6px;
}
.mobiletit>div{
    width: 100%;
    float: left;
    font-size:12px;
    font-weight:400;
    color:rgba(38,38,38,1);
    margin: 20px 0 30px;
}
.mobiletit>div>span{
    padding: 0 10px;
    border-right:1px solid rgba(204,204,204,1);
}