.main-section {
  padding-top: 0.6rem;
}
.main-section .left-wrap {
  width: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-section .left-wrap .lmmc {
  width: 100%;
  height: 1rem;
  padding-left: 0.08rem;
  border-left: 0.08rem solid #025394;
  background: #025394;
  color: white;
  font-weight: bold;
  font-size: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-section .left-wrap ul {
  width: 100%;
  border-left: 0.08rem solid #025394;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-section .left-wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.24rem 0;
  font-size: 0.24rem;
  color: #222;
}
.main-section .left-wrap ul li.active a {
  font-weight: bold;
  color: #025394;
}
.main-section .left-wrap ul li:hover a {
  color: #025394;
}
.main-section .center-wrap {
  width: 11.1rem;
  margin: 0 auto;
}
.main-section .center-wrap .lmmc-dqwz-wrap {
  border-top: 0.02rem solid #025394;
  padding: 0.34rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-section .center-wrap .lmmc-dqwz-wrap .lmmc {
  font-size: 0.3rem;
  color: #025394;
}
.main-section .center-wrap .lmmc-dqwz-wrap .dqwz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #888;
}
.main-section .center-wrap .lmmc-dqwz-wrap .dqwz a {
  color: #888;
}
.main-section .center-wrap .lmmc-dqwz-wrap .dqwz a:hover {
  color: #025394;
}
.main-section .center-wrap .lmmc-dqwz-wrap .dqwz span {
  margin: 0 0.1rem;
}
.main-section .center-wrap .content-wrap .page {
  margin-top: 0.6rem;
}

.news-list ul {
  border-top: 1px solid rgba(2, 83, 148, 0.2);
}

.news-list ul li a .title {
  height: auto;
}

.right-link-list .swiper-wrapper .swiper-slide {
  margin-bottom: 0.24rem;
}

.right-link-list .right-link-swiper-container .swiper-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

footer {
  margin-top: 0.8rem;
}

.nry .title {
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.21rem;
}
.nry .sub-title {
  font-size: 0.22rem;
  color: #333;
  margin-bottom: 0.51rem;
}
.nry .info {
  font-size: 0.16rem;
  color: #666;
  margin-bottom: 0.18rem;
}
.nry .info .author {
  margin: 0 0.2rem;
}
.nry .wznr {
  padding-top: 0.43rem;
  padding-bottom: 0.25rem;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.nry .wznr p {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.nry .wznr p,
.nry .wznr span {
    line-height: 200% !important;
    text-indent: 2em;
    height: auto;
    overflow: hidden;
    font-size: 0.19rem !important;
    color: #333;
}
.nry .wznr p img,
.nry .wznr span img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.nry .wznr p video,
.nry .wznr span video {
  max-width: 100%;
}
.nry .wznr p table,
.nry .wznr span table {
  max-width: 100%;
}
.nry .last-next-back {
  width: 100%;
  margin-top: 0.38rem;
  font-size: 0.18rem;
}
.nry .last-next-back span {
  color: #2164d5;
}
.nry .last-next-back .last {
  margin-bottom: 0.1rem;
}

@media screen and (max-width: 1024px) {
  .main-section {
    padding-top: 0.3rem;
  }
  .main-section .left-wrap {
    width: 100%;
  }
  .news-list ul li a .title {
    white-space: wrap;
  }
  .main-section .center-wrap .content-wrap .page {
    margin-top: 0.3rem;
  }
  footer {
    margin-top: 0.4rem;
  }
}/*# sourceMappingURL=ny.css.map */