.mainBox {
    background: #fff;
    padding:30px 20px 20px;
}

#sideRight .formDiv input[type="text"].w248{
    width: 231px;
}
.mt3{
    margin-top: 3px;
}
#sideRight .formDiv .salary{
    width: 283px;
    border: 1px solid #eee;
    height: 38px;
    border-radius: 4px;
    padding: 0 10px;
    color: #8b94a1;
    line-height: 38px;
    margin-left: 5px;
}
#sideRight .formDiv .salary input{
    border: none;
    padding: 0;
    width: 268px;
}
#sideRight .formDiv select.w300{
    width: 297px;
}
.tabList{
    width: 705px;
}
.tabList li{
    cursor: pointer;
    padding: 0 10px;
    min-width: 68px;
    line-height: 38px;
    height: 38px;
    background: #f4f7fc;
    border: 1px solid #d8e1ee;
    border-radius: 4px;
    text-align: center;
    color: #8b94a1;
    margin-right: 10px;
    margin-bottom: 10px;
}
.tabList li.on{
    background: #b8d2f7;
    color: #1569e6;
}
.unitPart{
    color: #8b94a1;
    top: 10px;
    right: 367px;
}

.smallInput{
    width: 138px !important;
}
.salaryText{
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
}
.checkbox_more{
    width: 85%;
}
.checkbox_more label{
    float: left;
    margin-top: 12px;
}
.checkCont {
    line-height: 40px;
    color: #8b94a1;
    margin-left: 10px;
}
.btns {
    width: 360px;
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: space-between;
}