.swiper-container {
  /* width: calc(100dvw - 10px); */
  width: calc(100dvw - 20px);
  width: calc(100vw - 20px);
  width: 100%;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(168,168,168,0.20);
}
.onePicBanner {
  box-shadow: 0 2px 4px 0 rgba(168,168,168,0.20);
}

.swiper-container .swiper-slide,.onePicBanner {
  /* width: calc(100dvw - 55px); */
  /* height: calc((100dvw - 55px) / 2); */
  width: 100%;
  height: 70.4vw;
  /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.29); */
  border-radius: 2px;
  background-size: cover;
  color: #181818;
  position: relative;
  display: block;
  /* overflow: hidden; */
  background: #FCF5EB;
  overflow: hidden;
  color: #181818;
}
.swiper-slide:hover {
  color: #181818;
}
.swiper-slide #sliderAd {
  /* width: calc(100dvw - 55px);
  height: calc((100dvw - 55px) / 2); */
}
.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-slide>img ,.onePicBanner>img {
  width: 100%;
  height: 52.26666vw;
  object-fit: cover;
}
.swiper-slide span img {
  padding-left: 5px;
  display: inline-block;
}
.swiper-slide:last-child {
  margin-right: 10px;
}
.swiper-slide .con,.onePicBanner .con {
  /* display: block; */
  /* position: absolute; */
  /* bottom: 0; */
  height: calc(18.13333vw - 30px);
  overflow: hidden;
  /* background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.00) 38%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.20) 71%, rgba(0, 0, 0, 0.40) 100%); */
  /* padding-top: calc((100dvw - 55px) / 2 - 47px);
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px; */
  font-size: 17px;
  text-align: justify;
  margin: 15px 10px;
  line-height: 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swiper-slide .con span,.onePicBanner .con span {
  max-height: calc(18.13333vw - 30px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: FZYanSJ_Zhong;
  display: none;
}
/* #sliderAd span {
  width: unset !important;
  height: unset !important;
  font-size: 12px !important;
  line-height: 12px !important;
  border-radius: 5px !important;
  padding: 1px !important;
}
#sliderAd a img {
  width: 100%;
} */
.caixin-swiper-container {
  width: calc(100dvw - 20px);
  width: calc(100vw - 20px);
  width: 100%;
  /* height: 35vw; */
  /* height: 108px; */
  height: 126px;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  margin-top: 10px;
  /* box-shadow: 0 1px 3px 0 rgba(168, 168, 168, 0.15); */
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(168, 168, 168, 0.15);
  border-radius: 2px;
  border-radius: 2px;
}
.caixin-swiper-container .xinwen-title {
  width: 100%;
  /* width: calc(100dvw - 20px); */
  /* height: 12vw; */
  height: 24px;
  /* background-image: linear-gradient(198deg, rgba(207, 222, 255, 0.70) 0%, rgba(173, 217, 255, 0.37) 39%, rgba(212, 221, 255, 0.51) 60%); */
  border-radius: 2px 2px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.caixin-swiper-container .xinwen-title>img {
  width: 42px;
  height: 14px;
  margin-left: 15px;
  margin-top: 10px;
}
.xinwen-more {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #666666;
  margin-right: 15px;
  display: flex;
  align-items: center;
  height: 14px;
  margin-top: 6px;
}
.caixin-swiper-container .right-arrow {
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  margin-left: unset !important;
  position: relative;
  top: 1px;
}
.caixin-swiper-container-content {
  width: calc(100dvw - 50px);
  width: calc(100vw - 50px);
  width: 100%;
  padding: 0 15px;
  height: 90px;
  overflow: hidden;
  margin-top: 6px;
}
.caixin-swiper-container .swiper-slide {
  width: calc(100dvw - 40px) !important;
  width: calc(100vw - 40px) !important;
  width: calc(100% - 40px) !important;
  height: 30px !important;
}
.caixin-swiper-container .xinwen-content {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: unset !important;
}
.xinwen-content .xinwen-content-text {
  width: 100%;
  /* height: 14.08vw; */
  height: 25px;
  font-family: PingFangSC-Regular;
  color: #181818;
  font-size: 16px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style-type: disc;
}
.xinwen-content-text .left-time {
  display: inline-block;
  width: 36px;
  font-size: 13px;
}
.xinwen-content-text em {
  font-size: 15px;
}
.xinwen-content-text strong {
  font-weight: 900;
  padding-right: 3px;
}
.swiper-pagination  {
  bottom: 20vw !important;
}

.swiper-pagination-bullet {
  width: 48px;
  height: 2px;
  border-radius: 2px;
}
.swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.darkMode .swiper-container .swiper-slide,.darkMode .onePicBanner,.darkMode .caixin-swiper-container {
  background-color: #1f1f1f !important;
  color: #E0E0E0 !important;
}
.darkMode .xinwen-content .xinwen-content-text {
  color: #E0E0E0 !important;
}

.caixin-swiper-container .swiper-wrapper {
  flex-direction: column;
}

#home-ad-1 .bannerAd div,#home-ad-2 .bannerAd div {
  bottom:-25px !important;
}
