.yzb_jl_bigBox{
    width: calc(100% - 42px);
    padding: 0 20px;
    padding-bottom: 38px;
    border: solid 1px #e5e5e5;
    margin: 10px 0 30px 0;
}
.yzb_jl_title_box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 34px;
}
.yzb_jl_title_box img{
    width: 217px;
    height: 16px;
}
.yzb_jl_title_box h1{
    font-size: 36px;
    color: #242424;
    letter-spacing: 4px;
    font-weight: 700;
}
.yzb_jinj{
    width: 100%;
    text-align: center;
    margin-top: 18px;
    font-size: 16px;
    color: #666666;
}

.yzb_liuc{
    width: calc(100% - 78px);
    height: 240px;
    background-color: #f0f7ff;
    padding: 0 39px;
    margin: 0 auto;
    margin-top: 51px;
}
.yzb_liuc_box{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yzb_liuc_box li{
    text-align: center;
}
.liuc_img{
    width: 70px;
    height: 70px;
}
.yzb_liuc_box li>div{
    margin-top: 28px;
    font-size: 18px;
    color: #333333;
}
.yzb_liuc_box li>i{
    margin-top: 16px;
    font-size: 14px;
    color: #999999;
}
.jiantou{
    width: 150px;
    height: 15px;
}
.yzb_form{
    width: 650px;
    height: 360px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px 0px
    rgba(79, 79, 79, 0.1);
    border-radius: 10px;
    padding-top: 48px;
    /*padding: 48px 61px 54px 43px;*/
    margin-top: 30px;
}
/*岗位css*/
.yzb_gw_box{
    position: relative;
    width: calc(100% - 20px);
    min-height: 300px;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.yzb_gw_box li>p{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #999999;
    line-height: 42px;
    border-bottom: 1px solid #ece9e9;
}
.yzb_gw_box li{
    width: 220px;
    height: 120px;
    border: solid 1px #e4e1e1;
    padding: 23px 15px 15px 15px;
    margin-top: 35px;
}
.yzb_gw_show{
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin:  auto;
}
.yzb_gw_title>div{
    width: 150px;
    font-size: 16px;
    color: #282828;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.yzb_gw_title>i{
    font-size: 16px;
    color: #ec3a45;
}
.yzb_gw_title,.yzb_gw_time{
    display: flex;
    justify-content: space-between;
}
.yzb_gw_time{
    margin-top: 13px;
}
.yzb_gw_time>div{
    width: 140px;
    font-size: 14px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.yzb_gw_time>i{
    font-size: 14px;
    color: #999999;
}
.yzb_tj_button{
    width: 120px;
    height: 40px;
    margin:0 auto;
    background-color: #2678f0;
    border-radius: 2px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}
.el-col-2{
    text-align: center;
}
.el-select>.el-input{
    height: 50px;
}
.el-select>.el-input>.el-input__inner{
    height: 50px;
}
.el-form-item>.el-form-item__label{
    line-height: 50px;
}