<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #387ffc;
}
nav a {
  flex: 1;
  margin-left: 7rem;
}
nav a .logo {
    width: 31rem;
    height: 6rem;
    margin: 0 auto;
    background: url(/wap_static/img/logo.png) no-repeat 2px 7px;
    background-size: 20rem;
}
nav .search {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 2.5rem 0;
  border-radius: 50%;
  border: 2px solid #000;
  position: relative;
}
nav .search::before {
  content: '';
  width: 2px;
  z-index: -2;
  height: 1rem;
  background-color: #000;
  position: absolute;
  top: 1rem;
  left: 1.8rem;
  transform: translateY(3px) rotate(-45deg);
}
nav .show-input {
  background-color: #387ffc;
  width: 100% !important;
  padding: 1rem 0;
  height: 4rem;
  position: absolute;
  top: -100px;
}
nav .show-input form {
  display: flex;
  justify-content: space-around;
}
nav .show-input input {
  height: 4rem;
  border-radius: 2rem;
  text-align: center;
}
nav .show-input input[type='text'] {
  width: calc(100% - 20rem);
  margin-left: 5rem;
  height: 4rem;
  vertical-align: top;
  border: none;
}
nav .show-input input[type='submit'] {
  border: none;
  color: #fff;
  background-color: #387ffc;
  width: 4rem;
  height: 4rem;
}
nav .show-input button {
  width: 3rem;
  height: 4rem;
  border: none;
  background-color: #387ffc;
  vertical-align: top;
  position: relative;
}
nav .show-input .shut-nav {
  position: absolute;
  top: 50%;
  z-index: 999;
  margin-top: -10px;
  right: 0;
  float: left;
}
nav .show-input .shut-nav .bar {
  width: 24px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
  margin: 5px auto;
}
nav .show-input .shut-nav .bar:first-of-type {
  transform: translateY(3px) rotate(-45deg);
}
nav .show-input .shut-nav .bar:last-of-type {
  transform: translateY(-4px) rotate(45deg);
}
/* æ»‘åŠ¨å¯¼èˆª */
.huanav {
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 0 1.65rem;
  box-sizing: border-box;
  background-color: #387ffc;
}
.huanav .huanav_scr {
  overflow: hidden;
  z-index: 999;
  height: 4.5rem;
  line-height: 4.5rem;
  width: 100%;
}
.huanav .huanav_scr .cur a {
  color: #fff;
}
.huanav .huanav_scr .swiper-slide {
  width: auto;
  font-size: 1.8rem;
  margin-right: 1.8rem;
}
.huanav .huanav_scr .swiper-slide a {
  color: #fff;
}
.fouce {
  margin: 1rem 3rem;
  height: 20rem;
  border-radius: 2rem;
  overflow: hidden;
}
.fouce .swiper-container {
  height: 20rem;
  position: relative;
  --swiper-pagination-color: #fff;
}
.fouce .swiper-container .swiper-wrapper .swiper-slide p {
  color: #fff;
  height: 7rem;
  line-height: 6rem;
}
.fouce .swiper-container .swiper-pagination-bullet {
  border-radius: 1rem !important;
  width: 1rem;
  height: 0.5rem;
}
.fouce .swiper-container .swiper-pagination-bullet-active {
  width: 2rem;
}
.selected {
  margin-top: 3rem;
}
.selected .selected-tit {
  height: 3.5rem;
}
.selected .selected-tit ul {
  display: flex;
  justify-content: space-between;
}
.selected .selected-tit ul li {
  flex: 1;
  float: left;
  text-align: center;
}
.selected .selected-tit ul li i {
  display: inline-block;
  height: 3rem;
  font-size: 18px;
  color: #333;
}
.selected .selected-tit ul .cur {
  position: relative;
  height: 2.8rem;
  border-bottom: 0.2rem solid #387ffc;
}
.selected .selected-tit ul .cur i {
  color: #387ffc;
}
.selected .selected-content-item {
  padding: 0 1.65rem;
  display: none;
  margin-top: 2rem;
}
.img-text {
  margin-bottom: 2rem;
  position: relative;
  height: 10rem;
  border-bottom: 1px solid #eee;
}
.img-text img {
  float: right;
  width: 14rem;
  height: 9rem;
  position: absolute;
  border-radius: 1rem;
  top: 0;
  right: 0;
}
.img-text .text {
  margin-right: 16rem;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.img-text .text h3 {
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.img-text .text span {
  font-size: 14px;
  color: #888;
}
.no-img .text {
  display: block;
  margin-right: 0 !important;
}
.no-img .text h3 {
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
.paging {
  margin: 2rem 0;
  display: flex;
  justify-content: space-around;
}
.paging a,
.paging span {
  display: block;
  width: 7rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
}
.paging a:first-of-type {
  width: 4rem;
  border-bottom: 1px solid #387ffc;
}
.paging a:nth-of-type(2),
.paging a:last-of-type {
  background-color: #eee;
  border-radius: 20px;
}
.paging span:nth-of-type(1):before {
  content: '/';
  position: relative;
  left: -10px;
}
.paging a:nth-of-type(3),
.paging span:nth-of-type(1) {
  text-align: center;
  width: 7rem;
}
.paging .hover {
  color: #387ffc;
}
.hou {
  padding: 0 1.65rem;
  margin-top: 1rem;
  border-top: 1rem solid #eee;
}
.houn {
  padding: 0 1.65rem;
}
.title {
  padding: 1.5rem 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 2rem;
}
.title h3 img {
  width: 3rem;
  height: 3rem;
}
.title h3 a {
  font-size: 2rem;
  font-weight: 400;
}
.m-crumb {
  height: 3rem;
  line-height: 3rem;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .con-tit {
  font-size: 2rem;
  color: #000000;
}
.content .con-tit h3 {
  line-height: 3rem;
}
.content .con-info {
  margin: 2rem 0;
}
.content .con-info span {
  margin-right: 3rem;
  color: #888;
}
.content .con-info span:first-of-type {
  color: #387ffc;
}
.content .con-text p {
  font-size: 1.6rem;
  color: #333;
  margin-top: 1rem;
  text-indent: 3rem;
}
.content .con-text a img,.content .con-text p img {
  margin: 2rem 0;
  max-width: 100% !important;
  display:block;
}
.pian p {
  margin-bottom: 1rem;
}
.pian a {
  padding-left: 20px;
  color: #837c7c;
}
.show-list {
  margin-top: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  border-bottom: 1px solid #ccc;
}
.show-list h3 {
  font-weight: 500;
}
/* å¹¿å‘Š */
.gg_info .info {
  position: relative;
  height: 80px;
}
.gg_info .info i {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  line-height: 2rem;
}
.gg_info .info a {
  display: block;
}
.gg_info .info a img {
  height: 80px;
}
.gg_info .info a span {
  position: absolute;
  left: 4px;
  bottom: 4px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20%;
  font-size: 14px;
}
</pre></body></html>