.human .human-title {
  background: #f7f7f7 url(../images/humanRe1.jpg) center center no-repeat;
}
.human .human-title .container{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;}
.human .human-title .textleft {width: 57%;padding: 0 0 50px 0;}
.human .human-title .textleft h4{ color: #ffa200;font-size: 30px;font-weight: 600;margin-bottom: 20px;}
.human .human-title .textleft p{font-size: 16px;line-height:26px;color: #888;padding: 10px 0;margin: 10px 0;border-bottom: 1px solid #eee;}
.human .human-title .textleft p:last-child{border-bottom: none;}
.human .human-title .textRight {width: 43%;text-align: right;padding-right: 10%;}
.human .human-title .textRight  {
  color: #f09888;
  font-size: 22px;
  padding-top: 40px;
}

.human .human-title .textRight span {
  color: #d8d8da;
  font-size: 94px;
  padding-bottom: 60px;
  display: inline-block;
  line-height: 80px;
  font-family: CALIBRI;
}
.human .human-list {}
.human .human-list .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.human-header {
    position: relative;
    padding: 10px 0;
}
.human-header:before{
    content:'';
    width:30px;
    height:6px;
    background-color:#ffa200;
    display:block;
    position:absolute; right:50%;margin-right: -15px; top:10px;border-radius: 4px;
}
.human-header h2{font-size: 28px;color:#666;text-transform: uppercase;letter-spacing: 2px;position: relative;}
.human-header h2:after{
    content:'';
    width:150px;
    height:1px;
    background-color:rgba(0,0,0,0.2);
    display:block;
    position:absolute; left:50%;margin-left: -15%;bottom:20px;
}
.human-header h2:before{
    content:'';
    width:150px;
    height:1px;
    background-color:rgba(0,0,0,0.2);
    display:block;
    position:absolute; right:50%;margin-right: -15%;bottom:20px;
}
.human .human-list .container ul{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.human .human-list .container ul li{width:260px;background-color: #f8f8f8;margin: 0 20px;text-align: center;
  -webkit-box-shadow: 0 6px 30px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 6px 30px 1px rgba(0, 0, 0, 0.4);
}
.human .human-list .container .human-ul li{
    -webkit-box-shadow: 0 6px 30px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 30px 1px rgba(0, 0, 0, 0.08);
}
.human .human-list .container ul li img{width:260px;}
.human .human-list .container ul li h4{font-size: 18px;color: #444;line-height: 30px;text-align: center;letter-spacing: 1px;}
.human .human-list .container ul li p{font-size: 13px;line-height: 22px;padding:0 15px 30px 15px;color:#999;text-align: center}
.human .human-list .container ul li i{font-size: 4rem;display: block;margin: 10px auto;color: #ffa200;}
.human .job{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.human .job .job-list{width: 70%;padding:0 30px 0 0 ;}
.human .job .job-list .job-title{margin: 0 0 0 auto;}
.human .job .job-list .job-title h3{color: #ddd;font-size: 36px;font-family:'dincond-medium';font-weight: 500;margin: 0 0 10px 0;}
.human .job .job-list .job-title h4{color: #ffa200;font-size: 30px;font-weight: 600;}
.human .job .job-list .job-ul{margin: 0 0 0 auto;border-top: 1px solid #eaeaea;padding: 30px 0;}
.human .job .job-list .job-ul li{border-bottom:1px solid #eaeaea;padding:5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}
.human .job .job-list .job-ul li:last-child{border-bottom: none;}
.human .job .job-list .job-ul li .ico{width: 15%;text-align: left;}
.human .job .job-list .job-ul li .ico i{font-size: 3rem;color: #ccc;border: 1px solid #eaeaea;padding: 10px;border-radius: 50%;}
.human .job .job-list .job-ul li .info{width: 65%;}
.human .job .job-list .job-ul li .info h4{font-size: 18px;color: #666;}
.human .job .job-list .job-ul li .info p{font-size: 14px;line-height: 22px;color: #aaa;}
.human .job .job-list .job-ul li .bt{width: 20%;}
.human .job .job-list .job-ul li .bt a{display: block;width: 100%;line-height: 30px;background-color: #ffa200;color: #fff;font-size: 14px;text-align: center;max-width: 120px;margin: 0 0 0 auto;}

.human .job .job-info{width: 30%;background-color: #fff;padding: 30px;}
.human .job .job-info .img{}
.human .job .job-info .img img{width: 100%;max-width: 360px;}
.human .job .job-info .title{padding: 30px 0 0 0;}
.human .job .job-info .title h3{font-weight: 600;color: #88878c;font-size: 18px;margin: 0;}
.human .job .job-info .title p{font-family:'dincond-medium';font-size: 26px;color: #d8d4d5;font-weight: 600;}
.human .job .job-info .info{padding: 20px 0;width: 100%;max-width: 360px;}
.human .job .job-info .info p{font-size: 14px;color: #9c9c9c;line-height: 25px;margin-bottom: 20px;}
.human .job .job-info .info span{font-size: 28px;font-weight: 500;font-family:'Montserrat-Regular';letter-spacing: -3px;color: #9c9c9c;margin:0 5px 0 0;}
.human .job .job-info .info img{}


