.bj-bg {
    width: 100%;
    min-width: 1200px;
    height: 360px;
    margin-top: 80px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url("/images/recruit-bg.jpg");
}
.bj-bg .bj-bg-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.bj-bg-mask .bj-bg-cont {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.bj-bg-mask h3 {
    display: block;
    font-size: 34px;
    color: #fff;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    padding-top: 100px;
}
.bj-bg-mask h4 {
    display: block;
    max-width: 700px;
    font-size: 20px;
    color: #fff;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    padding-top: 30px;
    line-height: 30px;
}
.bj-bg-mask span {
    display: block;
    width: 80px;
    height: 4px;
    background-color: #fff;
    margin-top: 60px;
}
.bj-title {
    width: 100%;
    padding: 50px 0;
}
.bj-title h4 {
    text-align: center;
    font-size: 26px;
    color: #e6e4e4;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: bold;
}
.bj-title h3 {
    text-align: center;
    font-size: 24px;
    color: #434343;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    margin-top: 15px;
    font-weight: bold;
}
.bj-recruit {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
.bj-recruit .recruit-people {
    margin-bottom: 30px;
}
.recruit-people .recruit-code {
    float: left;
    width: 170px;
    height: 170px;
    padding: 5px;
    border: 1px solid #b9b9b9;
    -moz-box-shadow:0px 10px 12px -10px #333333;
    -webkit-box-shadow:0px 10px 12px -10px #333333;
    box-shadow:0px 10px 12px -10px #333333;
}
.recruit-code img {
    display: block;
    width: 100%;
}
.recruit-people .contactUs {
    float: left;
    height: 182px;
    padding-left: 80px;
}
.contactUs h3 {
    display: block;
    color: #000;
    font-size: 26px;
    line-height: 70px;
}
.contactUs p {
    display: block;
    color: #5d5d5d;
    font-size: 16px;
    line-height: 35px;
}
.recruit-info {
    padding-top: 20px;
}
.recruit-info .recruit-thead{
    height: 45px;
    line-height: 45px;
    background-color: #37a4ff;
}
.recruit-thead>span {
    display: block;
    float: left;
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
}
.recruit-thead .thead-name{
    width: 370px;
}
.recruit-thead .thead-requirement {
    width: 670px;
}
.recruit-thead .thead-details{
    width: 70px;
    text-align: right;
}
.recruit-info .recruit-list {
}
.recruit-list .recruit-item {
    height: 30px;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
}
.recruit-item span {
    display: block;
    float: left;
    color: #4a4a4a;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.recruit-item .recruit-item-name {
    width: 370px;
}
.recruit-item .recruit-item-requirement {
    width: 670px;
}
.recruit-item .recruit-item-details {
    width: 70px;
    text-align: right;
    cursor: pointer;
    color: #37a4ff;
}
.recruit-item .details-box {
    float: left;
    width: 100%;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #eef7ff;
    margin-top: 20px;
    font-size: 14px!important;
    line-height: 35px!important;
}
