:root {
  --bs-main-color: #fd8e3c;/* 主色 */
  --bs-secondary-color: #5d449e; /* 次色 */
}

.g-location-nav {
  width: 1080px;
  margin: 0 auto;
  ul {
    li {
      line-height: 54px;
    }
  }
}

.g-case {
  display: flex;
  padding: 0;
  background: none;
  .m-container {
    background: #ffffff;
    width: 694px;
    border-radius: 12px;
    margin-right: 8px;
    padding: 20px;
    h1.u-case-title {
      color: #181818;
      font-size: 20px;
      font-weight: bold;
      line-height: 34px;
    }
    .u-node {
      border-bottom: 1px solid #cdcdcd;
      padding-bottom: 20px;
      span {
        background: #dadada;
        border-radius: 4px;
        padding: 4px 6px;
      }
    }
    .u-navbtns {
      line-height: 30px;
    }
    .m-list {
      ul {
        li {
          border-bottom: solid 1px #eaeaea;
          line-height: 42px;
          text-indent: 20px;
          display: flex;
          justify-content: space-between;
          &:nth-child(5n) {
            border: 0;
            margin-bottom: 30px;
          }
          .u-link {
            &:before {
              content: "\2022";
              color: var(--bs-main-color);
              font-weight: bold;
              display: inline-block;
              width: 5px;
              font-size: 18px;
              margin-left: -30px;
            }
            a {
              &:first-child {
                margin-left: 30px;
              }
            }
          }
          span.u-time {
            float: right;
          }
        }
      }
    }
  }
  .m-recommend {
    width: 378px;
    &>div {
      background: #ffffff;
      margin-bottom: 12px;
    }
    .u-pinggu-link {
      border-radius: 12px;
      a {
        background: url(/static/images/liuxue/article/pinggu_01.png);
        display: block;
        width: 378px;
        height: 168px;
      }
    }
    .m-recommend-article {
      border-radius: 12px;
      padding: 18px 12px;
      li {
        line-height: 30px;
        img {
          display: none;
        }
        &::before {
          content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
          color: var(--bs-main-color);
          font-weight: bold;
          display: inline-block;
          width: 5px;
          font-size: 18px;
        }
        a:first-child {
          padding: 0 0 0 8px;
        }
      }
    }
    .m-recommend-advisers {
      border-radius: 12px;
      padding: 18px 12px;
      .m-adviser-list {
        .m-adviser {
          border-bottom: 1px solid #d3d3d2;
          display: flex;
          padding: 20px 0;
          .u-img {
            width: 90px;
            height: 90px;
            margin: 0 14px 0 18px;
            img {
              display: block;
              width: 100%;
              object-fit: cover;
              border-radius: 100px;
              margin: 0 0 8px;
            }
          }
          .m-detail {
            line-height: 28px;
            color: #181818;
            .u-name {
              font-weight: bold;
              font-size: 16px;
            }
            .u-title {
              font-size: 15px;
              color: #3d3c3b;
              span {
                font-size: 13px;
                color: #696867;
              }
            }
            .u-btn {
              a {
                background: #fd8e3c;
                border-radius: 12px;
                color: #FFFFFF;
                width: 195px;
                line-height: 26px;
                padding: 4px 70px;
              }
            }
          }
        }
      }
    }
  }
}