.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 .article-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 .article-details-page .white-box {
  margin: 0 auto 42px;
  border-radius: 40px;
  padding: 54px 86px;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
}
.love-living-page .article-details-page .white-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .love-living-page .article-details-page .white-box {
    padding: 50px;
    flex-grow: 0;
    overflow-y: hidden;
    min-height: auto;
  }
}
@media screen and (max-width: 992px) {
  .love-living-page .article-details-page .white-box {
    padding: 40px;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .article-details-page .white-box {
    padding: 30px;
  }
}
.love-living-page .article-details-page .white-box p {
  line-height: 1.66;
}
.love-living-page .article-details-page .white-box .time {
  display: flex;
  align-items: center;
}
.love-living-page .article-details-page .white-box .time .iconfont {
  color: #708B6D;
  font-weight: bold;
  line-height: 1;
}
.love-living-page .article-details-page .white-box .time span {
  margin-left: 12px;
  display: block;
  color: #373737;
  font-size: 1rem;
  line-height: 1;
}
.love-living-page .article-details-page .white-box .article-text {
  min-height: 530px;
  position: relative;
}
.love-living-page .article-details-page .white-box .article-text .bg {
  position: absolute;
  left: 0;
  right: 0;
}
.love-living-page .article-details-page .white-box .article-text .bg.bg1 {
  top: 0;
}
.love-living-page .article-details-page .white-box .article-text .bg.bg2 {
  bottom: 0;
}
.love-living-page .article-details-page .white-box .article-text .text-box {
  padding: 46px 46px 200px;
  position: relative;
  z-index: 1;
}
.love-living-page .article-details-page .white-box .article-text .text-box h3 {
  color: #4A5237;
}
.love-living-page .article-details-page .white-box .article-text .text-box h6 {
  color: #4A5237;
}
.love-living-page .article-details-page .white-box .article-text .text-box p {
  color: #4A5237;
  font-weight: bold;
  text-indent: 32px;
}
.love-living-page .article-details-page .white-box .article-text .footer-text {
  position: absolute;
  bottom: 40px;
  right: 40px;
  text-align: right;
  font-size: 0.75rem;
  color: #4A5237;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .love-living-page .article-details-page .white-box .article-text .footer-text {
    max-width: 50%;
    line-height: 1.66;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .article-details-page .white-box .article-text .footer-text {
    left: 40px;
    bottom: 82px;
    max-width: none;
  }
}
.love-living-page .article-details-page .white-box .list {
  margin: 0 -28px -42px;
}
@media screen and (max-width: 1200px) {
  .love-living-page .article-details-page .white-box .list {
    margin: 0 -20px calc(-20px * 2);
  }
}
@media screen and (max-width: 992px) {
  .love-living-page .article-details-page .white-box .list {
    margin: 0 -15px calc(-15px * 2);
  }
}
.love-living-page .article-details-page .white-box .list .col-box {
  padding: 0 28px 42px;
}
@media screen and (max-width: 1580px) and (min-width: 1200px) {
  .love-living-page .article-details-page .white-box .list .col-box {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .love-living-page .article-details-page .white-box .list .col-box {
    padding: 0 20px calc(20px * 2);
  }
}
@media screen and (max-width: 992px) {
  .love-living-page .article-details-page .white-box .list .col-box {
    padding: 0 15px calc(15px * 2);
  }
}
.love-living-page .article-details-page .white-box .list .box {
  border-radius: 20px;
  border: 1px solid #D2D2D2;
  background-color: #FBFBFB;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.love-living-page .article-details-page .white-box .list .box:hover .pic img {
  transform: scale(1.1);
}
.love-living-page .article-details-page .white-box .list .box .pic {
  width: 100%;
  overflow: hidden;
}
.love-living-page .article-details-page .white-box .list .box .pic img {
  transform: scale(1);
  transition: transform 0.35s ease-in-out;
}
.love-living-page .article-details-page .white-box .list .box .text-box {
  padding: 16px 20px 18px;
}
.love-living-page .article-details-page .white-box .list .box .text-box p {
  line-height: 1.33;
  color: #040404;
}
.love-living-page .article-details-page .white-box .list .box .text-box .time-more {
  margin-top: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.love-living-page .article-details-page .white-box .list .box .text-box .time-more .time {
  font-size: 1rem;
  line-height: 1.3125;
  color: #708B6D;
  font-weight: bold;
}
.love-living-page .article-details-page .white-box .list .box .text-box .time-more .btn-box {
  padding: 8px 16px;
  font-size: 1rem;
}
.love-living-page .article-details-page .white-box .btn-list {
  display: flex;
  justify-content: center;
}
