.page__newst__list .component__filter .filter__row:nth-child(2) {
  padding-bottom: 10px;
}

.page__newst__list .component__filter .filter__row:nth-child(2) .filter__active {
  padding-top: 0;
  border-top: none;
}

.page__newst__list .component__filter .filter__row:nth-child(3) .filter__item,
.page__newst__list .component__filter .filter__row:nth-child(4) .filter__item {
  width: 100px;
  justify-content: flex-start;
  margin-right: 0;
}

.page__newst__list .component__filter .filter__container {
  padding-bottom: 20px;
}

.page__newst__list .section__part__result {
  border: none;
}

.page__newst__list .section__part__result .commend-list .list {
  margin-top: 20px;
}

.page__newst__list .section__part__result .result-list,
.page__newst__list .section__part__result .commend-list .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 !important;
}

.page__newst__list .section__part__result .case-item:not(:nth-child(3n)) {
  margin-right: 20px;
}