.wide *{
    box-sizing: border-box;
}
.jobfair_top_banner{
    width:1200px;
    height:376px;
    margin:20px auto;
}
.jobfair_top_banner img{
    width:100%;
    height:100%;
}

.fuwai_title{
    height:36px;
    position:relative;
}
.fuwai_title .title_txt{
    width:105px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height:36px;
    position:absolute;
    bottom:-2px;
    padding-top:6px;
    font-size:16px;
}
.fuwai_title .title_txt .txt_content{
    width:90px;
    height:30px;
    line-height:30px;
    text-align:center;
    color:#fff;
    border:1px dashed #fff;
    border-bottom:0;
    margin:auto;
}
.fuwai_title .more{
    float:right;
    font-size:12px;
    height:36px;
    line-height:36px;
    color:#a1a1a1;
    display:block;
}
.fuwai_title .more:hover{
    color:#1a79ee;
}
/*名企招聘*/
.fuwai_index_com{
    width:1215px;
    margin:auto;
    padding:15px 0;
}
.fuwai_index_com li{
    width:100px;
    height:100px;
    border:1px solid #e0e0e0;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
.fuwai_index_com li:hover{
    -webkit-box-shadow: 0 0 8px #E9E9E9;
    -moz-box-shadow: 0 0 8px #E9E9E9;
    box-shadow:  0 0 8px #E9E9E9;
}
.fuwai_index_com li img{
    width:100%;
    height:100%;
}
/*校招路线*/
.fuwai_index_list{
    width:1200px;
    min-height:100px;
    padding: 15px 0 0 0;
    border:1px solid #e0e0e0;
    border-top:0;
    margin-bottom:15px;
}
.fuwai_index_list .fuwai_item{
    width:1183px;
    margin:auto;
    margin-bottom:15px;
    border:1px solid #e0e0e0;
    height:85px;
    background-color:#f7f7f7;
}
.fuwai_index_list .fuwai_item p{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.fuwai_index_list .fuwai_item .item_date{
    width:175px;
    float:left;
    background-color:#5141a0;
    color:#fff;
    height:85px;
    text-align:center;
}
.fuwai_index_list .fuwai_item .item_date .month{
    font-size:26px;
    line-height:50px;
}
.fuwai_index_list .fuwai_item .item_date .day{
    font-size:20px;
    line-height:30px;
}

.fuwai_index_list .fuwai_item .item_msg{
    width:395px;
    float:left;
    margin-left:40px;
    color:#575756;
    height:85px;
}
.fuwai_index_list .fuwai_item .item_msg .fuwai_name{
    width:100%;
    line-height:35px;
    font-size:16px;
    font-weight:bold;
}
.fuwai_index_list .fuwai_item .item_msg .fuwai_time,.fuwai_index_list .fuwai_item .item_msg .fuwai_address {
    width:100%;
    line-height:20px;
}
.fuwai_index_list .fuwai_item .item_along{
    width:20px;
    float:left;
    margin-left:40px;
    color:#5141a0;
    font-size:16px;
    font-weight:bold;
    line-height:17px;
    height:85px;
    padding-top:8px;
}
.fuwai_index_list .fuwai_item .item_coms{
    width:250px;
    height:85px;
    font-size:12px;
    float:left;
    padding-top:10px;
    margin-left:35px;
}
.fuwai_index_list .fuwai_item .item_coms p{
    width:100%;
    padding-left:10px;
    position:relative;
}
.fuwai_index_list .fuwai_item .item_coms p:before{
    content:"";
    position:absolute;
    left:0;
    top:8px;
    width:2px;
    height:2px ;
    background-color:#575756;
    border-radius:2px;
}
.fuwai_index_list .fuwai_item .item_btn{
    width:170px;
    height:85px;
    float:right;
    padding-top:25px;
}
.fuwai_index_list .fuwai_item .item_btn a{
    display:block;
    width:120px;
    height:30px;
    text-align:center;
    line-height:30px;
    color:#fff;
    background-color:#5141a0;
    border-radius:8px;
    font-size:13px;
    font-weight:bold;
}
.fuwai_index_list .fuwai_item .item_btn a:hover{
    background-color:#6248B8;
}
/*校招职位*/
.fuwai_index_jobs{
    width:1200px;
    min-height:35px;
    padding: 5px 0 ;
    border:1px solid #e0e0e0;
    border-top:0;
    margin-bottom:15px;
}
.fuwai_index_jobs ul{
    position:relative;
}
.fuwai_index_jobs ul:before{
    width:1px;
    height:100%;
    border-left:1px dashed #fe7c12;
    position:absolute;
    content:"";
    left:398px;
    top:0;
}
.fuwai_index_jobs ul:after{
    width:1px;
    height:100%;
    border-left:1px dashed #fe7c12;
    position:absolute;
    content:"";
    left:796px;
    top:0;
}
.fuwai_index_jobs li{
    float:left;
    width:33.3%;
    padding:0 10px;
    padding-left:25px;
    position:relative;
    margin-bottom:2px;
}
.fuwai_index_jobs li:before{
    position:absolute;
    content:"";
    width:5px;
    height:5px;
    border-radius:5px;
    border:1px solid #fe7c12;
    left:12px;
    top:13px;
}
.fuwai_index_jobs li a{
    line-height:35px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap;
}
.fuwai_index_jobs li a.job_name{
    width:45%;
    float:left;
}
.fuwai_index_jobs li a.job_name:hover{
    color:#fe7c12;
}
.fuwai_index_jobs li a.company_name{
    width:54%;
    float:left;
    color:#0083c7;
}
.fuwai_index_jobs li a.company_name:hover{
    text-decoration: underline;
}
