.main{
   width:1048px;
   margin:60px auto 90px;
}

#banner{
   width:100%;
   height:60vh;
   background: url('/themes/images1/join_banner.jpg') 100% 100% no-repeat;
   background-size: cover;
   overflow: hidden;
}
.bannerh{
   font-style:oblique;
   font-size: 89px;
   color: #ffffff;
   text-shadow: -3px 13px 3px rgba(0,0,0,.89);
   letter-spacing:30px;
}
.bannerl{
   margin-top:8%;
   margin-left: 16%;
   margin-bottom: 3%;
}
.bannere{
   margin-left: 37%;
}
.pagename{
   font-size: 34px;
   color:#333333;
   position: relative;
}
.pagename::before{
   content:'';
   display: inline-block;
   vertical-align: text-top;
   width:6px;
   height:34px;
   background:#008F48;
   position: absolute;
   left:-22px;
   top:0;
   bottom:0;
   margin:auto;
}
.job_box{
   color:#2D2D2D;
   font-size: 24px;
}
.job_box .job_name{
   font-weight: bold;
   color:#333333;
   font-size: 26px;
   margin-top: 60px;
}
.job_box .exp{
   color:#A2A2A2;
   font-size:22px;
   line-height: 60px;
}
.job_box .detail{
   line-height: 40px;
   white-space: pre-wrap;
   font-size:18px;
}