.stageTabs{-webkit-box-flex:1;-ms-flex:1;flex:1}.stageTabs .tabList,.stageTabs .tabList .tabItem{display:-webkit-box;display:-ms-flexbox;display:flex}.stageTabs .tabList .tabItem{border:2px solid #fff;background:#fff;margin-right:20px;padding:6px 12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4px;cursor:pointer}.stageTabs .tabList .tabItem.active{background:-webkit-gradient(linear,left bottom,left top,from(#0a65ce),to(#3391f8));background:linear-gradient(0deg,#0a65ce,#3391f8)}.stageTabs .tabList .tabItem.active span{color:#fff}.stageTabs .tabList .tabItem.active>div .iconClass{width:30px;height:30px;border-radius:15px;background:#fff;font-size:20px;padding:5px}.stageTabs .tabList .tabItem>div{width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.stageTabs .tabList .tabItem>div .iconClass{width:20px;height:20px;border-radius:15px;background:#fff;font-size:20px}.stageTabs .tabList .tabItem span{font-size:16px;font-family:Microsoft YaHei;font-weight:700;color:#404040}.stageTabs .tabContent{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px;margin-top:10px;border-radius:4px;height:160px;margin-right:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.stageTabs .tabContent .iconClass{position:absolute;background:#3699ff;padding:5px;font-size:20px;border-radius:10px;color:#fff;left:10px;top:80px;cursor:pointer}.stageTabs .tabContent .iconClass.right{left:unset;right:10px}.stageTabs .tabContent .tabContentItem{padding:0 0 0 20px;border-right:1px solid #e5e5e5;width:50%}.stageTabs .tabContent .tabContentItem:last-child{border-right:none}.stageTabs .tabContent .tabContentItem h4{font-size:16px;font-family:Microsoft YaHei;font-weight:700;color:#404040;margin-bottom:20px}.stageTabs .tabContent .tabContentItem .contentInfo{display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:20px}.stageTabs .tabContent .tabContentItem .contentInfo .imgWrap{width:110px}.stageTabs .tabContent .tabContentItem .contentInfo .imgWrap img{width:100%;height:100%}.stageTabs .tabContent .tabContentItem .contentInfo .desc{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;word-break:break-all;-webkit-line-clamp:4;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;padding-left:10px}