.recruitment{
    width: 100%;
    overflow: hidden;
}
.recruitment .wrap .title .text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.recruitment .wrap .title .text span {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}

.recruitment .wrap .title .text div {
    display: flex;
    align-items: center;
}

.recruitment .wrap .title .text div a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    position: relative;
    top: 8px;
}
.recruitment .wrap{
    width: 1200px;
    margin: 203px auto 41px;
}
.recruitment .wrap .title .picture{
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.recruitment .wrap .title .picture img:not(.position){
    width: 100%;
    height: 100%;
    transition: 2s;
    cursor: pointer;
}
.recruitment .wrap .title .picture .position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.recruitment .wrap .title .picture img:not(.position):hover{
    transform: scale(1.1);
}
.recruitment .wrap .content{
    margin: 26px 0 0 0;
}
.recruitment .wrap .content .headline{
    width: 100%;
    height: 68px;
    background: #999999;
    display: flex;
    align-items: center;
    padding: 0 0 0 57px;
}
.recruitment .wrap .content .headline p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    width: 114px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recruitment .wrap .content .headline p:not(:first-child){
    text-align: center;
}
.recruitment .wrap .content .headline p:not(:last-child) {
    margin: 0 250px 0 0;
}
.recruitment .wrap .content .flex{
    margin: 15px 0 0 0;
}
.recruitment .wrap .content .flex .item:not(:last-child) {
    margin: 0 0 15px 0;
}
.recruitment .wrap .content .flex .item {
    border: 1px solid #E6E6E6;
}

.recruitment .wrap .content .flex .item .show{
    height: 68px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 0 0 0 57px;
    position: relative;
    cursor: pointer;
}
.recruitment .wrap .content .flex .item .show .big_title{
    display: flex;
    align-items: center;
    margin: 0 250px 0 0;
    position: relative;
    left: -35px;
    min-width: 146px;
}
.recruitment .wrap .content .flex .item .show > p{
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #333333;
    margin: 0 250px 0 0 ;
    width: 114px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.recruitment .wrap .content .flex .item .show > p:nth-child(3){
    margin: 0;
}
.recruitment .wrap .content .flex .item .show .big_title .iconfont{
    color: #999999;
    font-size: 20px;
    margin: 0 14px 0 0;
    transition: 0.6s;
}
.recruitment .wrap .content .flex .item .show .big_title p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.recruitment .wrap .content .flex .item .show .pull-down{
    position: absolute;
    right: 33px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    color: #666666;
    font-size: 25px;
}
.recruitment .wrap .content .flex .item .hide{
    display: none;
    overflow: hidden;
}
.recruitment .wrap .content .flex .item .hide .joke{
    margin: 15px 57px 35px 57px;
    position: relative;

}
.recruitment .wrap .content .flex .item .hide p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    color: #666666;
    line-height: 24px;
}
.recruitment .wrap .content .flex .item .hide .circle{
    position: absolute;
    right: -35px;
    top: 51px;
    width: 40px;
    height: 40px;
    background: #F7AB00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.recruitment .wrap .content .flex .item .hide .circle .iconfont{
    color: #333333;
    font-size: 18px;
    transition: 0.6s;
}
.recruitment .wrap .content .flex .item.on .show .big_title .iconfont{
    color: #F7AB00;
}
.recruitment .wrap .content .flex .item .hide .circle:hover{
    background: #999999;
}
.recruitment .wrap .content .flex .item .hide .circle:hover .iconfont{
    color: #fff;
}
.recruitment .wrap .common_paging{
    margin: 34px auto 0;
    justify-content: center;
}
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
	.recruitment .wrap {
        margin-top: 180px;
    }
    .recruitment .wrap .title .text span {
        font-size: 28px;
    }
    .recruitment .wrap .content .headline,
    .recruitment .wrap .content .flex .item .show {
        height: 60px;
    }
    .recruitment .wrap .content .flex .item .show {
        padding-left: 50px;
    }
    .recruitment .wrap .content .flex .item .hide .joke {
        margin: 15px 50px 35px;
    }
    .recruitment .wrap .content .headline {
        padding-left: 50px;
    }
    .recruitment .wrap .content .flex .item .show > p,
    .recruitment .wrap .content .flex .item .show .big_title {
        margin-right: 240px;
    }
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	.recruitment .wrap{
        width: 90%;
    }
    .recruitment .wrap {
        margin-top: 150px;
    }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}


@media screen and (max-width: 1024px){
    .recruitment .wrap {
        margin-top: 80px;
    }
    .recruitment .wrap .content .flex .item .show > p, .recruitment .wrap .content .flex .item .show .big_title {
        margin-right: 150px;
    }
    /* .common_paging a {
        height: 36px;
        padding: 0 15px;
    } */
    .recruitment .wrap .content .headline p:not(:last-child) {
        margin: 0 170px 0 0;
    }
    .recruitment .wrap .title .picture {
        height: auto;
    }
}




@media screen and (max-width: 820px){
    .recruitment .wrap .content .headline p:not(:last-child) {
        margin: 0 80px 0 0;
    }
    .recruitment .wrap .content .flex .item .show > p, .recruitment .wrap .content .flex .item .show .big_title {
        margin-right: 70px;
    }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
	.recruitment .wrap .content .headline p {
        font-size: 16px;
        width: 90px;
    }
    
    .recruitment .wrap .content .flex .item .show > p,
    .recruitment .wrap .content .flex .item .show .big_title p {
        font-size: 14px;
    }
    .recruitment .wrap .content .flex .item .show > p, .recruitment .wrap .content .flex .item .show .big_title {
        margin-right: 0px;
    }
    .recruitment .wrap .content .flex .item .show .big_title .iconfont{
        display: none;
    }
    .recruitment .wrap .content .flex .item .show .big_title{
        left: 0;
    }
    .recruitment .wrap .content .flex .item .show ,
    .recruitment .wrap .content .headline {
        padding-left: 20px;
    }
    .recruitment .wrap .content .headline p:not(:last-child) {
        margin: 0 60px 0 0;
    }
    .recruitment .wrap .content .flex .item .hide .joke {
        margin: 15px 20px 35px;
    }
    .recruitment .wrap .content .flex .item .hide .circle{
        position: static;
        margin-top: 20px;
    }
    .recruitment .wrap .content .flex .item .hide p {
        font-size: 14px;
        line-height: 22px;
    }
    .recruitment .wrap .title .text span {
        font-size: 24px;
    }
    .recruitment .wrap .title .text div a {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px){


    .recruitment .wrap .title .picture .position{
        width: 150px;
    }
    .recruitment .wrap .content .headline, .recruitment .wrap .content .flex .item .show {
        height: 54px;
    }
    .recruitment .wrap .content .flex .item .show .big_title {
        min-width: 130px;
    }


    .recruitment .wrap .content .flex .item .hide .circle {
        width: 32px;
        height: 32px;
    }
    /* .common_paging a {
        font-size: 14px;
    } */
    .recruitment .wrap .content .headline p:not(:last-child) {
        margin: 0 30px 0 0;
    }
    .recruitment .wrap .content .headline p {
        font-size: 14px;
    }
    .recruitment .wrap .content .flex .item .show .big_title {
        min-width: 110px;
    }
}

@media screen and (max-width: 450px){
    .recruitment .wrap .content .headline p:not(:last-child) {
        margin: 0 15px 0 0;
    }
    .recruitment .wrap .content .flex .item .show > p{
        width: 90px;
    }
    .recruitment .wrap .content .headline, .recruitment .wrap .content .flex .item .show {
        height: 44px;
    }
}
@media screen and (max-width: 414px){
    /* .recruitment .wrap .content .headline p:not(:last-child) {
        margin: 0 15px 0 0;
    } */
    .recruitment .wrap .content .flex .item .show .pull-down{
        display: none;
    }
    .recruitment .wrap .content .flex .item .hide p {
        font-size: 12px;
        line-height: 20px;
    }
    .recruitment .wrap .content .flex .item .show, .recruitment .wrap .content .headline {
        padding-left: 10px;
    }
    .recruitment .wrap .content .flex .item .hide .joke {
        margin: 15px 10px 20px ;
    }
    /* .common_paging a {
        height: 32px;
    } */
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 