#main .banner .swiper-container .swiper-wrapper .swiper-slide img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.common-list-wrap ul li a .title {
  padding-left: 0.26rem;
  width: calc(100% - 1.3rem);
  font-weight: bold;
}
.common-list-wrap ul li a .title::before {
  left: 0.1rem;
}

.ny .ny-wrap {
  padding-top: 0.16rem;
  padding-bottom: 0.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ny .ny-wrap .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1.52rem;
}
.ny .ny-wrap .left .lmmc {
  width: 1.52rem;
  height: 0.4rem;
  background: rgba(62, 78, 81, 0.5019607843);
  position: absolute;
  top: -0.4rem;
  left: 0;
  z-index: 9;
  font-size: 0.2rem;
  font-weight: 600;
  color: white;
  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;
}
.ny .ny-wrap .left .left-nav {
  width: 100%;
}
.ny .ny-wrap .left .left-nav li {
  margin-bottom: 0.1rem;
}
.ny .ny-wrap .left .left-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0.115rem 0.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: #333;
  position: relative;
  border-radius: 0.04rem;
  -webkit-border-radius: 0.04rem;
  -moz-border-radius: 0.04rem;
  -ms-border-radius: 0.04rem;
  -o-border-radius: 0.04rem;
}
.ny .ny-wrap .left .left-nav li a::after {
  content: "";
  position: absolute;
  right: 0.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.16rem;
  height: 0.16rem;
  background: url(../img/icon_arrow_right_black.png);
  background-size: 100% 100%;
}
.ny .ny-wrap .left .left-nav li.active > a {
  background: #128499;
  color: white;
}
.ny .ny-wrap .left .left-nav li.active > a::after {
  background: url(../img/icon_arrow_right_white.png);
  background-size: 100% 100%;
}
.ny .ny-wrap .left .left-nav li .left-sub-nav {
  margin-top: 0.1rem;
}
.ny .ny-wrap .left .left-nav li .left-sub-nav li a {
  padding-left: 0.215rem;
  font-size: 0.14rem;
}
.ny .ny-wrap .left .left-nav li .left-sub-nav li.on a {
  color: #128499;
  font-weight: 600;
}
.ny .ny-wrap .left .ad-wrap {
  margin-top: auto;
  width: 1.72rem;
  background: #DAEAED;
  padding: 0.1rem;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  -ms-border-radius: 0.08rem;
  -o-border-radius: 0.08rem;
}
.ny .ny-wrap .left .ad-wrap .title {
  font-size: 0.12rem;
  line-height: 0.2rem;
  font-weight: 600;
  color: #FF5153;
}
.ny .ny-wrap .left .ad-wrap .content {
  margin-top: 0.04rem;
  font-size: 0.11rem;
  line-height: 0.24rem;
}
.ny .ny-wrap .right {
  width: 9.98rem;
  margin-left: auto;
}
.ny .ny-wrap .right .top-wrap {
  margin-top: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
}
.ny .ny-wrap .right .top-wrap .lmmc {
  font-size: 0.18rem;
  font-weight: 700;
}
.ny .ny-wrap .right .top-wrap .location-wrap {
  margin-left: auto;
  font-size: 0.12rem;
}
.ny .ny-wrap .right .top-wrap .location-wrap a {
  font-size: 0.12rem;
}
.ny .content-wrap .list {
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
}
.ny .content-wrap .list-pic {
  margin-bottom: 0;
}
.ny .content-wrap .list-pic ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ny .content-wrap .list-pic ul li {
  width: 3.09rem;
  margin-bottom: 0.3rem;
}
.ny .content-wrap .list-pic ul li:nth-child(3n-1) {
  margin: 0 auto;
}
.ny .content-wrap .list-pic ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ny .content-wrap .list-pic ul li a .img-hover {
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  -ms-border-radius: 0.1rem;
  -o-border-radius: 0.1rem;
}
.ny .content-wrap .list-pic ul li a .img-hover img {
  width: 100%;
  height: 2.32rem;
}
.ny .content-wrap .list-pic ul li a .title {
  font-weight: 600;
  margin-top: 0.2rem;
}
.ny .content-wrap .wznr {
  margin-top: 0.2rem;
}
.ny .content-wrap .wznr .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.0509803922);
}
.ny .content-wrap .wznr .info-wrap .title {
  font-size: 0.24rem;
  font-weight: 800;
  text-align: center;
  line-height: 0.3rem;
}
.ny .content-wrap .wznr .info-wrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.12rem;
  color: rgba(51, 51, 51, 0.4);
  line-height: 0.3rem;
  margin-top: 0.1rem;
}
.ny .content-wrap .wznr .info-wrap .info span {
  color: #333;
}
.ny .content-wrap .wznr .content p,
.ny .content-wrap .wznr .content span,
.ny .content-wrap .wznr .content table {
    font-size: 0.17rem !important;
    line-height: 0.3rem !important;
    font-family: "微软雅黑", "Arial", Helvetica, "黑体", Arial, Tahoma !important;
}
.ny .content-wrap .wznr .content p img {
  margin: 0.2rem auto;
}

@media screen and (max-width: 1024px) {
  .ny .ny-wrap .left {
    width: 100%;
  }
  .ny .ny-wrap .right {
    width: 100%;
  }
  .ny .ny-wrap .left .ad-wrap {
    width: 100%;
  }
  .ny .content-wrap .list-pic ul li {
    width: 32%;
  }
  .ny .content-wrap .list-pic ul li a .img-hover img {
    height: 22vw;
  }
}/*# sourceMappingURL=ny.css.map */