.news-tag-container {
  padding-top: 104px;
}
.news-tag-container .nav-list li {
  height: 17px;
}
.news-tag-container .nav-list li a {
  width: 67px;
}
.news-tag-container .nav-list {
  height: auto;
}

/*搜索列表页*/
.search-result .keyword-sentence {
  font-size: 28px;
  font-weight: bold;
  color: #2a2a2c;
}
.search-result .keyword {
  color: #e5301f;
  font-weight: bold;
}
.search-result .count-sentence {
  margin: 15px 0 19px 0;
  font-size: 15px;
  color: #2a2a2c;
}
.search-result .result-list {
  margin-top: 70px;
  width: 1028px;
}
.search-result .result-list > li {
  margin-top: 50px;
}
.search-result .result-list .title {
  font-size: 18px;
  color: #1828b7;
}
.search-result .result-list .title time {
  color: #b7b7b7;
  font-size: 15px;
}
.search-result .text {
  font-size: 15px;
  color: #686868;
  line-height: 27px;
  margin: 18px 0 16px 0;
}
.search-result .result-bottom {
  justify-content: space-between;
}
.search-result .url {
  font-size: 16px;
  color: #1e9919;
}
.search-result .type {
  font-size: 15px;
  color: #001bd4;
}
.search-result .type-title {
  color: #b8b8b8;
}
