/*侧边栏热点颜色*/
#cbl-caidan ul li:hover>a{
    background:#a09fa38a ;
    color: rgb(28,192,159);
}
#data-content{
    position: absolute;/*相对定位*/
    top: 60px;/*距离顶部的距离*/
    left: 260px;/*距离左边的距离*/;
    background-color: #f1f1f1;
    height: 100%;/*高度*/;
    
}
#data-sy-dfk{
    display: flex;
    justify-content: space-between; /* 或 space-around */
    height: 200px;
    position: relative;
    top: 80px;
}
