﻿.search-kuang-bg {
    background: url(../image/search1.png) top;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    height: auto;
}
.keyword-search {
    width: 420px;
    height: 55px;
    border: 3px solid #0ea853;
    margin-top:30px;
    margin-right:20px;
    border-radius:5px;
    margin-bottom:30px;
    float:left;
    text-indent:20px;
    font-size:15px;
    background-color:transparent
}
.search-btn {
    height: 58px;
    background-color: #0ea853;
    width: 190px;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.cate-list {
    padding: 20px 0 10px 0;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #ebebeb
}
    .cate-list .name {
        width: 70px;
        float: left;
        font-size: 12px;
        position: relative;
        top: 3px;
        text-align: right;
        color: black
    }

    .cate-list ul {
        width: calc(100% - 70px);
        float: left;
    }

        .cate-list ul li {
            color: #666666;
            margin-right: 10px;
            float: left;
            width: auto;
            font-size: 12px;
            text-align: left;
            margin-bottom: 10px;
            margin-right: 20px; 
        }
        .cate-list ul li .selected {
            background-color: #0ea853;
            color:white;
            text-align:center;
            padding:5px 20px;
            padding:4px 30px;
        }
            .cate-list ul li .selected a {
                color: white;
            }
            .border-none {
                border: 0px;
            }
.result-bg {
    background: url(../image/search2.png) center top;
    background-repeat: no-repeat;
    float: left;
    background-size: 100% auto;
    width: 100%;
    height: auto;
    object-fit: fill;
    background-color: white;

}
.result-bt-bg {
    background: url(../image/search13.png) center bottom;
    background-repeat: no-repeat;
    float: left;
    background-size: 100% auto;
    width: 100%;
    height: auto;
    object-fit: fill;
    background-color: white; 
    padding:30px 0 80px 0
}
.result-bg .title {
    text-align: center;
    color: black;
    height: 150px;
    font-size: 22px;
    line-height: 118px;
    float: left;
    width: 100%;
    font-weight: bold;
    letter-spacing: 3px;
}

.result-bg .job-list li {
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    width: calc(50% - 60px);
    float: left;
    margin-right: 10px;
    padding: 25px 20px;
    border-radius: 3px;
    margin-bottom: 20px;
    position: relative;
    background: url(../image/search4.png) bottom;
    background-repeat: no-repeat;
    -moz-box-shadow: 1px 1px 8px #ebebeb; /* 老的 Firefox */
    box-shadow: 1px 1px 8px #ebebeb;
    height:215px;
}
        .result-bg .job-list li:nth-child(2n) {
            margin-left: 10px
        }
        .result-bg .job-list li:hover {
            -moz-box-shadow: 1px 1px 8px #0ea853; /* 老的 Firefox */
            box-shadow: 1px 1px 8px #0ea853;
            cursor:pointer
        }
            .result-bg .job-list li:hover .job-name {
                color: #0ea853
            }
            .result-bg .job-list li:hover:before {
                content: " ";
                width: 100%;
                height: 3px;
                background-color: #0ea853;
                top: -1px;
                position: absolute;
                left: 0px;
                border-radius: 3px;
            }
            .result-bg .job-list li .job-name {
                width: 100%;
                float: left;
                font-size: 18px;
                font-weight: bold;
                position: relative;
            }
            .result-bg .job-list li .job-name .job-wages {
                position: absolute;
                right: 0px;
                color: #fc703e
            }

.result-bg .school-list {
    width: 100%;
    float: left;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height:20px;
}
        .result-bg .school-list .school-name {
            font-size: 12px;
            color: #686868;
            float: left;
            padding: 3px 7px;
            position: relative;
        }
            .result-bg .school-list .school-name:after {
                content: "|";
                position: absolute;
                right: 0px;
                color: #686868;
            }
            .result-bg .school-list .school-name:last-child:after {
                content: "";
                display: none
            }
    .result-bg .job-btns {
        width: 100%;
        float: left;
        padding-bottom: 20px;
        border-bottom: 1px solid #ebebeb;
    }
        .result-bg .job-btns .online-btn {
            border: 1px solid #e3e3e3;
            padding: 6px 10px;
            border-radius: 20px;
            font-size: 10px;
            color: #0ea853;
            margin-top: 10px;
            float: left;
            margin-right: 15px;
        }
            .result-bg .job-btns .online-btn i {
                font-size: 10px;
                color: #0ea853
            }
        .result-bg .job-btns .shenq-btn {
            float: right;
            background-color: #0ea853; 
        }
    .result-bg .company-info {
        width:100%;float:left;
        padding-top:15PX;
    }
        .result-bg .company-info .company-name {
            width: 100%;
            float: left;
            font-size: 13px;
            font-weight: bold;
            position: relative;
        }
            .result-bg .company-info .company-name .job-date {
                position: absolute;
                right: 0px;
                font-size: 12px;
                color: #717171;
                font-weight: normal;
            }
            .result-bg .company-info .company-name .job-route {
                font-size: 12px;
                color: #717171;
                font-weight: normal;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width:100%;
                float:left;
                margin-top:10px;
            }

            .result-bg .company-info .company-name .job-date span {
               position:relative;
                color: #353535;
            }
        .result-bg .company-info .company-zizhi-list {
            width: 100%;
            float: left;
            margin: 10px 0;
        }

            .result-bg .company-info .company-zizhi-list .zizhi-name {
                font-size: 12px;
                color: #686868;
                float: left;
                padding: 3px 15px 3px 0px;
                position: relative;
            }

            .result-bg .company-info .company-zizhi-list .zizhi-name:after {
                content: "|";
                position: absolute;
                right: 7px;
                color: #686868;
            }
                .result-bg .company-info .company-zizhi-list .zizhi-name:last-child:after{
                    content:"";
                    display:none
                }

.provinceSchool {
    background-color: white;
    z-index: 9999;
    top: 10px;
    display: none;
    position: absolute;
    width: 580px;
    height: 330px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 10px;
    box-shadow: 3px 2px 4px #ccc;
    -webkit-box-shadow: 3px 2px 4px #ccc;
}

    .provinceSchool .title {
        background-color: #0ea853;
        width: 100%;
        height: 20px;
        margin: 0 auto;
        border-bottom: 1px dotted #ccc;
        letter-spacing: 1px;
        padding: 10px 0;
        text-align: left;
    }

        .provinceSchool .title span {
            margin-left: 10px;
            font-weight: 600;
            color: white;
        }

    .provinceSchool .proSelect {
        width: 550px;
        height: 22px;
        margin: 10px 0 6px 15px;
    }

        .provinceSchool .proSelect select {
            width: 136px;
        }

        .provinceSchool .proSelect input {
            display: none;
        }

    .provinceSchool .schoolList {
        width: 550px;
        height: 200px;
        margin-left: 15px;
        overflow-y: auto;
        border: 1px solid #ddd;
    }

        .provinceSchool .schoolList ul {
            width: 510px;
            padding: 0px;
        }

            .provinceSchool .schoolList ul li {
                list-style: none;
                float: left;
                min-width: 152px;
                height: 22px;
                margin-left: 4px;
                padding-left: 4px;
                line-height: 22px;
                cursor: pointer;
            }

                .provinceSchool .schoolList ul li.DoubleWidthLi {
                    width: 328px;
                }

                .provinceSchool .schoolList ul li:hover {
                    background: #ddd;
                }

    .provinceSchool .button {
        width: 100%;
        height: 40px;
        margin-top: 8px;
    }

        .provinceSchool .button button {
            float: right;
            height: 30px;
            margin-right: 20px;
            padding: 4px 10px;
            border-radius: 5px;
            background: #ff8d40;
            border: none;
            color: #FFF;
            font-weight: 600;
            cursor: pointer;
        }