<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content {
  width: 100%;
  background-color: #f6f6f6;
  padding-top: 1px;
}
.content .map {
  width: 1440px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 32px;
  margin-top: 36px;
  color: #999999;
}
.content .map a {
  color: #999999;
}
.content .map a:hover {
  color: #666666;
}
.content .box {
  width: 1440px;
  margin: 0 auto;
  padding-top: 54px;
  padding-bottom: 190px;
}
.content .box .top .title {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  color: #333333;
  text-align: center;
}
.content .box .list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 109px;
}
.content .box .list .item {
  width: 32.5%;
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
  margin-right: 1.25%;
}
.content .box .list .item:nth-child(3n) {
  margin-right: 0;
}
.content .box .list .item .img {
  width: 100%;
  aspect-ratio: 698/434;
  overflow: hidden;
}
.content .box .list .item .img img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.content .box .list .item .img:hover img {
  transform: scale(1.1);
}
.content .box .list .item .line {
  width: 100%;
  height: 1px;
  background-color: #f6f6f6;
}
.content .box .list .item .text {
  width: 90%;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 52px;
}
.content .box .list .item .text .title {
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.content .box .list .item .text .p {
  font-size: 15px;
  line-height: 15px;
  color: #999999;
  margin-top: 28px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.content .box .list .item .text .button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 49px;
}
.content .box .list .item .text .button .left {
  width: 140px;
  height: 54px;
  background-color: #e83428;
  border: solid 1px #e83428;
  border-radius: 27px;
}
.content .box .list .item .text .button .left a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  line-height: 54px;
  color: #ffffff;
  text-align: center;
}
.content .box .list .item .text .button .left:hover {
  background-color: rgba(232, 52, 40, 0.8);
}
.content .box .list .item .text .button .right {
  width: 140px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 27px;
  border: solid 1px #e0e0e0;
  margin-left: 24px;
}
.content .box .list .item .text .button .right a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  line-height: 54px;
  color: #252a2d;
  text-align: center;
}
.content .box .list .item .text .button .right:hover {
  border: solid 1px #adadad;
}
.content .box .list .item &gt; a {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1560px) {
  .content .box {
    width: 90%;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 135px;
  }
  .content .map {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 32px;
    margin-top: 36px;
    color: #999999;
  }
}
@media screen and (max-width: 1280px) {
  .content .box .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 109px;
  }
  .content .box .list .item {
    width: 49%;
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
    margin-right: 0;
  }
}
@media screen and (max-width: 680px) {
  .content .box {
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content .box .top .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
  }
  .content .box .top .p {
    font-size: 16px;
    line-height: 20px;
    color: #999999;
    margin-top: 16px;
  }
  .content .box .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .content .box .list .item {
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
  }
  .content .box .list .item .text {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .content .box .list .item .text .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #333333;
    text-align: center;
  }
  .content .box .list .item .text .p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 16px;
    text-align: center;
  }
  .content .box .list .item .text .button .left {
    display: none;
  }
  .content .box .list .item .text .button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .content .box .list .item .text .button .right {
    width: 120px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 27px;
    border: solid 1px #e0e0e0;
    margin-left: 24px;
  }
  .content .box .list .item .text .button .right a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 16px;
    line-height: 42px;
    color: #252a2d;
    text-align: center;
  }
  .content .box .list .item &gt; a {
    display: block;
  }
}
</pre></body></html>