.swiper-container {
  width: 85%;
  height: 5.13rem;
  position: relative;
  margin-top: 0.5rem;
}
.swiper-button-prev,
.swiper-button-next {
  top: 0;
  width: 25%;
  height: 100%;
  margin-top: 0;
  background: none;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.swiper-slide {
  font-size: 0;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
}
.pageBtnWrap a {
  margin: 0 0.1rem;
}
.pageBtnWrap a:hover {
  color: white;
}
.banner-search {
  display: flex;
  flex-direction: column;
}
.thirdSwiper {
  position: relative;
  overflow: hidden;
}
.thirdSwiper .filImg {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(41.5px);
  transform: scale(1.2);
  background-size: cover;
  z-index: -1;
}
.thirdSwiper .topTipCon {
  padding: 0.2rem 0.3rem;
}
.thirdSwiper .topTipCon .topTipNews {
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 0.35rem;
  height: 0.7rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.newListSwiper {
  max-width: 15.2rem;
  margin: 0.8rem auto;
  text-align: center;
}
.newListSwiper .part1 {
  gap: 0.3rem;
  display: grid;
  grid-template-columns: 1fr;
}
.newsSearch {
  margin: 0.8rem auto 0.2rem;
  width: 10rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.3rem;
}
.newsSearch input {
  width: 100%;
  height: 0.55rem;
  background: #f6faff;
  border: 1px solid #e1ebf9;
  border-radius: 0.04rem;
  box-shadow: 0rem 0.2rem 0.45rem 0.02rem #dee9f8;
  margin: 0 auto;
  padding: 0 0.25rem;
  padding-right: 1.1rem;
  font-size: 0.18rem;
}
.newsSearch input::-webkit-input-placeholder {
  color: #c6c6c6;
}
.newIcons {
  position: relative;
}
.news_delete,
.news_search {
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  top: -0.12rem;
  cursor: pointer;
}
.news_delete:hover,
.news_search:hover {
  color: #d9101e;
}
.news_delete {
  display: block;
  right: 0.6rem;
}
.news_search {
  right: 0.25rem;
}
.newsearchRes {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e8f1fb;
}
.newsearchRes:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.newsearchRes .txt-box {
  max-width: 10rem;
  text-align: left;
}
.newsearchRes .txt-box h2 {
  font-size: 0.24rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsearchRes .txt-box h2:hover {
  color: #d9101e;
}
.newsearchRes .txt-box p {
  height: 1.02rem;
  font-size: 0.18rem;
  font-weight: 400;
  color: #51575c;
  line-height: 0.34rem;
  margin: 0.16rem 0;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsearchRes span {
  font-size: 0.14rem;
  font-weight: 400;
  color: #888888;
}
.newsearchRes .img-box {
  font-size: 0;
}
.newsearchRes .img-box img {
  width: 3.66rem;
  height: 2.31rem;
  object-fit: contain;
  background-color: #000000;
}
.searchNews {
  margin-top: 1rem;
}
.kkpagerbox .pageBtnWrap {
  justify-content: center;
  gap: 0.05rem;
}
@media screen and (max-width: 768px) {
  .thirdSwiper .topTipCon {
    background-color: #ffffff;
  }
  .thirdSwiper .topTipCon .topTipNews {
    color: #444444;
    text-shadow: none;
  }
  .swiper-container {
    width: 100%;
    height: 3.8rem;
    margin-top: 0.1rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    color: #ffffff;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 0.44rem;
    height: 0.44rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.24rem;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .newsSearch {
    order: -1;
    width: initial;
    padding: 0.3rem;
    margin: 0;
  }
  .newListSwiper {
    margin-top: 0;
    margin-bottom: 0.2rem;
  }
  .newListSwiper .part1 {
    padding: 0.3rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .newListSwiper .part1 .newsearchRes {
    flex-direction: column;
    box-shadow: 0 0.1rem 0.2rem 0.02rem rgba(232, 232, 232, 0.3);
    border-bottom: none;
    background: #ffffff;
  }
  .newListSwiper .part1 .newsearchRes:last-child {
    padding-bottom: 0.3rem;
  }
  .newListSwiper .part1 .newsearchRes .txt-box h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    padding: 0.3rem 0.15rem 0;
  }
  .newListSwiper .part1 .newsearchRes .img-box {
    order: -1;
  }
  .newListSwiper .part1 .newsearchRes .img-box img {
    width: 100%;
    height: 2.5rem;
  }
}
