.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-page {
  padding-top: 58px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .love-living-page .news-page .tab-list {
    overflow-x: auto;
  }
  .love-living-page .news-page .tab-list::-webkit-scrollbar {
    height: 3px;
  }
  .love-living-page .news-page .tab-list::-webkit-scrollbar-thumb {
    background-color: rgba(112, 139, 109, 0.3);
    border-radius: 10px;
  }
  .love-living-page .news-page .tab-list::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .love-living-page .news-page .tab-list ul {
    width: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .love-living-page .news-page .tab-list ul .tab-item {
    white-space: nowrap;
  }
}
.love-living-page .news-page .pane-content {
  align-items: stretch !important;
}
.love-living-page .news-page .pane-content .list {
  margin: 0 -28px -42px;
}
@media screen and (max-width: 1200px) {
  .love-living-page .news-page .pane-content .list {
    margin: 0 -20px calc(-20px * 2);
  }
}
@media screen and (max-width: 992px) {
  .love-living-page .news-page .pane-content .list {
    margin: 0 -15px calc(-15px * 2);
  }
}
.love-living-page .news-page .pane-content .list .col-box {
  padding: 0 28px 42px;
}
@media screen and (max-width: 1580px) and (min-width: 1200px) {
  .love-living-page .news-page .pane-content .list .col-box {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .love-living-page .news-page .pane-content .list .col-box {
    padding: 0 20px calc(20px * 2);
  }
}
@media screen and (max-width: 992px) {
  .love-living-page .news-page .pane-content .list .col-box {
    padding: 0 15px calc(15px * 2);
  }
}
.love-living-page .news-page .pane-content .list .box {
  border-radius: 20px;
  border: 1px solid #D2D2D2;
  background-color: #FBFBFB;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.love-living-page .news-page .pane-content .list .box:hover .pic img {
  transform: scale(1.1);
}
.love-living-page .news-page .pane-content .list .box .pic {
  width: 100%;
  overflow: hidden;
}
.love-living-page .news-page .pane-content .list .box .pic img {
  transform: scale(1);
  transition: transform 0.35s ease-in-out;
}
.love-living-page .news-page .pane-content .list .box .text-box {
  padding: 16px 20px 18px;
}
.love-living-page .news-page .pane-content .list .box .text-box p {
  line-height: 1.33;
  color: #040404;
}
.love-living-page .news-page .pane-content .list .box .text-box .time-more {
  margin-top: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.love-living-page .news-page .pane-content .list .box .text-box .time-more .time {
  font-size: 1rem;
  line-height: 1.3125;
  color: #708B6D;
  font-weight: bold;
}
.love-living-page .news-page .pane-content .list .box .text-box .time-more .btn-box {
  padding: 8px 16px;
  font-size: 1rem;
}
