﻿/*********************************就业信息 start*************************************/
.message{
    width:100%;
    overflow:hidden;
}
.message_list{
    width:100%;
    overflow:hidden;
    display:none;
}
/*宣讲会信息 start*/
.menu{
    width:100%;
    overflow:hidden;
}
.menu_top{
    width:100%;
    height:40px;
    overflow:hidden;
}
.menu_fixed{
    position:fixed;
    left:0;
    z-index:9999;
    top:95px;
    width:100%;
    overflow:hidden;
}
.menu_title{
    width:100%;
    height:40px;
    line-height:40px;
    background:#f4f4f4;
    padding:0 4%;
    margin:0 auto;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu_title span{
    float:left;
}
.menu_title .btn{
    float:left;
}
.menu_title .btn b{
    color:#00c2d1;
}
.area{
    position:fixed;
    width:100%;
    height:calc(100% - 134px);
    background:rgba(0,0,0,.5);
    overflow-y:scroll;
    display:none;
}
.area_list{
    width:100%;
    background:#fff;
    padding:15px 4%;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.area_list li{
    float:left;
    padding:6px 10px;
}
.area_list2 li{
    display:block;
    width:100%;
}
.meeting_list{
    width:100%;
    overflow:hidden;
}
.meeting_list li{
    position:relative;
    width:100%;
    border-bottom:8px solid #f4f4f4;
    padding:10px 4%;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.meeting_list li p{
    position:absolute;
    left:4%;
    top:15px;
    width:60px;
    height:60px;
    line-height:20px;
    background:#00c2d1;
    border-radius:0 8px;
    color:#fff;
    font-size:1.3rem;
    text-align: center;
    padding:10px 0;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.meeting_list li h2{
    width:100%;
    height:30px;
    line-height:30px;
    padding-left:70px;
    font-size:1.5rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.meeting_text{
    width:100%;
    height:40px;
    line-height:20px;
    padding-left:70px;
    color:#666;
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.meeting_text span{
    margin-right:10px;
}
/*宣讲会信息 end*/

/*就业信息 start*/
.job_list{
    width:100%;
    overflow:hidden;
}
.job_list li{
    width:100%;
    padding:10px 4%;
    border-bottom:8px solid #f4f4f4;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.job_top{
    width:100%;
    margin-bottom:5px;
    overflow:hidden;
}
.job_top h2{
    float:left;
    width:68%;
    height:30px;
    line-height:30px;
    font-size:1.5rem;
    font-weight:bold;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.job_top b{
    float:right;
    width:30%;
    height:30px;
    line-height:30px;
    color:#e50736;
    text-align:right;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.job_list li p{
    width:100%;
    line-height:24px;
    color:#666;
    overflow:hidden;
}
.job_list li p span{
    margin-right:10px;
}
.job_bottom{
    width:100%;
    padding-top:5px;
    line-height:24px;
    border-top:1px solid #eee;
    margin-top:5px;

}
.job_bottom span{
    color:#666;
}








/*就业信息 end*/





































/*********************************就业信息 end*************************************/