.advertise_kind{
    width: 100%;
    line-height: 60px;
    color: #ffffff;
    padding: 0 35px;
    background: #f7690c;
    font-size: 24px;
    margin-top: 31px;
}
.advertise_dir{
    width: 100%;
    height: auto;
    border:1px solid #d5d5d5;
    margin-top: 10px;
    background: #fff;
    padding-top: 26px;
    overflow: hidden;
    transition: 0.4s;
}
.advertise_dir.active{
    height: auto;
    transition: 0.4s;
}
.advertise_dir .simplification{
    width: 100%;
    padding: 0 50px;
}
.advertise_dir .pull-down{
    padding-top: 10px;
}
.advertise_dir .pull-down i:hover{
    color: #f7690c;
}
.advertise_dir .pull-down i{
    font-size: 40px;
    color: #adadad;
}
.advertise_dir .name{
    font-size: 18px;
    border-left: 2px solid #f7690c;
    padding-left: 10px;
}
.advertise_dir .job_description{
    margin-top: 18px;
    margin-bottom: 26px;
}
.advertise_dir .job_description i{
    color: #f7690c;
    font-size: 16px;
    margin-right: 5px;
    /*font-weight: bold;*/
}
.advertise_dir .job_description span{
    margin-right: 50px;
}
.advertise_dir .advertise_dir_cont{
    display: none;
    width: 100%;
    background: #fafafa;
    color: #5f5f5f;
    font-size: 14px;
    line-height: 26px;
    padding: 0 50px 26px;
}
.advertise_dir .advertise_dir_cont .list{
    padding-left: 10px;
}
.advertise_dir .advertise_dir_cont .name{
    display: inline-block;
    font-size: 18px;
    border: 0;
    margin-top: 30px;
}



.staff_presence{
    width: 100%;
    padding: 50px 55px;
    overflow: hidden;
}
.staff_presence img{
    width: 100%;
}
/*.staff_presence .staff_presence_line{
    float: left;
}
.staff_presence .staff_presence_line img{
    display: block;
    padding: 5px;

}*/



/*校园招聘*/
.active_photo{
    width: 100%;
    padding: 36px 50px;

}
.active_photo img{
    width: 100%;
}

.journey{
    overflow: hidden;
    padding: 38px 38px 0;
    height: 183px;
}
.journey img{
    width: 124px;
    height: 124px;

}
.journey .info{
    font-size: 16px;
    line-height: 62px;
}
.journey .info span{
    margin-left: 34px;
}

.journey .journey_video{
    width: 235px;
    height: 130px;
    background: url("http://jardown.eglsgame.com/website/egls/images/xzxcsp_bg.jpg");
    box-shadow: 4px 4px 0 #dddedf;
    float: right;
}
.journey .journey_video img{
    width: 100%;
    height: 100%;
}
.journey .journey_video:before{
    display: inline-block;
    content: '';
    width: 100%;
    height: 100%;
    background: url("http://jardown.eglsgame.com/website/egls/images/game_video_bg.png");
    background-size: cover;
    cursor: pointer;
    z-index: -1;
    background-color: transparent;
}
.journey .journey_video:hover:before{
    display: inline-block;
}


.send_word{
    padding: 50px 25px;
}
.send_word .send_word_list{
    margin-bottom: 15px;
}
.send_word .send_word_list .head_portrait{
    width: 115px;
    height: 115px;
    position: relative;
}
.send_word .send_word_list .head_portrait .head_portrait_img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #f76c12;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: #fff;
}
.send_word .send_word_list .head_portrait_img img{
    display: block;
    width: 100%;
    height: 100%;
}
.send_word .send_word_list .head_portrait .txt{
    width: 340px;
    height: 40px;
    background: #f76c12;
    padding-left: 40px;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
    position: absolute;
    top: 18px;
    left: 91px;


}
.send_word .explain{
    width: 970px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px 30px;
    background: #e9ebee;
    margin: -37px 0 0 131px;
    font-size: 16px;
    color: #808183;
    line-height: 30px;
    position: relative;
}
.send_word .explain p{
    text-indent: 32px;
}
.send_word .explain::before{
    content: '';
    display: block;
    width:0; height:0;
    border-width:20px 10px;
    border-style:solid;
    border-color:transparent #e9ebee #e9ebee transparent;
    position: absolute;
    top: 4px;
    left: -9px;
    transform: rotate(-65deg);
}











