body {
  color: #ffffff;
}
.main-body {
  margin: 0.4rem auto 0 auto;
  width: var(--main-width);
  color: #00070d;
}
.main-body .title {
  font-size: 0.46rem;
}
.main-body .sub-title {
  margin-top: 0.2rem;
  font-size: 0.16rem;
}
.main-body .search-input-con {
  width: 100%;
  height: 0.5rem;
  border-radius: 6px;
  background-color: #f5f5f7;
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.main-body .search-input-con .search-input {
  flex: 1;
  height: 100%;
  padding: 0 0.3rem;
  font-size: 0.16rem;
  background-color: transparent;
}
.main-body .search-input-con .search-input::-moz-placeholder {
  color: #757575;
}
.main-body .search-input-con .search-input::placeholder {
  color: #757575;
}
.main-body .search-input-con .search-btn {
  width: 1.2rem;
  height: 0.4rem;
  background-color: var(--active-color);
  color: #ffffff;
  font-size: 0.16rem;
  border-radius: 4px;
  margin-right: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-body .search-total {
  width: 100%;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
}
.search-list .search-item {
  margin-bottom: 0.4rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #757575;
}
.search-list .search-item-date {
  font-size: 0.14rem;
}
.search-list .search-item-title {
  font-size: 0.24rem;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.search-list .search-item-title > a {
  color: #00070d;
}
.search-list .search-item-title > a:hover {
  color: var(--active-color);
}
.search-list .search-item-desc {
  font-size: 0.14rem;
  margin-top: 0.2rem;
}
.search-list .search-item-desc > a {
  color: #0033a0;
}
