.sass-btitle {
    color: #333333;
    /* font-size: 35px;
    font-weight: 800;
    padding-top: 80px;
    padding-bottom: 55px; */
    font-size: 0.4rem;
    font-weight: 800;
    margin-bottom: 0.4rem;
    padding-top: 1rem;
    text-align: center;
  }
  
  .sass-stitle {
    color: #333333;
    /* font-size: 20px;
    text-align: center;
    padding-bottom: 55px; */
    font-size: 0.3rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-align: center;
  }

  .main-wrap .free-use {
      color: #fff;
      width:2.14rem;
      text-align: center;
      line-height: 0.6rem;
      margin: 0.45rem auto 0.78rem;
      height:0.6rem;
      font-size: 0.25rem;
      background:rgba(35,98,251,1);
      border-radius:0.3rem;
  }

  .log-wrap {
      width: 100%;
      padding-bottom: 1rem;
  }

  .log-wrap .log-nav {
      width: 80%;
      margin: 0 auto;
      display: flex;
      justify-content: space-around;
      align-items: center;
  }

  .log-wrap .log-nav .log-item {
      width: 30%;
      color: #333333;
      font-size: 0.3rem;
      text-align: center;
      padding-bottom: 0.2rem;
  }

  .active {
      color: #2362FB !important;
      border-bottom: 1px solid #2362FB;
  }

  .main-wrap {
      padding: 0.4rem 0.5rem 0.4rem 0.3rem;
  }

  .right-content {
    padding-left: 0.25rem;
    position: relative;
    margin-bottom: 0.5rem;
  }

  .right-content .right-date {
      color: #333;
      font-size: 15px;
  }

  .right-content .right-title {
      margin-top:5px;
      color: #333;
      font-size: 14px;
      font-weight: 800;
  }

  .content-wrap {
      /* display: flex;
      justify-content: flex-start;
      align-items: flex-start; */
  }

  .main-title {
      color: #333;
      font-size: 0.4rem;
      font-weight: 800;
      margin-bottom: 0.3rem;
  }

  .real-content {
      font-size: 0.25rem;
      margin-top: 0.3rem;
  }

  .left-line {
      position: absolute;
      left: 2px;
      top: 0;
      border-left: 1px solid #F0F0F0;
      width: 1px;
      height: calc(100% + 0.5rem);
  }

  .circle {
    position: absolute;
    left: -0.04rem;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    border: 1.5px solid #47a3ff;
    z-index: 1001;
  }

  .right-content::before {

  }

.right-content .duanluo {
    font-size: 15px;
    font-weight: 500;
    color: #888888;
    line-height: 25px;
    margin-top: 5px;
    white-space: pre-wrap;
    word-wrap: break-word;
  }  