.square-left-list {
  width: 100%;
  height: 100%;
  background: #fff;
  white-space: nowrap;
  border-right: 1px solid #efefef; }
  .square-left-list .content {
    width: 100%; }
    .square-left-list .content ul {
      white-space: nowrap;
      overflow-y: scroll; }
      .square-left-list .content ul .list {
        width: 100%;
        display: inline-block;
        float: left;
        height: 0.53333rem;
        line-height: 0.53333rem;
        padding-left: 0.16rem;
        text-align: left;
        position: relative; }
        .square-left-list .content ul .list a {
          max-width: 0.8rem;
          display: block;
          color: #323232;
          font-size: 0.14933rem;
          font-family: PingFangSC-regular;
          font-weight: 400;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
          .square-left-list .content ul .list a.active {
            color: #d7000f; }
        .square-left-list .content ul .list .setBorder::before {
          content: " ";
          position: absolute;
          top: 0.13867rem;
          left: 0;
          width: 0.032rem;
          height: 0.23467rem;
          background-color: #d7000f; }
