/*******************************职场课堂 start****************************************/
.adapt_nav{
    position:fixed;
    width:100%;
    height:calc(100% - 94px);
    overflow:hidden;
}
.adapt_left{
    position:absolute;
    left:0;
    width:100px;
    height:100%;
    padding-bottom:20px;
    background:#fff;
    overflow-y:scroll;
}
.adapt_left li{
    width:100%;
    padding:5px;
    text-align: center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.adapt_left li.sel{
    background:#f4f4f4;
}
.adapt_left li i{
    display:block;
    width:50%;
    margin:0 auto;
}
.adapt_left li i img{
    max-width:100%;
}
.adapt_left li p{
    width:100%;
    height:30px;
    line-height:30px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.adapt_right{
    width:100%;
    height:100%;
    padding:0 0 20px 100px;
    overflow-y:scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.adapt_list{
    width:100%;
    padding:0 10px;
    overflow:hidden;
    display:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.adapt_list li{
    background:#f4f4f4!important;
    border-bottom: 1px solid #d9d9d9!important;
}
.practice_list{
    margin-bottom:1rem;
}
.practice_list li:first-child{
    border-top:0;
}
.am-list{
    margin-bottom:1rem;
}
.title h2{
    width:100%;
    height:2.2rem;
    line-height:2.2rem;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.adapt_item a.more{
    display:block;
    width:50%;
    height:35px;
    line-height:35px;
    border:1px solid #d9d9d9;
    border-radius:5px;
    text-align:center;
    margin:0 auto;
    overflow:hidden;
}
.adapt_item a.more:hover{
    background:#00c2d1;
    border:1px solid #00c2d1;
    color:#fff;
}
/*******************************职场课堂 end****************************************/