#hire_area {
    display: block;
    width: 926px;
    border: 1px solid white;
    margin: 37px 0px 0px 0px;
    padding: 0px;
}
#hire_nav_bar {
    display: block;
    float:left;
    width: 178px;
    padding: 0px;
    background: #ebecec;
    border: 4px #f7f8f8 solid;
    border-radius: 4px;
    behavior: url(404.png);
    font-size: 14px;
    font-weight: bold;
}
.hire_nav {
    display: block;
    width: 178px;
    height: 59px;
    line-height: 59px;
    text-align: left;
    text-indent: 57px;
    border-bottom: 1px #c4c3c3 solid;
}
.hire_nav a{
    color: #86685B;
}
.hire_nav a:hover{
    color: #EC743A;
}

.hire_nav_onselect {
    color: #eb611e;
    background: #d3d3d4 url("../image/list_cur.jpg") no-repeat 40px 25px;
}
.hire_nav_onselect a{
    color: #eb611e;
    background: #d3d3d4;
}
#hire_text {
    display: block;
    text-align: left;
    width: 708px;
    margin: 0px 0px 0px 192px;
    padding: 0px;
    font-size: 12px;
    font-family: "微软雅黑", "Arial";
    color: #404041;
    line-height: 24px;
}
.hire_job_list {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}
.hire_job_line {
    line-height: 30px;
    list-style: none ;
    display: block;
}
.hire_job_date {
    float: left;
    width: 160px;
    text-align: center;
}
.hire_job_title {
    float: left;
    width: 340px;
    text-align: left;
    font-weight: bold;
}
.hire_job_title {
    color: #404041;
}
.hire_job_city {
    float: left;
    width: 150px;
    text-align: left;
    text-indent: 25px;
}
#hire_job_detail_bg {
    display: block;
    text-align: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
}
#job_detail_title {
    display: block;
    text-align: left;
    font-size: 14px;
    font-family: "微软雅黑", "Arial";
    color: #eb611e;
    font-weight: bold;
    margin: 0px 42px 0px 54px;
}
#job_detail_desc {
    display: block;
    text-align: left;
    font-size: 12px;
    font-family: "微软雅黑", "Arial";
    color: black;
    margin: 30px 42px 0px 54px;
}
#job_detail_join_btn {
    display: block;
    float:left;
    text-align: center;
    margin: -36px 0px 0px 500px;
}
#job_detail_share_btn {
    display: block;
    float:left;
    text-align: center;
    margin: -41px 0px 0px 570px;
    cursor: pointer;
}
#com_line_64 {
    display: block;
    margin: 0px 0px 0px 0px;
    height: 64px;
    clear: both; 
}
#job_list_nav {
    clear: both;
    display:block;
    width: 600px;
    height: 30px;
    line-height: 30px;
   margin: 30px auto;
    text-align: center;
}
#job_list_nav ul {
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin: 0;
    padding: 0;
}
#job_list_nav ul li {
    display: inline;
    margin-right: 5px;
    color: #eb611e;
    border-right: 1px #c6c6c6 solid;
}
#job_list_nav ul li a {
    margin-right: 5px;
    color: #c6c6c6;
}
.page_cur {
    color: #ec743a;
}
#job_list_nav ul li.job_page_nav_button {
    border: none;
    margin: 0 20px 0 20px;
}