﻿* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a, img {
    border: 0;
}

body {
    font: 12px/180% Arial, Helvetica, sans-serif, "新宋体";
}
/* select */
.select { 
    font-size: 12px
}

    .select li {
        list-style: none;
        padding: 10px 0 5px 100px;
        width: calc(100% - 100px);
    }

    .select .select-list {
        border-bottom: #eee 1px dashed
    }

    .select dl {
        zoom: 1;
        position: relative;
        line-height: 24px;
    }

        .select dl:after {
            content: " ";
            display: block;
            clear: both;
            height: 0;
            overflow: hidden
        }

    .select dt {
        width: 100px;
        margin-bottom: 5px;
        position: absolute;
        top: 0;
        left: -100px;
        text-align: right;
        color: #666;
        height: 24px;
        line-height: 24px
    }

    .select dd {
        float: left;
        display: inline;
        margin: 0 0 5px 5px;
    }

    .select a, .select-result a {
        display: inline-block;
        white-space: nowrap;
        height: 24px;
        padding: 0 10px;
        text-decoration: none;
        color: #039;
        border-radius: 2px;
    }

        .select a:hover {
            color: #f60;
            background-color: #f3edc2
        }

    .select .selected a, .select-result .selected a {
        color: #fff;
        background-color: #5CB438
    }

.select-result dt {
    font-weight: bold
}

.select-no {
    color: #999
}

.select-result a {
    padding-right: 20px;
    background: #5CB438 url(close.gif) right 9px no-repeat;
    padding-top: 2px;
    margin-top: 5px;
}
.select-result dd {
    float: left;
    margin-right: 10px;
}
    .select-result a:hover {
        background-position: right -15px
    }
.select-result dt,.select-no {
    font-weight: bold;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153,153,153,1);
    line-height: 30px;
    float: left;
}


#schoolName {
    width: 200px;
}

.provinceSchool {
    display: none;
    position: absolute;
    width: 580px;
    height: 310px;
    border: 1px solid #72B9D7;
    z-index: 9999;
    background-color: white;
}

    .provinceSchool .title {
        width: 100%;
        height: 30px;
        background: url(images/title-bg.png) repeat-x center left;
    }

        .provinceSchool .title span {
            margin-left: 10px;
            font-weight: 600;
            color: #FFF;
            line-height: 30px;
        }

    .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 #72B9D7;
    }

        .provinceSchool .schoolList ul {
            width: 510px;
        }

            .provinceSchool .schoolList ul li {
                float: left;
                width: 158px;
                height: 22px;
                margin-left: 6px;
                padding-left: 6px;
                line-height: 22px;
                cursor: pointer;
            }

                .provinceSchool .schoolList ul li.DoubleWidthLi {
                    width: 328px;
                }

                .provinceSchool .schoolList ul li:hover {
                    background: #72B9D7;
                }

    .provinceSchool .button {
        width: 100%;
        height: 40px;
        margin-top: 8px;
    }

        .provinceSchool .button button {
            float: right;
            height: 30px;
            margin-right: 20px;
            padding: 4px 10px;
            border: none;
            color: #FFF;
            font-weight: 600;
            cursor: pointer;
        }




/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/
/* 代码整理：懒人之家 www.lanrenzhijia.com */
ul.simple-pagination {
    list-style: none;
}

.simple-pagination {
    display: inline-block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0;
}

    .simple-pagination ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .simple-pagination li {
        list-style: none;
        padding: 0;
        margin: 0;
        float: left;
    }

/*------------------------------------*\
	Compact Theme Styles
\*------------------------------------*/

.compact-theme a, .compact-theme span {
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #AAA;
    border-right: none;
    min-width: 14px;
    padding: 0 7px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

    .compact-theme a:hover {
        text-decoration: none;
        background: #efefef; /* Old browsers */
        background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* IE10+ */
        background: linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* W3C */
    }

.compact-theme .prev {
    border-radius: 3px 0 0 3px;
}

.compact-theme .next {
    border-right: 1px solid #AAA;
    border-radius: 0 3px 3px 0;
}

.compact-theme .current {
    background: #bbbbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* W3C */
    cursor: default;
}

.compact-theme .ellipse {
    background: #EAEAEA;
    padding: 0 10px;
    cursor: default;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/

.light-theme a, .light-theme span {
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 18px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
}

    .light-theme a:hover {
        text-decoration: none;
        background: #FCFCFC;
    }

.light-theme .current {
    background: #5CB438;
    color: #FFF;
    border-color: #5CB438;
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}

/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/

.dark-theme a, .dark-theme span {
    float: left;
    color: #CCC;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #222;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #555; /* Old browsers */
    background: -moz-linear-gradient(top, #555 0%, #333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #555 0%,#333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555 0%,#333 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #555 0%,#333 100%); /* IE10+ */
    background: linear-gradient(top, #555 0%,#333 100%); /* W3C */
}

    .dark-theme a:hover {
        text-decoration: none;
        background: #444;
    }

.dark-theme .current {
    background: #222;
    color: #FFF;
    border-color: #000;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    cursor: default;
}

.dark-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}
/* 代码整理：懒人之家 www.lanrenzhijia.com */

/*joblist*/
.search-list li {
    width: 100%;
    border-bottom: 1px dotted rgba(237,237,237,1)
}
.j_joblist .e {
    position: relative;
    height: 74px;
    overflow: hidden;
    margin-bottom: 8px;
    padding: 16px 32px 16px 38px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

    .j_joblist .e:hover {
        cursor: pointer;
        -webkit-box-shadow: 0 4px 16px -8px rgba(255,96,0,.3);
        -moz-box-shadow: 0 4px 16px -8px rgba(255,96,0,.3);
        -ms-box-shadow: 0 4px 16px -8px rgba(255,96,0,.3);
        box-shadow: 0 4px 16px -8px rgba(255,96,0,.3)
    }

    .j_joblist .e.on:hover .ick {
        top: 0;
        left: 0
    }

    .j_joblist .e .el {
        float: left;
        width: 558px;
        margin-right: 16px
    }

    .j_joblist .e .er {
        position: relative;
        float: right;
        width: 240px;
        height: 94px;
        text-align: right
    }

    .j_joblist .e .t {
        height: 20px
    }

    .j_joblist .e .jname {
        float: left;
        max-width: 280px;
        font-size: 16px;
        color: #0058a6
    }

        .j_joblist .e .jname:hover {
            color: #ff6000
        }

    .j_joblist .e .time {
        float: left;
        font-size: 14px;
        color: #999;
        margin-left: 8px
    }

    .j_joblist .e .tbs {
        float: left;
        width: 40px;
        height: 20px;
        margin-left: 8px
    }

        .j_joblist .e .tbs.rm {
            background-position: -4px -86px
        }

        .j_joblist .e .tbs.jp {
            background-position: -4px -114px
        }

        .j_joblist .e .tbs.sx {
            background-position: -4px -142px
        }

        .j_joblist .e .tbs.xz {
            background-position: -4px -170px
        }

        .j_joblist .e .tbs.sd {
            width: 20px;
            background-position: -4px -198px
        }

    .j_joblist .e .info {
        height: 20px;
        margin: 16px 0
    }

    .j_joblist .e .sal {
        float: left;
        font-size: 16px;
        color: #ff6000;
        margin-right: 16px
    }

    .j_joblist .e .d {
        float: left;
        max-width: 600px;
        font-size: 14px;
        color: #666
    }

    .j_joblist .e .tags {
        position: relative;
        height: 20px;
        overflow: hidden
    }

        .j_joblist .e .tags.on {
            padding-right: 30px
        }

        .j_joblist .e .tags span {
            display: inline-block;
            overflow: hidden
        }

        .j_joblist .e .tags i {
            float: left;
            line-height: 18px;
            font-size: 12px;
            color: #999;
            white-space: nowrap;
            margin-right: 8px;
            padding: 0 8px;
            border: 1px solid #eee
        }

        .j_joblist .e .tags .ell {
            position: absolute;
            display: none;
            left: 0;
            top: 0
        }

    .j_joblist .e .cname {
        display: block;
        font-size: 16px;
        color: #0058a6
    }

        .j_joblist .e .cname:hover {
            color: #ff6000
        }

    .j_joblist .e .dc {
        height: 20px;
        font-size: 14px;
        color: #666;
        margin: 16px 0
    }

    .j_joblist .e .int {
        font-size: 14px;
        color: #999
    }

    .j_joblist .e .ick {
        position: absolute;
        width: 38px;
        height: 100%;
        cursor: pointer;
        top: 0;
        left: 0;
        background: none;
        -webkit-transition: left .5s, top 0.5s;
        -moz-transition: left .5s, top 0.5s;
        -ms-transition: left .5s, top 0.5s;
        transition: left .5s, top 0.5s
    }

        .j_joblist .e .ick:after {
            position: absolute;
            width: 14px;
            height: 14px;
            top: 19px;
            left: 16px;
            content: "";
            background: url(//img01.51jobcdn.com/im/2020/job_search/e_icons.aa6d6b93.png) -74px 0 no-repeat
        }

    .j_joblist .e.on .ick:after {
        background-position: -74px -48px
    }

    .j_joblist .e .p_but {
        position: absolute;
        display: none;
        *width: 92px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        opacity: 0;
        margin: 0;
        padding: 0 16px;
        bottom: 0;
        right: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s
    }

    .j_joblist .e .el:visited .jname {
        color: #999
    }

    .j_joblist .e .cname:visited {
        color: #999
    }

.at, .panel_lnp h2 p, .panel_py .rdbox {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}