/*********************************创投事件 start***************************************/
.case_list{
    width:100%;
    padding:3px 2% 15px;
    background:#f4f4f4;
    overflow:hidden;
}
.case_list a{
    float:left;
    width:22%;
    background:#fff;
    border-radius:20px;
    line-height:35px;
    margin:12px 0 0 2%;
    text-align:center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.case_list a:hover{
    color:#fff;
}
.new_title{
    position:sticky;
    position:-webkit-sticky;
    z-index:9;
    top:95px;
    width:100%;
    background:#fff;
    padding:10px 4%;
    border-bottom:1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bang_list{
    width:92%;
    margin:10px auto;
}
.bang_list li{
    position:relative;
    width:100%;
    border-radius:5px;
    box-shadow:0 1px 8px 1px rgba(0,0,0,.1);
    padding:5px 10px;
    margin-bottom:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bang_left{
    width:100%;
    padding-right:60px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bang_left h3{
    width:100%;
    height:25px;
    line-height:25px;
    font-weight:bold;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.bang_left p{
    width:100%;
    height:25px;
    line-height:25px;
    color:#888;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.bang_list li i{
    position:absolute;
    top:30px;
    right:10px;
    width:50px;
    height:50px;
    border-radius:50%;
    overflow:hidden;
}
.bang_list li i img{
    width:100%;
}
/*********************************创投事件 end***************************************/

/*********************************创业家 start***************************************/
.bang{
    width:100%;
    overflow:hidden;
}
.bang .am-list li{
    width:100%;
    padding:0 4%;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.class_list li .am-list-item-hd{
    height:4rem;
    -webkit-line-clamp: 2;
}
/*********************************创业家 end***************************************/

/*********************************创投分类 start***************************************/
.am-header{
    line-height:45px;
}
.am-header .am-header-nav{
    background:#fff;
    z-index:9999;
    left:0;
}
.wrapper{
    height:49px;
}
.wrapper .scroller{
    top:0;
    padding-left:40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper .scroller li{
    height:48px;
    line-height:48px;
}
/*********************************创投分类 end***************************************/