<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
header.mobile{
  background: #a90c0c;
  box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
}
header.mobile::before{
  display: none;
}
.nyBanner{
  animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.nyBanner img{
  display: block;
  width: 100%;
  height: auto;
  min-height: 180px;
  object-fit: cover;
}
.img-scale {
  position: relative;
  display: block;
  overflow: hidden;
}

.img-scale img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.5s linear 0s;
  -moz-transition: transform 0.5s linear 0s;
  -ms-transition: transform 0.5s linear 0s;
  -o-transition: transform 0.5s linear 0s;
  transition: transform 0.5s linear 0s;
}

.img-scale .img-frame {
  position: relative;
  overflow: hidden;
}
.img-scale:hover img {
  min-height: 100%;
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}
.title {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.24rem;
  color: #333;
  text-align: left;
}

.info {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.24rem;
  color: #9E9E9E;
  text-align: justify;
}
.tt1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tt2 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.section {
  padding: 1px 0 .65rem;
}

.section .container {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.decorate {
  position: relative;
  padding: 20% 0 0;
}

.decorate img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar {
  position: relative;
  z-index: 3;
  width: 2.6rem;
  margin: .3rem 0 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  animation: 0.8s ease .3s 1 normal backwards running fadeInLeft;
}

.sidebar h3 {
  position: relative;
  font-family: "Source";
  font-size: 0.26rem;
  font-weight: 700;
  line-height: 0.8rem;
  color: #fff;
  text-align: center;
  background: #a90c0c;
}

.sidebar .sub-nav {
  position: relative;
}

.sidebar .sub-nav li {
  position: relative;
  border-bottom: 1px solid #ededed;
}

.sidebar .sub-nav li:last-child {
  border: none;
}

.sidebar .sub-nav li.cur &gt; a {
  color: #a90c0c !important;
  font-weight: 700;
}

.sidebar .sub-nav li.cur &gt; a p::after {
  width: 100%;
  opacity: 1;
}

.sidebar .sub-nav li:hover &gt; a {
  color: #002854;
}

.sidebar .sub-nav a {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: .7rem;
  padding: 0 .5rem 0 .3rem;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.25rem;
  color: #333;
  text-align: left;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.sidebar .sub-nav a p {
  position: relative;
}

.sidebar .sub-nav a p::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -0.03rem;
  left: 0;
  z-index: 1;
  width: 0;
  max-width: .9rem;
  height: .15rem;
  border-radius: .1rem 0 .1rem 0;
  background: #54a4e2;
  content: "";
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
}

.sidebar .sub-nav a span {
  position: relative;
  z-index: 2;
}

.sidebar .sub-nav .down {
  position: absolute;
  top: 0.22rem;
  right: 0.2rem;
  bottom: auto;
  left: auto;
  z-index: 1;
  width: .3rem;
  height: .3rem;
  background-image: url("../img/icon12_2.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.sidebar .sub-nav .down.close {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar .sub-nav .lv3 {
  display: none;
  margin: -.1rem 0 0;
  padding: 0 0 .15rem;
}

.sidebar .sub-nav .lv3 a {
  height: auto;
  font-size: .15rem;
  line-height: .34rem;
}

.sidebar .sub-nav .lv3 a::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #bbb;
  margin: 0 .1rem 0 0;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sidebar .sub-nav .lv3 a:hover {
  color: #4177B3;
}

.sidebar .sub-nav .lv3 a:hover::before {
  background: #4177B3;
}

.sidebar .sub-nav .lv3 a.cur {
  color: #a90c0c;
  font-weight: 700;
}

.sidebar .sub-nav .lv3 a.cur::before {
  background: #a90c0c;
}

.main {
  position: relative;
  z-index: 4;
  width: calc(100% - 3.1rem);
  min-height: 4rem;
  margin: .3rem 0 0;
  animation: 0.8s ease .3s 1 normal backwards running fadeInRight;
}

.position {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 .2rem;
  margin: 0 0 .1rem 0;
  border-bottom: 1px solid #d8d8d8;
}

.position h3 {
  padding: 0 0 0 .17rem;
  white-space: nowrap;
  font-family: "Source";
  border-left: 5px solid #a90c0c;
  font-size: 0.25rem;
  font-weight: 500;
  line-height: 0.3rem;
  color: #333;
  text-align: left;
}

.position .line {
  display: none;
}

.place {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.3rem;
  color: #626262;
  text-align: left;
  padding: 0 0 0 26px;
  white-space: nowrap;
  background-image: url(../img/place2.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-color: transparent;
  background-size: auto;
}

.place a {
  color: #626262;
}

.place a:hover {
  color: #a90c0c;
}

.article {
  padding: .2rem 0 0;
}

.article .title {
  font-size: 0.26rem;
  font-weight: 500;
  line-height: 0.35rem;
  color: #000;
  text-align: center;
}

.article .sub-title1 {
  margin: 0 0 .08rem;
  font-size: 0.17rem;
  font-weight: 500;
  line-height: 0.32rem;
  color: #000;
  text-align: center;
}

.article .sub-title2 {
  margin: .08rem 0 0;
  font-size: 0.17rem;
  font-weight: 500;
  line-height: 0.32rem;
  color: #666;
  text-align: center;
}

.article .sub {
  margin: .05rem 0 0;
  padding: .15rem 0 .25rem;
  font-size: 0.15rem;
  font-weight: 500;
  line-height: 0.22rem;
  color: #868686;
  text-align: center;
  border-bottom: 1px dashed #ddd;
}

.article .content {
  padding: .3rem 0 .2rem;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 210%;
  color: #000;
  text-align: justify;
}

.article .content p {
  text-indent: 2em;
  word-break: break-all;
  margin: 0 0 .18rem;
  font-size: 0.18rem !important;
}

.article .content span {
  text-indent: 2em;
  word-break: break-all;
  margin: 0 0 .18rem;
  font-size: 0.18rem !important;
}

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

.article .content video {
  display: block;
  margin: 0 auto;
}

.article .content table {
  max-width: 100%;
  margin: .2rem auto;
}

.article .content table td {
  word-break: break-all;
}

.article .content table p {
  text-indent: 0;
  margin: 0;
}

.article .content table img, .article .content table video, .article .content table iframe {
  margin-top: 0;
  margin-bottom: 0;
}

.article .content iframe {
  display: block;
  max-width: 100%;
  margin: .2rem auto;
}

.article .cont-page {
  padding: .25rem 0;
  border-top: 3px solid #a90c0c;
  background: #fff;
}

.article .cont-page a {
  display: block;
  padding: 4px 0;
  font-size: 0.17rem;
  font-weight: 500;
  line-height: 0.28rem;
  color: #333;
  text-align: left;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.article .cont-page a span {
  position: relative;
}

.article .cont-page a span::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -2px;
  left: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background: #a90c0c;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  content: "";
}

.article .cont-page a:hover {
  text-decoration: none;
  color: #a90c0c;
}

.article .cont-page a:hover span {
  font-weight: 700;
}

.article .cont-page a:hover span::after {
  width: 100%;
}

ul.txtList li a{
  display: block;
  width: 100%;
  font-size: 0.18rem;
  line-height: 0.74rem;
  color: #333333;
  padding-left: 0.3rem;
  box-sizing: border-box;
  border-bottom: 1px dashed #cccccc;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.txtList li a::before{
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #a90c0c;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
ul.txtList li a span{
  display: block;
  font-size: 0.14rem;
  color: #666666;
  padding-left: 20px;
  background: url(../img/timeIcon3.png) no-repeat left center;
  margin-left: 5px;
}
ul.txtList li a:hover{
  padding-left: 0.35rem;
}
ul.txtList li a:hover,ul.txtList li a:hover span{
  color: #a90c0c;
  font-weight: bold;
}
ul.txtList li a:hover span{
  background: url(../img/timeIcon1.png) no-repeat left center;   
}

.article .table-box {
  overflow-x: auto;
}

.picture1 {
  font-size: 0;
  margin-top: .3rem;
}

.picture1 &gt; li {
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: .3rem;
}

.picture1&gt;li:nth-of-type(3n) {margin-right: 0;}

.picture1 .img-scale {
  border: 1px solid #B9B9B9;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.picture1 .img-scale:hover {
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(14, 65, 150, 0.2);
}

.picture1 .img-scale:hover .title {
  color: #a90c0c;
}

.picture1 .img-frame .img {
  padding: 62.3% 0 0;
}

.picture1 .title {
  padding: 0 .1rem;
  line-height: .6rem;
  text-align: center;
  font-size: 0.18rem;
}

.picture2 {
  margin: .2rem 0 0;
}

.picture2 a {
  display: flex;
  padding: 0.28rem 0.25rem;
  font-size: 0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid transparent;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  align-items: center;
}

.picture2 a:hover {
  background: #f9f9f9;
  box-shadow: 7px 6px 0 0 #eee;
}

.picture2 a:hover .title {
  font-weight: 700;
  color: #a90c0c;
}

.picture2 .img-frame {
  display: inline-block;
  vertical-align: top;
  width: 2.4rem;
  padding: 1.6rem 0 0;
}

.picture2 .text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 2.4rem);
  padding: 0 0 0 .3rem;
  box-sizing: border-box;
}

.picture2 .date {
  margin: .15rem 0;
  padding: 0;
  font-size: .15rem;
  line-height: .22rem;
  font-style: inherit;
  background: none;
  color: #888;
}

.picture2 .date span {
  font-size: .26rem;
  font-weight: 700;
  color: #a90c0c;
}

.picture2 .title {
  font-size: .2rem;
  font-weight: 700;
  color: #333;
}

.picture2 .info {
  max-height: .48rem;
}

.teach-column {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: .2rem 0 0;
  border-bottom: 1px solid #ddd;
}

.teach-column h5 {
  margin: 0 0 -1px;
  font-size: 0.22rem;
  font-weight: 700;
  line-height: 0.5rem;
  color: #333;
  text-align: left;
  border-bottom: 3px solid #a90c0c;
}

.teach-column .more {
  font-size: .14rem;
}
.teach-list &gt; li {
  display: block;
  float: left;
  width: 18.4%;
  margin-right: 2%;
  margin-top: 0.3rem;
}

.teach-list &gt; li:nth-of-type(5n) {margin-right: 0;}

.teach-list .img-scale {
  background: #f2f2f2;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-radius: 4px;
}

.teach-list .img-scale:hover {
  background: #a90c0c;
  box-shadow: 0px 4px 10px 0px rgba(14, 65, 150, 0.2);
}

.teach-list .img-scale:hover .title {
  color: #fff;
}

.teach-list .img-frame .img {
  padding: 120% 0 0;
}

.teach-list .title {
  line-height: .5rem;
  text-align: center;
}

@media screen and (max-width: 1040px) {
  ul.txtList li a{
      font-size: 16px;
      line-height: 58px;
  }
  .decorate {
      padding: 30% 0 0;
  }

  .sidebar {
      width: 100%;
      margin: .15rem 0 0;
      padding: 0;
      border-radius: 3px;
      overflow: hidden;
  }

  .sidebar h3 {
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      position: relative;
      font-size: .21rem;
      line-height: .5rem;
      font-weight: 700;
      background: #a90c0c;
      border-width: 2px;
      text-indent: 0;
      padding-left: .2rem;
  }

  .sidebar h3::after {
      display: none;
  }

  .sidebar h3 i {
      width: .5rem;
      height: .5rem;
      background-image: url();
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-color: transparent;
      background-size: 0.24rem;
      cursor: pointer;
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s;
  }

  .sidebar h3.down i {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  .sidebar h3 .return-sup {
      display: block;
      width: .5rem;
      height: .5rem;
      background-image: url("");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-color: transparent;
      background-size: 0.3rem;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  .sidebar .sub-nav {
      display: none;
      min-height: auto;
      margin: 0;
      padding: 0;
      font-size: 0;
      background: #fff;
      border-radius: 0 0 4px 4px;
  }

  .sidebar .sub-nav li .lv3 {
      margin: 0;
      padding-top: 0;
  }

  .sidebar .sub-nav a {
      height: .5rem;
      text-align: left;
      font-size: .18rem;
      line-height: .5rem;
  }

  .sidebar .sub-nav .down {
      top: 0;
      height: .45rem;
  }

  .main {
      width: 100%;
      padding: .26rem 0 0;
      margin: 0;
      box-shadow: none;
      background: none;
  }

  .main::before {
      display: none;
  }

  .position {
      padding: 0 0 .1rem;
      margin: 0;
  }

  .teach-list &gt; li {
      width: 23.5%;
  }

.teach-list &gt; li:nth-of-type(5n) {
  margin-right:2%;
}

.teach-list &gt; li:nth-of-type(4n) {
  margin-right:0;
}
}

@media screen and (max-width: 768px) {
  
  .position {
      padding: 0;
      border-bottom: 1px solid #d9d9d9;
  }

  .position h3, .position .line {
      display: none;
  }

  .place {
      padding-top: .06rem;
      padding-bottom: .06rem;
      line-height: .22rem;
      white-space: initial;
      background-position-y: 7px;
  }

  .main {
      padding: .18rem 0 0;
  }

  .picture1 {
      margin: .2rem auto 0;
  }

  .picture1 &gt; li {
      width: 49%;
  }
.picture1 &gt; li:nth-of-type(3n) {
    margin-right: 2%;
}
.picture1 &gt; li:nth-of-type(2n) {
    margin-right: 0;
}



  .picture2 {
      margin: .1rem 0 0;
  }

  .picture2 .img-frame {
      width: 1.8rem;
      padding: 1.2rem 0 0;
  }

  .picture2 .text {
      width: calc(100% - 1.8rem);
      padding: 0 0 0 .17rem;
  }

  .picture2 .img-scale {
      background-color: #fff !important;
  }
}

@media screen and (max-width: 600px) {
  .teach-list &gt; li {
      width: 49%;
      margin-top: 15px;
  }

.teach-list &gt; li:nth-of-type(4n) {
  margin-right:2%;
}

.teach-list &gt; li:nth-of-type(2n) {
  margin-right:0;
}
}

@media screen and (max-width: 520px) {

  ul.txtList  li a{
    font-size: 15px;
    line-height: 46px;
    padding-left: 15px;
  }

ul.txtList {
    margin-top: 10px;
}
  ul.txtList li a::before {
    left: 0;
  }
  .section {
      padding: 0 0 .3rem;
  }

  .article .title {
      font-size: 20px;
      line-height: 32px;
  }

.article .sub {
    padding: 0.1rem 0;
    margin: 0;
}

.article .content {
    padding: 0.1rem 0 0.2rem;
    font-size: 15px;
    line-height: 24px;
}

.article .content p {
    margin-bottom: 10px;
}

  .article .cont-page {
      padding: .12rem 0;
  }

.article .cont-page a {
    font-size: 15px;
    padding: 0;
    margin-bottom: 5px;
}

  .picture1 {
      margin: .2rem 0 0;
  }

  .picture1 &gt; li {
      width: 100%;
      margin: 0 0 15px;
      padding: 0 0;
  }

  .picture2 a {
      padding: .2rem 0;
      display: block;
  }

  .picture2 .img-frame {
      width: 100%;
      padding: 66.66% 0 0;
  }

  .picture2 .text {
      width: 100%;
      padding: .1rem 0 0 !important;
  }
  .picture2 .title{
    font-size: 16px;
  }
  .picture2 .date {
    margin: 8px 0;
  }
  .picture2 .date span{
    font-size: 20px;
  }
  .picture2 .info{
    font-size: 13px; 
    line-height: 20px;    
    max-height: 40px;
  }
}

@media screen and (max-width: 380px) {
  .ztzl-link {
      margin: 0;
      padding: 0;
  }
  .ztzl-link &gt; li {
      width: 100% !important;
      padding: 0 !important;
  }
  .kstd-link {
      justify-content: flex-start;
  }
  .kstd-link li {
      width: 33.33%;
  }
}</pre></body></html>