.container {
  width: 14rem;
}

header {
  height: 1.75rem;
  background: #fff;
}
header .header-wrap {
  position: relative;
}
header .header_container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 16rem;
}
header .header_container .logo {
  margin-top: 0;
}
header .header_container .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 1.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
header .header_container .link_search_warp {
  height: 0.45rem;
  margin-top: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .header_container .link_search_warp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.45rem;
  background: #007a3f;
}

.nav {
  margin-top: 0;
}

.nav li a {
  color: #333;
}

#main {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#main.header-margin {
  margin-top: 1.75rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#main .banner img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#main .content-wrap {
  background: url(../img/ny_content_bg.png) no-repeat bottom;
}
#main .content-wrap .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#main .content-wrap .left-nav-wrap {
  background: #ebf0ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 1.77rem;
  margin-top: -1rem;
  z-index: 2;
}
#main .content-wrap .left-nav-wrap::before {
  content: "";
  position: absolute;
  left: -0.07rem;
  top: 0;
  width: 0.07rem;
  height: calc(100% + 0.9rem);
  background: #d7c196;
}
#main .content-wrap .left-nav-wrap::after {
  position: absolute;
  left: 0;
  bottom: -1.77rem;
  content: "";
  background: url(../img/nav_left_bottom_bg.png);
  width: 2.4rem;
  height: 1.77rem;
}
#main .content-wrap .left-nav-wrap .lmmc {
  width: 2.4rem;
  height: 1rem;
  background: #007a3f;
  font-size: 0.36rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}
#main .content-wrap .left-nav-wrap ul {
  margin-bottom: 0.3rem;
}
#main .content-wrap .left-nav-wrap ul li a {
  width: 2.4rem;
  height: 0.7rem;
  font-size: 0.2rem;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.48rem;
  position: relative;
}
#main .content-wrap .left-nav-wrap ul li a::after {
  content: "";
  background: url(../img/icon_arrow_right_gray.png);
  background-size: 100% 100%;
  width: 0.1rem;
  height: 0.18rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#main .content-wrap .left-nav-wrap ul li.active a, #main .content-wrap .left-nav-wrap ul li:hover a {
  font-weight: bold;
  color: white;
  background: #d7c196;
}
#main .content-wrap .left-nav-wrap ul li.active a::after, #main .content-wrap .left-nav-wrap ul li:hover a::after {
  background: url(../img/icon_arrow_right_white.png);
}
#main .content-wrap .right-wrap {
  width: calc(100% - 2.4rem);
  padding-left: 0.5rem;
  padding-top: 0.35rem;
}
#main .content-wrap .search-result{
 width: 100%;
}
#main .content-wrap .right-wrap > .top {
  border-bottom: 1px solid #d5d2d2;
}
#main .content-wrap .right-wrap > .top .lmmc {
  position: relative;
  font-size: 0.32rem;
  padding-bottom: 0.15rem;
  border-bottom: 0.03rem solid #007a3f;
  margin-bottom: -0.02rem;
}
#main .content-wrap .right-wrap > .top .lmmc::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 0.14rem;
  height: 0.07rem;
  background: url(../img/sanjiaoxing.png);
  background-size: 100% 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#main .content-wrap .right-wrap > .top .location .location_detail {
  margin: 0 0.2rem;
  color: #888;
  font-size: 0.14rem;
}
#main .content-wrap .right-wrap > .top .location .location_detail a {
  color: #888;
  font-size: 0.14rem;
}
#main .content-wrap .right-wrap > .top .location .location_detail a:hover {
  color: #007a3f;
}
#main .content-wrap .right-wrap .content .page-wrap {
  margin-top: 0.6rem;
}
#main .content-wrap .right-wrap .list {
  padding-top: 0.2rem;
  padding-bottom: 1.2rem;
}
#main .content-wrap .right-wrap .list ul li a {
  padding: 0.2rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e1e1e1;
}
#main .content-wrap .right-wrap .list ul li a .common-date {
  position: relative;
  margin-right: 0.4rem;
}
#main .content-wrap .right-wrap .list ul li a .common-date .day {
  background: white;
  color: #007a3f;
}
#main .content-wrap .right-wrap .list ul li a .common-date .year-month {
  color: #333;
  background: white;
}
#main .content-wrap .right-wrap .list ul li a .common-date::after {
  content: "";
  width: 1px;
  height: 0.5rem;
  background: #cfd8d3;
  position: absolute;
  right: -0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#main .content-wrap .right-wrap .list ul li a .title {
  width: calc(100% - 1.1rem);
}
#main .content-wrap .right-wrap .list ul li a:hover .title {
  color: #333;
  font-weight: bold;
}
#main .content-wrap .right-wrap .list-text {
  padding: 0.4rem 0;
}
#main .content-wrap .right-wrap .list-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main .content-wrap .right-wrap .list-text ul li {
  width: 30.6%;
  margin-right: 4.1%;
  margin-bottom: 0.4rem;
}
#main .content-wrap .right-wrap .list-text ul li a {
  height: 100%;
}
#main .content-wrap .right-wrap .list-text ul li a .title {
  position: relative;
  width: 100%;
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3rem 0.4rem;
  transform: translate(-0.05rem, -0.05rem);
  -webkit-transform: translate(-0.05rem, -0.05rem);
  -moz-transform: translate(-0.05rem, -0.05rem);
  -ms-transform: translate(-0.05rem, -0.05rem);
  -o-transform: translate(-0.05rem, -0.05rem);
}
#main .content-wrap .right-wrap .list-text ul li a .title::before {
  content: "";
  background: #007a3f;
  width: 0.05rem;
  height: 0.3rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#main .content-wrap .right-wrap .list-text ul li a:hover .title {
  color: #007a3f;
}
#main .content-wrap .right-wrap .list-text ul li:nth-child(3n) {
  margin-right: 0;
}
#main .content-wrap .right-wrap .wznr-wrap {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
#main .content-wrap .right-wrap .wznr-wrap .top {
  text-align: center;
}
#main .content-wrap .right-wrap .wznr-wrap .top .title {
  font-weight: bold;
  font-size: 0.25rem;
  line-height: 0.4rem;
}
#main .content-wrap .right-wrap .wznr-wrap .top .info {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  background: #f1f4f3;
}
#main .content-wrap .right-wrap .wznr-wrap .top .info .info-item {
  margin-right: 0.28rem;
}
#main .content-wrap .right-wrap .wznr-wrap .top .info .sharezone {
  margin-right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main .content-wrap .right-wrap .wznr-wrap .top .info .sharezone .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main .content-wrap .right-wrap .wznr-wrap .wznr {
  padding-bottom: 58px;
  border-bottom: 1px solid #d2dad7;
}
#main .content-wrap .right-wrap .wznr-wrap .wznr p {
  line-height: 0.36rem !important;
  text-indent: 2em;
  height: auto;
  font-size: 0.18rem !important;
  color: #333;
  font-family: "Microsoft Yahei" !important;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
#main .content-wrap .right-wrap .wznr-wrap .wznr p span {
  line-height: 0.36rem !important;
  font-size: 0.18rem !important;
  font-family: "Microsoft Yahei" !important;
}
#main .content-wrap .right-wrap .wznr-wrap .wznr img,
#main .content-wrap .right-wrap .wznr-wrap .wznr video {
  text-indent: -2em;
  display: block;
  margin: 0 auto !important;
  max-width: 100%;
  height: auto !important;
}
#main .content-wrap .right-wrap .wznr-wrap .wznr table {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  overflow-x: auto;
}
#main .content-wrap .right-wrap .wznr-wrap .wznr table td p {
  text-indent: 0em;
  margin-bottom: 0em;
  font-size: 0.18rem !important;
  font-family: "Microsoft Yahei" !important;
}
#main .content-wrap .right-wrap .wznr-wrap .wznr table td span {
  text-indent: 0em;
  margin-bottom: 0em;
  font-size: 0.18rem !important;
  font-family: "Microsoft Yahei" !important;
}
#main .content-wrap .right-wrap .wznr-wrap .dp {
  border-bottom: none;
}
#main .content-wrap .right-wrap .wznr-wrap .last-next-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.6rem;
}
#main .content-wrap .right-wrap .wznr-wrap .last-next-wrap .last-next {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#main .content-wrap .right-wrap .wznr-wrap .last-next-wrap .last-next .last {
  margin-bottom: 0.2rem;
}
#main .content-wrap .right-wrap .wznr-wrap .last-next-wrap .last-next .last a {
  font-family: MicrosoftYaHei;
  font-size: 0.18rem;
  line-height: 0.3rem;
  text-align: left;
}
#main .content-wrap .right-wrap .wznr-wrap .last-next-wrap .last-next .next a {
  font-family: MicrosoftYaHei;
  font-size: 0.18rem;
  line-height: 0.3rem;
  text-align: left;
}
#main .content-wrap .right-wrap .wznr-wrap .last-next-wrap #backToTop {
  margin-left: auto;
}
#main .content-wrap .right-wrap .wznr-wrap .last-next-wrap #backToTop img {
  width: 1.23rem;
  height: 1.23rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .content-wrap .right-wrap .wznr-wrap .last-next-wrap #backToTop:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#main .content-wrap .right-wrap .dp .wznr {
  border-bottom: none;
  padding-bottom: 0;
}
#main .content-wrap .right-wrap .dp .wznr .title {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.32rem;
}
#main .content-wrap .right-wrap .dp .wznr .btt {
  float: right;
  margin-left: 0.35rem;
  width: 3rem;
  background: #007a3f;
  margin-top: 0.1rem;
}
#main .content-wrap .right-wrap .dp .wznr .btt img {
  width: 100%;
  transform: translate(-0.1rem, 0.1rem);
  -webkit-transform: translate(-0.1rem, 0.1rem);
  -moz-transform: translate(-0.1rem, 0.1rem);
  -ms-transform: translate(-0.1rem, 0.1rem);
  -o-transform: translate(-0.1rem, 0.1rem);
}
#main .content-wrap .right-wrap .xrld .wznr .title {
  font-size: 0.36rem;
}
#main .content-wrap .right-wrap .xrld .wznr ul li {
  padding: 0.25rem 0;
  background: #f7faf9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main .content-wrap .right-wrap .xrld .wznr ul li .zw {
  font-size: 0.25rem;
  color: #007a3f;
  font-weight: bold;
  position: relative;
  padding-left: 0.2rem;
  width: 42%;
}
#main .content-wrap .right-wrap .xrld .wznr ul li .zw::before {
  content: "";
  position: absolute;
  width: 0.02rem;
  height: 0.26rem;
  background: #007a3f;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#main .content-wrap .right-wrap .xrld .wznr ul li .name {
  font-size: 0.25rem;
}
#main .content-wrap .right-wrap .xrld .wznr ul li:nth-child(2n) {
  background: #eff7f3;
}
#main .content-wrap .right-wrap .list-pic {
  padding: 0.4rem 0;
}
#main .content-wrap .right-wrap .list-pic ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main .content-wrap .right-wrap .list-pic ul li {
  margin-right: 0.45rem;
  margin-bottom: 0.4rem;
  width: 3.4rem;
}
#main .content-wrap .right-wrap .list-pic ul li:nth-child(3n) {
  margin-right: 0;
}
#main .content-wrap .right-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;
}
#main .content-wrap .right-wrap .list-pic ul li a .img-hover {
  height: 2rem;
  overflow: hidden;
}
#main .content-wrap .right-wrap .list-pic ul li a .img-hover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
#main .content-wrap .right-wrap .list-pic ul li a .title {
  width: 100%;
  padding: 0.2rem;
  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;
  position: relative;
  font-size: 0.18rem;
  background: #ebf0ee;
  border-bottom: 5px solid #ebf0ee;
}
#main .content-wrap .right-wrap .list-pic ul li a:hover .title {
  border-bottom: 5px solid #d7c196;
}
#main .content-wrap .right-wrap .list-szdw {
  padding-top: 0.4rem;
}
#main .content-wrap .right-wrap .list-szdw ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main .content-wrap .right-wrap .list-szdw ul li {
  margin-bottom: 0.4rem;
  margin-right: 0.5rem;
}
#main .content-wrap .right-wrap .list-szdw ul li a {
  position: relative;
}
#main .content-wrap .right-wrap .list-szdw ul li a .img-hover {
  width: 2.4rem;
  height: 3.4rem;
  background: url(../img/szdw_normal_bg.png) no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: visible;
}
#main .content-wrap .right-wrap .list-szdw ul li a .img-hover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(0.1rem, 0.1rem);
  -webkit-transform: translate(0.1rem, 0.1rem);
  -moz-transform: translate(0.1rem, 0.1rem);
  -ms-transform: translate(0.1rem, 0.1rem);
  -o-transform: translate(0.1rem, 0.1rem);
}
#main .content-wrap .right-wrap .list-szdw ul li a .title {
  padding: 0.15rem 0.32rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: white !important;
  position: absolute;
  right: -0.1rem;
  bottom: -0.1rem;
  width: auto;
  background: #007a3f;
  border-top-left-radius: 0.3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main .content-wrap .right-wrap .list-szdw ul li a:hover .img-hover {
  background: url(../img/szdw_hover_bg.png) no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main .content-wrap .right-wrap .list-szdw ul li a:hover .title {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#main .content-wrap .right-wrap .list-szdw ul li:nth-child(4n) {
  margin-right: 0;
}
#main #m_n_nav {
  display: none;
  line-height: 50px;
  position: relative;
  z-index: 9;
  width: 100%;
  background: #007a3f;
}
#main #bnt_back {
  position: absolute;
  left: 15px;
  top: 0px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main #bnt_back img {
  height: 28px;
}
#main #bnt_back svg {
  fill: rgb(255, 255, 255);
  height: 30px;
  vertical-align: middle;
  width: 26px;
}
#main #m_n_nav h1 {
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-align: center;
  margin: 0px;
  line-height: 50px;
}
#main #bnt_sub_nav {
  position: absolute;
  right: 15px;
  top: 0px;
  height: 50px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main #bnt_sub_nav svg {
  fill: rgb(255, 255, 255);
  height: 20px;
  vertical-align: middle;
  width: 20px;
}
#main #bnt_sub_nav img {
  display: block;
  height: 20px;
}
#main #bnt_sub_nav.on img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#main #sub_nav_content {
  background: rgb(240, 243, 245);
  display: none;
  -webkit-box-shadow: rgb(153, 153, 153) 0px 0px 5px;
          box-shadow: rgb(153, 153, 153) 0px 0px 5px;
  z-index: 9;
}
#main #sub_nav_content ul {
  padding: 10px;
}
#main #sub_nav_content ul li {
  display: block;
  line-height: 28px;
  margin: 1rem 0px;
}
#main #sub_nav_content ul li a {
  display: block;
  border-left: 2px solid rgb(202, 158, 78);
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding-left: 10px;
  color: rgb(83, 84, 85);
}
#main #sub_nav_content ul li.on a {
  color: rgb(202, 158, 78);
}
#main #sub_nav_content dl {
  font-size: 0px;
  overflow: hidden;
  background: rgb(255, 255, 255);
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main #sub_nav_content dt {
  position: relative;
  background: rgb(255, 255, 255);
  z-index: 999;
  width: 100%;
  display: inline-block;
  margin-bottom: 0px;
}
#main #sub_nav_content dt a {
  margin: 0px 20px;
  display: block;
  color: #666;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
}
#main #sub_nav_content dt a i {
  position: absolute;
  right: 15px;
  top: 0px;
  opacity: 0;
  display: none;
}
#main #sub_nav_content dt.title {
  background: rgb(250, 250, 251);
}
#main #sub_nav_content dt.title i {
  opacity: 1;
}
#main #sub_nav_content dt.title_on {
  background: rgb(250, 250, 251);
}
#main #sub_nav_content dt.title_on a {
  color: rgb(215, 0, 41);
  border-top: 1px solid rgb(255, 255, 255);
}
#main #sub_nav_content dt.title_on a i {
  color: rgb(215, 0, 41);
}
#main #sub_nav_content dt.last a {
  border-top: 1px solid rgb(248, 248, 248);
}
#main #sub_nav_content dt.on a,
#main #sub_nav_content dt.title_on a {
  color: #007a3f;
}
#main #sub_nav_content dd {
  display: none;
}
#main #sub_nav_content dd .box {
  padding: 0px;
}
#main #sub_nav_content dd a {
  padding: 0px 25px;
  line-height: 30px;
  border-top: 1px solid rgb(231, 231, 231);
  font-size: 12px;
  color: rgb(91, 83, 73);
  display: block;
  height: 30px;
}
#main #sub_nav_content dd a.on {
  color: rgb(215, 0, 41);
}

.pb_sys_style3 .p_no_d {
  border: 1px solid #007a3f !important;
  background-color: #007a3f !important;
}

.pb_sys_common {
  font-size: 0.14rem !important;
}

.pb_sys_common a {
  font-size: 0.14rem !important;
}

footer .container {
  width: 16rem;
}

@media screen and (max-width: 800px) {
  #main {
    margin-top: 0.65rem !important;
  }
  #main #m_n_nav {
    display: block;
  }
  #main .content-wrap .left-nav-wrap {
    display: none;
  }
  #main .content-wrap .right-wrap {
    padding: 0;
    width: 100%;
  }
  #main .content-wrap .right-wrap > .top {
    display: none;
  }
  #main .content-wrap .right-wrap .list {
    padding: 0.3rem 0;
  }
  #main .content-wrap .right-wrap .content .page-wrap {
    margin-top: 0.3rem;
  }
  #main .content-wrap .right-wrap .xrld .wznr ul li .zw {
    width: 50%;
  }
  #main .content-wrap .right-wrap .xrld .wznr ul li .name {
    margin-left: 0.8rem;
  }
  #main .content-wrap .right-wrap .list-pic ul li {
    width: 48%;
    margin-right: 2%;
  }
  #main .content-wrap .right-wrap .list-pic ul li:nth-child(2n) {
    margin-right: 0;
  }
  #main .content-wrap .right-wrap .list-pic ul li:nth-child(3n) {
    margin-right: 2%;
  }
  #main .content-wrap .right-wrap .list-pic ul li a .img-hover {
    height: 25vw;
  }
  #main .content-wrap .right-wrap .list-szdw ul li {
    width: 32%;
    margin-right: 2%;
  }
  #main .content-wrap .right-wrap .list-szdw ul li:nth-child(3n) {
    margin-right: 0;
  }
  #main .content-wrap .right-wrap .list-szdw ul li:nth-child(4n) {
    margin-right: auto;
  }
  #main .content-wrap .right-wrap .list-szdw ul li a .img-hover {
    width: 100%;
    height: 44vw;
  }
}
@media screen and (max-width: 768px) {
  #main .content-wrap .right-wrap .list-text ul li {
    width: 49%;
    margin-right: 1%;
  }
  #main .content-wrap .right-wrap .list-text ul li:nth-child(2n) {
    margin-right: 0;
  }
  #main .content-wrap .right-wrap .list-text ul li:nth-child(3n) {
    margin-right: 1%;
  }
  #main .content-wrap .right-wrap .dp .wznr .btt {
    width: 30%;
    margin-left: 0.1rem;
    background: none;
  }
  #main .content-wrap .right-wrap .dp .wznr .btt img {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  #main .content-wrap .right-wrap .wznr-wrap {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  #main .content-wrap .right-wrap .list-text ul li {
    width: 100%;
    margin-right: 0;
  }
  #main .content-wrap .right-wrap .dp .wznr .btt {
    width: 100%;
  }
  #main .content-wrap .right-wrap .list-pic ul li {
    width: 100%;
    margin-right: 0;
  }
  #main .content-wrap .right-wrap .list-pic ul li a .img-hover {
    height: 52vw;
  }
  #main .content-wrap .right-wrap .list-szdw ul li {
    width: 47%;
    margin-right: 6%;
  }
  #main .content-wrap .right-wrap .list-szdw ul li:nth-child(2n) {
    margin-right: 0;
  }
  #main .content-wrap .right-wrap .list-szdw ul li:nth-child(3n) {
    margin-right: auto;
  }
  #main .content-wrap .right-wrap .list-szdw ul li a .img-hover {
    height: 52vw;
  }
}/*# sourceMappingURL=ny.css.map */