.grey{color:#ccc;}
.listin{margin: 0 auto;width: 960px;}

.listin .job_sousuo{width: 710px; height: 80px;  box-shadow: none;border-radius:0; background: #fff;padding: 20px; box-sizing: border-box;margin: 0 auto;}

.Choice{margin: 30px auto;text-align: center;}
.Choice_box{display: inline-block;text-align: left;}

.Choice .select_list:last-child{margin-right: 0;}
.Choice .select_list{float: left;margin-right: 10px;}
.w_80{ width:80px!important;}
.w_140{ width:140px!important;}
.w_160{ width:160px!important;}
.w_180{width:180px!important;}
.w_220{ width:220px!important;}
.select_ul{box-sizing: border-box;}
.mr_10{margin-right:10px;}

.Choice_box .input{
    float: left;
    width: 200px;
    height: 30px;
    border: 1px solid #0066b3;
    color: #333;
    outline: none;
    background: none;
    padding-left: 5px;
}
.Choice_box .right{
    float: right;
    background: #0066b3;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}
.Choice_box .right a{
    color: #fff;
    width: 100px;
    height: 30px;
    display: block;
    line-height: 30px;
}


/*表格*/

.table1 table{border: 1px solid #ccc;  width: 960px;text-align: center; border-collapse:collapse;}
.table1 thead{background: #f2f2f2;}
.table1 th{height: 45px; line-height: 45px;}
.table1 tbody tr{border: 1px solid #eee; height: 40px; line-height: 40px;}
.table1 tbody tr td{padding: 10px 5px;line-height: 1.4;}
.table1 tbody .enter{color: #3DA4F1;}
.table1 td img{display: inline-block; width: 23px;vertical-align: middle;}
.table1 td span{cursor:pointer;}


.select_box {
    position: relative;
    box-sizing: border-box;
}

.select_btn {
    font-size: 0;
    border: 1px solid #0066b3;
}

.select_btn:before {
    content: url(/chn/job/v3/images/icon_down1.png);
    display: inline-block;
    float: right;
}
.select_btn .select_btn_opener{
    display: inline-block;
    float: right;
}
.select_btn .select_btn_text {
    font-size: 14px;
    display: block;
    line-height: 28px;
    padding: 0 11px 0 5px;
    overflow: hidden;
    cursor:pointer;
    white-space: nowrap;
}

.select_body {
    min-width: 100%;
    height: auto;
    border: 1px solid #0066b3;
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 999999;
    display: none; 
    background: #fff;
    padding-bottom: 10px;
    min-height: 115px;
    margin-top: -1px;
    box-sizing: border-box;
}

.select_search_wrapper {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.select_search_box {
    border: 1px solid #0066b3;
    margin: 5px;
    padding-right: 30px;
    background: url(/chn/job/v3/images/fdj_1_jf.png) no-repeat 98% center;
    position: relative;
}

.select_search_clean {
    width:15px;
    height:15px;
    background:url(/chn/job/v3/images/cha_03.jpg) no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
    display: none;
}

.select_search_input {
    line-height: 22px;
    padding: 5px 0;
    text-indent: 4px;
    width: 100%;
}

.select_options_wrapper {
    height: 240px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.select_options_box li {
    border-bottom: 1px solid #ccc;
    height: auto;
    line-height: 1.4;
    font-size: 14px;
    padding: 8px 5px;
    cursor: pointer;
    white-space: nowrap;
}

.Choice_box .checkbox{
    width: 15px;
    height: 5px;
    background: url(/chn/job/v3/images/checkbox.png ) no-repeat scroll 0px 0px;
    display: inline-block;
    float: left;
    padding: 8px 3px 0 0;
    margin-top: 8px;
}

.Choice_box .checked{
    background: url(/chn/job/v3/images/checkbox_checked.png ) no-repeat scroll 0px 0px;
}

.Choice_box .checkText{
    display: inline-block;
    float: left;
    padding-right: 6px;
}