* {
    margin: 0px;
    padding: 0px;
}

.clearbox::after{
    content: "";
    display: block;
    clear: both;
}
.clearbox{
    *zoom: 1;
}

.wrapper {
    width: 1200px;
    margin: 0 auto
}

/* 头部 */

.yhheader {
    width: 100%;
    position: relative;
   
}

.yhheader img{
    width: 100%;
}
.backIndex {
    position: absolute;
    right: 100px;
    top: 40px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    background: #ffd148;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
}
/* 人才引进开始 */
.rcyjgg {
    margin-top: 60px;
}
.rcyjgg .peopleInter{
    display: inline-block;
    width: 95%;
    float: left;
}
.rcyjgg .peopleInter img{
    width: 100%;
}
.rcyjgg .moreContent{
    display: inline-block;
    margin-top: 33px;
}
.rcyjgg .moreContent img{
    width: 16px;
   height: 16px;
    cursor: pointer;
}
.rcyjgg .moreContent span{
    color: #00985d;
    vertical-align: middle;
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
}
.zcwjbt {
    width: 100%;
  
}

.zcwnjcon {
    width: 100%;
    margin-top: 20px;
}

.gjzc {
    width: 48%;
    float: left;
    margin-right: 4%;
    padding-bottom: 30px;
}

.gjzcbt {
    height: 35px;
    margin-bottom: 35px;
}

.gjzcbt span {
    font-size: 26px;
    vertical-align: middle;
    padding-left: 30px;
}

.zclist {
    font-size: 16px;
    padding-left: 15px;
}

.zclist li {
    line-height: 50px;
    list-style-image: url(../img/listStyle.png);
    list-style: none;
}

.zclist li p {
    float: left;
    padding-left: 4px;
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zclist li span {
    float: right;
    color: #808080;
}
.rcyjgg .sixBox{
    margin-top: 28px
    
}
/* 响应手机端 */
@media screen and (max-width: 765px) {
    .bigBox{
        min-height:390px;
    }
    .wrapper {
        width: 100%;
    }
    .sixBox{
        margin-top: 0;
    }
    .backIndex{
        right: 18px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        top: 10px;
        padding: 0 6px;
    }
    .rcyjgg{
        margin-top: 20px;
        padding: 0 10px;
    }
    .rcyjgg .peopleInter{
        width: 84%;
    }
    .rcyjgg .moreContent{
        margin-top: 0;
    }
   
    .yhzcwj {
        margin-top: 20px;
    }

    .gjzc {
        width: 100%;
        padding-bottom: 0
    }

    .gjzcbt img {
        width: 100%;
    }

    .gjzcbt {
        margin-bottom: 20px;
    }

    .gjzcbt span {
        font-size: 22px;
    }

    .zclist li {
        line-height: 35px;
    }

    .zclist li p {
        padding-left: 4px;
        width: 94%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

}

