.search_btn,
.search_input {
  height: 50px;
  float: left;
  font-size: 16px;
}
.banner_bottom,
.banner_content {
  margin-top: 0 !important;
}
.search_input {
  padding-left: 58px;
  padding-right: 34px;
  width: 712px;
  border: 1px solid #f1f1f1;
  background-color: #f8f8f8;
  outline: 0;
  border-radius: 4px 0 0 4px;
}
.search_btn {
  background: linear-gradient(90deg, #2bddff 0%, #161494 100%);
  border-radius: 0 4px 4px 0;
  width: 128px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}
.articles_content_search {
  margin-bottom: 32px;
  position: relative;
  width: 840px;
}
.articles_content_search::before {
  content: '';
  width: 17px;
  height: 17px;
  background: url('/img/index/icon-search-left.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 24px;
  top: 16px;
}
.search_clear_text {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 144px;
  top: 16px;
  cursor: pointer;
}
.search_result {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #818386;
}
.search_num {
  /* color: #ff5858; */
}
.articles_content {
  margin-top: 0;
}

.content_title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.search_string {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  display: inline-block;
  margin-right: 16px;
}
.search_item {
  margin-right: 24px;
  position: relative;
  color: #8b8b8b;
  font-size: 14px;
}
.search_item.art {
  margin-left: 32px;
  margin-right: 50px;
}
.checked {
  color: #2773dd;
}
.checked::before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #2773dd;
  position: absolute;
  left: 0;
  bottom: 0px;
}
body {
  background-color: #fff;
}
.content-list-item {
  border: none;
  border-bottom: 1px solid rgba(233, 235, 239, 0.6);
  padding-bottom: 16px;
  position: relative;
  padding-left: 0;
}
#page {
  padding-top: 30px;
}
