.search-container {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: .625rem;
}

.results-header {
  width: 100%;
  margin-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: .0625rem solid #eee;
  padding-bottom: .625rem;
}

.search-term {
  font-weight: bold;
  font-size: .875rem;
}

.results-count {
  color: #999;
  font-size: 0.875rem;
}

.search-text {
  padding: .3125rem 1.25rem;
  border: 0.0625rem solid #ddd;
  border-radius: 1.25rem;
  font-size: .875rem;
  outline: none;
  height: 2.1875rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.search-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-left: -3.125rem;
  padding: .625rem;
  position: absolute;
}

.search-btn svg {
  color: #1a73e8;
  width: 1rem;
  height: 1rem;
}

.news li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news ul {
  margin-left: 0; /* 去除外边距 */
  padding-left: 0; /* 去除内边距 */
}
.content-style {
  display: flex;
  padding-top: 0.9375rem;
}

.img-text {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
.img-time {
  width: 1rem;
  height: 0.9375rem;
  margin-right: 0.3125rem;
}
.img-eye {
  width: 1.25rem;
  height: 0.9375rem;
  margin: 0 0.3125rem;
}
.content-new {
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-style-content {
  border-bottom: 0.0625rem solid #f0f0f0;
  display: flex;
  padding: 0.625rem 0;
  justify-content: space-between;
}

.news-style-img > img {
  width: 9.125rem;
  border-radius: 0.3125rem;
  margin-left: 0.3125rem;
}
.news-style-list li {
  margin-top: 1.25rem;
}
.news-style-list a:last-child li div {
  border-bottom: none !important;
}
