/* 筛选条件开始 */


/* 选择省份 */

/* 选择城市 */
.selectPublic {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: end;
    border-bottom: 1px solid #F1F1F1;
}

.selectPublic>ul {
    margin-left: 17px;
    width: 90%;
}

.selectPublic>ul>li {
    float: left;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-family: Source Han Serif CN;
    font-weight: bold;
    color: #333333;
    margin-right: 10px;
}

.OtherRequirements {
    display: flex;
    align-items: center;
    height: 97px;
}

.OtherRequirements>span {
    font-size: 14px;
    font-family: Source Han Serif CN;
    font-weight: 500;
    color: #4F4F4F;
    margin-left: 41px;
    cursor: pointer;
}

/* 其他要求 */
.option-xzh {
    /*用div的样式代替select的样式*/
    width: 140px;
    height: 40px;
    /*border-radius: 5px;*/
    /*盒子阴影修饰作用,自己随意*/
    /* box-shadow: 0 0 5px #ccc;*/
    border: 1px solid #cccccc;
    position: relative;
    margin-right: 17px;
}

.option-xzh select {
    /*清除select的边框样式*/
    border: none;
    /*清除select聚焦时候的边框颜色*/
    outline: none;
    /*将select的宽高等于div的宽高*/
    width: 100%;
    height: 40px;
    line-height: 40px;
    /*隐藏select的下拉图标*/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*通过padding-left的值让文字居中*/
    padding-left: 20px;
}

/*使用伪类给select添加自己想用的图标*/
.option-xzh:after {
    content: "";
    width: 14px;
    height: 8px;
    background: url(../img/xiala.png) no-repeat center;
    /*通过定位将图标放在合适的位置*/
    position: absolute;
    right: 20px;
    top: 41%;
    /*给自定义的图标实现点击下来功能*/
    pointer-events: none;
}


/* 招聘职位列表开始 */








.position-list-content {
    width: 100%;
}

.position-list-content>ul {
    padding: 0 25px;
    background-color: #fff;
    display: none;
}

.position-list-content>ul:first-child {
    display: block;
}

.position-list-content>.gdrcw-zp-dataDiv {
    padding: 0 25px;
    background-color: #fff;
    display: none;
}

.position-list-content>div:first-child {
    display: block;
}

.position-list-content ul>li {
    padding: 26px 0;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    align-items: center;
}

.position-list-one {
    width: 45%;
}

.position-list-one>h3 {
    font-size: 16px;
    font-family: Source Han Serif CN;
    font-weight: bold;

}

.position-list-one>h3>a {
    color: #333333;
}

.position-list-one>h3>span {
    color: #E81B1B;
    margin-left: 72px;
}

.position-list-one>p {
    font-size: 13px;
    font-family: Source Han Serif CN;
    font-weight: 600;
    color: #666666;
    margin-top: 18px;
    margin-bottom: 12px;
}

.position-list-one>p>span {
    margin: 0 10px;
}

.position-list-one>ul {
    display: flex;
    flex-wrap: wrap;
}

.position-list-one>ul>li {
    padding: 7px 13px;
    background: #FFFFFF;
    border: 1px solid #73B3FF;
    text-align: center;
    font-size: 12px;
    font-family: Source Han Serif CN;
    font-weight: 500;
    color: #0362D2;
    margin-right: 16px;
    margin-bottom: 5px;
}

.two {
    width: 30%;
}

.position-list-three>a {
    display: block;
    width: 110px;
    height: 40px;
    background: #0362D2;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-family: Source Han Serif CN;
    font-weight: bold;
    color: #FFFFFF;
}

.but-sc {
    border: none;
    outline: none;
    margin-top: 13px;
    width: 110px !important;
    height: 40px !important;
    background: #FFFFFF !important;
    border: 1px solid #C3DFFF !important;
    color: #0362D2 !important;
    cursor: pointer;
}


/* 右侧开始推荐职位 */
.position-right-tjzw {
    width: 100%;
}

.pageBox {
    text-align: center;
    margin: 20px auto;
    color: #999;
    font-size: 14px;
}

.pageBox a {
    float: none;
    border: 1px solid #d5d5d5;
    height: 28px;
    line-height: 28px;
    padding: 0 9px;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    color: #333;
    margin-right: 5px;
}

.pageBox a:hover {
    border-color: #999999;
}

.pageBox .colorRed {
    color: red;
}

.pageBox .gopage {
    width: 36px;
    height: 22px;
    line-height: 22px;
    color: #999;
    text-align: center;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px solid #c3c3c3;
    position: relative;
    left: 0px;
    top: 0px;
    outline: none;
}

.pageBox .curr {
    background: none repeat scroll 0 0 #c3c3c3;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    z-index: 999;
    margin-right: 5px;
    display: inline-block;
}

.pageBox .disabled {
    float: none;
    display: inline-block;
    padding: 0 9px;
    margin-right: 5px;
    border: 1px solid #d5d5d5;
    background-color: #FFF;
    color: #DFDFDF;
    line-height: 28px;
}

.zwsjStyle {
    text-align: center;
    padding-top: 40%;
    font-size: 26px;
}

.position-list-one>p>img {
    vertical-align: text-bottom;
    margin-right: 5px;
}

.selectPublic li {
    cursor: pointer;
}