/* pc端 */
@media (min-width: 768px) {
  .history_box {
    height: 68px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .history_left {
    width: 105px;
    height: 25px;
    opacity: 1;

    font-family: PingFang SC;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    letter-spacing: 0px;

    color: #645a8d;
    margin-right: 20px;
  }

  .history_logo {
    width: 12px;
    height: 4px;
    opacity: 1;

    background: #bbae98;
    margin-right: 12px;
  }
  .history_con {
    /* width: 595px; */
    height: 28px;
    opacity: 1;

    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0px;

    color: #333333;
  }
  .logo_box {
    height: 28px;
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  .history_line {
    width: 80%;
    height: 100%;
    opacity: 1;
    border-left: 0.5px solid rgba(187, 174, 152, 0.5);
    margin-right: 21px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
/* .tab-pane {

  text-align: left;
  max-width: 94%;
} */
.content_title {
  margin: 34px 0 12px 0;
}
/* 移动端-窄屏*/
@media (max-width: 768px) {
  .content_txts {
    padding-top: 30px;
  }
  .history_box {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .history_left {
    width: 87px;
    height: 25px;
    opacity: 1;

    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    letter-spacing: 0px;
    margin-bottom: 40px;
    color: #645a8d;
    margin-right: 20px;
  }
  .logo_box {
    height: 28px;
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  .history_line {
    width: 70%;
    padding-bottom: 40px;
    opacity: 1;
    border-left: 0.5px solid rgba(187, 174, 152, 0.5);
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
    margin-right: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .history_logo {
    width: 12px;
    height: 4px;
    opacity: 1;

    background: #bbae98;
    margin-right: 12px;
  }

  .tab-pane {
    margin-left: 0px;
  }
}
