
    .sidebar-menu-inner-title {
      position: relative;
      display: block;
      cursor: pointer;
    }
    a {
      word-break: break-word;
      font-size: 16px;
      line-height: 2;
      overflow: hidden;
      color: #262626;
      text-decoration: none;
      font-weight: 400;
    }
    a:hover {
      text-decoration: none;
      color: #90080e;
    }

    /* 两会样式 */
    .sidebar-menu-lianghui {
      /* font-weight: 400; */
      position: relative;
      /* font-size: 20px;
      line-height: 1.5; */
      padding-left: 8px;
      margin-bottom: 24px;
    }
    .sidebar-menu-lianghui a {
      color: #262626;
      font-size: 19px;
      font-weight: 400;
    }
    .sidebar-menu-lianghui::before {
      content: '';
      position: absolute;
      left: 0;
      top: 9px;
      height: 20px;
      border-left: 2px solid #90080e;
    }
  