/*CLEARFIX
-------------------------------------------------------------- */

*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.phoneDiv {
    display: none;
}

.center-box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


/**********************人才招聘*************************/

.job-team {
    width: 100%;
    line-height: 0;
}

.job-notice img {
    width: 100%;
}

.job-notice .job-notice-box {
    width: 100%;
    height: auto;
    border: 1px solid #bfbfbf;
    margin: 120px 0 80px;
}

.job-notice .job-notice-box .swiper-slide {
    width: 160px;
    line-height: 70px;
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #444;
    font-weight: bold;
    cursor: pointer;
}

.job-notice .job-notice-box .selected {
    background: url(../images/selected-sj.png) no-repeat center bottom;
    background-size: 10%;
    color: #fd5d10;
}

.job-notice .job-notice-box .swiper-slide:after {
    content: '';
    width: 1px;
    height: 20px;
    background: #bfbfbf;
    position: absolute;
    top: 0;
    right: -2px;
    z-index: 1;
}

.job-notice .job-notice-box .swiper-slide:before {
    content: '';
    width: 1px;
    height: 20px;
    background: #bfbfbf;
    position: absolute;
    bottom: 0;
    right: -2px;
    z-index: 1;
}

.job-notice .swiper2 .swiper-slide {
    width: 100%;
}

.job-notice .swiper2 .ul320 li {
    overflow: hidden;
}

/* .job-notice .swiper2 .ul320 li .lefts {
    width: 48%;
    float: left;
    overflow: hidden;
    position: relative;
} */

.ul320 li .lefts h3 {
    background: url(../images/h3-left-img.jpg) no-repeat left center;
    background-size: contain;
    padding-left: 60px;
}

.ul320 li .lefts .spo1 {
    font-size: 18px;
    color: #686868;
}

.ul320 li .lefts .spo2 {
    font-size: 24px;
    color: #313131;
    font-weight: bold;
}

.ul320 li .lefts .treatment {
    padding: 15px 0 15px 20px;
/*     overflow: hidden; */
}

.ul320 li .lefts .treatment span {
    display: block;
    float: left;
    padding: 0 15px;
    background: #fd5d10;
    line-height: 30px;
    font-size: 16px;
    border-radius: 15px;
    color: #fff;
    margin: 0 10px;
}

.ul320 li .lefts .claim p {
    line-height: 21px;
    background: url(../images/psi-icon.jpg) no-repeat;
    background-size: 10px 10px;
    background-position: 0 5px;
    padding-left: 20px;
    font-size: 16px;
    padding-bottom: 7px;
}

.ul320 li .lefts .send {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.ul320 li .lefts .send span {
    display: inline-block;
    width: 150px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fd5d10;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
}

.ul320 li .lefts .send i {
    float: right;
    line-height: 30px;
    color: #fd5d10;
    font-size: 16px;
    font-style: normal;
}

/* .job-notice .swiper2 .ul320 li .rights {
    width: 50%;
    float: right;
    overflow: hidden;
    line-height: 0;
} */

.job-notice {
    margin-bottom: 120px;
}


/* 修改的媒体查询 */
@media screen and (max-width:430px) {
    .job-notice .swiper2 .ul320 li .lefts {
        height: 430px!important;
    }
}
@media screen and (min-width:560px) {
    .job-notice .swiper2 .ul320 li .lefts {
        height: 360px!important;
    }
}

@media screen and (min-width:767px) {
    .job-notice .swiper2 .ul320 li .lefts {
        height: 333px!important;
    }
}

@media screen and (min-width:768px) {
    .job-notice .swiper2 .ul320 li .lefts {
        height: 280px!important;
    }
}

@media screen and (min-width:1200px) {
    .job-notice .swiper2 .ul320 li .lefts {
        height: 360px!important;
    }
}