@media (max-width: 960px) {
  #xqbj-container .xqbj-main {
    margin: 1.25rem auto;
  }
  /* #xqbj-container > .xqbj-main > .xqbj-main-container {
    margin: 0 1rem;
  } */
  .tag-h2 {
    background-color: var(--base-container-background);
    padding: 0.5rem 1rem;
    margin: 1rem 0 !important;
  }
  .history-list {
    margin-inline: 1rem;
  }
}

.history-list-container .title {
  font-size: 1.4rem;
  color: var(--p-text-color);
  font-weight: 500;
  background-color: var(--header-background);
  height: 3.65rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.tag-h2 {
  position: relative;
  font-size: 1.4rem;
  color: var(--primary-color);
  font-weight: 500;
  margin: 1.35rem 0;
  display: flex;
  align-items: center;
}
.history-previous {
}
.history-list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.history-list .date {
  font-size: 1.4rem;
  white-space: nowrap;
  color: var(--p-text-color);
}
.history-list .history-text {
  flex: 1;
  width: max-content;
  background: #222;
  font-size: 1.4rem;
  color: var(--p-text-color);
  padding: 1rem 0.7rem;
  margin-left: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.history-list .history-text .subtitle {
  /* height: 4rem; */
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
@media (min-width: 960px) {
  .main-container {
    padding: 0;
    max-width: 60rem;
    min-width: 45rem;
    margin: 0 auto;
    width: calc(100% - 12.5rem - 13.15rem - 2rem);
  }

  .main-container .history-list-container {
    width: 100%;
  }

  /* 头部 start */
  .history-list-container .title {
    font-size: 1.2rem;
    height: 3.65rem;
  }
  /* 头部 end */
  .tag-h2 {
    font-size: 1.2rem;
    color: var(--primary-color);
    margin: 1rem 0;
  }
  .tag-h2::before {
    content: "";
    display: block;
    margin-right: 0.5rem;
    background: var(--primary-color);
    width: 0.2rem;
    height: 1.3rem;
  }
  .history-list ul li {
    margin-bottom: 0.5rem;
  }
  .history-list .date {
    width: 3rem;
    font-size: 1rem;
  }
  .history-list .history-text {
    font-size: 1rem;
    padding: 0.8rem 1rem;
    margin-left: 0.75rem;
  }
  .history-list .history-text .subtitle {
    height: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
  /* 内容 start */
  .main-container .history-list-container .content {
    width: 100%;
    max-width: var(--default-screen-max-width);
    min-width: var(--default-screen-min-width);
    padding: 0;
    margin: 0 auto;
  }
  /* 内容 end */
}
