<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'PingFangSC';
  src: url('../font/PingFangSC.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'PingFangSCMedium';
  src: url('../font/PingFangSCMedium.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

body {
  font:14px/1.5 "PingFangSCMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

body * {
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
}
input,button,select,textarea,img,p,h1,h2,h3,h4,h5 { margin:0; padding:0; border:0; }
a{ color:#333; text-decoration:none; }
a:hover{ color:#34ad2a; text-decoration:none; -webkit-transition: all 0.2s linear;transition: all 0.2s linear; }
ol,ul,li,dl,dd{ margin:0; padding:0; list-style-type:none; }
i,em{ font-style:normal; }
table { border-collapse:collapse; border-spacing:0; }
input {
  background-color: transparent;
  border: 0;
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  zoom: 0;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}

.page {
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  width: 100%;
  overflow: hidden;
}

.content-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.section-bg {
  background: #f8f8f8 url(../img/9e2d450a64dae44fd1a4cc29f8e19abd.png) repeat-y center top 100%;
}

.section-content {
  /*width: 1920px;*/
  margin: 0 auto;
  background: #f8f8f8 url(../img/9e2d450a64dae44fd1a4cc29f8e19abd.png) repeat-y left top 100%;
}

.section-content-box {
  /*width: 1240px;*/
  margin: 0 auto;
}

.bg-white {
  background-color: rgba(255, 255, 255, 1);
}

.section-content-page ul.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.section-content-page ul.pagination li {
  width: 25px;
  height: 30px;
  line-height: 30px;
  background: #F0F0F0;
  text-align: center;
  margin: 0 5px;
}

.section-content-page ul.pagination li a {
  display: block;
}

.section-content-page ul.pagination li.active {
  background: #34ad2a;
  color: #ffffff;
  font-weight: 700;
  border: none;
}

.no-result {
  line-height: 200px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.section-bread {
  width: 100%;
  height: 51px;
  background: #FFFFFF;
  margin: 0 auto;
}

.section-bread ul {
  width: 1200px;
  margin: 0 auto;
}


.section-bread ul li {
  color: #1EA062;
  margin: 5px;
}

.section-bread ul li a {
  color: #1EA062;
  font-size: 18px;
}

.content-left {
  width: 850px;
  background: #FFFFFF;
  min-height: 800px;
}

.content-right {
  width: 350px;
  background: #FFFFFF;
  height: fit-content;
}

.w-1200 {
  width: 1200px;
}

.article-title {
  width: 730px;
  font-family: "PingFangSCMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #333333;
  line-height: 48px;
  text-align: center;
  margin-top: 50px;
}

.article-date {
  font-weight: 500;
  font-size: 18px;
  color: #999999;
}

.article-content {
  width: 730px;
  margin-top: 20px;
  padding: 0 0 15px;
  font-size: 18px;
  line-height: 2em;
  word-wrap: break-word;
}

.article-content p {
  display: inherit;
  margin: 1em 0;
  color: #333;
  word-wrap: break-word;
  line-height: 2em;
}

.article-content img {
  max-width: 100% !important;
  height: auto !important;
}

.article-album-list {
  position: relative;
  margin: 0 50px;
  width: 730px;
}

.article-album-list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.article-album-list ul {
  margin: 0 0 0 -15px;
  *zoom:1; }

.article-album-list li {
  /*float: left;*/
  width: 25%;
}

.article-album-list li a {
  display: block;
  margin: 15px 0 0 15px;
  padding: 1px;
  border: 1px solid #e8e8e8;
}

.article-album-list li a img {
  display: block;
  width: 100%;
  height: auto;
}

.article-prev-next {
  width: 730px;
  margin: 30px auto;
}

.article-prev-next ul {

}

.article-prev-next ul li {
  flex: 1;
}

.article-prev-next ul li span {
  font-size: 16px;
}

.article-prev-next ul li a {
  font-size: 16px;
  color: #6466de;
}

.article-same {
  width: 730px;
  margin: 30px auto;
}
.article-same .article-same-plate {
  height: 50px;
  border-bottom: 1px solid #dedddd;
}
.article-same .article-same-plate span {
  color: #1EA062;
  font-size: 20px;
  display: block;
  position: relative;
  padding-left: 20px;
}

.article-same .article-same-plate span:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #f8aa7d;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
}

.article-same-item {
  width: 350px;
  margin-top: 20px;
}

.article-same-ibox {
  width: 120px;
  height: 120px;
  background: #e2e2e2 url("../img/714227d0322a5939c6b2da648a2216e1.png") no-repeat center center ;
  background-size: 80% auto;
}

.article-same-ibox img {
  display: block;
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.article-same-detail {
  width: 220px;
}

.article-same-detail a {

}

.article-same-detail .article-same-title {
  font-size: 18px;
  color: #333333;
  text-align: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: auto;
}

.article-same-detail .article-same-desc {
  font-size: 14px;
  color: #666666;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 3px;
}

.article-same-detail .article-same-time {
  font-size: 14px;
  color: #999999;
  margin-top: 8px;
}

/* 绫诲埆 */
.article-cate {
  width: 320px;
  margin: 20px auto;
}
.article-cate .article-cate-plate {
  height: 50px;
  border-bottom: 1px solid #dedddd;
}
.article-cate .article-cate-plate span {
  color: #333333;
  font-size: 20px;
  display: block;
  position: relative;
  padding-left: 20px;
}

.article-cate .article-cate-plate span:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #f8aa7d;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
}

.article-cate .article-cate-list ul li {
  width: 140px;
  height: 56px;
  line-height: 56px;
  background: #1EA062;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 6px;
  margin: 16px 10px 0;
}

.article-cate .article-cate-list ul li a {
  display: block;
  color: #FFFFFF;
}

/* 鎺掕 */
.article-rank {
  width: 320px;
  margin: 20px auto;
}
.article-rank .article-rank-plate {
  height: 50px;
  border-bottom: 1px solid #dedddd;
}
.article-rank .article-rank-plate span {
  color: #333333;
  font-size: 20px;
  display: block;
  position: relative;
  padding-left: 20px;
}

.article-rank .article-rank-plate span:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #f8aa7d;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
}

.article-rank-list {
  margin-top: 10px;
}

.article-rank-list ul li {
  width: 300px;
  margin: 0 auto;
  height: 38px;
}

.article-rank-list ul li span {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 5px;
  text-align: center;
  background: #F2F2F2;
  color: #555555;
}

.article-rank-list ul li span.article-rank-idx-1 {
  background: #FF3A3A;
  color: #FFFFFF;
}

.article-rank-list ul li span.article-rank-idx-2 {
  background: #FF9920;
  color: #FFFFFF;
}

.article-rank-list ul li span.article-rank-idx-3 {
  background: #D5A22A;
  color: #FFFFFF;
}

.article-rank-list ul li a {
  display: block;
  margin-left: 10px;
  width: 268px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: auto;
  font-size: 16px;
}

.section-content-nav {
  margin-top: 60px;
  padding: 0 20px;
}

.nav-label {
  height: 40px;
  line-height: 40px;
  font-family: "PingFangSC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.nav-items a {
  display: block;
  background-color: rgba(229, 234, 234, 1);
  height: 40px;
  margin-left: 10px;
  line-height: 40px;
  padding: 0 13px;
  font-size: 18px;
  border-radius: 4px;
}

.nav-items a.nav-active {
  background-color: rgba(31, 160, 96, 1);
  color: #FFFFFF;
}

.list-item-box {
  padding: 0 45px 45px;
}

.list-item-col {

}

.list-item-col .list-item {
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}

.list-item-col .list-item .list-txt-title {
  font-family: "PingFangSC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 53px;
}

.list-item-col .list-item .list-txt-detail {

}

.list-item-col .list-item .list-txt-detail .list-img {
  width: 130px;
  height: 130px;
  background: #e2e2e2 url(../img/714227d0322a5939c6b2da648a2216e1.png) no-repeat center center;
  background-size: 80% auto;
}

.list-item-col .list-item .list-txt-detail .list-img img {
  width: 130px;
  height: 130px;
}

.list-item-col .list-item .list-txt-detail .list-desc {
  width: 630px;
  padding-left: 10px;
}

.list-item-col .list-item .list-txt-detail .list-desc .list-desc-txt {
  width: 630px;
  font-family: "PingFangSCMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 26px;

  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.list-item-col .list-item .list-txt-detail .list-desc .list-desc-icon {

}

.list-item-col .list-item .list-txt-detail .list-desc .list-desc-icon .list-desc-icon-time {

}

.list-item-col .list-item .list-txt-detail .list-desc .list-desc-icon .list-desc-icon-view {
  margin-left: 10px;
}

.list-item-col .list-item .list-txt-detail .list-desc .list-desc-icon .list-desc-icon-time .list-desc-icon-img {
  width: 16px;
  height: 16px;
}


.list-item-col .list-item .list-txt-detail .list-desc .list-desc-icon .list-desc-icon-time .list-desc-icon-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.list-item-col .list-item .list-txt-detail .list-desc .list-desc-icon .list-desc-icon-time .list-desc-icon-txt {
  font-size: 14px;
  margin-left: 8px;
  color: #666666;
}

.list-item-col .list-item .list-txt-detail .list-desc .list-desc-icon .list-desc-icon-view .list-desc-icon-txt {
  font-size: 14px;
  margin-left: 8px;
  color: #666666;
}

.list-item-col .list-item .list-txt-detail .list-desc .list-desc-icon .list-desc-icon-view .list-desc-icon-img img {
  width: 18px;
  height: 13px;
}

.nav-items-2 a {
  display: block;
  /*background-color: rgba(229, 234, 234, 1);*/
  height: 32px;
  margin-left: 8px;
  line-height: 32px;
  padding: 0 8px;
  font-size: 22px;
  position: relative;
}

.nav-items-2 a.nav-active {
  font-size: 26px;
  color: #1EA062;
}

.nav-items-2 a.nav-active:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background: #1EA062;
  left: 50%;
  margin-left: -40px;
  top: 40px;
}

.article-content h2 {
  font-size: 1.2em;
}

.article-content h2, .article-content h3, .article-content h4 {
  margin: 0.8em auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #f6f6f6;
  color: #333;
  font-weight: 800;

  font-family: "PingFangSC", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.display-none {
  display: none;
}

@media only screen and (max-width: 1160px) {
  .section {
    /*width: 925px;*/
  }

  .slide-box {
    height: 363px;
  }

  .slide-box .list-box {
    margin-left: -768px;
    width: 1536px;
  }

  .side-link-wrap {
    width: 455px;
  }

  .block_content {
    width: 780px!important;
  }

  .cate-content-box {
    width: 780px!important;
  }

  .header-nav {
    margin: 0!important;
  }
  .head-nav .nav_box .nav_item {
    margin: 0 3px!important;
  }
  .head-nav .nav_box .nav_item_index {
    margin: 0 3px!important;
  }

  .footer-info-box {
    margin-left: 20px!important;
  }

  .section-content {
    width: 925px;
  }

  .section-content-box {
    width: 925px;
  }
}

@media only screen and (min-width: 1161px) and (max-width: 1920px) {
  .section {
    /*width: 1240px;*/
  }

  .section-bread-box {
    width: 1240px!important;
  }

  .section-content {
    width: 1240px;
  }

  .section-content-box {
    width: 1240px;
  }

  .cate-content-box {
    width: 1240px;
  }

  .head-nav .nav_box .nav_item_index {
    margin: 0 20px!important;
  }

  .head-nav .nav_box .nav_item {
    margin: 0 20px!important;
  }
}

@media only screen and (min-width: 1920px) {
  .section {
    width: 1920px;
    margin: 0 auto;
  }

  .section-content {
    width: 1920px;
  }

  .section-content-box {
    width: 1240px;
  }

  .cate-content-box {
    width: 1200px;
  }

  .head-nav .nav_box .nav_item_index {
    margin: 0 30px!important;
  }

  .head-nav .nav_box .nav_item {
    margin: 0 30px!important;
  }
}</pre></body></html>