.vicecontent{
    background-color: #ffffff;
    padding-bottom: 50px;
}
.entrust_banner{
    float: left;
    display: block;
    width: 100%;
    height: 320px;
    background: url('/default/images/index/entrust_job.jpg') center center no-repeat;
    min-width: 1200px;
}
.entrust_banner .register{
    width: 1200px;
    height: 46px;
    margin: 0 auto;
    margin-top: 223px;
}
.entrust_banner .register a{
    float: right;
    width: 176px;
    height: 44px;
    margin-right: 8%;
    border: 1px #ffffff solid;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 44px;
    font-size: 22px;
    text-decoration : none;
}
.entrust_banner .register a:hover{
    background-color: #ffffff;
    color: #00c6c9;
}
/*急聘推荐、今日高薪*/
.job_display { float: left; width: 100%;}
.job_display .jobdetail { float: left; width: 100%; margin-bottom: 10px;}
.job_display .jobdetail dl { float: left; width: 342px; height: 113px; margin-top: 20px; margin-right: 21px; padding: 15px 20px; border: 1px #eee solid; }
.job_display .jobdetail .job { float: left; width: 100%; height: 27px; line-height: 20px;}
.job_display .jobdetail .job .jobname { float: left; max-width: 300px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-size: 16px;}
.job_display .jobdetail .job .jobname a{color: #333;}
.job_display .jobdetail .job .jobname a:hover { color: #00c6cb; }
.job_display .jobdetail .job .slary { float: right; font-size: 14px; text-align: right; color: #ff845e; width: 130px; }
.job_display .jobdetail .company { float: left; width: 100%; height: 20px; line-height: 27px; margin-bottom: 13px}
.job_display .jobdetail .company .company_name {float: left; font-size: 14px; color: #808080; overflow: hen; text-overflow: ellipsis; white-space: nowrap;}
.job_display .jobdetail .company .region { float: right; color: #999; font-size: 14px; }
.job_display .jobdetail .reward { float:left;width:100%;height: 50px; border-top: 1px dashed #eee; margin-bottom: 15px}
.job_display .jobdetail .reward .icon{ float: left; color: #ff855e;margin-top: 25px;font-size: 16px}
.job_display .jobdetail .reward .text{
    float:right;
    width: 100px;
    height:32px;
    line-height: 32px;
    text-align: center;
    color: #999;
    background-color:#fcfcfc;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 14px;

}
.job_display .jobdetail .reward .text:hover{
   background-color: #00c6cb;
    color: #ffffff;

}
.job_display .jobdetail dl:hover { background-color: #fcfcfc; }
.page_list ul li.active{
    background-color: #00c6cb;
}
