<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#articleWrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

#articleNav {
  background: #f7f7f7;
  float: left;
  min-height: 585px;
  width: 240px;
}

#articleContent {
  width: 920px;
  float: left;
  padding-left: 30px;
  overflow: hidden;
}

#articleContent img {
  max-width: 100%;
}

#articleNav h3 {
  background: #004276;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

#articleNav ul, #articleNav ul li {
  display: block;
  clear: bottom;
  border-radius: 3px;
}

#articleNav ul {
  padding: 25px;
}

#articleNav ul li {
  height: 40px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}

#articleNav ul li a {
  display: block;
  height: 40px;
  width: 100%;
  color: #666;
  background: #fff;
}

#articleNav ul li a.active {
  color: #fff;
  background: #769cc9;
}

#articleContent p {
  /*
  margin-bottom: 28px;
   */
  font-family: SimSun,仿宋, 宋体, 新宋体, "Microrost YaHei UI Light", "Microrost YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 1.8em;
  text-align: center;
}
.wp-block-video video{
  width: 720px;
}

.list li {
  text-indent: 15px;
  background: url("../img/ico1.png") left center no-repeat;
  list-style: none;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
}

.list li a {
  color: #666;
  font-size: 18px;
}

.list li a:hover {
  color: #3f7c8f;
}

.list li span {
  color: #8e8e8e;
  float: right;
}

.pagination-content.number .pagination {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: none;
  margin: 20px 0 20px;
}

.pagination-content.number .pagination li a, .pagination-content.number .pagination li span {
  border: 1px solid #86bc42;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 27px;
  line-height: 24px;
  margin: 0 5px;
  width: 26px;
  padding: 0;
}

.pagination {
}

.pagination li {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  border: 1px solid #666;
  border-radius: 3px;
  margin-right: 15px;
  line-height: 25px;
  text-align: center;
}

.pagination li a {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
}

.pagination li.active {
  color: #fff;
  border-color: #3f7c8f;
  background: #3f7c8f;
}

#articleContentSmall {
  width: 800px;
  margin: 0 auto;
}

#articleShow * {
  font-size: 18px !important;
  font-family: "Microrost YaHei",SimSun,宋体, 新宋体, "Microrost YaHei UI Light",  "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #000;
}

#articleShow, #articleShow p {
  font-size: 16px;
}

#articleShow p {
  line-height: 2.4em !important;
  text-align: center;
  /*
  margin-bottom: 25px;
   */
}

#articleShow p, #articleShow p * {
  font-size: 18px !important;
}

#articleShow img {
  max-width: 100%;
}

#articleShow p a {
  color: #3f7c8f;
}

#articleInfo {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ddd;
  font-family: "Microrost YaHei",SimSun,仿宋, 宋体, 新宋体, "Microrost YaHei UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#articleInfo h3 {
  padding-bottom: 15px;
  font-size: 26px;
  line-height: 1.8em;
  text-align: center;
  font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",黑体,仿宋,宋体,新宋体, "Microrost YaHei UI Light", "Microrost YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#articleInfo p {
  text-align: center;
}

@media (max-width: 415px) {
  #articleWrapper {
    display: block;
  }

  #articleContentSmall {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  #articleNav {
    clear: both;
    width: 100%;
    height: auto !important;
    min-height: 50px;
  }

  #articleContent {
    clear: both;
    width: 100%;
    padding: 25px 15px;
    box-sizing: border-box;
  }
}

.wp-pagenavi {
  clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: block;
  float: left;
  color: #333;
  text-decoration: none;
  border: 1px solid #BFBFBF;
  margin: 2px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
}

.wp-pagenavi span.pages {
  padding: 0 8px;
}

.wp-pagenavi a.last {
  width: 50px;
  padding: 0 8px;
}

.wp-pagenavi a, .wp-pagenavi span.current, .wp-pagenavi span.extend {
  width: 30px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #000;
}

.wp-pagenavi span.current {
  font-weight: bold;
  background: #3f7c8f;
  color: #fff;
  border-color: #3f7c8f;
}
</pre></body></html>