.joinUs {
    margin-top: 0.8rem;
}
.joinUs .joinContent {
    padding: 0 30px;
}
.joinUs .joinContent .title {
    margin: 0.6rem 0 0.6rem;
    text-align:center;
}
.joinUs .joinContent .title h3 {
    font-size: 30px;
    color: #0355a4;
    font-weight:bold;
    margin-bottom: 0.18rem;
}
  
.joinUs .joinContent .title p {
    font-size: 18px;
}

.joinUs .joinContent .part {
    padding: 0 80px;
}
.joinUs .joinContent .joinfrist {
    display:flex;
    background: #f1f5fc;
    justify-content:center;
    padding: 40px 0;
}
.joinUs .joinContent .joinfrist  .part{
    width:4.5rem;
}
.joinUs .joinContent .joinfrist  .part1 {
    border-right: 1px solid #ccc;
}
.joinUs .joinContent .joinfrist h5 {
    display: flex;
    align-items: center;
    font-size: 20px;
    color:#2c3e50;
    margin-bottom: 20px;
}
.joinUs .joinContent .joinfrist p {
    font-size: 15px;
    line-height: 30px;
    color:#2c3e50;
    text-align: justify;
}
.joinUs .joinContent .selectOption {
    margin-top: 40px;
}
.joinUs .joinContent .selectOption select{
    width: 2.18rem;
    height: 0.4rem;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    outline: none;
    color: #606266;
}
.joinUs .joinContent .post{
    display:flex;
    justify-content:center;
}
.joinUs .joinContent .post .postDetail {
    display:none;
    position: relative;
    border: 2px solid #eee;
    border-left: none;
    margin-bottom:40px;
    padding: 0.3rem 0.4rem 0.3rem 0;
}
.joinUs .joinContent .post .postDetail .postName {
    font-size: 20px;
    position: absolute;
    top: -16px;
    left: 0;
    padding-right: 10px;
    background: #fff;
    color: #f39601;
}
.joinUs .joinContent .post .postDetail .jobAddress{
    text-align:left;
    font-size:16px;
    margin-bottom:10px;
}
.joinUs .joinContent .post .postDetail .textCont{
    width:100%;
    display:flex;
    justify-content:space-between;
}
.joinUs .joinContent .post .postDetail .textCont .postImg{
    padding:0 50px;
    border-left:1px solid #eee;
    height:70px;
}
.joinUs .joinContent .post .postDetail .textCont .description {
    text-align:justify;
}
.joinUs .joinContent .post .postDetail .postBtn{
    padding-top:30px;
    text-align:left;
}
.joinUs .joinContent .post .postDetail .postBtn .apply{
    display:inline-block;
    width:120px;
    height:30px;
    line-height:30px;
    font-size:16px;
    color:#fff;
    text-align:center;
    background:#0355a4;
}
.joinUs .joinContent .post .postDetail .postBtn .apply:hover{
    cursor: pointer;
    background: #f39601;
    color:#0355a4;
}