span{
    cursor: pointer;
}
.newsInfo_box2{
    width: 227px;
    height: 100%;
    margin: 0 auto;
}
.newsInfo_box2_top{
    display: block;
    width: 100%;
    height: 227px;
    margin: 5px  0;
}
.newsInfo_box2_text{
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #8E8E8E;
}
.newsInfo_box2_bottom{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wb{
    width: 37px;
    height: 31px;
    margin-left: 10px;
    cursor: pointer;
    background: url("../../img/manpower/wb.png") no-repeat;
    background-size: 100% 100%;
}
.wx{
    cursor: pointer;
    margin-left:10px;
    width: 37px;
    height:31px;
    background: url("../../img/manpower/wx.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.wx:hover::after{
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-width: 8px 6px 6px  6px ;
    border-style: solid;
    border-color: transparent transparent #eee transparent ;
}
.wx:hover .wx_code{
    display: block;
}
.wx_code{
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 40px;
    width:200px;
    height:192px;
    box-sizing: border-box;
    border: 1px solid #eee;
    z-index: 3;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
}
.wx_code_top{
    width: 100%;
    height: 26px;
    line-height:26px;
    font-size: 12px;
    background-color: #f3f3f3;
    color: #777;
    text-align: center;
}
.wx_code_text{
    width: 100%;
    font-size: 12px;
    color: #777;
    text-align: center;
}
.wx_code_main{
    width:100px;
    height: 100px;
    margin: 10px auto;
    box-sizing: border-box;
    display: block;
}
.next{
    width: 100%;
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.next>div{
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 10px;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis; /* 用省略号表示被隐藏的部分 */
}
.next>div:nth-child(1){
    margin-top: 50px;
}
.next>div>span{
    margin-left: 10px;
}
.recruitInfo_box_title{
    font-weight: bold!important;
}
p>span{
    font-size: var(--page-font-size)!important;
}
@media only screen and (max-width: 500px) {
    .recruitInfo{
        padding-bottom: 60px;
        padding-top: 48px;
        min-width: 375px;
        overflow-x: hidden;
    }
    .recruitInfo_content{
        margin-top: 37px;
    }
    .recruitInfo_box{
        width: 85%;
        margin: 0 auto;
    }
    .recruitInfo_box_title{
        width: 100%;
        font-weight: bold;
        font-size: 18px;
        color: #333333;
    }
    .recruitInfo_box_item{
        margin-top: 11px;
        border-bottom: 1px solid #CDCDCD;
        padding-bottom: 14px;
    }
    .recruitInfo_box_item_box{
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 5px;
    }
    .recruitInfo_box_text{
        font-weight: 300;
        font-size: 12px;
        color: #6D6D6D;
        flex: 1;
    }
    .recruitInfo_box_text2{
        margin-top: -3px;
    }
    .recruitInfo_box_content{
        margin-top: 24px;
        font-weight: 300;
        font-size: var(--page-font-size)!important;
        color: #424242;
        line-height: 28px;
    }
    p{
        margin-bottom: 4px;
    }
    .recruitInfo_box1{
        width:78%;
        min-height: 96px;
        height: 100%;
        background: #F5F5F5;
        margin:25px auto 0 auto;
        box-sizing: border-box;
        padding:14px 12px  14px 14px;
    }
    .recruitInfo_box1_item_title{
        font-weight: 400;
        font-size: 12px;
        color: #424242;
        margin-left: 4px;
    }
    .recruitInfo_box1_item{
        width: 100%;
        margin-top: 10px;
    }
    .recruitInfo_box1_item_left{
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .fileImg{
        width: 24px;
        height: 24px;
    }
    .fileText{
        font-weight: 400;
        font-size: 12px;
        color: #424242;
        margin-left: 14px;
    }
    .recruitInfo_box1_item_right{
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }
    .recruitInfo_box1_item_right_text{
        font-weight: 400;
        font-size: 12px;
        color: #7A7A7A;
        cursor: pointer;
    }
    .recruitInfo_box1_item_right_text:nth-child(n+2){
        margin-left: 20px;
    }
    .recruitInfo_box1_item_right_text1{
        color: #1862D0;
    }
    .recruitInfo_box2{
        width: 100%;
        margin:33px auto 0 auto;
        padding-left: 23px;
        font-weight: 400;
        font-size: 14px;
        color: #4B4B4B;
    }
    .recruitInfo_box3{
        width: 90%;
        margin:20px auto 0 auto;
        box-sizing: border-box;
    }
    .recruitInfo_box3_item{
        height: 76px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 400;
        font-size: 14px;
        color: #616060;
        border-bottom: 1px solid #CBCBCB;
        box-sizing: border-box;
        padding: 0 26px 0 6px;
        cursor: pointer;
    }
    .recruitInfo_box3_item:nth-child(1){
        border-top: 1px solid #CBCBCB;
    }
    .recruitInfo_box3_item span:nth-child(2){
        color: #1A70B4;
    }
    .recruitInfo_box3_item>span:nth-child(1){
        width: 160px;
        overflow:hidden; /*内容超出后隐藏*/
        text-overflow:ellipsis;/*超出内容显示为省略号*/
        display:-webkit-box; /*将对象作为弹性伸缩盒子模型显示*/
        -webkit-box-orient:vertical;/*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
        -webkit-line-clamp:1; /*这个属性不是css的规范属性，需要组合上面两个属性，表示显示的行数。可根据需要设置超出多少行后显示省略号*/
    }
    .newsInfo_box2_bottom{
        display: none
    }
    .newsInfo_box2_text{
        font-size: 12px;
    }
    .newsInfo_box2{
        width: 100%;
    }
    .newsInfo_box2_top{
        width: 114px;
        height: 114px;
        margin:  10px auto;
    }
    p>img{
        width: 100%!important;
        height: auto!important
    }
    p>span{
        width: 100%;
        height: 100%;
        display: block;
    }
    span>img{
        width: 100%!important;
        height: auto!important
    }
}
@media only screen and (min-width: 501px) and (max-width: 860px) {
    .recruitInfo{
        padding-bottom: 100px;
        padding-top: 96px;
        overflow-x: hidden;
    }
    .recruitInfo_content{
        margin-top: 39px;
    }
    .recruitInfo_box{
        width: 85%;
        margin: 0 auto;
    }
    .recruitInfo_box_title{
        width: 100%;
        font-weight: bold;
        font-size: 36px;
        color: #333333;
    }
    .recruitInfo_box_item{
        margin-top: 23px;
        border-bottom: 1px solid #CDCDCD;
        padding-bottom: 29px;
    }
    .recruitInfo_box_item_box{
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    .recruitInfo_box_text{
        font-weight: 300;
        font-size: 20px;
        color: #6D6D6D;
        flex: 1;
    }
    .recruitInfo_box_text2{
        margin-top: -3px;
    }
    .recruitInfo_box_content{
        margin-top: 48px;
        font-weight: 300;
        font-size: var(--page-font-size)!important;
        color: #424242;
        line-height: 48px;
    }
    p{
        margin-bottom: 6px;
    }
    .recruitInfo_box1{
        width:78%;
        min-height: 173px;
        height: 100%;
        background: #F5F5F5;
        margin:51px auto 0 auto;
        box-sizing: border-box;
        padding:29px 24px  0 28px;
    }
    .recruitInfo_box1_item_title{
        font-weight: 400;
        font-size: 18px;
        color: #424242;
        margin-left: 8px;
    }
    .recruitInfo_box1_item{
        width: 100%;
        margin-top: 21px;
    }
    .recruitInfo_box1_item_left{
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .fileImg{
        width: 49px;
        height: 49px;
    }
    .fileText{
        font-weight: 400;
        font-size: 20px;
        color: #424242;
        margin-left: 29px;
    }
    .recruitInfo_box1_item_right{
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }
    .recruitInfo_box1_item_right_text{
        font-weight: 400;
        font-size: 14px;
        color: #7A7A7A;
        cursor: pointer;
    }
    .recruitInfo_box1_item_right_text:nth-child(n+2){
        margin-left: 40px;
    }
    .recruitInfo_box1_item_right_text1{
        color: #1862D0;
    }
    .recruitInfo_box2{
        width: 100%;
        margin:67px auto 0 auto;
        padding-left: 46px;
        font-weight: 400;
        font-size: 18px;
        color: #4B4B4B;
    }
    .recruitInfo_box3{
        width: 90%;
        margin:40px auto 0 auto;
        box-sizing: border-box;
    }
    .recruitInfo_box3_item{
        height: 76px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 400;
        font-size: 20px;
        color: #616060;
        border-bottom: 1px solid #CBCBCB;
        box-sizing: border-box;
        padding: 0 52px 0 12px;
        cursor: pointer;
    }
    .recruitInfo_box3_item:nth-child(1){
        border-top: 1px solid #CBCBCB;
    }
    .recruitInfo_box3_item span:nth-child(2){
        color: #1A70B4;
    }
    .recruitInfo_box3_item>span:nth-child(1){
        width: 200px;
        overflow:hidden; /*内容超出后隐藏*/
        text-overflow:ellipsis;/*超出内容显示为省略号*/
        display:-webkit-box; /*将对象作为弹性伸缩盒子模型显示*/
        -webkit-box-orient:vertical;/*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
        -webkit-line-clamp:1; /*这个属性不是css的规范属性，需要组合上面两个属性，表示显示的行数。可根据需要设置超出多少行后显示省略号*/
    }
    .newsInfo_box2_bottom{
        display: none
    }
    p>img{
        width: 100%!important;
        height: auto!important
    }
    p>span{
        width: 100%;
        height: 100%;
        display: block;
    }
    span>img{
        width: 100%!important;
        height: auto!important
    }
}
@media only screen and (min-width: 861px) and (max-width: 1023px) {
    .breadcrumb_left{
        margin-left: 30px;
    }

    .recruitInfo{
        padding-bottom: 150px;
    }
    .recruitInfo_content{
        margin-top: 57px;
    }
    .recruitInfo_box{
        width: 80%;
        margin: 0 auto;
    }
    .recruitInfo_box_title{
        width: 100%;
        text-align: center;
        font-weight: 300;
        font-size: 20px;
        color: #333333;
    }
    .recruitInfo_box_item{
        margin-top: 23px;
        display: flex;
        align-items: center;
        justify-content:center;
    }
    .recruitInfo_box_item_box{
        display: flex;
        justify-content:center;
        align-items: center;
        margin-left: 20px;
    }
    .recruitInfo_box_text{
        font-weight: 300;
        font-size: 12px;
        color: #6D6D6D;
    }
    .recruitInfo_box_text1{
        margin-left: 20px;
    }
    .recruitInfo_box_text2{
        margin-top: -3px;
    }
    .recruitInfo_box_content{
        margin-top: 56px;
        font-weight: 300;
        font-size: var(--page-font-size)!important;
        color: #424242;
        line-height: 28px;
    }
    p{
        margin-bottom: 6px;
    }
    .recruitInfo_box1{
        width: 80%;
        min-height: 94px;
        height: 100%;
        background: #F5F5F5;
        margin:51px auto 0 auto;
        box-sizing: border-box;
        padding:14px 50px  0 50px;
    }
    .recruitInfo_box1_item_title{
        font-weight: 400;
        font-size: 18px;
        color: #424242;
        margin-left: 8px;
    }
    .recruitInfo_box1_item{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }
    .recruitInfo_box1_item_left{
        min-width: 122px;
        height: 30px;
    //background: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .fileImg{
        width: 16px;
        height: 16px;
    }
    .fileText{
        font-weight: 400;
        font-size: 12px;
        color: #424242;
        margin-left: 15px;
    }
    .recruitInfo_box1_item_right{
        display: flex;
        width: 370px;
        justify-content: space-between;
    }
    .recruitInfo_box1_item_right_text{
        font-weight: 400;
        font-size: 12px;
        color: #7A7A7A;
        cursor: pointer;
    }
    .recruitInfo_box1_item_right_text1{
        color: #1862D0;
    }
    .recruitInfo_box2{
        width: 80%;
        margin:75px auto 0 auto;
        padding-left: 29px;
        font-weight: 400;
        font-size: 14px;
        color: #4B4B4B;
    }
    .recruitInfo_box3{
        width: 80%;
        margin:36px auto 0 auto;
    }
    .recruitInfo_box3_item{
        height: 76px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 400;
        font-size: 14px;
        color: #616060;
        border-bottom: 1px solid #CBCBCB;
        box-sizing: border-box;
        padding: 0 123px 0 50px;
        cursor: pointer;
    }
    .recruitInfo_box3_item:nth-child(1){
        border-top: 1px solid #CBCBCB;
    }
    .recruitInfo_box3_item:hover{
        color: #005CA1;
    }

    .recruitInfo_box3_item>span:nth-child(1){
        width: 200px;
        overflow:hidden; /*内容超出后隐藏*/
        text-overflow:ellipsis;/*超出内容显示为省略号*/
        display:-webkit-box; /*将对象作为弹性伸缩盒子模型显示*/
        -webkit-box-orient:vertical;/*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
        -webkit-line-clamp:1; /*这个属性不是css的规范属性，需要组合上面两个属性，表示显示的行数。可根据需要设置超出多少行后显示省略号*/
    }
    p>img{
        width: 100%!important;
        height: auto!important
    }
    p>span{
        width: 100%;
        height: 100%;
        display: block;
    }
    span>img{
        width: 100%!important;
        height: auto!important
    }
}
@media only screen and (min-width: 1024px)and (max-width: 1280px) {
    .breadcrumb_left{
        margin-left: 70px;
    }

    .recruitInfo{
        margin-bottom: 240px;
    }
    .recruitInfo_content{
        margin-top: 57px;
    }
    .recruitInfo_box{
        width: 840px;
        margin: 0 auto;
    }
    .recruitInfo_box_title{
        width: 100%;
        text-align: center;
        font-weight: 300;
        font-size: 20px;
        color: #333333;
    }
    .recruitInfo_box_item{
        margin-top: 23px;
        display: flex;
        align-items: center;
        justify-content:center;
    }
    .recruitInfo_box_item_box{
        display: flex;
        justify-content:center;
        align-items: center;
        margin-left: 20px;
    }
    .recruitInfo_box_text{
        font-weight: 300;
        font-size: 12px;
        color: #6D6D6D;
    }
    .recruitInfo_box_text1{
        margin-left: 20px;
    }
    .recruitInfo_box_text2{
        margin-top: -3px;
    }
    .recruitInfo_box_content{
        margin-top: 56px;
        font-weight: 300;
        font-size: var(--page-font-size)!important;
        color: #424242;
        line-height: 28px;
    }
    p{
        margin-bottom: 6px;
    }
    .recruitInfo_box1{
        width: 840px;
        min-height: 94px;
        height: 100%;
        background: #F5F5F5;
        margin:51px auto 0 auto;
        box-sizing: border-box;
        padding:14px 50px  0 50px;
    }
    .recruitInfo_box1_item_title{
        font-weight: 400;
        font-size: 18px;
        color: #424242;
        margin-left: 8px;
    }
    .recruitInfo_box1_item{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }
    .recruitInfo_box1_item_left{
        min-width: 122px;
        height: 30px;
    //background: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .fileImg{
        width: 16px;
        height: 16px;
    }
    .fileText{
        font-weight: 400;
        font-size: 14px;
        color: #424242;
        margin-left: 15px;
    }
    .recruitInfo_box1_item_right{
        display: flex;
        width: 370px;
        justify-content: space-between;
    }
    .recruitInfo_box1_item_right_text{
        font-weight: 400;
        font-size: 12px;
        color: #7A7A7A;
        cursor: pointer;
    }
    .recruitInfo_box1_item_right_text1{
        color: #1862D0;
    }
    .recruitInfo_box2{
        width: 840px;
        margin:75px auto 0 auto;
        padding-left: 29px;
        font-weight: 400;
        font-size: 14px;
        color: #4B4B4B;
    }
    .recruitInfo_box3{
        width: 840px;
        margin:36px auto 0 auto;
    }
    .recruitInfo_box3_item{
        height: 76px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 400;
        font-size: 14px;
        color: #616060;
        border-bottom: 1px solid #CBCBCB;
        box-sizing: border-box;
        padding: 0 123px 0 50px;
        cursor: pointer;
    }
    .recruitInfo_box3_item:nth-child(1){
        border-top: 1px solid #CBCBCB;
    }
    .recruitInfo_box3_item:hover{
        color: #005CA1;
    }
    .recruitInfo_box3_item>span:nth-child(1){
        width: 200px;
        overflow:hidden; /*内容超出后隐藏*/
        text-overflow:ellipsis;/*超出内容显示为省略号*/
        display:-webkit-box; /*将对象作为弹性伸缩盒子模型显示*/
        -webkit-box-orient:vertical;/*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
        -webkit-line-clamp:1; /*这个属性不是css的规范属性，需要组合上面两个属性，表示显示的行数。可根据需要设置超出多少行后显示省略号*/
    }
    p>img{
        width: 100%!important;
        height: auto!important
    }
    p>span{
        width: 100%;
        height: 100%;
        display: block;
    }
    span>img{
        width: 100%!important;
        height: auto!important
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1500px) {
    .breadcrumb_left{
        margin-left: 70px;
    }

    .recruitInfo{
        padding-bottom: 150px;
    }
    .recruitInfo_content{
        margin-top: 61px;
    }
    .recruitInfo_box{
        width: 80%;
        margin: 0 auto;
    }
    .recruitInfo_box_title{
        width: 100%;
        text-align: center;
        font-weight: 300;
        font-size: 30px;
        color: #333333;
    }
    .recruitInfo_box_item{
        margin-top: 23px;
        display: flex;
        align-items: center;
        justify-content:center;
    }
    .recruitInfo_box_item_box{
        display: flex;
        justify-content:center;
        align-items: center;
        margin-left: 20px;
    }
    .recruitInfo_box_text{
        font-weight: 300;
        font-size: 14px;
        color: #6D6D6D;
    }
    .recruitInfo_box_text1{
        margin-left: 20px;
    }
    .recruitInfo_box_text2{
        margin-top: -3px;
    }
    .recruitInfo_box_content{
        margin-top: 56px;
        font-weight: 300;
        font-size: var(--page-font-size)!important;
        color: #424242;
        line-height: 28px;
    }
    p{
        margin-bottom: 6px;
    }
    .recruitInfo_box1{
        width: 80%;
        min-height: 144px;
        height: 100%;
        background: #F5F5F5;
        margin:51px auto 0 auto;
        box-sizing: border-box;
        padding:32px 77px  0 77px;
    }
    .recruitInfo_box1_item_title{
        font-weight: 400;
        font-size: 18px;
        color: #424242;
        margin-left: 8px;
    }
    .recruitInfo_box1_item{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
    }
    .recruitInfo_box1_item_left{
        min-width: 187px;
        height: 46px;
    //background: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .fileImg{
        width: 23px;
        height: 23px;
    }
    .fileText{
        font-weight: 400;
        font-size: 16px;
        color: #424242;
        margin-left: 15px;
    }
    .recruitInfo_box1_item_right{
        display: flex;
        width: 370px;
        justify-content: space-between;
    }
    .recruitInfo_box1_item_right_text{
        font-weight: 400;
        font-size: 14px;
        color: #7A7A7A;
        cursor: pointer;
    }
    .recruitInfo_box1_item_right_text1{
        color: #1862D0;
    }
    .recruitInfo_box2{
        width: 80%;
        margin:75px auto 0 auto;
        padding-left: 29px;
        font-weight: 400;
        font-size: 18px;
        color: #4B4B4B;
    }
    .recruitInfo_box3{
        width: 80%;
        margin:36px auto 0 auto;
    }
    .recruitInfo_box3_item{
        height: 76px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 400;
        font-size: 16px;
        color: #616060;
        border-bottom: 1px solid #CBCBCB;
        box-sizing: border-box;
        padding: 0 189px 0 76px;
        cursor: pointer;
    }
    .recruitInfo_box3_item:nth-child(1){
        border-top: 1px solid #CBCBCB;
    }
    .recruitInfo_box3_item:hover{
        color: #005CA1;
    }
    .recruitInfo_box3_item>span:nth-child(1){
        width: 150px;
        overflow:hidden; /*内容超出后隐藏*/
        text-overflow:ellipsis;/*超出内容显示为省略号*/
        display:-webkit-box; /*将对象作为弹性伸缩盒子模型显示*/
        -webkit-box-orient:vertical;/*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
        -webkit-line-clamp:1; /*这个属性不是css的规范属性，需要组合上面两个属性，表示显示的行数。可根据需要设置超出多少行后显示省略号*/
    }
    p>img{
        width: 100%!important;
        height: auto!important
    }
    p>span{
        width: 100%;
        height: 100%;
        display: block;
    }
    span>img{
        width: 100%!important;
        height: auto!important
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1700px) {
    .breadcrumb_left{
        margin-left: 140px;
    }

    .recruitInfo{
        padding-bottom: 150px;
    }
    .recruitInfo_content{
        margin-top: 61px;
    }
    .recruitInfo_box{
        width: 1285px;
        margin: 0 auto;
    }
    .recruitInfo_box_title{
        width: 100%;
        text-align: center;
        font-weight: 300;
        font-size: 30px;
        color: #333333;
    }
    .recruitInfo_box_item{
        margin-top: 23px;
        display: flex;
        align-items: center;
        justify-content:center;
    }
    .recruitInfo_box_item_box{
        display: flex;
        justify-content:center;
        align-items: center;
        margin-left: 20px;
    }
    .recruitInfo_box_text{
        font-weight: 300;
        font-size: 14px;
        color: #6D6D6D;
    }
    .recruitInfo_box_text1{
        margin-left: 20px;
    }
    .recruitInfo_box_text2{
        margin-top: -3px;
    }
    .recruitInfo_box_content{
        margin-top: 56px;
        font-weight: 300;
        font-size: var(--page-font-size)!important;
        color: #424242;
        line-height: 28px;
    }
    p{
        margin-bottom: 6px;
    }
    .recruitInfo_box1{
        width: 1285px;
        min-height: 144px;
        height: 100%;
        background: #F5F5F5;
        margin:51px auto 0 auto;
        box-sizing: border-box;
        padding:32px 77px  0 77px;
    }
    .recruitInfo_box1_item_title{
        font-weight: 400;
        font-size: 18px;
        color: #424242;
        margin-left: 8px;
    }
    .recruitInfo_box1_item{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
    }
    .recruitInfo_box1_item_left{
        min-width: 187px;
        height: 46px;
         //background: #FFFFFF;
        display: flex;
        align-items: center;
        padding-left: 40px;
        cursor: pointer;
    }
    .fileImg{
        width: 23px;
        height: 23px;
    }
    .fileText{
        font-weight: 400;
        font-size: 16px;
        color: #424242;
        margin-left: 15px;
    }
    .recruitInfo_box1_item_right{
        display: flex;
        width: 370px;
        justify-content: flex-end;
    }
    .recruitInfo_box1_item_right_text{
        font-weight: 400;
        font-size: 14px;
        color: #7A7A7A;
        cursor: pointer;
    }
    .recruitInfo_box1_item_right_text1{
        color: #1862D0;
    }
    .recruitInfo_box2{
        width: 1285px;
        margin:75px auto 0 auto;
        padding-left: 29px;
        font-weight: 400;
        font-size: 18px;
        color: #4B4B4B;
    }
    .recruitInfo_box3{
        width: 1285px;
        margin:36px auto 0 auto;
    }
    .recruitInfo_box3_item{
        height: 76px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 400;
        font-size: 16px;
        color: #616060;
        border-bottom: 1px solid #CBCBCB;
        box-sizing: border-box;
        padding: 0 189px 0 76px;
        cursor: pointer;
    }
    .recruitInfo_box3_item:nth-child(1){
        border-top: 1px solid #CBCBCB;
    }
    .recruitInfo_box3_item:hover{
        color: #005CA1;
    }
    .recruitInfo_box3_item>span:nth-child(1){
        width: 400px;
        overflow:hidden; /*内容超出后隐藏*/
        text-overflow:ellipsis;/*超出内容显示为省略号*/
        display:-webkit-box; /*将对象作为弹性伸缩盒子模型显示*/
        -webkit-box-orient:vertical;/*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
        -webkit-line-clamp:1; /*这个属性不是css的规范属性，需要组合上面两个属性，表示显示的行数。可根据需要设置超出多少行后显示省略号*/
    }
    p>img{
        width: 100%!important;
        height: auto!important
    }
    p>span{
        width: 100%;
        height: 100%;
        display: block;
    }
    span>img{
        width: 100%!important;
        height: auto!important
    }
}
@media only screen and (min-width: 1701px)  {

    .recruitInfo{
        padding-bottom: 150px;
    }
    .recruitInfo_content{
        margin-top: 56px;
    }
    .recruitInfo_box{
        width: 1285px;
        margin: 0 auto;
    }
    .recruitInfo_box_title{
        width: 100%;
        text-align: center;
        font-weight: 300;
        font-size: 30px;
        color: #333333;
    }
    .recruitInfo_box_item{
        margin-top: 23px;
        display: flex;
        align-items: center;
        justify-content:center;
    }
    .recruitInfo_box_item_box{
        display: flex;
        justify-content:center;
        align-items: center;
        margin-left: 20px;
    }
    .recruitInfo_box_text{
        font-weight: 300;
        font-size: 14px;
        color: #6D6D6D;
    }
    .recruitInfo_box_text1{
        margin-left: 20px;
    }
    .recruitInfo_box_text2{
        margin-top: -3px;
    }
    .recruitInfo_box_content{
        margin-top: 56px;
        font-weight: 300;
        font-size: var(--page-font-size)!important;
        color: #424242;
        line-height: 28px;
    }
    p{
        margin-bottom: 6px;
    }
    p>img{
        width: 100%!important;
        height: auto!important
    }
    p>span{
        width: 100%;
        height: 100%;
        display: block;
    }
    span>img{
        width: 100%!important;
        height: auto!important
    }
    .recruitInfo_box1{
        width: 1285px;
        min-height: 144px;
        height: 100%;
        background: #F5F5F5;
        margin:51px auto 0 auto;
        box-sizing: border-box;
        padding:32px 77px  0 77px;
    }
    .recruitInfo_box1_item_title{
        font-weight: 400;
        font-size: 18px;
        color: #424242;
        margin-left: 8px;
    }
    .recruitInfo_box1_item{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
    }
    .recruitInfo_box1_item_left{
        min-width: 187px;
        height: 46px;
        //background: #FFFFFF;
        display: flex;
        align-items: center;
        cursor: pointer;
        padding-left: 40px;
    }
    .fileImg{
        width: 23px;
        height: 23px;
    }
    .fileText{
        font-weight: 400;
        font-size: 16px;
        color: #424242;
        margin-left: 15px;
    }
    .recruitInfo_box1_item_right{
        display: flex;
        width: 370px;
        justify-content: flex-end;
    }
    .recruitInfo_box1_item_right_text{
        font-weight: 400;
        font-size: 14px;
        color: #7A7A7A;
        cursor: pointer;
    }
    .recruitInfo_box1_item_right_text1{
        color: #1862D0;
    }
    .recruitInfo_box2{
        width: 1285px;
        margin:75px auto 0 auto;
        padding-left: 29px;
        font-weight: 400;
        font-size: 18px;
        color: #4B4B4B;
    }
    .recruitInfo_box3{
        width: 1285px;
        margin:36px auto 0 auto;
    }
    .recruitInfo_box3_item{
        height: 76px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 400;
        font-size: 16px;
        color: #616060;
        border-bottom: 1px solid #CBCBCB;
        box-sizing: border-box;
        padding: 0 189px 0 76px;
        cursor: pointer;
    }
    .recruitInfo_box3_item:nth-child(1){
        border-top: 1px solid #CBCBCB;
    }
    .recruitInfo_box3_item:hover{
        color: #005CA1;
    }
    .recruitInfo_box3_item>span:nth-child(1){
        width: 500px;
        overflow:hidden; /*内容超出后隐藏*/
        text-overflow:ellipsis;/*超出内容显示为省略号*/
        display:-webkit-box; /*将对象作为弹性伸缩盒子模型显示*/
        -webkit-box-orient:vertical;/*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
        -webkit-line-clamp:1; /*这个属性不是css的规范属性，需要组合上面两个属性，表示显示的行数。可根据需要设置超出多少行后显示省略号*/
    }
}
