@charset "utf-8";
.content-wrap {
  margin-top: 0;
  padding: 0.33rem 0 0.6rem;
  background: #f2f2f2;
  /* 位置 */
  /* 列表 */
  /*分页栏*/
}
.content-wrap .current {
  float: left;
  color: #c00909;
  font-size: 0.28rem;
  line-height: 1.2;
  background-image: url(../images/current.png);
  background-size: 100% 100%;
  background-position: center center;
  margin: 0 0.1rem 0 0;
  position: relative;
  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;
}
.content-wrap .current::before {
  content: "";
  background: url(../img/left_bz_red_icon.png) no-repeat;
  background-size: 100% 100%;
  width: 0.36rem;
  height: 0.56rem;
  position: relative;
  margin-right: 0.22rem;
}
.content-wrap .current::after {
  content: "";
  background: url(../img/right_bz_red_icon.png) no-repeat;
  background-size: 100% 100%;
  width: 0.36rem;
  height: 0.56rem;
  position: relative;
  margin-left: 0.22rem;
}
.content-wrap .location-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.content-wrap .location {
  text-align: right;
  padding: 0.06rem 0 0.18rem;
  background-image: url(../img/location.png);
  background-position: right bottom;
  background-repeat: repeat-x;
  margin-left: 2.37rem;
}
.content-wrap .location,
.content-wrap .location a,
.content-wrap .location span {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.2;
}
.content-wrap .location span {
  margin: 0 0.05rem;
}
.content-wrap .list {
  overflow: hidden;
}
.content-wrap .list ul {
  min-height: 2.5rem;
}
.content-wrap .list ul li {
  position: relative;
  width: 100%;
  background: #fff;
  margin-bottom: 0.25rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.content-wrap .list ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 5px;
  background: #c00909;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.content-wrap .list ul li:hover::after {
  width: 100%;
}
.content-wrap .list ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0.25rem 0.7rem 0.26rem 0.45rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.content-wrap .list ul li a .time {
  float: left;
  font-family: "PingFang SC-Medium";
  font-size: 0.18rem;
  color: #c00909;
  margin-right: 0.25rem;
}
.content-wrap .list ul li a p {
  font-size: 0.18rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.content-wrap .list ul li:hover a p {
  font-weight: bold;
  color: #c00909;
}
.content-wrap .list ul li .list-icon {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  display: block;
  width: 0.28rem;
  height: 0.28rem;
  background-image: url(../img/list-arrow.png);
  /* background-image: url(../images/list-arrow1.png); */
  background-size: 0.56rem;
  background-position: left center;
  /* background-position: 100% center; */
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.content-wrap .list ul li:hover .list-icon {
  /* background-position: left center; */
  background-position: 100% center;
}
.content-wrap .no-xinxi {
  text-align: center;
  font-size: 0.16rem;
  color: #333;
}
.content-wrap .wznr-wrap {
  background-color: #fff;
  padding: 0.5rem;
}
.content-wrap .wznr-wrap .top {
  text-align: center;
}
.content-wrap .wznr-wrap .top .title {
  font-weight: bold;
  font-size: 0.25rem;
  line-height: 0.4rem;
}
.content-wrap .wznr-wrap .top .info {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  background: #f1f4f3;
}
.content-wrap .wznr-wrap .top .info .info-item {
  margin-right: 0.28rem;
}
.content-wrap .wznr-wrap .top .info .sharezone {
  margin-right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-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;
}
.content-wrap .wznr-wrap .wznr {
  padding-bottom: 58px;
  border-bottom: 1px solid #d2dad7;
}
.content-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;
}
.content-wrap .wznr-wrap .wznr p span {
  line-height: 0.36rem !important;
  font-size: 0.18rem !important;
  font-family: "Microsoft Yahei" !important;
}
.content-wrap .wznr-wrap .wznr img,
.content-wrap .wznr-wrap .wznr video {
  text-indent: -2em;
  display: block;
  margin: 0 auto !important;
  max-width: 100%;
  height: auto !important;
}
.content-wrap .wznr-wrap .wznr table {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  overflow-x: auto;
}
.content-wrap .wznr-wrap .wznr table td p {
  text-indent: 0em;
  margin-bottom: 0em;
  font-size: 0.18rem !important;
  font-family: "Microsoft Yahei" !important;
}
.content-wrap .wznr-wrap .wznr table td span {
  text-indent: 0em;
  margin-bottom: 0em;
  font-size: 0.18rem !important;
  font-family: "Microsoft Yahei" !important;
}
.content-wrap .wznr-wrap .dp {
  border-bottom: none;
}
.content-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;
}
.content-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;
}
.content-wrap .wznr-wrap .last-next-wrap .last-next .last {
  margin-bottom: 0.2rem;
}
.content-wrap .wznr-wrap .last-next-wrap .last-next .last a {
  font-family: MicrosoftYaHei;
  font-size: 0.18rem;
  line-height: 0.3rem;
  text-align: left;
}
.content-wrap .wznr-wrap .last-next-wrap .last-next .next a {
  font-family: MicrosoftYaHei;
  font-size: 0.18rem;
  line-height: 0.3rem;
  text-align: left;
}
.content-wrap .wznr-wrap .last-next-wrap #backToTop {
  margin-left: auto;
}
.content-wrap .wznr-wrap .last-next-wrap #backToTop img {
  width: 1.23rem;
  height: 1.23rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-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;
}

.pb_sys_common{
  font-size:.18rem !important;
  font-family:微软雅黑 !important;
}

.pb_sys_common .p_goto input, .pb_sys_common .p_search input{
    font-size:.18rem !important;
  font-family:微软雅黑 !important;
}


footer {
  margin-top: 0;
}/*# sourceMappingURL=ny.css.map */