@charset "utf-8";
/*招聘层样式*/
.ys-tab-bg{
    min-width: 1200px;
    min-height:768px;
    height:100%;
    background: #fff;
    margin-top:72px;
}
.ys-tab{
    margin:0 auto 100px;
    width:1200px;
    padding:60px 0 0;
}
/*招聘层左边列表样式*/
.ys-tab-list{
    float:left;
    line-height: 72px;
    width:320px;
}
.ys-tab-list h2{
    height:80px;
    line-height: 80px;
    padding-left:28px;
    border-bottom: 1px solid #e6e9eb;
    background-color:#f2f5f7;
    color:#333;
    font-size:20px;
}
.ys-tab-list li{
    height:72px;
    padding-left:28px;
    border-bottom: 1px solid #ebeef0;
    background-color:#f8fafb;
    font-size:18px;
    color:#999;
    cursor:pointer;
}
.ys-tab-list .ys-menu-li-curr{
    color:#2a8cff;
    font-weight: bold;
}
.ys-tab-list .ys-menu-li-curr:hover{
    color:#2a8cff;
}
.ys-tab-list li:hover{
    color:#666;
    background-color: #f2f5f7;
}
/*招聘层右边列表样式*/
.ys-tab-group{
    float: left;
    padding:12px 0 0 60px;
}
.ys-group-section{
    width:820px;
}
.ys-section-job{
    padding-bottom:19px;
    border-bottom: 1px solid #e1e4e6;
}
.ys-job-title{
    font-size:24px;
    font-weight:bold;
    color:#333;
    padding-bottom: 20px;
}
.ys-job-txt{
    font-size:14px;
    line-height: 14px;
    color:#999;
    display: block;
    padding-bottom:10px;
}
.ys-section-post{
    padding-top:30px;
}
.ys-section-post p{
    font-size:16px;
}
.ys-news-none-tip{
    margin: 60px auto 0;
    width:280px;
    height:244px;
    background: url(/images/ui-none-tip.png) -290px 0 no-repeat;
}
.ys-news-tip-txt{
    color:#7cc4ff;
    font-size:24px;
    margin-top:40px;
    text-align: center;
}