﻿html {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background: #e7e5e5;
}

.progress {
    margin-bottom: 0;
}

.search_a {
    padding: 10px 10px 10px 10px;
    background: #ffffff;
    position: relative;
    z-index: 1000;
}

.search_b {
    float: left;
    width: 80%;
    height: 40px;
    border: 2px solid #e2e0e0;
    border-right: #ffffff;
    border-radius: 5px 0 0 5px;
}

    .search_b input {
        width: 72%;
        margin-top: 5px;
        margin-left: 5px;
        font-size: 14px;
        height: 28px;
        border: none;
        outline: none;
        float: left;
        color: rgb( 102, 100, 99 );
    }

.search_b_resume {
    float: left;
    width: 100%;
    height: 40px;
    border: 2px solid #e2e0e0;
    border-radius: 5px 5px 5px 5px;
}

    .search_b_resume input {
        width: 72%;
        margin-top: 5px;
        margin-left: 5px;
        font-size: 14px;
        height: 28px;
        border: none;
        outline: none;
        float: left;
        color: rgb( 102, 100, 99 );
    }

.search_resume_post {
    float: left;
    width: 100%;
    height: 40px;
    border: 2px solid #e2e0e0;
    border-radius: 5px 5px 5px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dqmenu-icon {
    background: #fff;
    width: 25px;
    position: absolute;
    right: 20px;
    top: 69px;
    float: left;
}

    .dqmenu-icon i {
        background: #999;
        display: block;
        height: 4px;
        margin-bottom: 3px;
        overflow: hidden;
        position: relative;
    }

.inp_post {
    width: 90%;
    height: 28px;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 14px;
    height: 28px;
    border: none;
    outline: none;
    float: left;
    color: rgb( 102, 100, 99 );
}

#district {
    width: 25%;
    border-left: 2px solid #e2e0e0;
    float: left;
    height: 28px;
    line-height: 30px;
    padding: 0 3%;
    color: rgb( 102, 100, 99 );
    margin-top: 5px;
    text-align: center;
    background: url(../images/arrow.png) 97% no-repeat;
    background-size: 12px;
}

.search_c {
    float: left;
    width: 20%;
    height: 40px;
    background: #ff8b26;
    border-radius: 0 5px 5px 0;
    display: table;
}

    .search_c:before {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 25px;
        color: #fff;
    }

.search_d {
    display: none;
    position: absolute;
    top: 48px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0 0 10px 10px;
    background: #fff;
    z-index: 100;
    line-height: 35px;
}

    .search_d li {
        padding: 0 10px;
    }

        .search_d li + li {
            border-top: 1px solid #ddd;
        }

    .search_d .sel_tit span {
        border: 1px solid #ddd;
    }

    .search_d .sel_tit .selected {
        border-bottom: 2px solid #ff8b26;
        color: #f0992e;
        font-weight: bolder;
    }

.search_close {
    background: #eee;
    color: #aaa;
}

.keywords_list {
    background: #ffffff;
    padding: 10px;
}

    .keywords_list li {
        position: relative;
        display: inline-block;
        padding: 0 15px;
        margin: 5px 5px 5px 0;
        height: 30px;
        font-size: 13px;
        line-height: 30px;
        background: #f0f0f0;
        border-radius: 15px;
        color: rgb( 102, 100, 100 );
    }

        .keywords_list li i {
            width: 15px;
            height: 15px;
            position: absolute;
            right: -4px;
            top: -10px;
            /*  background: url(../images/close.png) no-repeat;
  background-size: 100%;*/
            font-size: 18px;
            color: #aaa;
        }

.search_result {
    background: #ffffff;
}

.search_title {
    margin-top: 15px;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e2e0e0;
    font-size: 14px;
}

    .search_title i {
        display: inline-block;
        width: 75%;
    }

    .search_title span {
        display: inline-block;
        width: 25%;
    }

.masker {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    -webkit-transform-origin: 0px 0px 0px;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    background: rgba(0, 0, 0, 0.498039);
    height: 100%;
    z-index: 10000;
    display: none;
}

.badymasker .search_selector {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10001;
    background: #fff;
}

.badymasker .search_title {
    margin-top: 0;
}

.search_title > li {
    position: relative;
    display: inline-block;
    width: 24%;
    /*	padding-left: 10px;*/
    margin-top: 5px;
    height: 30px;
    line-height: 30px;
    border-right: 1px solid #e2e0e0;
    text-align: center;
}

    .search_title > li.selected {
        border-bottom: #ff6600;
    }

    .search_title > li span {
        font-size: 14px;
    }

.search_title li ul {
    display: none;
    position: absolute;
    top: 40px;
    left: -5px;
    width: 200%;
    padding: 0 15%;
    color: #999;
    background: #fff;
    text-align: justify;
}

.search_content dd {
    display: none;
}

    .search_content dd ul li {
        height: 35px;
        line-height: 35px;
        padding-left: 15px;
        border-bottom: 1px dotted #aaa;
    }

.search_list {
    background: #fff;
    padding: 0 10px;
}

    .search_list li {
        border-bottom: 1px solid #e2e0e0;
        padding: 8px 0;
    }

        .search_list li a {
            display: block;
            clear: both;
        }

        .search_list li .list_left {
            display: inline-block;
            width: 70%;
            float: left;
        }

            .search_list li .list_left p {
                width: 100%;
            }

                .search_list li .list_left p.tit {
                    color: #000;
                    font-size: 16px;
                    height: 30px;
                    line-height: 30px;
                }

                .search_list li .list_left p.con {
                    color: rgb( 138, 140, 142 );
                    height: 20px;
                    line-height: 20px;
                    font-size: 12px;
                }

                    .search_list li .list_left p.con span {
                        display: inline-block;
                        padding: 0 5px;
                        font-size: 12px;
                        color: #d0d0d0;
                    }

        .search_list li .list_right {
            display: inline-block;
            width: 30%;
            float: left;
            font-size: 12px;
            color: rgb( 138, 140, 142 );
            line-height: 50px;
            text-align: right;
        }

.progress_list {
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    background: #e5e5e5;
    display: none;
    position: absolute;
    top: 67px;
    left: 0;
    background: #fff;
    z-index: 1000;
    width: 300px;
    border-bottom: 1px solid #ddd;
}

.progress_con {
    width: 100%;
    border-left: 2px solid #999;
}

.progress_step {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}

    .progress_step .con {
        background: #fff;
        width: 90%;
        height: 60px;
        margin-left: 10%;
        border-radius: 10px;
        padding: 5px;
        position: relative;
    }

        .progress_step .con p {
            line-height: 25px;
            margin-left: 10px;
        }

    .progress_step .circle {
        display: block;
        position: absolute;
        top: 20px;
        left: -10px;
        border: 1px solid #fff;
        border-radius: 20px;
        width: 18px;
        height: 18px;
        background: #06cfdb;
        text-align: center;
    }

    .progress_step .cfw3-checked {
        display: block;
        position: absolute;
        top: 20px;
        left: -11px;
        border: 1px solid #fff;
        border-radius: 20px;
        width: 20px;
        height: 20px;
        background: #f0882e;
        text-align: center;
        color: #fff;
    }

    .progress_step .cfw3-jiantoubai {
        display: block;
        position: absolute;
        top: 18px;
        left: -14px;
        color: #fff;
        font-size: 18px;
    }

.readProgress {
    border: none;
    outline: 0 !important;
    color: #fff !important;
}

.more {
    display: block;
    text-align: center;
    margin: 10px 0;
}

.block_item_wrap {
    display: block;
}

.block_menu_wrap h3 {
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    border-bottom: 1px solid #292929;
    position: relative;
    background: #333;
    z-index: 1;
}

    .block_menu_wrap h3 button {
        height: 40px;
        width: 70px;
        background: #E86E1B;
        position: absolute;
        top: 0;
        right: 0;
        color: #EEEEF0;
    }


.block_item_title {
    line-height: 40px;
    height: 40px;
    font-weight: normal;
    color: rgb( 25, 85, 125 );
}

    .block_item_title span {
        font-size: 75%;
    }

.block_item {
    border: 1px solid #bebebe;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


.block_item_list {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 11;
}

    .block_item_list li {
        font-size: 1em;
        color: #000;
        background: #fff;
        font-family: "Î¢ÈíÑÅºÚ";
        text-align: left; /*height:45px;*/
        line-height: 45px;
        border-bottom: 1px solid #edebeb;
        position: relative;
        cursor: pointer;
    }

        .block_item_list li p {
            padding: 0px 5%;
            display: block;
            background: url(../images/arrowLeft.png) 95% no-repeat;
            background-size: 8px;
        }

        .block_item_list li label {
            display: block;
            font-size: 14px;
            padding-left: 5px;
            cursor: pointer;
            height: 45px;
            overflow: hidden;
        }

        .block_item_list li i {
            display: block;
            padding-left: 20px;
            cursor: pointer;
            height: 35px;
            background: #333;
            overflow: hidden;
            font-style: normal;
        }

        .block_item_list li input[type='checkbox'], .block_item_list li input[type='radio'] {
            position: absolute;
            left: 5%;
            top: 13px;
        }

        .block_item_list li a {
            color: #FFF;
        }

        .block_item_list li em {
            position: absolute;
            top: 23px;
            right: 20px;
            font-size: 16px;
            font-weight: bold;
            font-family: "ºÚÌå";
            color: #fff;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        .block_item_list li.cur em {
            right: 32px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.block_item_list_m {
    background: #F5F5F5;
    display: none;
}

    .block_item_list_m li {
        float: left;
        width: 33.33%;
        text-align: center;
        border: 1px solid #ecebeb;
        margin-bottom: -1px;
        border-right: 0px solid #ecebeb;
        line-height: 35px;
        background: #F5F5F5;
    }

        .block_item_list_m li.selected {
            background-color: #eee;
        }

        .block_item_list_m li label {
            height: 35px;
        }

            .block_item_list_m li label.selected {
                background:;
            }

    .block_item_list_m input[type="checkbox"] {
        display: none;
    }

    .block_item_list_m li {
        position: relative;
    }

        .block_item_list_m li span {
            position: absolute;
            bottom: -6px;
            right: 5px;
        }

#workClass .block_item_list_m li {
    width: 50%;
}

dl.selectitem dt {
    color: #333;
    font-size: 14px;
    width: 33.33%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-bottom: 1px solid #ecebeb;
    margin-top: -1px;
    border-right: 1px solid #ecebeb;
    float: left;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    position: relative;
}

    dl.selectitem dt span {
        position: absolute;
    }

        dl.selectitem dt span.cfw3-close {
            top: -12px;
            right: 3px;
            color: #aaa;
            font-size: 18px;
        }

    dl.selectitem dt.selected {
        background: #eee;
    }

    dl.selectitem dt a {
        color: #000;
        text-decoration: none;
    }

    dl.selectitem dt em {
        display: block;
    }

    dl.selectitem dt span.cfw3-checked {
        position: absolute;
        bottom: -6px;
        right: 5px;
    }

.showhidden {
    display: block;
}

.jobclose {
    display: inline-block;
    background: #0b91f8;
    width: 50px;
    text-align: center;
    color: #fff;
    height: 25px;
    line-height: 25px;
    margin-top: 7px;
    font-size: 12px;
    border-radius: 5px;
    margin-left: 8px;
}

.job_summary {
    background: #ffffff;
    padding: 10px;
}

    .job_summary i {
        display: inline-block;
        color: #d0d0d0;
        font-size: 12px;
        padding: 0 5px;
    }

.job_title {
    height: 50px;
    line-height: 50px;
}

.job_name {
    float: left;
    width: 70%;
    font-size: 24px;
    font-weight: bold;
}

.job_salary {
    float: left;
    width: 30%;
    text-align: right;
    color: rgb( 255, 139, 38 );
}

.job_condition li {
    display: inline-block;
    margin-right: 8px;
    height: 25px;
    line-height: 25px;
}

    .job_condition li span {
        color: #8cc330;
        display: inline-block;
        margin-right: 8px;
    }

    .job_condition li em {
        color: #f0882e;
    }

.job_welfare li {
    display: inline-block;
    margin-right: 8px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    border: 1px solid #dbd8d8;
}

.job_company a {
    display: block;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    color: #000;
}

.job_company i {
    display: inline-block;
    width: 90%;
}

.job_company span {
    float: right;
    width: 10%;
}

.job_company p {
    font-size: 14px;
    line-height: 25px;
}

.job_detail {
    margin-top: 15px;
    padding: 0 10px;
    background: #ffffff;
}

    .job_detail .tit {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        position: relative;
        border-bottom: 1px solid #dbd8d8;
    }

        .job_detail .tit em.dingyue {
            position: absolute;
            display: inline-block;
            text-align: center;
            color: #06cfdb;
            line-height: 18px;
            background: #f3f2f2;
            padding: 3px 5px;
            top: 3px;
            right: 5px;
            font-size: 12px;
            border-radius: 5px;
            cursor: pointer;
        }

        .job_detail .tit span {
            margin: 5px 0;
            border-left: 3px solid #f0882e;
            padding-left: 10px;
        }

    .job_detail .con {
        padding: 10px 0;
        line-height: 25px;
    }

.colorgary {
    color: #666463;
}

.colororg {
    color: #f0882e;
}

.job_detail .job_list li {
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #dbd8d8;
}

    .job_detail .job_list li a {
        display: block;
        color: #000;
    }

.job_detail .job_list .name {
    width: 75%;
    float: left;
}

.job_detail .job_list .address {
    width: 15%;
    float: left;
}

.job_detail .job_list span {
    width: 5%;
    float: left;
    text-align: right;
}

.job_tools {
    background-color: rgba(0,0,0,.7);
    bottom: 0;
    height: 60px;
    position: fixed;
    width: 100%;
    padding: 0 15px;
}

    .job_tools li {
        float: left;
        width: 30%;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }

        .job_tools li a {
            color: #fff;
            display: block;
        }

    .job_tools .post {
        display: inline-block;
        background: #f0882e;
        border-radius: 5px;
        height: 35px;
        line-height: 35px;
        width: 80px;
        margin-top: 12px;
        font-size: 18px;
    }

.com_employ_top {
    position: relative;
    height: 130px;
    background: url(../images/com_employ_top.png) no-repeat;
    background-size: 100% 100px;
}

    .com_employ_top .com_logo {
        position: absolute;
        top: 40px;
        left: 20px;
        width: 80px;
        border: 2px solid #eee;
        height: 80px;
    }

.emp_detail {
    padding: 0 10px;
    background: #fff;
}

    .emp_detail p {
        line-height: 50px;
    }

.p_title {
    font-size: 20px;
}

.emp_detail .com_intro {
    padding-bottom: 10px;
}

    .emp_detail .com_intro li {
        line-height: 24px;
    }

    .emp_detail .com_intro .col-xs-2 {
        color: #666463;
        padding-left: 5px;
    }

.panel-body p {
    font-size: 12px;
    text-indent: 2em;
}

.panel-collapse {
    border-top: 1px solid #eee;
}

#partment {
    width: 100%;
    overflow: hidden;
}

    #partment .swiper-slide {
        padding: 3px 15px;
        width: auto;
        border-radius: 5px;
        margin-left: 10px;
        background-color: #dad8d8;
        color: #f0882e;
    }

        #partment .swiper-slide.selected {
            background-color: #f0882e;
            color: #fff;
        }

/* form input */

.usertips {
    margin: 10px 0;
}

    .usertips li p:nth-child(1) {
        font-size: 16px;
        font-weight: bold;
        position: relative;
        color: #333;
    }

    .usertips li p:nth-child(2) {
        color: #999;
    }

    .usertips li p:nth-child(1)[data-news]:before {
        content: attr(data-news);
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 16px;
        line-height: 16px;
        text-align: center;
        overflow: hidden;
        background: #e70012;
        color: #fff;
        font-size: 12px;
        top: -8px;
        right: 10%;
        z-index: 10000;
    }

    .usertips li p[data-news=""]:before {
        content: "";
        display: none;
        visibility: hidden;
    }

.userstatus {
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 10px 15px;
}

    .userstatus a {
        color: #333;
    }

    .userstatus li {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #ddd;
    }

        .userstatus li .text-right {
            font-size: 12px;
            color: #aaa;
        }

input[type="date"] {
    line-height: inherit;
}

.closeFolder {
    display: none;
}

.openFolder {
    display: block;
    background: #eee;
    line-height: 35px;
    padding: 0 10%;
}

    .openFolder .row + .row {
        border-top: 1px solid #ddd;
    }

.formTitle {
    background: #fff;
    padding: 0 10px;
    height: 50px;
}

    .formTitle p {
        padding: 0 10px;
        height: 20px;
        line-height: 20px;
        font-size: 20px;
        margin-top: 15px;
        border-left: 5px solid #e78631;
    }

#user_img {
    border: 3px solid #ddd;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    -webkit-border-top-left-radius: 120px;
    -webkit-border-top-right-radius: 120px;
    -webkit-border-bottom-right-radius: 120px;
    -webkit-border-bottom-left-radius: 120px;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px;
    border-bottom-left-radius: 120px;
}

.photo {
    position: relative;
    width: 90%;
    margin: 0 5%;
    margin-top: 15px;
    padding: 10px 0;
    background: #ffffff;
    border-radius: 10px;
}

.inputFile {
    position: absolute;
    width: 100%;
    padding: 7px 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    top: 0;
    z-index: 11;
    cursor: pointer;
}

.p_cancle {
    width: 90%;
    padding: 10px 0;
    margin: 0 5%;
    margin-top: 15px;
    border-radius: 10px;
    background: #ffffff;
}

.masker .box {
    width: 100%;
    position: absolute;
    bottom: 15px;
}

.preview {
    margin-bottom: 15px;
    padding: 0 10px;
    background: #ffffff;
}

    .preview .tit {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        position: relative;
        border-bottom: 1px solid #dbd8d8;
    }

        .preview .tit span {
            margin: 5px 0;
            border-left: 5px solid #f0882e;
            padding-left: 10px;
        }

    .preview .con {
        line-height: 30px;
    }

        .preview .con .col-xs-4 {
        }

        .preview .con .col-xs-8 {
            color: #999;
        }

    .preview .con1 {
    }

        .preview .con1 .stepLine {
            position: absolute;
            top: 0;
            left: 0;
            width: 12px;
        }

        .preview .con1 .row {
            line-height: 30px;
        }

        .preview .con1 .b {
            position: relative;
            padding-left: 20px;
            padding-top: 10px;
            padding-bottom: 20px;
        }

        .preview .con1 b {
            display: block;
            margin-left: 6px;
            border-left: 1px solid #999;
            height: 18px;
        }

        .preview .con1 i {
            display: block;
            width: 12px;
            height: 12px;
            border-radius: 12px;
            border: 1px solid #999;
        }

        .preview .con1 em {
            display: block;
            margin-left: 6px;
            border-left: 1px solid #999;
            height: 10px;
        }

.resume_all {
}

.resume_b {
    background-color: #fff;
}

    .resume_b a:visited {
        text-decoration: none;
    }

    .resume_b .tit {
        height: 50px;
        padding: 0 10px;
        line-height: 50px;
        position: relative;
        border-bottom: 1px solid #dbd8d8;
        cursor: pointer;
    }

        .resume_b .tit.selected {
            background: #2e3748;
        }

            .resume_b .tit.selected .col-xs-7 {
                color: #fff;
            }

            .resume_b .tit.selected .col-xs-3 p {
                display: none;
            }

            .resume_b .tit.selected .col-xs-2 {
                color: #fff;
            }

    .resume_b .con {
        padding: 0 10px;
        display: none;
    }

.list {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    /*	padding: 0 10px;*/
}

.list2 {
    height: 60px;
    margin-top: 8px;
    line-height: 23px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    /*	padding: 0 10px;*/
}

    .list2 .cfw3font {
        line-height: 46px;
        font-size: 20px;
    }

.list3 {
    height: 30px;
    line-height: 30px;
}

.arriveTime, .salary {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    top: 40px;
    text-align: right;
    left: 0;
    z-index: 10000;
    padding: 0 20%;
    font-size: normal;
    background: #eee;
}

    .arriveTime dt, .salary dt {
        line-height: 30px;
        height: 30px;
        font-size: normal;
        border-bottom: 1px solid #ddd;
    }

.worktime {
    position: relative;
    padding-left: 50px;
}

.btime {
    position: absolute;
    top: 20px;
    left: 0;
}

    .btime i {
        display: block;
        width: 10px;
        height: 10px;
        margin-left: 20px;
        border-radius: 10px;
        background: #f0882e;
    }

    .btime span {
        display: block;
        margin-left: 25px;
        border: 1px solid #fff;
        border-left: 1px dashed #aaa;
        height: 30px;
    }

.btime {
    width: 50px;
    text-align: center;
    color: #3284c7;
    font-size: 26px;
}

.textarea {
    width: 100%;
    height: 80px;
    border: none;
    outline: none;
    background: #eee;
}

.lineList {
    color: #999;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #ddd;
}

.selectList {
    display: none;
    position: absolute;
    font-weight: normal;
    color: #999;
    background: #fff;
    width: 100%;
    z-index: 10000;
    border: 1px solid #eee;
}

    .selectList li {
        line-height: 25px;
    }


.block_item_list > li > p > label {
    padding-left: 15px;
}

.response_textarea {
    border: none;
    outline: none;
    border-radius: 10px;
    width: 100%;
    height: 100px;
    padding: 6px 12px;
    font-size: 12px;
    background: #eee;
    margin-top: 50px;
}

.response_input {
    width: 100%;
    background: #eee;
    padding: 6px 12px;
    font-size: 12px;
}

.resumeManager_nav {
    border-bottom: 1px solid #777;
    margin-bottom: 15px;
}

    .resumeManager_nav a {
        line-height: 50px;
        height: 50px;
        padding: 0 10px;
        color: #000;
        font-size: 16px;
        width: auto;
        text-decoration: none;
        display: inline-block;
    }

        .resumeManager_nav a.selected {
            color: #f0882e;
            border-bottom: 3px solid #f0882e;
        }

#accountNav {
    z-index: 999;
    width: 100%;
    height: 50px;
    overflow: hidden;
    background: #fff;
}

.progress_nav {
    padding-bottom: 15px;
    width: auto;
}

    .progress_nav .swiper-slide {
        line-height: 50px;
        height: 50px;
        padding: 0 10px;
        color: #000;
        font-size: 16px;
        width: auto;
        text-decoration: none;
        border-bottom: 1px solid #777;
    }

        .progress_nav .swiper-slide.selected {
            color: #f0882e;
            border-bottom: 3px solid #f0882e;
        }

.navTable .search_list, .navTable .account_list {
    display: none;
}

.account_list .btn-xs {
    background-color: rgb(221,221,221);
}

.navTable .search_list {
    /*	padding-bottom: 10px;*/
}

.navTable .newtips, .navTable .notips {
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    color: #fff;
    border-radius: 15px;
}

.navTable .newtips {
    background: #ff7300;
}

.navTable .notips {
    background: #0ca130;
}

.navTable .newsdate {
    height: 20px;
    line-height: 20px;
}

#jobManager {
    color: #fff !important;
}

.formList2 {
    border: solid 1px #ddd;
    border-radius: 5px;
    margin: 10px;
    /*	overflow: hidden;*/
    background-color: #fff;
}

    .formList2 label {
        /*	width: 15%;*/
        display: inline-block;
        text-align: center;
        padding: 15px !important;
    }

    .formList2 input[type="text"], .formList2 input[type="password"] {
        border: none;
        margin: 0px;
        font-size: 14px;
        padding: 15px !important;
        border-radius: 0px;
        height: auto;
        outline: none;
    }

    .formList2 input[type="radio"] {
        margin-left: 2px;
    }

    .formList2 input[type="text"] {
        width: 100%;
    }


    .formList2 input:first-child {
        margin-bottom: 1px;
    }

    .formList2 .icon {
        display: inline-block;
    }

    .formList2 input.password {
        width: 66% !important;
        float: left;
    }

    .formList2 #see {
        /*	color: #0b91f8;*/
        color: #aaa;
        font-size: 20px;
        padding: 15px !important;
    }

.formList3 {
    border: solid 1px #ddd;
    border-radius: 5px;
    margin: 5px 10px;
    margin-bottom: 0;
    /*	overflow: hidden;*/
    background-color: #fff;
}

    .formList3 label {
        /*	width: 15%;*/
        display: inline-block;
        text-align: center;
        padding: 7px 15px !important;
    }

    .formList3 input {
        border: none;
        margin: 0px;
        font-size: 14px;
        padding: 9px 15px !important;
        border-radius: 0px;
        height: auto;
        outline: none;
    }

        .formList3 input[type="text"] {
            width: 100%;
        }

        .formList3 input:first-child {
            margin-bottom: 1px;
        }

    .formList3 .icon {
        display: inline-block;
    }

    .formList3 input.password {
        width: 66% !important;
        float: left;
    }

    .formList3 #see {
        /*	color: #0b91f8;*/
        color: #aaa;
        font-size: 20px;
        padding: 5px 15px !important;
    }

.formList {
    background: #fff;
    padding: 0 20px;
    line-height: 50px;
}

    .formList > li {
        border-top: 1px solid #ddd;
    }

.shieldList {
    background: #fff;
    padding: 0 20px;
}

    .shieldList li {
        height: 40px;
        line-height: 40px;
    }

        .shieldList li + li {
            border-top: 1px solid #ddd;
        }

.jobMselector {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    margin-top: 10px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.jobManList {
    background: #fff;
    padding: 0 10px;
}

    .jobManList input[type="checkbox"] {
        width: 16px;
        height: 16px;
        margin-right: 5px;
        vertical-align: text-bottom;
    }

    .jobManList li {
        padding: 5px 0;
        border-bottom: 1px solid #ddd;
    }

        .jobManList li p:nth-child(1) {
            line-height: 30px;
            height: 30px;
            font-size: 16px;
        }

        .jobManList li p:nth-child(2) {
            line-height: 20px;
            height: 20px;
            color: #aaa;
            font-size: 12px;
        }

        .jobManList li .col-xs-2 {
            line-height: 50px;
            text-align: right;
            font-size: 16px;
        }

    .jobManList .hotJob {
        position: relative;
    }

        .jobManList .hotJob:after {
            content: "hot!";
            color: red;
            position: absolute;
            top: -8px;
            font-size: 12px;
        }

    .jobManList .slideShift {
        position: relative;
    }

        .jobManList .slideShift .cfw3font {
            position: absolute;
            right: 10px;
            top: 15px;
        }

.jobManagerTools {
    background: #f0882e;
    width: 100%;
    margin-top: 5px;
    padding: 5px 0;
    padding-left: 20px;
    text-align: center;
    color: #fff;
}



    .jobManagerTools a {
        color: #fff;
    }

.loginSelector {
    background: #f1f1f1;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
}

    .loginSelector .selected {
        background: #fff;
        border-bottom: 1px solid #ff6600;
    }

.welcomeQQ {
    padding: 10px;
    height: 70px;
    line-height: 30px;
}

    .welcomeQQ img, .welcomeQQ p {
        float: left;
    }

    .welcomeQQ img {
        margin-right: 10px;
    }

    .welcomeQQ p {
        color: #999;
    }

.job_xzdd {
    margin: 10px 0;
}

    .job_xzdd li {
        line-height: 25px;
    }

        .job_xzdd li em {
            display: inline-block;
            float: left;
        }

        .job_xzdd li span {
            display: inline-block;
            float: left;
            width: 200px;
        }

.topTit {
    background: #fff;
    line-height: 50px;
    height: 50px;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
}

.layertit {
    height: 50px;
    line-height: 70px;
    padding: 0 10px;
    text-align: center;
    color: #999;
}

.invite {
    padding: 0 10px;
    background: #fff;
}

    .invite .row {
        padding: 20px 0;
    }

.inviteContent {
    border-radius: 10px;
    padding: 10px;
    background: #eae8e8;
    line-height: 23px;
}

.sendMsg {
    background: #2e3747;
    height: 60px;
    padding: 10px;
}

    .sendMsg input[type="text"] {
        width: 100%;
        padding: 10px;
        height: 40px;
        background: #fff;
    }

    .sendMsg button {
        height: 40px;
        width: 100%;
    }

.shortApp {
    background: #dddddd;
    padding: 10px 0;
    line-height: 20px;
    font-size: 12px;
    color: #777;
    margin: 10px 0;
    display: none;
}

.comResume {
    padding: 10px;
    background: #fff;
    margin-bottom: 15px;
}

    .comResume .tit {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        position: relative;
        border-bottom: 1px solid #dbd8d8;
    }

        .comResume .tit span {
            margin: 5px 0;
            border-left: 5px solid #f0882e;
            padding-left: 10px;
        }

    .comResume .comResume_ula {
        padding-top: 10px;
    }

        .comResume .comResume_ula li {
            line-height: 25px;
        }

            .comResume .comResume_ula li .left,
            .comResume .comResume_ula li .right {
                padding: 0;
                margin: 0;
                display: inline-block;
                float: left;
            }

            .comResume .comResume_ula li .left {
                width: 25%;
                text-align: right;
                padding-right: 5px;
            }

            .comResume .comResume_ula li .right {
                width: 75%;
            }

.base1 .dd-ib {
    margin-top: 13px;
}

    .base1 .dd-ib dd {
        display: inline-block;
        float: left;
        width: 48%;
        margin-right: 2%;
        line-height: 25px;
    }

.gallerytitle {
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,0.7);
    color: #fff !important;
    padding-left: 10px;
}

    .gallerytitle h1 {
        padding: 0;
        margin: 0;
        width: 75%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

.paginations {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 20%;
    height: 40px;
    line-height: 40px;
    z-index: 20;
}

.banner {
    width: 100%;
    height: 170px;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}

    .banner .swiper-slide {
        position: relative;
        text-align: center;
    }

    .banner img {
        max-width: 100%;
    }

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    display: inline-block;
    margin-right: 5px !important;
    background: #fff !important;
    border-radius: 0 !important;
}

.newsList {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

    .newsList .title {
        height: 40px;
        line-height: 40px;
        border-bottom: 2px solid #999;
    }

    .newsList ul li {
        padding: 8px 0;
        border-bottom: 1px solid #ddd;
    }

        .newsList ul li a {
            display: block;
            max-height: 85px;
            overflow: hidden;
        }

        .newsList ul li img {
            width: 33%;
            height: 85px;
            background: #aaa;
            float: left;
            margin-right: 10px;
        }

        .newsList ul li .tit_overflow {
            height: 25px;
            overflow: hidden;
        }

        .newsList ul li:not(.row) a {
            position: relative;
            padding-right: 20px;
        }

        .newsList ul li p.tit {
            height: 25px;
            line-height: 25px;
            color: #777;
            font-size: 16px;
        }

        .newsList ul li:not(.row) a:after {
            position: absolute;
            top: 0px;
            right: 0px;
            content: "\e612";
            font-family: "cfw3font";
            font-size: 18px;
            color: #777;
        }

    .newsList ul .row p.tit {
        width: 100%;
        color: #000;
    }

    .newsList ul li p.con {
        color: #999;
        font-size: 12px;
        line-height: 20px;
    }

.newsDetail {
    padding: 0 10px;
}

.detail_title {
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 10px;
}

.detail_date {
    border-bottom: 1px solid #DDD;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    color: #989898;
    text-align: center;
}

.detail_body {
    font-size: 16px;
    line-height: 1.7;
    padding-top: 8px;
    color: #555;
}

    .detail_body img {
        max-width: 100%;
    }

.detail_body iframe {
    width: 100%;
    height: 100%
}


.ImgClass {
    max-width: 100% !important;
    height: auto !important;
    width: expression(this.width > 50 ? "80%" : this.width) !important;
    margin: 0 auto;
    display: block;
}

.xg_list {
    font-size: 16px;
    padding: 10px 0;
}

    .xg_list dt {
        line-height: 18px;
        padding: 4px 15px;
        background: #d6d5d5;
        border-top: 1px solid #FBFBFB;
        border-bottom: 1px solid #ddd;
    }

    .xg_list dd {
        line-height: 18px;
        border-bottom: 1px solid #ccc;
    }

        .xg_list dd a {
            padding: 10px 0px 10px 15px;
            display: block;
            color: #333;
            font-size: 16px;
            position: relative;
            line-height: 20px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .xg_list dd .col-xs-2 {
            text-align: right;
            padding: 10px 20px 10px 15px;
        }

.hr_list {
    font-size: 14px;
    width: 310px;
    margin: 0 auto;
    margin-bottom: 70px;
}

    .hr_list .hl_body li {
        position: relative;
        margin: 5px 0;
    }

    .hr_list .hl_body dl {
        overflow: hidden;
        background: #fff;
        border: 1px solid #CCC;
        padding: 10px 6px;
        border-radius: 5px;
    }

    .hr_list .hl_body dd.tit {
        font-size: 16px;
        color: #000;
        overflow: hidden;
        padding-bottom: 8px;
        width: 70%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .hr_list .hl_body dd:last-child {
        color: #555;
    }

    .hr_list .hl_body dd {
        font-size: 12px;
        color: #999;
    }

.shareNews {
    padding: 20px 30px;
    color: #777;
}

.deleteList {
    position: relative;
    width: 130%;
}

    .deleteList li {
        position: absolute;
        left: 0;
        width: 130%;
        border-bottom: 1px solid #e2e0e0;
    }


        .deleteList li .block_show {
            display: inline-block;
            float: left;
            padding: 8px 0;
        }

        .deleteList li .block_move {
            float: left;
            width: 100%;
        }

        .deleteList li .block_move_b {
            width: 70%;
        }

            .deleteList li .block_move_b .list_left {
                width: 100%;
            }

        .deleteList li .list_left {
            display: block;
            width: 70%;
            float: left;
        }

            .deleteList li .list_left p {
                width: 100%;
            }

                .deleteList li .list_left p.tit {
                    color: #000;
                    font-size: 16px;
                    height: 30px;
                    line-height: 30px;
                }

                .deleteList li .list_left p.con {
                    color: rgb( 138, 140, 142 );
                    height: 20px;
                    line-height: 20px;
                    font-size: 12px;
                }

                    .deleteList li .list_left p.con span {
                        display: inline-block;
                        padding: 0 5px;
                        font-size: 12px;
                        color: #ddd;
                    }

        .deleteList li .list_right {
            display: inline-block;
            width: 30%;
            float: left;
            padding-right: 20px;
        }

.deletebtn {
    float: left;
    display: block;
    text-align: center;
    line-height: 51px;
    height: 51px;
    color: #fff;
    width: 80px;
    font-size: 18px;
    background: red;
}

.ul_lipd li {
    padding: 8px 0;
}

.search_resume_form {
    background: #fff;
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
}

    .search_resume_form ul {
        border: 1px solid #ddd;
    }

        .search_resume_form ul li {
            line-height: 40px;
        }

            .search_resume_form ul li + li {
                border-top: 1px solid #ddd;
            }

            .search_resume_form ul li .col-xs-4 {
                color: #777;
            }

.resumeHead {
    position: absolute;
    right: 5px;
    top: 6px;
    width: 80px;
    height: 80px;
    background: #eee;
}

.resumeHead_ehr {
    position: absolute;
    right: 10px;
    top: 75px;
    width: 80px;
    height: 80px;
    background: #eee;
}

.ypbadge {
    display: block;
    font-size: 12px;
    position: absolute;
    top: 70px;
    right: 88px;
    line-height: 16px;
    height: 16px;
    padding: 0 5px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.25);
    border: 1px solid;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
}

    .ypbadge.red {
        background: #f30;
        border-color: #fa5a35;
        background-image: -webkit-linear-gradient(top, #fc9f8a, #f30);
        background-image: -moz-linear-gradient(top, #fc9f8a, #f30);
        background-image: -o-linear-gradient(top, #fc9f8a, #f30);
        background-image: linear-gradient(to bottom, #fc9f8a, #f30);
    }

    .ypbadge.green {
        background: #49D25B;
        border-color: #066F14;
        background-image: -webkit-linear-gradient(top, #D0E0A4, #066F14);
        background-image: -moz-linear-gradient(top, #D0E0A4, #066F14);
        background-image: -o-linear-gradient(top, #D0E0A4, #066F14);
        background-image: linear-gradient(to bottom, #D0E0A4, #066F14);
    }
