<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: rgba(246, 242, 232, 1);
}

.xxlc {
  width: 1440px;
  margin: auto;
  background-color: rgba(246, 242, 232, 1);
  color: #e24b2d;
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}

.xxlc .calendar-wrapper {
  width: 300px;
}

.xxlc .calendar-wrapper .title {
  font-size: 0.42rem;
  line-height: 0.44rem;
}

.xxlc .calendar-wrapper .year {
  font-size: 0.25rem;
  margin-top: 0.55rem;
  display: flex;
  justify-content: space-between;
  line-height: 1;
}

.xxlc .calendar-wrapper .year a.active {
  color: #5b0085;
}

.xxlc .calendar-wrapper .month {
  font-size: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}

.xxlc .calendar-wrapper .month &gt; a {
  width: 33.3%;
  text-align: center;
  margin: 12px 0;
  line-height: 1;
}

.xxlc .calendar-wrapper .month &gt; a.active {
  color: #5b0085;
}

.xxlc .news {
  flex: 1;
  margin-left: 1.05rem;
  padding-top: 1.3rem;
  padding-bottom: 0.65rem;
}

.xxlc .news .more &gt; img {
  margin-bottom: 0.2rem;
}

.xxlc .news .more {
  text-align: center;
  margin-top: 1.15rem;
  cursor: pointer;
}

.xxlc .news .more &gt; div {
  font-size: 0.5rem;
}

.xxlc .news .month-news + .month-news {
  margin-top: 1.85rem;
}

.xxlc .news .month-news &gt; h4 {
  font-size: 0.5rem;
  color: #5b0085;
}

.xxlc .news .month-news &gt; h4 &gt; span {
  font-size: 0.25rem;
  color: #5b0085;
  margin-right: 0.15rem;
}

.xxlc .news .month-news .news-content {
  font-size: 0.25rem;
  color: #717171;
  line-height: 44px;
  padding-left: 0.9rem;
  margin-top: 30px;
}

.banner,
.xxlc {
  opacity: 0;
  transition: opacity 0.5s linear;
}

.banner.move-in,
.xxlc.move-in {
  opacity: 1;
}

@media (min-width: 1200px) and (max-width: 1530px) {
  .xxlc {
    width: 1100px;
    margin: auto;
  }
  .xxlc .calendar-wrapper .title {
    font-size: .62rem;
  }
  .xxlc .calendar-wrapper .year, .xxlc .calendar-wrapper .month {
    font-size: .40rem;
  }
  .xxlc .news .month-news &gt; h4 {
    font-size: .62rem;
  }
  .xxlc .news .month-news &gt; h4 &gt; span {
    font-size: .40rem;
  }
  .xxlc .news .month-news .news-content {
    font-size: .36rem;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .xxlc {
    width: 900px;
  }
  .xxlc .calendar-wrapper .title {
    font-size: .62rem;
  }
  .xxlc .calendar-wrapper .year, .xxlc .calendar-wrapper .month {
    font-size: .44rem;
  }
  .xxlc .news .month-news &gt; h4 {
    font-size: .62rem;
  }
  .xxlc .news .month-news &gt; h4 &gt; span {
    font-size: .45rem;
  }
  .xxlc .news .month-news .news-content {
    font-size: .36rem;
  }
}

@media (width: 640px) {
  .xxlc {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 1rem;
  }

  .xxlc .calendar-wrapper {
    width: 200px;
  }

  .banner-text &gt; p:nth-of-type(1) {
    font-size: 1.3rem;
  color: #ffffff;
  line-height: 1.58rem;
  text-shadow: 0px 10px 21px rgba(37, 37, 37, 0.65);
  }

  .xxlc .calendar-wrapper .year {
    font-size: 0.35rem;
  }

  .xxlc .calendar-wrapper .month {
    font-size: 0.35rem;
    margin-top: 8px;
  }

  .xxlc .news .month-news .news-content {
    font-size: 0.35rem;
    line-height: 32px;
    margin-top: 5px;
  }

  .xxlc .news .month-news + .month-news {
    margin-top: 0.85rem;
  }
}

@media (max-width: 640px) {
  .calendar {
    margin-top: 30px;
    padding: 0 40px;
    margin-bottom: 30px;
  }
  .xxlc .calendar-wrapper .year {
    font-size: 20px!important;
  }

  .xxlc .calendar-wrapper .month {
    font-size: 18px!important;
  }
}

</pre></body></html>