html, body, div, span, dl, dt, dd, a, input, p, strong, img, h3, em {
    margin: 0;
    padding: 0;
}

body {
    /*width:100%*/
    /*height: 100%;*/
    width: 100%;
    margin: 0 auto;
    /*background: url("../imgs/bodybg.png") 0px 130px repeat-x;*/
    background-color: #e9eaec;
    text-align: center;
    /*Font-size: 14px;*/
    line-height: 1.6em;
    color: #333333;
    font-family: "Microsoft YaHei", 微软雅黑;
    overflow-x: hidden;
}

a {
    color: #37c;
    text-decoration: none;
}

    a.posTitle:visited, a.userName:visited, a.comName:visited {
        /*color: #551A8B;*/
    }

.table_joblist td a {
   /*  color: #0063dc;*/
}

i, em {
    font-style: normal;
}

input, textarea, select {
    vertical-align: middle;
    font-size: 12px;
    margin: 0px;
}

label {
    margin-right: 5px;
    cursor: pointer;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
}

.cGray, a.cGray:link, a.cGray:visited {
    color: #888;
}

.cOrange, a.cOrange:link, a.cOrange:visited {
    color: #f60;
}

.sPage .pgbtn, .pageBar .pgbtn {
    background: url("imgs/pages.png") no-repeat;
}

.postHeader2 .showType .selected .desc, .postHeader2 .showType a:hover .desc {
    background-position: -50px -32px;
}

.postHeader2 .showType .selected .list, .postHeader2 .showType a:hover .list {
    background-position: 0px -32px;
}

.postHeader2 .showType .desc {
    background-position: -50px -12px;
    border-left: 0 none;
}

.selectedInfoBox {
    position: relative;
    min-height: 32px;
    _height: 32px;
    line-height: 22px;
    border-bottom: solid 1px #a0cbfe;
    background: #f0f7ff;
}

    .selectedInfoBox dl {
        width: 770px;
        position: relative;
        margin-left: 90px;
        line-height: 22px;
    }

.selectPanel-resume dl {
    margin-left: 100px;
    width: 760px;
    float: left;
}

.selectPanel-resume dt {
    width: 100px;
    margin-left: -100px;
}

.selectedInfoBox dt {
    position: relative;
    width: 85px;
    margin-left: -85px;
    margin-bottom: -30px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-weight: bold;
    padding: 5px 0;
}

.selectPanel .toolBar {
    float: left;
    color: #37c;
    margin-left: 10px;
}

.selectPanel-resume dd {
    float: left;
}

.selectedInfoBox dd {
    float: left;
    display: inline;
    margin-right: 5px;
    padding: 5px 0;
    height: 20px;
    line-height: 20px;
}

a.btnBlue span {
    display: block;
    height: 100%;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#2893e6), to(#1a7cc9));
    background: -moz-linear-gradient(top, #2893e6, #1a7cc9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2893e6', endColorstr='#1a7cc9');
    background: linear-gradient(#2893e6, #1a7cc9);
    cursor: pointer;
}

.selectPanel .toolBar a.btn {
    width: 70px;
    /* height: 20px; */
    line-height: 20px;
    padding: 0;
    display: inline-block;
}

.selectPanel .toolBar a {
    background: none;
    float: none;
    padding: 0 5px;
}

.selectedInfoBox dd a {
    float: left;
    position: relative;
    height: 20px;
    padding: 0 20px 0 5px;
    background: #fff;
}

a.btnBlue {
    display: block;
    height: 22px;
    line-height: 22px;
    padding: 1px;
    font-size: 12px;
    border: solid 1px #2893e6;
    color: #fff;
    text-align: center;
    background: #53a9eb;
}

.selectedInfoBox .otherPanel {
    position: absolute;
    right: 10px;
    bottom: 4px;
}

.selectedInfoBox .stats {
    float: left;
    display: inline;
    margin-right: 10px;
}

/*筛选条件框*/
.attrItemList {
    clear: both;
    border: 1px solid #eee;
    border-top: 0 none;
    border-bottom: 0 none;
    margin-bottom: 10px;
}

.attrItem {
    position: relative;
    padding: 3px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    zoom: 1;
}

.selectPanel-resume .attrItem dl {
    margin-right: 50px;
    width: auto;
}

.selectPanel-resume dl {
    margin-left: 100px;
    width: 760px;
    float: left;
}

.attrItem dl {
    float: left;
    display: inline;
    position: relative;
    margin-left: 90px;
    margin-right: 120px;
    line-height: 26px;
}

.selectPanel-resume dt {
    width: 100px;
    margin-left: -100px;
}

.attrItem dt {
    float: left;
    position: relative;
    width: 85px;
    margin-left: -85px;
    margin-bottom: -26px;
    text-align: right;
    font-weight: bold;
    overflow: hidden;
}

.attrItem dd {
    display: inline;
    margin-right: 5px;
}

    .attrItem dd a {
        padding: 0 5px;
        white-space: nowrap;
    }

.selectPanel-resume dd {
    float: left;
}

.attrItem dd span {
    color: #999;
}

.btn_moreSt1 {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 8px;
    width: 42px;
}

    .btn_moreSt1 a, .btn_moreSt1 a:visited {
        display: block;
        font-family: Times, serif;
        line-height: 16px;
        height: 16px;
        color: #666;
        overflow: hidden;
    }

a.btnGray {
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    padding: 1px;
    border: solid 1px #ccc;
    color: #555;
    text-align: center;
    background: #fff;
}

    a.btnGray span {
        display: block;
        height: 100%;
        color: #555;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
        background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
        background: linear-gradient(#ffffff, #e6e6e6);
        cursor: pointer;
    }

.btn_moreSt1 a em {
    float: left;
    margin-left: 4px;
}

.btn_moreSt1 a i {
    display: inline;
    float: left;
    margin-top: 7px;
    width: 0px;
    height: 0px;
    line-height: 0px;
    font-size: 1px;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #888 transparent transparent transparent;
    overflow: hidden;
}

.btn_moreSt1 .up i {
    margin-top: 2px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #888 transparent;
}

.selectPanel .inputBox {
    float: left;
    width: 160px;
    height: 26px;
    border: 1px solid #999;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-left: 5px;
    margin-top: 3px;
}

.selectPanel-resume .btnOp {
    background: #37c;
}

.selectPanel .btnOp {
    float: left;
    background: #f60;
    color: #fff;
    width: 40px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0;
    margin-right: 15px;
    margin-top: 3px;
}

.selectPanel-resume .btnOp {
    background: #37c;
}

/*结果框*/
.jobSearchList {
    /*margin: 0 auto;
    width: 1200px;
    margin-bottom: 20px;*/
        margin: auto;
    width: 100%;
    height: auto;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 1.5%;
    box-shadow: 0 0px 5px #aaa;
    background-color: #FFF;
    overflow: hidden;
}

.resumeMain {
        width: 1200px;
    margin: auto;
    height: auto;
    border: solid 1px #eee;
}

    .resumeMain .toolBarBox {
        width: 962px;
    }

.postHeader {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

    .postHeader .allOp {
        float: left;
        display: inline;
        padding: 0 5px;
    }

        .postHeader .allOp a, .listBotBar .opbar a {
            color: #333;
            margin: 0 5px;
        }

.resumeMain .btnShowResume {
    width: 100px;
    float: left;
    height: 16px;
    line-height: 16px;
    margin-top: 5px;
}

.postHeader .sPage {
    float: right;
    display: inline;
    height: 18px;
    line-height: 18px;
    margin-top: 5px;
    margin-right: 10px;
    overflow: hidden;
}

    .postHeader .sPage .pg_info {
        float: left;
        width: 100px;
        margin-right: 5px;
        text-align: right;
    }

    .postHeader .sPage span.prev {
        background-position: 5px 3px;
        background-color: #efefef;
    }

    .postHeader .sPage span.prev {
        background-position: 5px 3px;
        background-color: #efefef;
    }

    .postHeader .sPage .pgbtn {
        float: left;
        width: 18px;
        height: 16px;
        border: solid 1px #e5e5e5;
        text-indent: -9999px;
        overflow: hidden;
    }

    .postHeader .sPage .pgbtn, .showType a span {
        background: url("../imgs/iconBtns01.png") no-repeat;
    }

.sPage span.prev {
    background-position: -160px 2px;
    background-color: #efefef;
}

.postHeader .sPage a.next {
    background-position: -52px 3px;
    background-color: #fff;
}

.sPage .pgbtn {
    float: left;
    width: 18px;
    height: 16px;
    margin-left: 5px;
    border: solid 1px #c3c3c3;
    text-indent: -9999px;
    overflow: hidden;
}

.sPage .pgbtn, .pageBar .pgbtn {
    background: url("../imgs/pages.png") no-repeat;
}

/*排序&显示方式*/
.postHeader2 {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border: solid 1px #eee;
    border-top: 0 none;
    /*background: url("imgs/table_thbg.gif") repeat-x 0 center;*/
    /*cursor: pointer;*/
}

    .postHeader2 .sortBar {
        float: left;
        display: inline;
        margin-right: 30px;
        margin-left: 3px;
    }

        .postHeader2 .sortBar .selected, .postHeader2 .sortBar a:hover {
            color: #f60;
            background-position: right -56px;
        }

        .postHeader2 .sortBar a {
            color: #888;
            padding-right: 10px;
            margin-right: 20px;
            background: url("../imgs/arrows_sort.png") no-repeat right -16px;
        }

    .postHeader2 .showType {
        float: right;
        display: inline;
        width: 112px;
        height: 22px;
        margin-top: 6px;
        cursor: pointer;
    }

        .postHeader2 .showType a {
            float: left;
            width: 46px;
            height: 20px;
            line-height: 20px;
            color: #666;
            margin-left: 10px;
        }

        .postHeader2 .showType .selected {
            color: #f60;
        }

        .postHeader2 .showType .list {
            background-position: 0px -12px;
        }

        .postHeader2 .showType a span {
            display: block;
            padding-left: 18px;
        }

        .postHeader2 .showType .selected .desc, .postHeader2 .showType a:hover .desc {
            background-position: -50px -32px;
        }

/*单条结果框*/

.setStyleList_trEven {
    background: #fff;
}

.setStyleList_trHover {
    background: #f0f7ff;
}

.resumeItem {
    border-bottom: 1px dotted #ddd;
    padding: 10px 20px 10px 0;
    text-align: left;
}

    .resumeItem .chbItem {
        float: left;
        width: 20px;
        margin-left: 17px;
    }
    /*照片*/
    .resumeItem .photo {
        float: left;
        position: relative;
        width: 118px;
        height: 137px;
        margin-right: 10px;
        text-align: center;
        overflow: hidden;
    }

        .resumeItem .photo .avatar {
            background: none;
        }

        .resumeItem .photo p {
            margin-bottom: 30px;
            margin-top: 8px;
            height: 102px;
            background-color: #fff;
            overflow: hidden;
        }

        .resumeItem .photo p, .resumeItem .photo em, .btnMore i {
            background: url(../images/resumeSearchImgs.png) no-repeat -9999px -9999px;
            _background: url(../images/resumeSearchImgs.gif) no-repeat -9999px -9999px;
        }
    /*姓名&关键字框*/
    .resumeItem .t1 {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
        _white-space: normal;
    }

        .resumeItem .t1 h3 {
            font-size: 16px;
            display: inline;
        }

    .resumeItem .t2 span { /*基本个人信息*/
        padding: 0 10px;
    }
    /*岗位相关信息框*/
    .resumeItem .info {
        height: 88px;
        line-height: 22px;
        overflow: hidden;
    }

        .resumeItem .info strong {
            color: #008000;
            font-weight: normal;
        }

        .resumeItem .info .p60 {
            padding-left: 60px;
        }

.resume_township {
    display: none;
    height: 92px;
    padding-left: 29px;
    padding-top: 35px;
    /*background: url(../images/resume_township_bg.jpg) #e9f3fc no-repeat 680px 9px;*/
    border: 1px solid #c2ddf2;
}

    .resume_township h3 {
        font-size: 16px;
        color: #3377cc;
    }

.townshipInfo {
    padding-top: 16px;
    float: left;
}

.resumeMain .listBotBar {
    border: 0 none;
}

.listBotBar .pageArea {
    /*height: 22px;*/
    padding: 8px;
    border-top: solid 1px #eee;
}

.fl {
    float: left;
    display: inline;
}

element.style {
    color: #309;
    margin-right: 10px;
}

element.style {
    color: #f00;
    margin-right: 10px;
}

.pageBar {
    float: right;
    display: inline;
    height: 24px;
    line-height: 24px;
}

    .pageBar span.prev {
        background-position: -20px 7px;
    }

    .pageBar .pgbtn {
        float: left;
        width: 20px;
        margin: 0;
        padding: 0;
        border: 0 none;
        text-indent: -9999px;
        overflow: hidden;
    }

    .pageBar .fl, .pageBar .current {
        float: left;
        margin: 0 3px;
    }

    .pageBar .pg {
        float: left;
        height: 22px;
        margin: 0 3px;
        line-height: 22px;
        width: 18px;
        text-align: center;
        color: #333;
        border: solid 1px #ddd;
        background-color: #fff;
    }

    .pageBar .current {
        float: left;
        height: 22px;
        line-height: 22px;
        width: 18px;
        font-weight: bold;
        color: #fff;
        border: solid 1px #37c;
        background-color: #37c;
    }

    .pageBar a.next {
        background-position: -120px 7px;
    }

/*列表视图*/
.table_joblist {
    /*border-right: solid 1px #eee;
    border-left: solid 1px #eee;*/
}

    .table_joblist .chk {
        width: 22px;
        padding: 8px 5px 8px 15px;
    }

    .table_joblist th {
        padding: 8px;
        border: 0 none;
         /*text-align: center;*/
    }

    .table_joblist td {
        padding: 8px;
        line-height: 18px;
        border-bottom: solid 1px #eee;
    }

.setStyleList_trEven {
    background: #fff;
}

.setStyleList_trOdd {
    background: #f7f7f7;
}

.table_joblist .chk {
    width: 22px;
    padding: 8px 5px 8px 15px;
}

.selectPanel {
    width: 964px;
    margin: 0 auto;
}

.abtn {
    width: 110px;
    height: 28px;
    background-color: #196CB8;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px 6px 15px;
    text-align: center;
}

.b476BEF {
    background-color: #476BEF;
}

.FD7823 {
    background-color: #FD7823;
}

.top_phone_div {
    border: 1px solid #d7d7d7;
    padding: 15px;
    position: absolute;
    z-index: 10;
    background: #fff;
    text-align: center;
    color: #8b8b8b;
    cursor: default;
    margin: 45px 0 0 300px;
    z-index: 999;
}

.red {
    color: red;
}

.seaForm22 {
    float: left;
    width: 1178px;
    padding: 0px 10px;
    background-color: #F9F9F9;
}

.topLine {
    border-top: 1px #DDD solid;
}

.seaForm22 li {
    float: left;
    width: 1168px;
    height: auto;
    padding: 5px 5px;
}

    .seaForm22 li b {
        float: left;
        width: 80px;
        line-height: 25px;
        font-weight: normal;
        color: #999;
    }

    .seaForm22 li p {
        float: left;
        width: 1000px;
        line-height: 25px;
        color: #999;
    }

        .seaForm22 li p a {
            float: left;
            width: auto;
            line-height: 14px;
            border: 1px #FF9900 solid;
            background: url(../imgs/l2.png) right no-repeat;
            padding: 3px;
            padding-right: 20px;
            background-color: #FFF;
            color: #FF6600;
            margin-right: 8px;
            white-space: nowrap;
        }

    .seaForm22 li i {
        float: right;
        width: 88px;
        line-height: 25px;
        font-style: normal;
        color: #999;
        text-align: right;
    }

        .seaForm22 li i a {
            background: url(../imgs/empty2.png) 0px 2px no-repeat;
            color: #999;
            padding-left: 15px;
        }

/*分页样式*/
.pagelist {
    clear: both;
    display: block;
    margin: 0 0 20px 1px;
}

    .pagelist:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .pagelist .l-btns {
        display: block;
        float: left;
        margin: 2px 5px 0 -1px;
        padding: 0 10px;
        border: 1px solid #dbdbdb;
        height: 28px;
        overflow: hidden;
    }

        .pagelist .l-btns span {
            font-size: 12px;
            color: #333;
            line-height: 28px;
        }

        .pagelist .l-btns .pagenum {
            display: inline-block;
            margin: 0 5px;
            padding: 0 5px;
            border: 1px solid #dbdbdb;
            border-top: 0;
            border-bottom: 0;
            width: 30px;
            height: 28px;
            line-height: 28px;
            font-size: 12px;
            color: #333;
            text-align: center;
            vertical-align: top;
            overflow: hidden;
        }
