<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top-content {
  width: 1440px;
  margin: 0 auto;
  padding-top: 228px;
  padding-bottom: 110px;
}
.top-content::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.top-content .left {
  width: 452px;
  float: left;
  position: relative;
}
.top-content .left .title {
  font-size: 28px;
  line-height: 40px;
  color: #333333;
}
.top-content .left .line {
  width: 100%;
  height: 1px;
  background-color: #e1e4e6;
  margin-top: 56px;
}
.top-content .left .time {
  margin-top: 48px;
}
.top-content .left .time .data {
  font-size: 90px;
  line-height: 70px;
  letter-spacing: -4px;
  color: #e83428;
}
.top-content .left .time .month {
  font-size: 16px;
  line-height: 18px;
  color: #999999;
  margin-top: 46px;
}
.top-content .left .time1 {
  display: none;
}
.top-content .right {
  width: 880px;
  float: right;
}
.top-content .right .line {
  width: 100%;
  height: 1px;
  background-color: #e1e4e6;
  margin-top: 72px;
}
.top-content .right .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
}
.top-content .right .bottom .prev,
.top-content .right .bottom .next {
  width: 177px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 27px;
  border: solid 1px #e0e0e0;
  transition: 0.5s;
}
.top-content .right .bottom .prev a,
.top-content .right .bottom .next a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
.top-content .right .bottom .prev a svg,
.top-content .right .bottom .next a svg {
  width: 7px;
  height: 12px;
  margin-right: 20px;
  transform: rotateZ(180deg);
}
.top-content .right .bottom .prev a svg .cls-1,
.top-content .right .bottom .next a svg .cls-1 {
  fill: #333;
}
.top-content .right .bottom .prev:hover,
.top-content .right .bottom .next:hover {
  border: solid 1px #333;
}
.top-content .right .bottom .next a svg {
  margin-left: 20px;
  margin-right: 0;
  transform: rotateZ(0);
}
.other {
  width: 100%;
  background-color: #f6f6f6;
  padding: 78px 0 125px 0;
}
.other .box {
  width: 1440px;
  margin: 0 auto;
}
.other .box .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.other .box .top .title {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  color: #333333;
}
.other .box .top .button a {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}
.other .box .top .button a svg {
  width: 7px;
  height: 12px;
  margin-left: 11px;
  transition: 0.5s;
}
.other .box .top .button a svg .cls-1 {
  fill: #333;
}
.other .box .top .button a:hover svg {
  margin-left: 20px;
}
.other .box .list {
  width: 100%;
  margin-top: 63px;
  display: flex;
}
.other .box .list .item {
  width: 31.388%;
  margin-right: 2.916%;
  background-color: #ffffff;
  margin-bottom: 42px;
  position: relative;
  padding-bottom: 27px;
}
.other .box .list .item:last-child {
  margin-right: 0;
}
.other .box .list .item .img {
  width: 100%;
  aspect-ratio: 452/282;
  overflow: hidden;
}
.other .box .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.other .box .list .item .text {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 17px;
}
.other .box .list .item .text .title {
  height: 64px;
  font-size: 22px;
  line-height: 32px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.other .box .list .item .text .bottom {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.other .box .list .item .text .bottom .time {
  font-size: 16px;
  line-height: 18px;
  color: #999999;
}
.other .box .list .item .text .bottom .btn {
  width: 56px;
  height: 56px;
  border: solid 1px #e0e0e0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
}
.other .box .list .item .text .bottom .btn svg {
  width: 7px;
  height: 12px;
}
.other .box .list .item .text .bottom .btn svg .cls-1 {
  fill: #333333;
  transition: 1s;
}
.other .box .list .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.other .box .list .item:hover .img img {
  transform: scale(1.1);
}
.other .box .list .item:hover .text .bottom .btn {
  border: solid 1px #e83428;
  background-color: #e83428;
}
.other .box .list .item:hover .text .bottom .btn svg .cls-1 {
  fill: #fff;
}
@media screen and (max-width: 1560px) {
  .top-content {
    width: 90%;
    margin: 0 auto;
    padding-top: 228px;
    padding-bottom: 110px;
  }
  .top-content .left {
    width: 31.388%;
    float: left;
    position: relative;
  }
  .top-content .right {
    width: 61.111%;
    float: right;
  }
  .other .box {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 890px) {
  .top-content .left {
    width: 100%;
    float: none;
    position: relative;
  }
  .top-content .right {
    width: 100%;
    float: right;
    margin-top: 30px;
  }
  .top-content .left .line {
    width: 100%;
    height: 1px;
    background-color: #e1e4e6;
    margin-top: 20px;
  }
  .top-content .left .time {
    display: none;
  }
  .top-content .left .time1 {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    line-height: 18px;
    color: #999999;
  }
}
@media screen and (max-width: 980px) {
  .other {
    width: 100%;
    background-color: #f6f6f6;
    padding: 60px 0 60px 0;
  }
  .other .box .list {
    padding-top: 60px;
    padding-bottom: 33px;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .other .box .list .item {
    width: 49%;
    margin-left: 2%;
    background-color: #ffffff;
    margin-bottom: 42px;
    position: relative;
    padding-bottom: 27px;
    margin-right: 0;
  }
  .other .box .list .item:nth-child(2n + 1) {
    margin-left: 0%;
  }
}
@media screen and (max-width: 560px) {
  .other .box .top .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
  }
  .other .box .top .button a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
  }
  .other .box .list {
    padding-top: 60px;
    padding-bottom: 33px;
    display: flex;
    flex-wrap: wrap;
  }
  .other .box .list .item {
    width: 100%;
    margin-left: 0%;
    background-color: #ffffff;
    margin-bottom: 42px;
    position: relative;
    padding-bottom: 27px;
  }
  .other .box .list .first-item .bottom .text .time {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -63px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    color: #999999;
  }
  .other .box .list .item:nth-child(3n + 1) {
    margin-left: 0%;
  }
  .other .box .list .item:nth-child(3n) {
    margin-left: 0%;
  }
  .other .box .list .item:nth-child(2n + 1) {
    margin-left: 0%;
  }
  .other .box .list .first-item .bottom .text .time .btn {
    display: none;
  }
  .other .box .list .item .text .bottom .btn {
    display: none;
  }
}
</pre></body></html>