img{
    width: 100%;
}
.job{
    background: #F4FAFF;
}
.job_img{
    width: 100%;
}
.job_text{
    width: 681px;
}
.job_text .job_tit{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    /*margin-top: 15px;*/
}
.job_text p{
    font-size: 14px;
    color: #666666;
    line-height: 2;
}
.job_line{
    width: 80%;
    height: 1px;
    background-color: rgba(72, 126, 255, 0.1);
    margin: 10px 0 20px 0;
}
.welfare_img{
    width: 100%;
    margin-top: 52px;
}
.welfare_text{
    width: 681px;
}
.welfare_text p{
    font-size: 14px;
    color: #666666;
    line-height: 2;
}
.welfare_text .welfare_tit{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}
.welfare_content{
    margin-top: 20px;
    padding: 15px 15px;
    background: linear-gradient(180deg, #1171C7 0%, #0053B8 100%);
}
.welfare_box{
    display: flex;
    margin-bottom: 16px;
}
.welfare_box .number{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-family: Impact;
    font-size: 12px;
    border-radius: 50%;
    background: #FFFFFF;
    color: #0D6AC3;
    margin-right: 17px;
}
.welfare_box div{
    width: 100%;
    font-size: 12px;
    color: #FFFFFF;
}
.post{
    width: 100%;
}
.post_img{
    width: 57px;
    z-index: 1;
    margin-top: 33px;
}
.post_img img{
    z-index: 1;
}
.post_tit{
    display: flex;
    width: 307px;
    margin: 0 auto;
}
.post_img_z{
    width: 307px;
    height: 174px;
    background: url("../images/zbg.png") no-repeat;
    background-size: 100%;
    line-height: 125px;
    text-align: center;
    z-index: 99;
    color: #0D6AC3;
    font-weight: bold;
}
.post_box{
    width: 92%;
    background-color: #FFFFFF;
    padding: 60px 15px 30px 15px;
    z-index: 2;
    margin-top: -105px;
    position: relative;

}
.post_box_tit{
    display: flex;
    color: #333333;
    font-weight: bold;
    margin-bottom: 24px;
    margin-top: 30px;
}
.post_box_tit:first-child{
    margin-top: 0;
}
.post_y{
    width: 12px;
    margin-top: 5px;
    margin-right: 10px;
}
.post_text{
    width: 100%;
}
.post_text p{
    font-size: 14px;
    color: #666666;
    margin-bottom: 16px;
}
.post_text p:last-child{
    margin-bottom: 0;
}
.contact{
    background: #F4FAFF;
}
.contact .p{
    text-align: center;
    font-family: SourceHanSansCN-Regular;
    color: #333333;
    font-weight: bold;
    margin-bottom: 24px;
}