<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* è½®æ’­å›¾ */
.news .newsCon {
  position: relative;
  margin: 30px auto 0 !important;
}
/* .newsCon .arrow-left {
  background: url("../../enimage/index/page.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 78px;
  transform: rotate(180deg);
}
.newsCon .arrow-right {
  background: url("../../enimage/index/page.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 78px;
} */
.news-con {
  width: 100%;
  height: 580px;
  position: relative;
}

.swiper-container-news .swiper-wrapper .swiper-slide {
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}
/* .swiper-container-news .swiper-wrapper .swiper-slide-visible:nth-of-type(1) {
  padding: 0;
}
.swiper-container-news .swiper-wrapper .swiper-slide-visible:nth-of-type(3) {
  padding: 0;
} */

.swiper-container-news .swiper-wrapper .newsItem img {
  width: 100%;
  height: 70%;
}

.newsText {
  position: absolute;
  bottom: 0;
  width: 100%;
  width: calc(100% - 20px);
  height: 55%;
  background: url("../../enimage/index/newsShade.png") no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  color: #f7eded;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.newText a {
  color: #f7eded;
}
.newsText .textCon {
  font-size: 18px;
  line-height: 28px;
}
.newsText .textCon a{
  color: #f7eded;
}
.newsText .textTime {
  font-size: 14px;
  margin: 15px 0;
}
.newsText .textBorder {
  width: 30px;
  height: 1.5px;
  background-color: #f7eded;
}

/* ç§»åŠ¨ç«¯ */
@media (max-width: 576px) {
  .news .newsCon {
    margin-top: 8vw !important;
    position: relative;
  }
  .newsCon .arrow-left {
    position: relative;
    width: 10vw;
    height: 10vw;
    left: 35%;
    transform: none;
    /* transform: translateX(-50%); */
    top: auto;
    display: inline-block;
    margin-top: 5vw;
    background: url("../../enimage/index/leftPage.png") no-repeat;
    background-size: contain;
  }
  .newsCon .arrow-right {
    position: relative;
    width: 10vw;
    height: 10vw;
    right: -40%;
    top: auto;
    transform: none;
    /* transform: translateX(-50%); */
    display: inline-block;
    margin-top: 5vw;
    background: url("../../enimage/index/rightPage.png") no-repeat;
    background-size: contain;
  }
  .news .news-con {
    height: 445px;
  }
  .swiper-container-news .swiper-wrapper .swiper-slide {
    padding: 0;
  }

  /* å†…å®¹ */
  .newsText {
    width: 100%;
  }
  .newsText .textCon {
    font-size: 4.5vw;
    line-height: 9vw;
  }
  .newsText .textTime {
    font-size: 3.5vw;
    margin: 5vw 0;
  }
  .newsText .textBorder {
    width: 10vw;
    height: 1.5px;
    background-color: #f7eded;
  }
}</pre></body></html>