.search-news {
  margin-top: 24px;
}
.search-news .newsList .new-item {
  width: 100%;
  cursor: pointer;
}
.search-news .newsList .new-item .item-cont {
  width: 100%;
  min-height: 170px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.search-news .newsList .new-item .item-cont .img-box {
  width: 230px;
  height: 182px;
}
.search-news .newsList .new-item .item-cont .img-box .img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.search-news .newsList .new-item .item-cont .txt-box {
  width: calc(100% - 230px);
  max-width: 690px;
  height: 100%;
  padding: 0 0px 0 40px;
  display: flex;
  flex-direction: column;
}
.search-news .newsList .new-item .item-cont .txt-box .menu-name {
  /* width: 83px;
  height: 28px; */
  padding: 4px 8px;
  line-height: 28px;
  display: block;
  margin-bottom: 12px;
  background: #e8f5eb;
  border-radius: 4px;
  font-size: 14px;
  color: #21a13b;
  text-align: center;
  font-style: normal;
  width: fit-content;
}
.search-news .newsList .new-item .item-cont .txt-box .new-name {
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  font-family: MiSansVF_Semibold;
  margin-bottom: 16px;
  word-break: break-all;
}
.search-news .newsList .new-item .item-cont .txt-box .new-description {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  display: block;
  word-break: break-all;
}
.search-news .newsList .new-item .line {
  width: 100%;
  height: 1px;
  margin: 24px 0;
  background-color: #e8e8e8;
}
@media screen and (max-width: 1024px) {
  .search-news .newsList .new-item .item-cont .txt-box {
    padding: 12px 0 12px 16px;
  }
}

@media screen and (max-width: 768px) {
  .search-news {
    margin-top: 0;
  }
  .search-news .newsList .new-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .search-news .newsList .new-item .item-cont {
    min-height: auto;
  }
  .search-news .newsList .new-item a {
    width: 100%;
  }
  .search-news .newsList .new-item a .item-cont {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .search-news .newsList .new-item a .item-cont .img-box {
    width: 100%;
    height: fit-content;
    background-color: #f7f8f9;
    margin-bottom: 12px;
  }
  .search-news .newsList .new-item a .item-cont .img-box:last-child {
    margin-bottom: 0;
  }
  .search-news .newsList .new-item a .item-cont .img-box .img {
    width: 100%;
    height: 230px;
    max-width: none;
    margin: 0 auto;
    border-radius: 12px;
  }
  .search-news .newsList .new-item .item-cont .txt-box {
    padding: 0;
    width: 100%;
  }
  .search-news .newsList .new-item .item-cont .txt-box .menu-name {
    margin-bottom: 8px;
    padding: 4px 8px;
    font-family: MiSansVF;
    font-size: 12px;
    color: #21a13b;
    line-height: 16px;
    font-style: normal;
  }
  .search-news .newsList .new-item .item-cont .txt-box .new-name {
    margin-bottom: 8px;
    font-size: 16px;
    font-family: MiSansVF_Semibold;
    color: #333333;
    line-height: 26px;
    font-style: normal;
  }
  .search-news .newsList .new-item .item-cont .txt-box .new-description {
    font-family: MiSansVF;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    font-style: normal;
  }
  .search-news .newsList .new-item .line {
    display: none;
  }
}
