.newmodel {
    padding: 0 8px;
}

.select-block {
    height: 140px;
    width: 100%;
    background-color: white;
    padding: 20px 0;
    margin: 16px 0 0 0;
}

.select-block-n {
    width: 880px;
    margin: 0 20px;
    float: left
}

.city-show-title {
    line-height: 50px;
}

.block-nav-title {
    padding: 0 8px
}

.job-form-group {
    background-color: white;
    height: auto;
    margin: 20px 0
}

.job-input-block {
    width: 980px;
    /*margin: 0 auto;*/
    padding: 20px 20px 0 20px;
    float: left

}

.job-input-heard {
    height: 50px;
    width: 130px
}

#type {
    height: 50px
}

#jobInput {
    width: 500px;
    height: 50px
}

#searchButton {
    width: 140px;
    height: 50px;
    color: white;
    background-color: #0066ff
}

.list-keywords {
    /*width: 880px;*/

    /*margin: 0 auto;*/
    font-size: 14px;
    float: left;
    padding: 20px 0 0 0;

}

.list-keyword {
    /*width: 880px;*/

    /*margin: 0 auto;*/
    font-size: 14px;
    float: left;
    padding: 10px 0;
}

.list-keyword-li {
    display: inline-block;
    padding: 0 20px
}

.list-keyword-li a {
    color: #212529;
}

.list-item {
    display: inline-block;
    padding: 2px 16px 2px 0;
    line-height: 24px;

}

.list-item:hover {
    color: #0066ff;
    font-weight: bold;
}

.title-tips {
    text-align: center;
    font-size: 24px;
    color: #ff6000;
    padding: 30px 0;
    font-weight: bold;
    clear: both;
}

.holdCity {
    padding: 0 20px;
    font-size: 14px
}

.city-li {
    display: inline-block;
    padding: 0 20px 5px 0;
    color: #212529;
}

.city-li-d {
    display: inline-block;
    float: right;
    padding-right: 10px
}

.city-li-n {
    display: none;
}

ul {
    padding: 0 !important;
    margin: 0 !important;
}

.postCity ul li {
    display: inline-block;
    padding: 0 20px 5px 0;

}

.holdCity ul li a {
    color: #212529;
}

.postCity ul li a {
    color: #212529;
}

#left-padding {
    padding-right: 8px;
}


.left-block {
    background-color: white;
    position: relative;
}

.left-block-padding {
    padding: 10px 16px 0 16px
}

.left-block-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold
}

.left-block-ul {
    font-size: 13px;
    color: #666666;
    padding: 10px 0;
    max-height: 68px;
    overflow: hidden;
}

.left-block:hover {
    border: 2px solid #e5e5e5;
}

.city-show {
    position: relative;
    width: 100px;
    height: 50px;
    border: 1px solid #ced4da;
    text-align: center;

}

.city-list {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 100;
    width: 446px;
    min-height: 300px;
    border: 1px solid #dedede;
    background-color: white;
    display: none;
    line-height: normal;


}

.city-show-title:hover .city-list {
    display: block;
}

#state {
    background-color: white;
}

#state ul li {
    float: left;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    background-color: #f5f5f5;
    margin: 4px;
}

#state ul li:hover {
    background-color: #1c7430;
    color: white;
}

#city {
    background-color: white;
}

#city ul li {
    float: left;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    background-color: #f5f5f5;
    margin: 4px;
}

#city ul li:hover {
    background-color: #1c7430;
    color: white;
}

.select-type {

    width: 880px;
    margin: 5px 20px;
    line-height: 40px;
    height: 50px;
    border-top: 1px solid #dedede;

}

.select-type ul li {
    float: left;
    height: 50px;
    font-size: 14px;
    margin: 5px 0;
    list-style: none;

}

.li-type {
    position: relative;
}

.type-all {
    width: 120px;
    height: 30px;
    text-align: center;
    margin-right: 20px
}

.type-all-detail {
    position: absolute;
    width: 880px;
    height: 300px;
    top: 30px;
    left: 0;
    background-color: white;
    display: none;
    z-index: 100;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #dedede;
}

.type-all:hover .type-all-detail {
    display: block;
}

.type-name ul li {
    float: left;
    width: auto;
    margin: 0;
    padding: 0 10px;
    height: auto;

}

.type-name-list {
    color: #666666;

}

.type-name-list:hover {
    color: #0066ff;
    font-weight: bold;
}

.big-left-block {
    width: 600px;
    height: auto;
    background-color: white;
    position: absolute;
    left: 400px;
    top: 0;
    z-index: 100;
    display: none;
}

.left-block:hover .big-left-block {
    display: block;
}

.right-company-list {
    padding: 20px 0 10px 0;
}

.right-company-text {
    box-shadow: 0 2px 10px 0 #d5d5d5;
    height: 120px;
    background-color: white
}

.right-company-name {
    text-align: center;
    font-size: 18px;
    color: #EB2B1B;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #dedede;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-company-title {
    line-height: 30px;
    font-size: 14px;
    padding: 0 8px;
    color: #000000;
    overflow: hidden;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-company-other {
    line-height: 20px;
    font-size: 14px;
    padding: 0 8px;
    color: #909399
}

#right-col-padding {
    padding: 0 8px;
}

.img-padding-mb {
    padding-left: 8px
}

.block-nav {
    margin: 10px 0;

}

.container {
    max-width: none !important;
    padding: 0 !important;;
    margin: 0 !important;;
}

.nav-link.active {
    color: white !important;
    background-color: #0066ff !important;

}

.nav-tabs {
    margin: 0 0 !important;
}

.recruit-block {
    margin-bottom: 16px;
}

.padding-mb {
    margin-top: 16px;
}

.padding-mbs {
    margin-top: 8px;
    min-height: 500px;
}

#pagelist-row > div {
    padding: 0 8px;
}

#pagelist_2-row > div {
    padding: 0 8px;
}

#pro, #cit {
    width: 100px;
}

#postButton {
    height: 50px;
    font-size: 14px
}

#postButton2 {
    background-color: #ff6000;
    border-color: #ff6000;
    height: 50px;
    font-size: 14px
}

#postButton3 {
    background-color: #ff6000;
    border-color: #ff6000;
    height: 50px;
    font-size: 14px
}

.title-job {
    font-size: 13px;
    color: #111111;
    line-height: 26px;
    padding: 5px 0;
    height: 35px;
    overflow: hidden;

    max-width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1024px) {

    #left-padding {
        padding-right: 0;
    }

    .list-keywords {
        padding: 10px 20px;

    }

    .list-keyword {

        font-size: 14px;
        float: left;
        padding: 10px 0;
    }

    .job-input-block {
        width: 780px;
        /*margin: 0 auto;*/
        padding: 20px 20px 0 20px;
        float: left

    }

    .job-input-heard {
        height: 50px;
        width: 130px
    }

    #type {
        height: 50px
    }

    #jobInput {
        width: 300px;
        height: 50px
    }

    #searchButton {
        width: 140px;
        height: 50px;
        color: white;
        background-color: #0066ff
    }

    .right-company-text {
        margin-bottom: 20px;
    }

    .block-nav {
        margin: 0 0;
    }

    .title-job {
        font-size: 13px;
        color: #111111;
        line-height: 26px;
        padding: 5px 0;
        height: 35px;
        overflow: hidden;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


}

@media (max-width: 800px) {

    .select-block {
        height: 140px;
        width: 100%;
        background-color: white;
        padding: 20px 0;
        margin: 16px 0 0 0;
    }

    .select-block-n {
        width: 100%;
        margin: 0 20px;
        float: none;
    }

    .city-show {
        height: 45px;
        line-height: 45px;
        width: 80px;
    }

    .city-list {
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 100;
        width: 300px;
        min-height: 300px;
        border: 1px solid #dedede;
        background-color: white;
        display: none;
        line-height: normal;


    }

    .type-all-detail {
        position: absolute;
        width: 300px;
        height: 300px;
        top: 30px;
        left: 0;
        background-color: white;
        display: none;
        z-index: 100;
        overflow-x: hidden;
        overflow-y: auto;
        border: 1px solid #dedede;
    }


    .right-company-list {
        padding: 16px 0 0 0;
    }

    #pagelist-row > div {
        padding: 0 0;
    }

    #pagelist_2-row > div {
        padding: 0 0;
    }

    .padding-mb {
        margin-top: 0;
    }

    .block-nav-title {
        padding: 0 10px
    }

    .newmodel {
        padding: 0 0
    }

    .img-padding-mb {
        padding-left: 0;
        display: none;
    }

    .list-keywords {
        padding: 0 20px 10px 20px;
        /*display: none;*/

    }

    #postButton {
        height: 40px;
        font-size: 14px
    }

    #postButton2 {
        background-color: #ff6000;
        border-color: #ff6000;
        height: 40px;
        font-size: 14px
    }

    #postButton3 {
        background-color: #ff6000;
        border-color: #ff6000;
        height: 40px;
        font-size: 14px
    }


    #left-padding {
        padding-right: 0;
    }

    #right-col-padding {
        padding: 0 10px 0 0;
    }

    #right-col-padding:nth-child(2n) {
        padding: 0 0;
    }

    .big-left-block {
        width: 600px;
        height: auto;
        background-color: white;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
        display: none;
    }

    .left-block:hover .big-left-block {
        display: none;
    }

    .right-company-text {
        margin-bottom: 10px;
    }

    .job-form-group {
        background-color: white;
        height: auto;
        margin: 10px 0 0 0
    }

    .job-input-block {
        width: 90%;
        margin: 0 5%;
        padding: 16px 0 0 0;

    }

    .list-keyword-li {
        padding: 5px 10px;
    }

    .job-input-heard {
        height: 50px;
        width: 25%
    }

    .nav_job .supp_dao {
        margin: 10px 0;
    }

    #type {
        height: 45px;
        font-size: 14px;
    }


    #jobInput {
        width: 45%;
        height: 45px;
        font-size: 14px;

    }


    #searchButton {
        width: auto;
        height: 45px;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        font-size: 14px;
    }


    #pro, #cit {
        width: 80px;
        padding: 0.375rem 0.25rem;
    }

    .list-keyword {
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
        padding: 0 10px;
    }

    .title-tips {
        clear: both;
        font-size: 20px;
        padding: 0 0 10px 0;
    }

    .holdCity {
        padding: 0 10px 10px 10px;
    }

    .city-li {
        display: none;
    }

    .city-li-d {
        display: none;

    }

    .city-li-n {
        display: inline-block;
        float: left;
        padding-right: 10px
    }

    .block-nav {
        margin: 0 0;
    }

    .title-job {
        font-size: 13px;
        color: #111111;
        line-height: 26px;
        padding: 5px 0;
        height: 35px;
        overflow: hidden;
        width: 100%;

        text-overflow: ellipsis;
        white-space: nowrap;
    }


}
