/* 主页哔哔bb */
#bber-talk {
    width: 100%;
    height: 25px;
    line-height: 25px;
  }
  
  #bber-talk .li-style {
    width: 80%;
    height: 25px;
    text-align: center;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s;
  }
  
  #bber-talk .li-style:hover{
    color: #49b1f5;
  }
  
  #bber-talk ul,li{
    list-style:none;
    display:block;
    margin: 0;
    padding: 0;
  }
  
  #bbTimeList{
    box-shadow: var(--heo-shadow-blue);
    /* background: var(--card-bg); */
    background: #e9e8f1;
    color: var(--font-color);
    margin-top: 1rem;
    padding: 0.6rem 1rem 0.5rem 1rem;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
  }
  
  #bbtalk{
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }