﻿


.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}



@media (min-width: 1400px) {
.container {
    width: 950px;
}
}


@media (min-width: 768px) {
 .col-sm-4 {
    float: left;
  }
  
  .col-sm-4 {
    width: 50%;
  }

 
  
}


/**job**/
.job1_l , .job1_r{
    width: 50%;
    float: left;
    position: relative;
}

.job1_l img {
    width: 68%;
    opacity: 0.3;
}

.job1_l h2 {
    position: absolute;
    top: 160px;
    margin: 0;
    font-size: 54px;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #222;
    text-transform: capitalize;
}

.job1_r img {
    width: 100%;
}

.job1_l {
    margin-top: 100px;
}



.job2_main {
    background: #fff;
    position: relative;
    padding: 20px 0; top:240px
}

.jobTit_main {
    text-align: right;
    max-width: 800px;
    float: right;
}

.jobTit_main h2 {
    margin: 0 0 10px;
    font-weight: bold;
    color: #355d77;
    font-size: 36px;
    line-height: 46px;
    position: relative;
    padding-bottom: 15px;
}

.jobTit_main p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #666;
}

.jobTit_main h2:after {content: "";display: inline-block;width: 40px;height: 5px;position: absolute;background: #355d77;right: 0;bottom: 0;}

.job_tit {
    margin-bottom: 35px;
}

.job_bgR img {
    width: 100%;
}

.job_bgR {
    position: absolute;
    width: 480px;
    margin-left: -240px;
    left: 50%;
    top: 240px; z-index:-99
}

.job2_lis {
    position: relative;
    padding: 30px 20px 20px;
}

.job2_lis a {
    display: block;
    padding: 30px 30px 0;
    position: relative;
}

.job2_bg {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center center;
    transition: all 0.6s cubic-bezier(0.05, 0.7, 0.39, 0.97);
    -webkit-transition: all 0.6s cubic-bezier(0.05, 0.7, 0.39, 0.97);
    -moz-transition: all 0.6s cubic-bezier(0.05, 0.7, 0.39, 0.97);
    -ms-transition: all 0.6s cubic-bezier(0.05, 0.7, 0.39, 0.97);
    -o-transition: all 0.6s cubic-bezier(0.05, 0.7, 0.39, 0.97);
}
.job2_bg span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 25px;
    background: #3e77b2;
    background: linear-gradient(-45deg,#3e77b2,#1d427a 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1d427a",endColorstr="#ff3e77b2",GradientType=1);
    transform: rotate(-45deg);
    transform-origin: bottom left;
}
.job2_txt {
    position: relative;
    background: #fff;
    box-shadow: 0 30px 44px 0 rgba(0,0,0,.05);
    width: 90%;
    padding: 15px 25px;
    top: 0;
    transition: all 0.6s cubic-bezier(0.05, 0.7, 0.39, 0.97);
    -webkit-transition: all 0.6s cubic-bezier(0.05, 0.7, 0.39, 0.97);
    -moz-transition: all 0.6s cubic-bezier(0.05, 0.7, 0.39, 0.97);
    -ms-transition: all 0.6s cubic-bezier(0.05, 0.7, 0.39, 0.97);
    -o-transition: all 0.6s cubic-bezier(0.05, 0.7, 0.39, 0.97);
}

.job2_txt h2 {
    margin: 0 0 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #eee;
}

.job2_txt h2:after {content: "";display: table;clear: both;}

.job2_txt h3 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #c1a367;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.job2_ico {
    float: left;
        font-size: 14px;
    line-height: 60px;
    font-weight: bold;
    color: #1d427a;
    max-width: calc(100% - 40px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

span.job2_ico img {
    width: auto;
    height: 60px;
}

span.job2_arr {
    float: right;
    padding-top: 21px;
}

span.job2_arr img {
    width: auto;
    height: 18px;
}

.job2_txt p {
    margin: 0;
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
    height: 88px;
    color: #1d427a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.job2_txt h6 {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #e2e2e2;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job2_lis a:hover .job2_bg {
    top: 30px;
}
.job2_lis a:hover .job2_txt {
    top: -80px;
}



