.banner img{
    width: 100%;
    vertical-align: bottom;
}
.body{
    padding: 35px 0 20px 0;
}
.recruitment{
    padding-right: 10px;
}
.recruitment-top{
    width: 100%;
    height: 46px;
    background-color: #efefef;
    margin-top: 30px;
}
.recruitment-top a{
    display: block;
    width: 100%;
    background-color: #a6a6a6;
    font-size: 16px;
    padding: 10px 0;
    color: #ffffff;
    text-align: center;
    margin-top: -5px;
}
.recruitment-div{
    margin-right: 30px;
}
.recruitment-div:last-child{
    margin-right: 0;
}
.recruitment-top-list>div.on a{
    background-color: #174b99;
}
.recruitment-center{
    border-bottom: 1px solid #efefef;
    margin: 10px 0 25px 0;
}
.recruitment-center a{
    font-size: 18px;
    color: #6e6e6e;
    border-bottom: 1px solid transparent;
}
.recruitment-center li.on a{
    font-weight: bold;
    color: #3e3e3e;
    border-bottom: 2px solid #174b99;
}
.recruitment-list li{
    width: 100%;
    margin-bottom: 30px;
}
.recruitment-list li a{
    display: block;
    font-size: 18px;
    color: #5e5e5e;
    padding: 10px;
    background-color: #efefef;
}
.recruitment-list li span{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.recruitment-list li span:nth-child(1){
    width: 40%;
}
.recruitment-list li span:nth-child(2){
    width: 45%;
}
.recruitment-list li span:nth-child(3){
    width: 8%;
    text-align: right;
}
.recruitment-list li img{
    width: 50%;
    vertical-align: text-top;
}
.recruitment-list li.on a{
    background-color: #8ca3ce;
    color: #ffffff;
}
.require{
    display: none;
    padding: 15px 25px;
    margin-top: -30px;
}
.require h2{
    font-size: 18px;
    color: #3e3e3e;
    margin-top: 30px;
}
.require p{
    color: #4e4e4e;
    font-size: 16px;
    line-height: 32px;
}
.recruitment-right h2{
    font-size: 20px;
    color: #5e5e5e;
}
.recruitment-right{
    color: #5e5e5e;
    padding:0 25px;
}
.new-img{
    padding-top: 30px;
}
.new-img img{
    width: 100%;
}
.recruitment-right p{
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    margin-top: 20px;
    text-align:justify;
}
.join{
    padding-bottom: 10px;
    border-bottom: 1px dotted #9e9e9e;
    margin-top: 50px;
}
.join a{
    font-size: 16px;
    color: #19479e;
}
.join a:hover{
    opacity: .8;
}
.mailbox{
    font-size: 16px;
    color: #6e6e6e;
    margin-top: 25px;
}
.mailbox span{
    vertical-align: middle;
    margin-right: 10px;
}
.mailbox p{
    font-size: 14px;
    color: #19479e;
    border: 1px solid #19479e;
    padding: 4px;
    border-radius: 4px;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}
@media screen and (max-width:767px){
    .certificate {
        padding: 0 14px;
    }
    .recruitment-top a{
        display: block;
        font-size: 18px;
    }
}
@media screen and (min-width:1200px){
    .img-lists .row{
        margin: 0 -30px;
    }
    .recruitment-center {
        margin: 20px 0 25px 0;
    }
}
@media screen and (max-width: 1200px){
    .banner{position: relative;overflow:hidden;}
    .banner img{
        position: relative;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        width: calc(1.6*100%);
    }
    .body{
        padding: 30px 0;
    }
    .body-font span:nth-child(1){
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .body-img{
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .recruitment-div{
        margin-right: 0;
    }
    .recruitment{
        padding-right: 0;
    }
}