.love-living-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #DCEFD9 no-repeat center top / 100% auto;
  overflow-x: hidden;
  transition: height 0.35s ease-in-out;
}
.love-living-page .news-details-page {
  padding-top: 58px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  position: relative;
}
.love-living-page .news-details-page .white-box {
  margin: 0 auto;
  border-radius: 40px;
  padding: 54px 12vw;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .love-living-page .news-details-page .white-box {
    padding: 50px;
    flex-grow: 0;
    overflow-y: hidden;
    min-height: auto;
  }
}
@media screen and (max-width: 992px) {
  .love-living-page .news-details-page .white-box {
    padding: 40px;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .news-details-page .white-box {
    border-radius: 20px;
    padding: 30px 18px;
  }
}
.love-living-page .news-details-page .white-box h3 {
  line-height: 1.2;
}
.love-living-page .news-details-page .white-box p {
  line-height: 1.66;
}
.en_us .love-living-page .news-details-page .white-box p {
  text-align: justify;
}
.love-living-page .news-details-page .white-box .fz18 p {
  margin-bottom: 25px;
}
.love-living-page .news-details-page .white-box .fz18 p:last-child {
  margin-bottom: 0;
}
.love-living-page .news-details-page .white-box .time {
  display: flex;
  align-items: center;
}
.love-living-page .news-details-page .white-box .time .iconfont {
  color: #708B6D;
  font-weight: bold;
  line-height: 1;
}
.love-living-page .news-details-page .white-box .time span {
  margin-left: 12px;
  display: block;
  color: #373737;
  font-size: 1rem;
  line-height: 1;
}
.love-living-page .news-details-page .white-box .swiper-container {
  width: 100%;
}
.love-living-page .news-details-page .white-box .swiper-container .pic {
  cursor: pointer;
}
.love-living-page .news-details-page .white-box .swiper-container .pagination {
  margin-top: 15px;
  justify-content: center;
  display: none;
}
@media screen and (max-width: 992px) {
  .love-living-page .news-details-page .white-box .swiper-container .pagination {
    display: flex;
  }
}
.love-living-page .news-details-page .white-box .swiper-container .pagination .swiper-pagination-bullet-active {
  background-color: #708B6D;
}
.love-living-page .news-details-page .white-box .btn-list {
  display: flex;
  justify-content: center;
}
