.job-search-box{
    font-size: 0;
    margin-bottom: 35px;
}
.job-search-box select{
    vertical-align: middle;
    width: 176px;
    height: 28px;
    line-height: 28px;
    padding: 0 20px 0 10px;
    margin-right: 26px;
    outline: none;
    border-radius: 10px;
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    background: url("../img/down.png") no-repeat 153px center;
    background-color: #dcdcdc;
}
#keyword{
    float: right;
    vertical-align: middle;
    width: 315px;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 10px;
    outline: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    background-color: #dcdcdc;
}
#ss{
    float: right;
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #dcdcdc;
    cursor: pointer;
}
#ss img{
    vertical-align: middle;
}

.post-top{
    font-weight: bold;
    margin-bottom: 20px;
}
.post-top span:first-of-type, .post-list span:first-of-type{
    display: inline-block;
    width: 260px;
    padding-left: 27px;
    box-sizing: border-box;
    margin-right: 90px;
}
.post-top span:nth-of-type(2), .post-list span:nth-of-type(2){
    display: inline-block;
    width: 220px;
    margin-right: 90px;
}

.post-list div{
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #eee;
}
.post-list span{
    vertical-align: top;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post-list a{
    float: right;
    width: 140px;
    color: #333;
    text-align: center;
}

.jobn{
    font-weight: bold;
    font-size: 24px;
    color: #910782;
    text-align: center;
    margin-bottom: 60px;
}
.jobwz{
    font-size: 14px;
    line-height: 24px;
}
.apply{
    display: block;
    width: 143px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin: 30px auto 0;
    background-color: #910782;
}

.tz{
    font-size: 14px;
    text-align: center;
    user-select: none;
}
.tz #inputpage{
    width: 21px;
    height: 19px;
    outline: none;
    text-align: center;
}
.tz #go{
    outline: none;
    height: 19px;
    cursor: pointer;
}