.jobShow{
    width: 1100px;
    margin: 0 auto;
    margin-top: 60px;
}

.infoTit{
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #C9CACA;
    display: flex;
    justify-content: space-between;
}

.infoTit_l{
    width: 70%;
    display: flex;
}
.infoTitImg{
    width: 70px;
}
.infoTitImg img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.basInfoBox{
    width: 86%;
    margin-left: 35px;
}
.infoTit_l li{
    width: 100%;
    display: flex;
    align-items: center;
}
.infoTit_l li h3{
    font-weight: bold;
    font-size: 25px;
    color: #3E3A39;
}
.infoTit_l li i{
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.infoTit_l p.basicInfo{
    width: 100%;
    margin-top: 20px;
}
.infoTit_l p.basicInfo i{
    color: #898989;
    font-size: 15px;
    border-right: 1px solid #898989;
    padding-right: 10px;
    margin-right: 10px;
}
.infoTit_l p.basicInfo i:last-child{
    border-right: unset;
}

.infoTit_l ul{
    width: 100%;
    margin-top: 20px;
}
.infoTit_l ul p,
.infoTit_l ul p span,
.infoTit_l ul div{
    color: #898989 !important;
    font-size: 15px !important;
    line-height: 24px;
}

.infoTit_r{
    width: 15%;
}
.infoTit_r p{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.infoTit_r p a{
    font-size: 14px;
    color: #3E3A39;
    display: flex;
    align-items: center;
}
.infoTit_r p a:first-child{
    margin-right: 20px;
}
.infoTit_r p a img{
    margin-right: 6px;
}
.infoTit_r li{
    width: 100%;
    margin-top: 10px;
}
.infoTit_r li a{
    width: 100%;
    padding: 5px 0;
    background-color: #119542;
    border-radius: 5px;
    font-weight: bold;
    font-size: 17px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.2s ease-in-out;
    cursor: pointer;
}
.infoTit_r li a:hover{
    box-shadow: 0 1px 6px rgba(17, 149, 66, 1);
}
.infoTit_r li a img{
    margin-right: 5px;
}

.jobCon{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.jobCon_l{
    width: 100%;
}


/*职位信息*/
.postInfo{
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #C9CACA;
}
.postInfo h3{
    width: 100%;
    border-left: 4px solid #119542;
    padding-left: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #3E3A39;
    line-height: 24px;
}
.postInfo ul{
    width: 100%;
    margin-top: 26px;
}
.postInfo ul i{
    width: 100%;
    font-size: 15px;
    color: #3E3A39;
    border-right: 1px solid #898989;
    padding-right: 10px;
    margin-right: 10px;
}
.postInfo ul i:last-child{
    border-right: unset;
    margin-right: 0;
}

.addressBox{
    margin-top: 25px;
}
.addressCon{
    width: 100%;
}
.workExp{
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #F0F0F0;
}
.workExp:last-child{
    border-bottom: unset;
    padding: 20px 0 0 0;
}
.expTit{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.expTit li{
    font-size: 15px;
    color: #3E3A39;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.expTit li i{
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: #C9CACA;
    margin: 0 10px;
}
.expTit p{
    font-size: 14px;
    color: #999;
}
.expCon{
    width: 100%;
    margin-top: 12px;
}
.expCon p,
.expCon div,
.expCon span,
.expCon ol{
    width: 100% !important;
    width: 100%;
    font-size: 15px !important;
    color: #3E3A39 !important;
    line-height: 26px !important;
    margin-top: 0 !important;
}

.expTag{
    width: 100%;
    margin-top: 10px;
}
.expTag i{
    display: inline-block;
    padding: 2px 8px;
    background-color: #F4F4F5;
    border-radius: 2px;
    font-size: 14px;
    color: #595757;
    margin-right: 5px;
}


.companyInfo{
    margin-top: 30px;
    border-bottom: unset;
}
.companyInfoCon{}
.eduExp{
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #F0F0F0;
}
.eduExp:last-child{
    border-bottom: unset;
    padding: 20px 0 0 0;
}
.eduAssAct{
    width: 100%;
    margin-top: 10px;
}
.eduAssAct h1{
    font-size: 15px;
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
}
.eduAssAct p,
.eduAssAct div,
.eduAssAct span,
.eduAssAct ol{
    width: 100% !important;
    font-size: 15px !important;
    color: #3E3A39 !important;
    line-height: 26px !important;
    margin-top: 0 !important;
}


.posterBox{
    width: 100%;
    background-color: #F7F8F8;
    margin-top: 40px;
    padding: 40px 0;
}
.posterCon{
    display: flex;
    justify-content: space-between;
}
.posterCon p{
    width: 13%;
}
.posterCon p img{
    width: 100%;
}