.banner{
    background:url(/Theme/default/image/joinusban.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top:200px;
    padding-bottom: 190px;
}
.banner h1{
    text-align: center;
    color:#fff;

}
.banner p{
    color:#fff;
    text-align: center;
    width:60%;
    margin:0 auto;
}
.job_list{
    display: -webkit-flex;
    display:flex;
    flex-flow:row nowrap;
    justify-content:space-between;
    align-items:center;
    margin-bottom:55px;
}

.open_con{
    display:none;
}
.job_cen .job_list.pc_hide{
    display:none;
}
.job_list_section{
    width:47%;
}
.job_img img{
    width:100%;
    height:auto;
}
.job_con h3{
    text-align: center;
    line-height: 1.3;
}
.job_con{
    margin-top: 55px;
    margin-bottom: 60px;
}
.job_cen{
    margin-top:60px;
}
.job_text p{
    color:#000;
    font-size:12px;
    line-height:22px;
}
/*.job_text p span{*/
    /*font-size:36px;*/
/*}*/
.number{
    font-size: 36px;
}
@media screen and (max-width:768px){
 .job_list_section{
    width:100%;
}
.job_list{
    display:block;
    margin-bottom: 25px;
}
.job_list_section{
    margin-bottom: 15px;
}
.banner p{
    width:100%;
}
.banner{
    padding:70px 0 30px;
}
.job_list.col-xs-hide{
    display:none;
}
.job_con h3{
    margin:25px 0 30px;
}
.job_list.pc_hide{
    display:block;
}
.job_list:nth-child(3){
    display:block;
}
}

