.jobShow{
    width: 1100px;
    margin: 0 auto;
    margin-top: 60px;
}
.infoTit{
    width: 100%;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(201, 202, 202, 0.5);
    display: flex;
    justify-content: space-between;
}
.infoTit_l li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.infoTit_l{
    width: 68%;
}
.infoTit_l li h3{
    font-weight: bold;
    font-size: 25px;
    color: #3E3A39;
}
.infoTit_l li span{
    font-weight: bold;
    font-size: 21px;
    color: #119542;
}
.infoTit_l p{
    width: 100%;
    margin-top: 25px;
}
.infoTit_l p i{
    color: #898989;
    font-size: 14px;
    font-weight: 400;
    border-right: 1px solid #898989;
    padding-right: 10px;
    margin-right: 10px;
}
.infoTit_l p i:last-child{
    border-right: unset;
}
.infoTit_r{
    width: 300px;
}
.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: 10px 0;
    background-color: #119542;
    border-radius: 5px;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.2s ease-in-out;
}
.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: 760px;
}


/*职位信息*/
.postInfo{
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(201, 202, 202, 0.5);
}
.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, .postInfo ol{
    width: 100%;
    margin-top: 25px;
}
.postInfo ul p, .postInfo ol li{
    width: 100%;
    font-size: 14px;
    color: #3E3A39;
    line-height: 28px;
}

.addressBox{
    margin-top: 25px;
}
.addressCon{
    width: 100%;
    margin-top: 20px;
}
.addressCon p{
    width: 100%;
    font-size: 14px;
    color: #3E3A39;
    line-height: 28px;
}
.safetyBox{
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(201, 202, 202, 0.5);
}
.safetyBox h3{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #E60012;
    line-height: 18px;
}
.safetyBox h3 img{
    margin-right: 5px;
}
.safetyBox p{
    font-size: 14px;
    color: #3E3A39;
    line-height: 28px;
    text-indent: 30px;
    margin-top: 15px;
}
.safetyBox p a{
    color: #3E3A39;
}
.companyInfo{
    margin-top: 30px;
    border-bottom: unset;
}
.companyInfoCon{
    margin-top: 20px;
}
.companyInfoCon p{
    width: 100%;
    font-size: 14px;
    color: #3E3A39;
    line-height: 28px;
    text-indent: 30px;
}

.jobCon_r{
    width: 300px;
}
.comInfo{
    width: 100%;
    border: 1px solid rgba(159, 160, 160, 0.5);
    padding: 20px 20px 15px 20px;
}
.comInfo h1{
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #3E3A39;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(159, 160, 160, 0.5);
}
.comInfoCon{
    width: 100%;
    margin-top: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(159, 160, 160, 0.5);
}
.comInfoCon h3{
    font-weight: bold;
    font-size: 18px;
    color: #3E3A39;
    line-height: 26px;
}
.comInfoCon ul{
    width: 100%;
    margin-top: 15px;
}
.comInfoCon ul li{
    width: 100%;
    font-size: 14px;
    color: #3E3A39;
    display: flex;
    align-items: center;
    line-height: 28px;
}
.comInfoCon ul li img, .viewAll img{
    margin-right: 10px;
}
.viewAll{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.viewAll a{
    font-size: 14px;
    color: #3E3A39;
    display: flex;
    align-items: center;
}
.viewAll a:hover{
    color: #07913A;
}
.jobOffBox, .jobOffice{
    width: 100%;
    margin-top: 20px;
}
.headInfo{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.headInfoImg{
    width: 60px;
    height: 60px;
    border-radius: 50px;
}
.headInfoImg img{
    width: auto;
    height: 100%;
    border-radius: 50px;
}
.headInfoCon{
    width: 70%;
}
.headInfoCon h3{
    width: 100%;
    font-size: 17px;
    color: #3E3A39;
}
.headInfoCon p{
    font-size: 13px;
    color: #3E3A39;
    margin-top: 18px;
}
.soon{
    width: 100%;
    margin-top: 30px;
}
.soon a{
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 14px;
    color: #3E3A39;
    border: 1px solid rgba(4,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.2s ease-in-out;
    cursor: pointer;
}
.soon a img{
    margin-right: 10px;
}
.soon a:hover{
    box-shadow: 0px 0px 4px 0px rgba(4,0,0,0.14);
}

.selectForBox{
    width: 100%;
    margin-top: 18px;
    border-radius: 5px;
    border: 1px solid #81c79b;
    padding: 0 0 20px 0;
}
.forTit{
    width: 100%;
    padding: 40px 20px 30px 20px;
    background: linear-gradient(to bottom, #d5ffe5, #fff);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.forTit h3{
    font-weight: bold;
    font-size: 19px;
    color: #3E3A39;
}
.forTit a{
    font-size: 14px;
    color: #3E3A39;
}
.forTit a:hover{
    text-decoration: underline;
}
.forList{
    width: 100%;
    padding: 0 20px;
}
.forEve{
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #eff1f3;
    margin-top: 20px;
}
.forEve:first-child{
    margin-top: 0;
}
.forEve a:hover h3{
    color: #07913A;
}
.forEve h3{
    font-size: 16px;
    color: #3E3A39;
    line-height: 26px;
}
.forEve p{
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.forEve p span{
    font-size: 18px;
    color: #ff6e11;
}
.forEve p i{
    font-size: 13px;
    color: #9FA0A0;
}
.forEve li{
    width: 100%;
    margin-top: 12px;
    display: flex;
    align-items: center;
}
.forEve li dt{
    width: 24px;
    height: 24px;
    border-radius: 5px;
    border: 1px solid #edeff2;
    margin-right: 6px;
    overflow: hidden;
}
.forEve li dt img{
    width: auto;
    height: 100%;
    border-radius: 5px;
}
.forEve li dl{
    width: 89%;
    font-size: 14px;
}
.forEve li dl a{
    color: #898989;
}

.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%;
}