/* 通用部分页面样式 */
body {
  font-size: 0;
}
.centerWidth {
  width: 12rem;
  margin: 0 auto;
}
.normal-main {
  width: 100%;
  min-height: 6rem;
  background-color: #fff;
}
.normal-main.pt30 {
  padding-top: 0.3rem;
}
.normal-main.pb30 {
  padding-bottom: 0.3rem;
}
.normal-main .normal-local {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
}
.normal-main .normal-local img {
  width: 0.15rem;
  height: 0.19rem;
  margin-right: 0.1rem;
}
.normal-main .normal-local a,
.normal-main .normal-local span {
  font-size: 0.18rem;
  color: #333;
  vertical-align: middle;
}
.normal-main .normal-local a:hover {
  font-weight: bold;
  color: #347cdd;
}
.normal-main .normal-local span.cur {
  font-weight: bold;
}
.normal-main .normal-bt {
  border-top: 0.02rem solid #347cdd;
}
.normal-main .normal-list {
  width: 100%;
  height: auto;
  padding: 0 0.2rem;
  background-color: #fff;
}
.normal-main .normal-list ul.list-ul {
  width: 100%;
  height: auto;
  padding: 0.2rem 0;
  border-bottom: 0.01rem dashed #333;
}
.normal-main .normal-list ul.list-ul li {
  width: 100%;
  height: 0.36rem;
  padding-left: 0.15rem;
  background: url(/images/normal-list-liBg.png) no-repeat left center;
  background-size: 0.05rem 0.05rem;
  line-height: 0.36rem;
}
.normal-main .normal-list ul.list-ul li a {
  display: inline-block;
  width: 75%;
  font-size: 0.16rem;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.normal-main .normal-list ul.list-ul li span {
  float: right;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-list ul.list-ul li:hover {
  background-image: url(/images/normal-list-liOnBg.png);
}
.normal-main .normal-list ul.list-ul li:hover a,
.normal-main .normal-list ul.list-ul li:hover span {
  color: #347cdd;
}
.normal-main .normal-coltit {
  width: 100%;
  height: 0.6rem;
  padding-left: 0.15rem;
  line-height: 0.6rem;
  background: url(/images/nm-pic-coltitBg.png) no-repeat left center;
  background-size: 0.04rem 0.23rem;
}
.normal-main .normal-coltit a {
  display: inline-block;
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
}
.normal-main .normal-coltit a:hover {
  color: #347cdd;
}
.normal-main .normal-pic {
  width: 100%;
  height: auto;
  padding: 0.15rem;
  background-color: #f7fafe;
}
.normal-main .normal-pic .normal-pic-list {
  width: 100%;
  height: auto;
  padding: 0.1rem 0.3rem;
  background-color: #fff;
}
.normal-main .normal-pic .normal-pic-list ul.pic-list {
  width: 100%;
  height: auto;
}
.normal-main .normal-pic .normal-pic-list ul.pic-list li {
  position: relative;
  float: left;
  width: 3.5rem;
  height: 2.65rem;
  margin-left: 0.2rem;
  margin-bottom: 0.2rem;
}
.normal-main .normal-pic .normal-pic-list ul.pic-list li a.img {
  display: block;
  width: 100%;
  height: 100%;
}
.normal-main .normal-pic .normal-pic-list ul.pic-list li a.img img {
  width: 100%;
  height: 100%;
}
.normal-main .normal-pic .normal-pic-list ul.pic-list li a.title {
  position: absolute;
  top: 2.25rem;
  left: 0;
  display: block;
  width: 100%;
  height: 0.4rem;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.normal-main .normal-pic .normal-pic-list ul.pic-list li a.title:hover {
  color: #347cdd;
}
.normal-main .normal-pic .normal-pic-list ul.pic-list li:nth-child(3n+1) {
  margin-left: 0;
}
.normal-main .normal-pic .normal-pic-list ul.pic-list li:hover {
  box-shadow: 0 0 0.03rem #347cdd;
}
.normal-main .normal-map {
  width: 100%;
  height: auto;
  padding: 0.15rem;
  background-color: #f7fafe;
}
.normal-main .normal-map .normal-map-box {
  width: 100%;
  height: auto;
  padding: 0 0.3rem;
  background-color: #fff;
  margin-bottom: 0.15rem;
}
.normal-main .normal-map .normal-map-box ul.map-list {
  width: 100%;
  height: auto;
}
.normal-main .normal-map .normal-map-box ul.map-list li {
  float: left;
  width: 1.72rem;
  height: 0.4rem;
  margin-left: 0.15rem;
  margin-bottom: 0.15rem;
  line-height: 0.4rem;
}
.normal-main .normal-map .normal-map-box ul.map-list li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f7fafe;
  font-size: 0.16rem;
  color: #333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.normal-main .normal-map .normal-map-box ul.map-list li a:hover {
  background-color: #347cdd;
  color: #fff;
}
.normal-main .normal-map .normal-map-box ul.map-list li:nth-child(6n+1) {
  margin-left: 0;
}
.normal-main .normal-map .normal-map-box:last-child {
  margin-bottom: 0;
}
.normal-main .normal-page {
  width: 100%;
  height: 1rem;
  padding: 0.35rem 0;
  background-color: #fff;
  text-align: center;
}
.normal-main .normal-page a,
.normal-main .normal-page span,
.normal-main .normal-page input,
.normal-main .normal-page button {
  display: inline-block;
  width: auto;
  height: 0.3rem;
  margin: 0 0.05rem;
  padding: 0 0.1rem;
  background-color: #fff;
  line-height: 0.28rem;
  font-size: 0.14rem;
  color: #333;
  vertical-align: middle;
}
.normal-main .normal-page a,
.normal-main .normal-page input,
.normal-main .normal-page button {
  border: 0.01rem solid #dcdcdc;
}
.normal-main .normal-page input {
  width: 0.3rem;
  text-align: center;
}
.normal-main .normal-page span.nomar {
  margin: 0;
  padding: 0;
}
.normal-main .normal-page a.cur,
.normal-main .normal-page a:hover,
.normal-main .normal-page button:hover {
  background-color: #347cdd;
  color: #fff;
  border-color: #347cdd;
}
.normal-main .normal-gl {
  width: 100%;
  height: auto;
  min-height: 6rem;
  padding: 0.15rem;
  background: url(/images/normal-gl-bg.png) #f7fafe no-repeat left bottom;
  background-size: 4.8rem 2.2rem;
}
.normal-main .normal-gl .normal-gl-lf {
  float: left;
  width: 2.8rem;
  height: auto;
}
.normal-main .normal-gl .normal-gl-lf ul.gl-guide {
  width: 2.8rem;
  height: auto;
}
.normal-main .normal-gl .normal-gl-lf ul.gl-guide li {
  width: 2.8rem;
  height: 0.5rem;
  margin-bottom: 0.15rem;
  line-height: 0.5rem;
}
.normal-main .normal-gl .normal-gl-lf ul.gl-guide li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 0.18rem;
  color: #333;
  text-align: center;
}
.normal-main .normal-gl .normal-gl-lf ul.gl-guide li a:hover,
.normal-main .normal-gl .normal-gl-lf ul.gl-guide li a.cur {
  background-color: #347cdd;
  font-weight: bold;
  color: #fff;
}
.normal-main .normal-gl .normal-gl-rt {
  float: right;
  width: 8.7rem;
  height: auto;
  background-color: #fff;
}
.normal-main .normal-xl {
  width: 100%;
  height: auto;
  padding: 0.15rem;
  background-color: #f7fafe;
}
.normal-main .normal-xl .xl-con {
  width: 100%;
  height: auto;
  padding: 0.15rem 0.15rem 0.3rem 0.15rem;
  background-color: #fff;
}
.normal-main .normal-xl .xl-con.xl-zcjd {
  background: #f7fafe;
  padding: 0;
}
.normal-main .normal-xl .xl-con .xl-head {
  width: 100%;
  height: auto;
  border: 0.01rem solid #e7ebf5;
}
.normal-main .normal-xl .xl-con .xl-head .row {
  width: 100%;
  height: auto;
  display: flex;
  line-height: 0.5rem;
  border-bottom: 0.01rem solid #e7ebf5;
}
.normal-main .normal-xl .xl-con .xl-head .row .theme,
.normal-main .normal-xl .xl-con .xl-head .row .value {
  display: flex;
  align-items: center;
  line-height: 0.48rem;
  padding-left: 0.3rem;
  border-right: 0.01rem solid #e7ebf5;
  font-size: 0.16rem;
  color: #333;
  text-align: left;
}
.normal-main .normal-xl .xl-con .xl-head .row .theme {
  width: 1.6rem;
  background-color: #f7fafe;
  font-weight: bold;
}
.normal-main .normal-xl .xl-con .xl-head .row .value {
  width: 4.08rem;
  background-color: #fff;
}
.normal-main .normal-xl .xl-con .xl-head .row .value:last-child {
  border-right: none;
}
.normal-main .normal-xl .xl-con .xl-head .row:last-child {
  border-bottom: none;
}
.normal-main .normal-xl .xl-con .xl-title {
  width: 100%;
  height: auto;
  padding: 0.2rem 0.3rem;
}
.normal-main .normal-xl .xl-con .xl-title p {
  line-height: 0.5rem;
  font-size: 0.34rem;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.normal-main .normal-xl .xl-con .xl-func {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.3rem;
  background-color: #f7fafe;
  line-height: 0.5rem;
}
.normal-main .normal-xl .xl-con .xl-func > span {
  font-size: 0.14rem;
  color: #333;
}
.normal-main .normal-xl .xl-con .xl-func > span.line {
  color: #dcdcdc;
}
.normal-main .normal-xl .xl-con .xl-func .func-flr {
  float: right;
  width: auto;
}
.normal-main .normal-xl .xl-con .xl-func .func-flr > a {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  margin: 0 0.05rem;
  border: 0.01rem solid #a9aaad;
  border-radius: 0.04rem;
  line-height: 0.26rem;
  text-align: center;
}
.normal-main .normal-xl .xl-con .xl-func .func-flr > a.big img {
  width: 0.18rem;
  height: 0.17rem;
}
.normal-main .normal-xl .xl-con .xl-func .func-flr > a.small img {
  width: 0.17rem;
  height: 0.14rem;
}
.normal-main .normal-xl .xl-con .xl-func .func-flr > a.mid img {
  width: 0.13rem;
  height: 0.14rem;
}
.normal-main .normal-xl .xl-con .xl-func .func-flr > a.paste img {
  width: 0.17rem;
  height: 0.17rem;
}
.normal-main .normal-xl .xl-con .xl-func .func-flr > a:hover {
  border-color: #347cdd;
}
.normal-main .normal-xl .xl-con .xl-func .func-flr .func-share {
  float: right;
  width: auto;
  height: 0.5rem;
  margin-left: 0.3rem;
}
.normal-main .normal-xl .xl-con .xl-func .func-flr .func-share span {
  display: inline-block;
  font-size: 0.14rem;
  color: #333;
  vertical-align: middle;
}
.normal-main .normal-xl .xl-con .xl-func .func-flr .func-share a {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 0.05rem;
}
.normal-main .normal-xl .xl-con .xl-func .func-flr .func-share a img {
  width: 100%;
  height: 100%;
}
.normal-main .normal-xl .xl-con .xl-article {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  padding: 0 0.1rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-xl .xl-con .xl-qrcode {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.normal-main .normal-xl .xl-con .xl-qrcode p {
  font-size: 0.14rem;
  color: #666;
  text-align: center;
}
.normal-main .normal-xl .xl-con .xl-qrcode img {
  display: block;
  width: 1.32rem;
  height: 1.32rem;
  margin: 0 auto;
  margin-top: 0.1rem;
}
.normal-main .normal-xl .xl-con .yjzj-title {
  width: 100%;
  height: 0.6rem;
  margin-top: 0.3rem;
  background-color: #f7fafe;
  line-height: 0.6rem;
}
.normal-main .normal-xl .xl-con .yjzj-title span {
  display: inline-block;
  height: 0.6rem;
  padding: 0 0.2rem;
  background-color: #347cdd;
  font-size: 0.2rem;
  font-weight: bold;
  color: #fff;
}
.normal-main .normal-xl .xl-con .form-line {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.normal-main .normal-xl .xl-con .form-line .title {
  float: left;
  width: 1.2rem;
  height: 0.46rem;
  margin-left: 0.1rem;
  line-height: 0.46rem;
  text-align: right;
}
.normal-main .normal-xl .xl-con .form-line .title i {
  display: inline-block;
  width: 0.2rem;
  font-size: 0.16rem;
  color: #ee1d1d;
  text-align: center;
}
.normal-main .normal-xl .xl-con .form-line .title span.tit {
  display: inline-block;
  width: 0.64rem;
  font-size: 0.16rem;
  color: #333;
  text-align-last: justify;
}
.normal-main .normal-xl .xl-con .form-line .title span.colon {
  display: inline-block;
  width: 0.2rem;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-xl .xl-con .form-line .inp,
.normal-main .normal-xl .xl-con .form-line .inp2 {
  float: left;
}
.normal-main .normal-xl .xl-con .form-line .inp input[type="text"],
.normal-main .normal-xl .xl-con .form-line .inp2 input[type="text"] {
  display: block;
  height: 0.46rem;
  padding: 0 0.15rem;
  line-height: 0.46rem;
  background-color: #f7fafe;
  border: 0.01rem solid #dbeafd;
  border-radius: 0.08rem;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-xl .xl-con .form-line .inp {
  width: 4rem;
  height: 0.46rem;
}
.normal-main .normal-xl .xl-con .form-line .inp input[type="text"] {
  width: 3.5rem;
}
.normal-main .normal-xl .xl-con .form-line .inp2 {
  float: left;
  width: 9.1rem;
}
.normal-main .normal-xl .xl-con .form-line .inp2 textarea {
  width: 8.8rem;
  height: 1.6rem;
  padding: 0.1rem 0.15rem;
  border: 0.01rem solid #dbeafd;
  background-color: #f7fafe;
  border-radius: 0.08rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #333;
  outline: none;
}
.normal-main .normal-xl .xl-con .form-line .inp2 p {
  margin-top: 0.05rem;
  font-size: 0.14rem;
  color: #666;
}
.normal-main .normal-xl .xl-con .form-line .inp2.inp-captcha input[type="text"] {
  display: inline-block;
  width: 1rem;
  margin-right: 0.1rem;
}
.normal-main .normal-xl .xl-con .form-line .inp2.inp-captcha a {
  display: inline-block;
  margin-left: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.46rem;
  vertical-align: middle;
}
.normal-main .normal-xl .xl-con .form-line .inp2.inp-captcha a:hover {
  color: #347cdd;
}
.normal-main .normal-xl .xl-con .mail-btn {
  width: 100%;
  height: auto;
  text-align: center;
}
.normal-main .normal-xl .xl-con .mail-btn a {
  display: inline-block;
  width: 1.6rem;
  height: 0.46rem;
  margin: 0 0.1rem;
  border-radius: 0.08rem;
  line-height: 0.46rem;
  font-size: 0.16rem;
  text-align: center;
}
.normal-main .normal-xl .xl-con .mail-btn a:first-child {
  background-color: #347cdd;
  color: #fff;
}
.normal-main .normal-xl .xl-con .mail-btn a:last-child {
  background-color: #f2f2f2;
  color: #666;
}
.normal-main .normal-xl .xl-con .mail-btn a img {
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
}
.normal-main .normal-xl .xl-con .mail-btn a span {
  display: inline-block;
  margin-left: 0.1rem;
  font-size: 0.16rem;
  color: #fff;
}
.normal-main .normal-xl .xl-con .mail-btn.mail-btn2 {
  margin-top: 0.3rem;
}
.normal-main .normal-xl .xl-con .mail-btn.mail-btn2 a:last-child {
  background-color: #debc83;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box {
  width: 100%;
  height: auto;
  background-color: #fff;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-lf {
  float: left;
  width: 9rem;
  padding: 0 0.2rem;
  padding-bottom: 0.3rem;
  background-color: #fff;
  border-right: 0.15rem solid #f7fafe;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt {
  float: right;
  width: 2.4rem;
  padding: 0 0.2rem;
  background-color: #fff;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt .coltit {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  border-bottom: 0.01rem solid #d8dde3;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt .coltit img {
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt .coltit a {
  display: inline-block;
  margin-left: 0.1rem;
  font-size: 0.2rem;
  font-weight: bold;
  vertical-align: middle;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt .coltit a.blue {
  color: #347cdd;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt .coltit a.orange {
  color: #debc83;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt a.zcjd-img {
  display: block;
  width: 100%;
  height: 1.8rem;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt a.zcjd-img img {
  width: 100%;
  height: 100%;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt a.zcjd-img:hover {
  box-shadow: 0 0 0.03rem #347cdd;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt a.zcjd-title {
  display: block;
  margin-top: 0.2rem;
  line-height: 0.32rem;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt a.zcjd-title:hover {
  color: #347cdd;
}
.normal-main .normal-mail {
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
}
.normal-main .normal-mail .mail-head {
  width: 100%;
  height: 0.8rem;
  background: url(/images/nm-mail-headBg.png) #f6f9fd no-repeat center center;
  background-size: 11.1rem 0.24rem;
  border-radius: 0.08rem;
  line-height: 0.8rem;
  font-size: 0.22rem;
  color: #347cdd;
  font-weight: bold;
  text-align: center;
}
.normal-main .normal-mail .mail-xxxz {
  width: 100%;
  height: auto;
  padding: 0.3rem 0;
  line-height: 0.36rem;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-mail .mail-form {
  width: 100%;
  height: auto;
}
.normal-main .normal-mail .mail-form .form-line {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.normal-main .normal-mail .mail-form .form-line .title {
  float: left;
  min-width: 1.2rem;
  height: 0.46rem;
  margin-left: 0.1rem;
  line-height: 0.46rem;
  text-align: right;
}
.normal-main .normal-mail .mail-form .form-line .title i {
  display: inline-block;
  width: 0.2rem;
  font-size: 0.16rem;
  color: #ee1d1d;
  text-align: center;
}
.normal-main .normal-mail .mail-form .form-line .title span.tit {
  display: inline-block;
  width: auto;
  min-width: 0.64rem;
  font-size: 0.16rem;
  color: #333;
  text-align-last: justify;
  text-align: justify;
  text-justify: inter-character;
}
.normal-main .normal-mail .mail-form .form-line .title span.colon {
  display: inline-block;
  width: 0.2rem;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-mail .mail-form .form-line .inp,
.normal-main .normal-mail .mail-form .form-line .inp2 {
  float: left;
}
.normal-main .normal-mail .mail-form .form-line .inp input[type="text"],
.normal-main .normal-mail .mail-form .form-line .inp2 input[type="text"] {
  display: block;
  height: 0.46rem;
  padding: 0 0.15rem;
  line-height: 0.46rem;
  border: 0.01rem solid #e2e8f1;
  border-radius: 0.08rem;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-mail .mail-form .form-line .inp input[type="radio"],
.normal-main .normal-mail .mail-form .form-line .inp2 input[type="radio"],
.normal-main .normal-mail .mail-form .form-line .inp label,
.normal-main .normal-mail .mail-form .form-line .inp2 label {
  display: inline-block;
  margin-right: 0.05rem;
  line-height: 0.46rem;
  font-size: 0.16rem;
  color: #333;
  vertical-align: middle;
}
.normal-main .normal-mail .mail-form .form-line .inp label,
.normal-main .normal-mail .mail-form .form-line .inp2 label {
  margin-right: 0.2rem;
}
.normal-main .normal-mail .mail-form .form-line .inp {
  width: 4.4rem;
  height: 0.46rem;
}
.normal-main .normal-mail .mail-form .form-line .inp input[type="text"] {
  width: 4.1rem;
}
.normal-main .normal-mail .mail-form .form-line .inp2 {
  float: left;
  width: 10.05rem;
}
.normal-main .normal-mail .mail-form .form-line .inp2 input[type="text"] {
  width: 9.75rem;
}
.normal-main .normal-mail .mail-form .form-line .inp2 textarea {
  width: 9.75rem;
  height: 1.6rem;
  padding: 0.1rem 0.15rem;
  border: 0.01rem solid #e2e8f1;
  border-radius: 0.08rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #333;
  outline: none;
}
.normal-main .normal-mail .mail-form .form-line .inp2 > a.file {
  position: relative;
  display: block;
  width: 1.1rem;
  height: 0.46rem;
  line-height: 0.46rem;
  background-color: #347cdd;
  border-radius: 0.08rem;
  text-align: center;
}
.normal-main .normal-mail .mail-form .form-line .inp2 > a.file input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.1rem;
  height: 0.46rem;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.normal-main .normal-mail .mail-form .form-line .inp2 > a.file span {
  font-size: 0.16rem;
  color: #fff;
}
.normal-main .normal-mail .mail-form .form-line .inp2 p {
  margin-top: 0.05rem;
  font-size: 0.14rem;
  color: #666;
}
.normal-main .normal-mail .mail-form .form-line .inp2 > select{
  height: .46rem;
  border: 0.01rem solid #e2e8f1;
  border-radius: .08rem;
}
.normal-main .normal-mail .mail-form .form-line .inp2 > span{
  font-size: .16rem;
  margin-left: .1rem;
}
.normal-main .normal-mail .mail-form .form-line .inp2.inp-captcha input[type="text"] {
  display: inline-block;
  width: 1rem;
  margin-right: 0.1rem;
}
.normal-main .normal-mail .mail-form .form-line .inp2.inp-captcha a {
  display: inline-block;
  margin-left: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.46rem;
  vertical-align: middle;
}
.normal-main .normal-mail .mail-form .form-line .inp2.inp-captcha a:hover {
  color: #347cdd;
}
.normal-main .normal-mail .mail-btn {
  width: 100%;
  height: auto;
  text-align: center;
}
.normal-main .normal-mail .mail-btn a {
  display: inline-block;
  width: 1.6rem;
  height: 0.46rem;
  margin: 0 0.1rem;
  border-radius: 0.08rem;
  line-height: 0.46rem;
  font-size: 0.16rem;
  text-align: center;
}
.normal-main .normal-mail .mail-btn a:first-child {
  background-color: #347cdd;
  color: #fff;
}
.normal-main .normal-mail .mail-btn a:last-child {
  background-color: #f2f2f2;
  color: #666;
}
.normal-main .normal-mail .mail-btn a img {
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
}
.normal-main .normal-mail .mail-btn a span {
  display: inline-block;
  margin-left: 0.1rem;
  font-size: 0.16rem;
  color: #fff;
}
.normal-main .normal-mail .mail-btn.mail-btn2 {
  margin-top: 0.3rem;
}
.normal-main .normal-mail .mail-btn.mail-btn2 a:last-child {
  background-color: #debc83;
}
.normal-main .normal-mail .mail-query {
  position: relative;
  width: 100%;
  height: 0.66rem;
  border: 0.01rem solid #e7ebf5;
  border-radius: 0.08rem;
  line-height: 0.64rem;
}
.normal-main .normal-mail .mail-query span.tit {
  display: inline-block;
  width: 1.64rem;
  background: url(/images/nm-mail-query-icon.png) #347cdd no-repeat left bottom;
  background-size: 0.4rem 0.27rem;
  border-top-left-radius: 0.08rem;
  border-bottom-left-radius: 0.08rem;
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.normal-main .normal-mail .mail-query input {
  display: inline-block;
  width: 3.8rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding-left: 0.2rem;
  font-size: 0.16rem;
  color: #333;
  vertical-align: middle;
}
.normal-main .normal-mail .mail-query input.br {
  border-right: 0.01rem solid #e7ebf5;
}
.normal-main .normal-mail .mail-query a {
  position: absolute;
  top: 0.01rem;
  right: 0.01rem;
  width: 1rem;
  height: 0.64rem;
  border-top-right-radius: 0.08rem;
  border-bottom-right-radius: 0.08rem;
  line-height: 0.64rem;
  text-align: center;
}
.normal-main .normal-mail .mail-query a img {
  display: inline-block;
  width: 0.23rem;
  height: 0.24rem;
}
.normal-main .normal-mail .mail-query a span {
  margin-left: 0.1rem;
  font-size: 0.16rem;
  color: #debc83;
  vertical-align: middle;
}
.normal-main .normal-mail .mail-query a:hover span {
  font-weight: bold;
}
.normal-main .normal-mail .mail-count {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.normal-main .normal-mail .mail-count .count-title {
  width: 100%;
  height: 0.51rem;
  padding: 0 0.15rem;
  background-color: #f6f9fd;
  border-bottom: 0.01rem solid #dbeafd;
  line-height: 0.5rem;
}
.normal-main .normal-mail .mail-count .count-title img {
  display: inline-block;
  width: 0.2rem;
  height: 0.18rem;
}
.normal-main .normal-mail .mail-count .count-title span {
  display: inline-block;
  margin-left: 0.1rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}
.normal-main .normal-mail .mail-count .count-data {
  width: 100%;
  height: auto;
  padding: 0.2rem 0.3rem;
  background-color: #fff;
}
.normal-main .normal-mail .mail-count .count-data .data-item {
  float: left;
  display: block;
  width: 3.58rem;
  height: 1.3rem;
  margin-left: 0.3rem;
  border: 0.01rem solid #e7ebf5;
  border-radius: 0.08rem;
}
.normal-main .normal-mail .mail-count .count-data .data-item:first-child {
  margin-left: 0;
}
.normal-main .normal-mail .mail-count .count-data .data-item .num,
.normal-main .normal-mail .mail-count .count-data .data-item .tit {
  width: 100%;
  height: 0.64rem;
  line-height: 0.64rem;
  font-weight: bold;
  text-align: center;
}
.normal-main .normal-mail .mail-count .count-data .data-item .num {
  background-color: #fff;
  font-size: 0.24rem;
}
.normal-main .normal-mail .mail-count .count-data .data-item .num.blue {
  color: #347cdd;
}
.normal-main .normal-mail .mail-count .count-data .data-item .num.green {
  color: #32b16c;
}
.normal-main .normal-mail .mail-count .count-data .data-item .num.orange {
  color: #de844e;
}
.normal-main .normal-mail .mail-count .count-data .data-item .tit {
  background-color: #f6f9fd;
  font-size: 0.2rem;
  color: #333;
}
.normal-main .normal-mail .mail-list {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.normal-main .normal-mail .mail-list .list-item {
  width: 100%;
  height: 1.22rem;
  padding: 0.2rem 0.3rem;
  border-bottom: 0.01rem solid #dbeafd;
}
.normal-main .normal-mail .mail-list .list-item a.title {
  display: block;
  width: 100%;
  height: 0.4rem;
  padding-left: 0.15rem;
  background: url(/images/nm-mail-list-titBg.png) no-repeat left center;
  background-size: 0.04rem 0.04rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.normal-main .normal-mail .mail-list .list-item a.title:hover {
  color: #347cdd;
}
.normal-main .normal-mail .mail-list .list-item .others {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
}
.normal-main .normal-mail .mail-list .list-item .others .others-box {
  display: inline-block;
  width: 3.78rem;
  height: 0.4rem;
}
.normal-main .normal-mail .mail-list .list-item .others .others-box span {
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-mail .mail-list .list-item .others .others-box span.tit {
  font-size: 0.14rem;
  color: #999;
}
.normal-main .normal-mail .mail-list .list-item .others .others-box span.blue {
  color: #347cdd;
}
.normal-main .normal-mail .mail-list .list-item:nth-child(2n-1) {
  background-color: #f6f9fd;
}
.normal-main .normal-mail .mail-list .list-item:last-child {
  border-bottom: none;
}
.normal-main .normal-mail .mail-detail {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
}
.normal-main .normal-mail .mail-detail:last-child {
  margin-bottom: 0;
}
.normal-main .normal-mail .mail-detail .title {
  width: 100%;
  height: auto;
  padding: 0.1rem 0.3rem;
  background-color: #f5f8fc;
}
.normal-main .normal-mail .mail-detail .title .img {
  float: left;
  display: block;
  width: 0.55rem;
  height: 0.74rem;
  line-height: 0.74rem;
  text-align: center;
}
.normal-main .normal-mail .mail-detail .title .img img {
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
}
.normal-main .normal-mail .mail-detail .title .title-flr {
  float: left;
  width: 10rem;
  height: auto;
  margin-left: 0.15rem;
}
.normal-main .normal-mail .mail-detail .title .title-flr span.tit {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0.4rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
}
.normal-main .normal-mail .mail-detail .title .title-flr span.time {
  display: block;
  width: 100%;
  min-height: 0.34rem;
  line-height: 0.34rem;
  font-size: 0.14rem;
  color: #333;
}
.normal-main .normal-mail .mail-detail .content {
  width: 100%;
  height: auto;
  padding: 0.2rem 0.3rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-mail .mail-detail .status {
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  height: 0.8rem;
  background: url(/images/nm-mail-statusBg.png) no-repeat right top;
  background-size: 100% 100%;
  border-top-right-radius: 0.08rem;
}
.normal-main .normal-mail .mail-detail .status span {
  float: right;
  display: block;
  height: 0.3rem;
  margin-top: 0.1rem;
  margin-right: 0.05rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #fff;
}
.normal-main .normal-mail .zxft-detail-title {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.3rem;
  background-color: #f5f8fc;
  line-height: 0.7rem;
  font-size: 0.22rem;
  font-weight: bold;
  color: #347cdd;
  text-align: center;
}
.normal-main .normal-mail .zxft-detail-con {
  width: 100%;
  height: auto;
  padding: 0.3rem;
  background-color: #fff;
}
.normal-main .normal-mail .zxft-detail-con .detail-intro {
  width: 100%;
  height: auto;
}
.normal-main .normal-mail .zxft-detail-con .detail-intro .intro-lf {
  float: left;
  width: 5.4rem;
  height: 3.05rem;
  border-radius: 0.08rem;
}
.normal-main .normal-mail .zxft-detail-con .detail-intro .intro-lf img {
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
}
.normal-main .normal-mail .zxft-detail-con .detail-intro .intro-rt {
  float: right;
  width: 5.75rem;
  height: auto;
}
.normal-main .normal-mail .zxft-detail-con .detail-intro .intro-rt span {
  display: block;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-mail .zxft-detail-con .detail-intro .intro-rt span.tit {
  font-weight: bold;
  color: #347cdd;
}
.normal-main .normal-mail .zxft-detail-con .detail-intro .intro-rt p {
  width: 100%;
  margin-top: 0.1rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-mail .zxft-detail-con .detail-box {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.normal-main .normal-mail .zxft-detail-con .detail-box .box-title {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  border-bottom: 0.01rem solid #dbeafd;
}
.normal-main .normal-mail .zxft-detail-con .detail-box .box-title span {
  display: inline-block;
  height: 0.4rem;
  border-bottom: 0.02rem solid #347cdd;
  font-size: 0.16rem;
  font-weight: bold;
  color: #347cdd;
}
.normal-main .normal-mail .zxft-detail-con .detail-box .box-txt {
  width: 100%;
  height: auto;
  padding: 0.2rem 0;
}
.normal-main .normal-mail .zxft-detail-con .detail-box .box-txt span.tit {
  display: block;
  line-height: 0.4rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #333;
}
.normal-main .normal-mail .zxft-detail-con .detail-box .box-txt .content {
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #333;
}
.normal-main .normal-mail .zxft-detail-con .detail-box .box-lunbo {
  position: relative;
  width: 11.4rem;
  height: 1.9rem;
  margin-top: 0.3rem;
  overflow: hidden;
}
.normal-main .normal-mail .zxft-detail-con .detail-box .box-lunbo .swiper-button-prev,
.normal-main .normal-mail .zxft-detail-con .detail-box .box-lunbo .swiper-button-next {
  position: absolute;
  top: 0.6rem;
  width: 0.4rem;
  height: 0.8rem;
}
.normal-main .normal-mail .zxft-detail-con .detail-box .box-lunbo .swiper-button-prev {
  left: 0.1rem;
  background: url(/images/nm-lunbo-prev.png) no-repeat center center;
  background-size: 100% 100%;
}
.normal-main .normal-mail .zxft-detail-con .detail-box .box-lunbo .swiper-button-next {
  right: 0.1rem;
  background: url(/images/nm-lunbo-next.png) no-repeat center center;
  background-size: 100% 100%;
}
.normal-main .normal-mail .zxft-detail-con .detail-box .box-lunbo a.lunbo-img {
  display: block;
  width: 2.65rem !important;
  height: 1.9rem;
  margin: 0 0.1rem;
}
.normal-main .normal-mail .zxft-detail-con .detail-box .box-lunbo a.lunbo-img img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 0.08rem;
}
.normal-main .normal-mail .yjzj-title {
  width: 11.7rem;
  height: 0.58rem;
  margin: 0 auto;
  background-color: #f5f7f9;
  border-radius: 0.08rem;
  line-height: 0.58rem;
}
.normal-main .normal-mail .yjzj-title span {
  display: inline-block;
  width: auto;
  height: 0.58rem;
  padding: 0 0.2rem;
  background-color: #347cdd;
  border-top-left-radius: 0.08rem;
  border-bottom-right-radius: 0.08rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
}
.normal-main .normal-mail-border {
  border: 0.01rem solid #eaf2fd;
  border-radius: 0.08rem;
}
.normal-main .normal-report {
  width: 100%;
  height: auto;
  padding: 0.15rem;
  background-color: #f7fafe;
}
.normal-main .normal-report .report-lf {
  float: left;
  width: 7.8rem;
  height: auto;
  padding: 0 0.2rem;
  background-color: #fff;
}
.normal-main .normal-report .report-lf .report-coltit {
  width: 100%;
  height: 0.8rem;
  background: url(/images/nm-yjzj-titBg.png) repeat-x bottom;
  background-size: 0.04rem 0.08rem;
  line-height: 0.8rem;
}
.normal-main .normal-report .report-lf .report-coltit span {
  display: inline-block;
  font-size: 0.22rem;
  font-weight: bold;
  color: #333;
}
.normal-main .normal-report .report-lf .report-tit {
  width: 100%;
  height: 0.5rem;
  margin-top: 0.1rem;
  padding: 0 0.15rem;
  background-color: #f1f7ff;
  line-height: 0.5rem;
}
.normal-main .normal-report .report-lf .report-tit img {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.normal-main .normal-report .report-lf .report-tit span {
  display: inline-block;
  margin-left: 0.1rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}
.normal-main .normal-report .report-lf ul.report-list {
  width: 100%;
  height: auto;
  padding: 0.2rem 0.15rem;
}
.normal-main .normal-report .report-lf ul.report-list li {
  width: 100%;
  height: 0.5rem;
  padding-left: 0.15rem;
  background: url(/images/normal-list-liBg.png) no-repeat left center;
  background-size: 0.04rem 0.04rem;
  line-height: 0.5rem;
}
.normal-main .normal-report .report-lf ul.report-list li a {
  display: inline-block;
  width: 100%;
  height: 0.5rem;
  font-size: 0.18rem;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.normal-main .normal-report .report-lf ul.report-list li:hover {
  background-image: url(/images/normal-list-liOnBg.png);
  background-size: 0.06rem 0.06rem;
}
.normal-main .normal-report .report-lf ul.report-list li:hover a {
  color: #347cdd;
}
.normal-main .normal-report .report-rt {
  float: right;
  width: 3.8rem;
  height: auto;
  padding: 0.1rem 0.2rem;
  background-color: #fff;
}
.normal-main .normal-report .report-rt .report-guide-title {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
}
.normal-main .normal-report .report-rt .report-guide-title img {
  display: inline-block;
  width: 0.25rem;
  height: 0.24rem;
}
.normal-main .normal-report .report-rt .report-guide-title span {
  display: inline-block;
  margin-left: 0.1rem;
  font-size: 0.22rem;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}
.normal-main .normal-report .report-rt .guide-year {
  width: 100%;
  height: 0.6rem;
  margin-top: 0.1rem;
  padding-left: 0.6rem;
  background: url(/images/nm-report-icon8.png) #f1f7ff no-repeat 0.15rem center;
  background-size: 0.27rem 0.26rem;
  line-height: 0.6rem;
}
.normal-main .normal-report .report-rt .guide-year span {
  display: inline-block;
  font-size: 0.18rem;
  color: #333;
}
.normal-main .normal-report .report-rt .guide-year.cur,
.normal-main .normal-report .report-rt .guide-year:hover {
  background: url(/images/nm-report-icon8Cur.png) #347cdd no-repeat 0.15rem center;
}
.normal-main .normal-report .report-rt .guide-year.cur span,
.normal-main .normal-report .report-rt .guide-year:hover span {
  font-weight: bold;
  color: #fff;
}
.normal-main .normal-report .report-rt ul.guide-year-list {
  display: none;
  width: 100%;
  padding: 0 0.15rem;
  background-color: #fff;
}
.normal-main .normal-report .report-rt ul.guide-year-list li {
  width: 100%;
  height: 0.6rem;
  border-bottom: 0.01rem dashed #e7ebf5;
}
.normal-main .normal-report .report-rt ul.guide-year-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 0.5rem;
  background: url(/images/nm-report-icon9.png) no-repeat 0.2rem center;
  background-size: 0.15rem 0.18rem;
  line-height: 0.58rem;
  font-size: 0.18rem;
  color: #333;
}
.normal-main .normal-report .report-rt ul.guide-year-list li a.cur,
.normal-main .normal-report .report-rt ul.guide-year-list li a:hover {
  background-image: url(/images/nm-report-icon9Cur.png);
  color: #347cdd;
}
.normal-main .normal-report .report-rt ul.guide-year-list.db {
  display: block;
}
.normal-main .normal-report .report-rt a.guide-fold {
  display: block;
  width: 100%;
  height: 0.6rem;
  margin-top: 0.1rem;
  background-color: #f1f7ff;
  line-height: 0.6rem;
  text-align: center;
}
.normal-main .normal-report .report-rt a.guide-fold span {
  display: inline-block;
  font-size: 0.18rem;
  color: #333;
  vertical-align: middle;
}
.normal-main .normal-report .report-rt a.guide-fold img {
  display: inline-block;
  margin-left: 0.1rem;
  width: 0.14rem;
  height: 0.15rem;
}
.normal-main .normal-report .report-rt a.guide-fold img.icon2 {
  display: none;
}
.normal-main .normal-report .report-rt a.guide-fold:hover {
  background-color: #347cdd;
}
.normal-main .normal-report .report-rt a.guide-fold:hover span {
  font-weight: bold;
  color: #fff;
}
.normal-main .normal-report .report-rt a.guide-fold:hover img.icon1 {
  display: none;
}
.normal-main .normal-report .report-rt a.guide-fold:hover img.icon2 {
  display: inline-block;
}
.normal-main .normal-leader {
  width: 100%;
  height: auto;
  padding: 0.2rem;
  background-color: #f7fafe;
}
.normal-main .normal-leader .tabPanel {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
}
.normal-main .normal-leader .tabPanel a.panel {
  display: inline-block;
  height: 0.6rem;
  margin: 0 0.2rem;
  font-size: 0.2rem;
  color: #333;
}
.normal-main .normal-leader .tabPanel a.panel.cur {
  background: url(/images/nm-tab-titBg.png) no-repeat center bottom;
  background-size: 100% 0.04rem;
  color: #347cdd;
  font-weight: bold;
}
.normal-main .normal-leader .tabPanel span.line {
  font-size: 0.18rem;
  color: #dcdcdc;
}
.normal-main .normal-leader .tabContent {
  width: 100%;
  height: auto;
  padding: 0.3rem;
  background-color: #fff;
}
.normal-main .normal-leader .tabContent .tabItem {
  width: 100%;
  height: auto;
}
.normal-main .normal-leader .tabContent .tabItem .leader-box {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.normal-main .normal-leader .tabContent .tabItem .leader-box .box-lf {
  float: left;
  width: 1.5rem;
  height: 2rem;
  line-height: 2rem;
  text-align: left;
}
.normal-main .normal-leader .tabContent .tabItem .leader-box .box-lf span {
  display: inline-block;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
}
.normal-main .normal-leader .tabContent .tabItem .leader-box .box-rt {
  float: right;
  width: 9.5rem;
  height: auto;
}
.normal-main .normal-leader .tabContent .tabItem .leader-box .box-rt ul {
  width: 100%;
  height: auto;
}
.normal-main .normal-leader .tabContent .tabItem .leader-box .box-rt ul li {
  float: left;
  width: 1.3rem;
  height: 2rem;
  margin-right: 0.6rem;
  box-sizing: border-box;
}
.normal-main .normal-leader .tabContent .tabItem .leader-box .box-rt ul li a.img {
  display: block;
  width: 100%;
  height: 1.6rem;
  padding: 0.05rem;
  border: 0.01rem solid #dcdcdc;
}
.normal-main .normal-leader .tabContent .tabItem .leader-box .box-rt ul li a.img img {
  width: 100%;
  height: 100%;
}
.normal-main .normal-leader .tabContent .tabItem .leader-box .box-rt ul li a.img:hover {
  border-color: #347cdd;
  box-shadow: 0 0 0.03rem #347cdd;
}
.normal-main .normal-leader .tabContent .tabItem .leader-box .box-rt ul li a.name {
  display: block;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #333;
  text-align: center;
}
.normal-main .normal-leader .tabContent .tabItem .leader-box .box-rt ul li a.name:hover {
  font-weight: bold;
  color: #347cdd;
}
@media screen and (max-width: 768px) {
  .nc-zmhd-main1 .zmhd-advice .advice-head .head-flr {
    padding-top: 0;
  }
  .nc-zmhd-main1 .zmhd-advice .advice-head a.tit {
    font-size: 0.36rem;
  }
  .nc-zmhd-main1 .zmhd-advice .advice-head .head-flr a img {
    width: 0.47rem;
    height: auto;
  }
  .nc-zmhd-main1 .zmhd-advice .advice-head .head-flr a {
    height: auto;
    line-height: 0.66rem;
  }
  .nc-zmhd-main1 .zmhd-advice .advice-head .head-flr a span {
    font-size: 0.32rem;
  }
  .nc-zmhd-main1 .zmhd-advice .advice-list .list-head {
    display: none;
  }
  .nc-zmhd-main1 .zmhd-advice .advice-list .list-con .item {
    height: auto;
    margin-bottom: 0.3rem;
  }
  .nc-zmhd-main1 .zmhd-advice .advice-list .list-con .item span.num {
    color: transparent;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #cbb288;
    margin-right: 0.1rem;
  }
  .nc-zmhd-main1 .zmhd-advice {
    width: 100%;
  }
  .nc-zmhd-main1 .zmhd-advice .advice-list .list-con .item a.title {
    width: 95%;
    font-size: 0.32rem;
  }
  .nc-zmhd-main1 .zmhd-advice .advice-list .list-con .item span.date,
  .nc-zmhd-main1 .zmhd-advice .advice-list .list-con .item span.status {
    font-size: 0.24rem;
    color: #999999;
    width: auto;
    margin-left: 0.2rem;
  }
  .nc-zmhd-main1 .zmhd-advice,
  .nc-zmhd-main1 .zmhd-xjtj {
    float: none;
  }
  .nc-zmhd-main1 .zmhd-advice .advice-tousu img {
    width: 0.33rem;
    height: 0.35rem;
  }
  .nc-zmhd-main1 .zmhd-advice .advice-tousu span.tit {
    font-size: 0.36rem;
  }
  .nc-zmhd-main1 .zmhd-advice .advice-tousu {
    height: auto;
    border: none;
    padding: 0;
    background-color: #fff;
  }
  .nc-zmhd-main1 .zmhd-advice .advice-tousu .ts-conatiner {
    background-color: #f9fbfe;
    border-radius: 0.06rem;
    border: solid 0.01rem #d5e8ff;
    padding: 0.24rem 0.23rem;
    margin-top: 0.3rem;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
  }
  .nc-zmhd-main1 .zmhd-advice .advice-tousu .fwrx {
    width: auto;
  }
  .nc-zmhd-main1 .zmhd-advice .advice-tousu .fwrx,
  .nc-zmhd-main1 .zmhd-advice .advice-tousu .szxx {
    height: 1.17rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nc-zmhd-main1 .zmhd-advice .advice-tousu .szxx a.entr {
    width: auto;
    height: auto;
  }
  .nc-zmhd-main1 .zmhd-xjtj .xjtj-chart {
    margin-top: 0.6rem;
  }
  .nc-zmhd-main1 .zmhd-advice .advice-tousu .szxx span,
  .nc-zmhd-main1 .zmhd-advice .advice-tousu .fwrx span {
    font-size: 0.28rem;
  }
  .nc-zmhd-main1 .zmhd-xjtj .xjtj-head a.tit {
    font-size: 0.36rem;
  }
  .nc-zmhd-main1 .zmhd-xjtj .xjtj-head span.head-flr {
    font-size: 0.28rem;
  }
  .nc-zmhd-main1 .zmhd-xjtj {
    width: 100%;
  }
  .nc-zmhd-main1 .zmhd-xjtj .xjtj-head {
    margin-top: 0.5rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .nc-zmhd-main1 .zmhd-xjtj .xjtj-bar {
    margin-top: 0.72rem;
    text-align: center;
  }
  .nc-zmhd-main1 .zmhd-xjtj .xjtj-bar img {
    width: 100%;
  }
  .nc-zmhd-main2 .zmhd-zxft {
    width: 100%;
  }
  .nc-zmhd-main2 .zmhd-zxft,
  .nc-zmhd-main2 .zmhd-zxft .zxft-con .zxft-word {
    float: none;
    width: 100%;
    height: auto;
  }
  .nc-zmhd-main2 .zmhd-zxft .zxft-con .zxft-word {
    padding: 0.42rem 0.3rem 0.51rem 0.4rem;
  }
  .nc-zmhd-main2 .zmhd-zxft .zxft-con {
    height: auto;
  }
  .nc-zmhd-main2 .zmhd-zxft .zxft-head {
    height: auto;
    line-height: normal;
  }
  .nc-zmhd-main2 .zmhd-zxft .zxft-head a.tit {
    font-size: 0.36rem;
    margin-top: 0.3rem;
    margin-left: 0.2rem;
  }
  .nc-zmhd-main2 .zmhd-zxft .zxft-con .zxft-img {
    float: none;
    width: 100%;
    height: auto;
  }
  .nc-zmhd-main2 .zmhd-zxft .zxft-con .zxft-word .title span {
    font-size: 0.32rem;
  }
  .nc-zmhd-main2 .zmhd-zxft .zxft-con .zxft-word .title {
    height: auto;
    margin-bottom: 0.35rem;
  }
  .nc-zmhd-main2 .zmhd-zxft .zxft-con .zxft-word .title a {
    font-size: 0.36rem;
    margin-top: 0.25rem;
  }
  .nc-zmhd-main2 .zmhd-zxft .zxft-con .zxft-word span.time,
  .nc-zmhd-main2 .zmhd-zxft .zxft-con .zxft-word span.person,
  .nc-zmhd-main2 .zmhd-zxft .zxft-con .zxft-word .intro {
    font-size: 0.32rem;
    line-height: 0.6rem;
  }
  .nc-zmhd-main2 .zmhd-wqft .wqft-head {
    height: auto;
  }
  .nc-zmhd-main2 .zmhd-wqft .wqft-list .swiper-button-prev,
  .nc-zmhd-main2 .zmhd-wqft .wqft-list .swiper-button-next {
    display: none;
  }
  .nc-zmhd-main2 .zmhd-wqft .wqft-head a.tit {
    margin-left: 0.2rem;
    font-size: 0.36rem;
    line-height: 1rem;
    height: auto;
  }
  .nc-zmhd-main2 .zmhd-wqft {
    float: none;
    width: 100%;
  }
  .nc-zmhd-main2 {
    padding-bottom: 0.6rem;
  }
  .nc-zmhd-main2 .zmhd-wqft .wqft-list {
    height: 4.55rem;
  }
  .nc-zmhd-main2 .zmhd-wqft .wqft-list .list-box a.list-item span.title {
    font-size: 0.36rem;
    line-height: 1.6;
    height: auto;
  }
  .nc-zmhd-main2 .zmhd-wqft .wqft-list .list-box a.list-item span.date {
    font-size: 0.28rem;
  }
  .nc-zmhd-main2 .zmhd-wqft .wqft-list .list-box a.list-item {
    padding: 0.31rem 0.61rem;
    height: auto;
  }
  .nc-zmhd-main1 .zmhd-yjzj,
  .nc-zmhd-main1 .zmhd-jgfk {
    float: none;
    width: 100%;
  }
  .nc-zmhd-main1 .zmhd-yjzj .tabPanel a,
  .nc-zmhd-main1 .zmhd-jgfk .tabPanel a {
    font-size: 0.36rem;
  }
  .nc-zmhd-main1 .zmhd-yjzj .tabContent,
  .nc-zmhd-main1 .zmhd-jgfk .tabContent {
    margin-top: 0.3rem;
  }
  .nc-zmhd-main1 .zmhd-yjzj .tabContent .tabItem li,
  .nc-zmhd-main1 .zmhd-jgfk .tabContent .tabItem li {
    background-image: none;
    padding: 0;
    font-size: 0.32rem;
    list-style-type: none;
    line-height: 0.6rem;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nc-zmhd-main1 .zmhd-yjzj .tabContent .tabItem li a.title,
  .nc-zmhd-main1 .zmhd-jgfk .tabContent .tabItem li a.title {
    width: 80%;
    font-size: 0.32rem;
  }
  .nc-zmhd-main1 .zmhd-yjzj .tabContent .tabItem li span,
  .nc-zmhd-main1 .zmhd-jgfk .tabContent .tabItem li span {
    width: auto;
    line-height: 0.4rem;
    margin-top: 0;
    height: auto;
    float: none;
    padding: 0.05rem;
  }
  .nc-zmhd-main1 .zmhd-jgfk {
    margin-top: 0.4rem;
  }
  .nc-zmhd-main1 .zmhd-jgfk .tabContent .tabItem li a.title::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #cbb288;
  }
  .nc-zmhd-main1 .zmhd-yjzj .tabContent .tabItem li a.more,
  .nc-zmhd-main1 .zmhd-jgfk .tabContent .tabItem li a.more {
    display: none;
  }
  .nc-zmhd-main1.zmhd-bb1 {
    padding-bottom: 0.45rem;
  }
  .nc-zmhd-main1 .zmhd-taya {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .nc-zmhd-main1 .zmhd-taya a {
    width: 100%;
    height: auto;
  }
  .nc-zmhd-main1 .zmhd-taya a img:nth-child(1) {
    display: none;
  }
  .nc-zmhd-main1 .zmhd-taya a img:nth-child(2) {
    display: inline-block !important;
    width: 100%;
    height: auto;
  }
  .nc-zmhd-main1 .centerWidth {
    width: 100%;
    padding: 0.62rem;
  }
  .nc-zjnc-main .zjnc-ncgk {
    height: auto;
  }
  .nc-zjnc-main .zjnc-ncgk .ncgk-tab .tabContent {
    height: auto;
    margin-top: 0.74rem;
  }
  .nc-zjnc-main .zjnc-ncgk .ncgk-logo {
    float: none;
    margin: auto;
    text-align: center;
  }
  .nc-zjnc-main .zjnc-ncgk .ncgk-tab {
    float: none;
    margin-top: 0.74rem;
    width: 100%;
    height: auto;
  }
  .nc-zjnc-main .zjnc-ncgk .ncgk-tab .tabPanel {
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .nc-zjnc-main .zjnc-ncgk .ncgk-tab .tabPanel a.panel.cur,
  .nc-zjnc-main .zjnc-ncgk .ncgk-tab .tabPanel a.panel:hover {
    top: 0;
  }
  .nc-zjnc-main .zjnc-ncgk .ncgk-tab .tabPanel a.panel {
    margin: 0;
    margin-bottom: 0.28rem;
    padding: 0;
    width: 3.01rem;
    height: 0.89rem;
    line-height: 0.89rem;
    text-align: center;
    font-size: 0.32rem;
  }
  .nc-zjnc-main .zjnc-ncgk .ncgk-tab .tabContent p,
  .nc-zjnc-main .zjnc-ncgk .ncgk-tab .tabContent a.more {
    font-size: 0.28rem;
  }
  .nc-zjnc-main .zjnc-tznc {
    margin-top: 0.9rem;
  }
  .nc-zjnc-main .zjnc-tznc .tznc-logo {
    position: static;
    margin: auto;
  }
  .nc-zjnc-main .zjnc-tznc .tznc-lf {
    float: none;
    width: 100%;
    margin-top: 0.68rem;
  }
  .nc-zjnc-main .zjnc-tznc .tznc-rt {
    float: none;
    height: auto;
    width: 100%;
    margin-top: 0.21rem;
  }
  .nc-zjnc-main .zjnc-tznc .tznc-rt .tznc-list a.tznc-item span {
    font-size: 0.32rem;
  }
  .nc-zjnc-main .zjnc-tznc .tznc-rt .tznc-list {
    display: flex;
    justify-content: space-between;
    height: auto;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .nc-zjnc-main .zjnc-tznc .tznc-rt .tznc-list a.tznc-item {
    margin: 0;
    width: 48%;
    height: 1.97rem;
    margin-bottom: 0.2rem;
  }
  .nc-zjnc-main .zjnc-tznc .tznc-rt .tznc-zzcx {
    height: auto;
    *zoom: 1;
  }
  .nc-zjnc-main .zjnc-tznc .tznc-rt .tznc-zzcx:before,
  .nc-zjnc-main .zjnc-tznc .tznc-rt .tznc-zzcx:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .nc-zjnc-main .zjnc-tznc .tznc-rt .tznc-zzcx:after {
    clear: both;
  }
  .nc-zjnc-main .zjnc-tznc .tznc-rt .tznc-zzcx span {
    width: auto;
    height: auto;
    line-height: normal;
    float: none;
    font-size: 0.32rem;
    padding-top: 0.58rem;
  }
  .nc-zjnc-main .zjnc-tznc .tznc-rt .tznc-zzcx .zzcx-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    padding-top: 0.73rem;
    padding-bottom: 0.5rem;
  }
  .nc-zjnc-main .zjnc-tznc .tznc-rt .tznc-zzcx .zzcx-list a {
    width: auto;
    margin-bottom: 0.4rem;
    max-width: 45%;
    min-width: 45%;
    font-size: 0.28rem;
  }
  .nc-zjnc-main .zjnc-rwnc {
    margin-top: 0.9rem;
    height: auto;
  }
  .nc-zjnc-main .zjnc-rwnc .rwnc-logo {
    position: static;
    margin: auto;
  }
  .nc-zjnc-main .zjnc-rwnc .tabPanel a.panel,
  .nc-zjnc-main .zjnc-ncly .tabPanel a.panel {
    width: auto;
  }
  .nc-zjnc-main .zjnc-ncly .tabPanel a.panel {
    margin-bottom: 0.54rem;
  }
  .nc-zjnc-main .zjnc-rwnc .tabPanel a.panel span,
  .nc-zjnc-main .zjnc-ncly .tabPanel a.panel span {
    font-size: 0.32rem;
  }
  .nc-zjnc-main .zjnc-rwnc .tabPanel {
    height: auto;
    margin-top: 0.1rem;
    padding: 0 0.5rem;
    justify-content: space-between;
    align-items: center;
    float: none;
    width: 100%;
    display: flex;
  }
  .nc-zjnc-main .zjnc-rwnc .tabContent .tabItem .swiper-button-next,
  .nc-zjnc-main .zjnc-rwnc .tabContent .tabItem .swiper-button-prev {
    display: none;
  }
  .nc-zjnc-main .zjnc-rwnc .tabContent .tabItem {
    width: 140%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .nc-zjnc-main .zjnc-rwnc .tabContent .tabItem .swiper-wrapper .lunbo-item a:nth-child(1) {
    width: 95%;
    margin: auto;
  }
  .nc-zjnc-main .zjnc-rwnc .tabContent .tabItem .swiper-wrapper .lunbo-item .title {
    width: 95%;
    left: 0;
    margin: 0 auto;
    right: 0;
  }
  .nc-zjnc-main .zjnc-rwnc .tabContent {
    float: none;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .nc-zjnc-main .zjnc-ncly {
    margin-top: 1.64rem;
    height: auto;
  }
  .nc-zjnc-main .zjnc-ncly .ncly-logo {
    position: static;
    margin: auto;
  }
  .nc-zjnc-main .zjnc-ncly .tabPanel {
    margin-top: 0.7rem;
    height: auto;
    justify-content: space-between;
    align-items: center;
    float: none;
    width: 100%;
    padding: 0 0.5rem;
    display: flex;
  }
  .nc-zjnc-main .zjnc-ncly .tabContent {
    float: none;
    width: 100%;
  }
  .nc-zjnc-main .zjnc-ncly .tabContent .tabItem {
    width: 100%;
  }
  .nc-zjnc-main .zjnc-ncly .tabContent .tabItem .ncly-item .title a {
    text-align: center;
  }
  .nc-zjnc-main .zjnc-ncly .tabContent .tabItem .swiper-button-next,
  .nc-zjnc-main .zjnc-ncly .tabContent .tabItem .swiper-button-prev {
    display: none;
  }
  .nc-zjnc-main .zjnc-ncsj {
    margin-top: 0;
    margin-bottom: 0;
  }
  .nc-zjnc-main .zjnc-ncsj .ncsj-logo {
    margin: auto;
    margin-top: 1.81rem;
  }
  .nc-zjnc-main .zjnc-ncsj .ncsj-logo,
  .nc-zjnc-main .zjnc-ncsj .tabPanel .panel {
    position: static;
  }
  .nc-zjnc-main .zjnc-ncsj .tabPanel {
    display: flex;
    justify-content: space-between;
  }
  .nc-zjnc-main .zjnc-ncsj .tabPanel .panel {
    border: none;
  }
  .nc-zjnc-main .zjnc-ncsj .tabPanel {
    margin-top: 0.67rem;
    border-bottom: 0.01rem solid #dcdcdc;
  }
  .nc-zjnc-main .zjnc-ncsj .tabPanel .panel a {
    font-size: 0.32rem;
  }
  .nc-zjnc-main .zjnc-ncsj .tabContent {
    margin-top: 0.58rem;
    overflow: hidden;
    position: relative;
    height: 3.5rem;
  }
  .nc-zjnc-main .zjnc-ncsj .tabContent .swiper-button-next,
  .nc-zjnc-main .zjnc-ncsj .tabContent .swiper-button-prev {
    display: none;
  }
  .nc-zjnc-main .zjnc-ncsj .tabContent .tabItem .ncsj-item a.title {
    line-height: 0.64rem;
    height: auto;
  }
  .nc-zjnc-main .zjnc-ncsj .tabContent .tabItem {
    height: 100%;
    width: 140%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .nc-sy-main.centerWidth {
    padding: 0.34rem 0.2rem;
  }
  .nc-sy-main .nc-sy-tt a.prev,
  .nc-sy-main .nc-sy-tt a.next {
    display: none;
  }
  .nc-sy-main .nc-sy-news .sy-news-lunbo {
    float: none;
    width: 100%;
    height: 4.8rem;
  }
  .nc-sy-main .nc-sy-news .sy-news-lunbo .swiper-container {
    height: 100%;
  }
  .nc-sy-main .nc-sy-news .sy-news-lunbo .news-lunbo-item .title {
    height: auto;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
    font-size: 0.32rem;
    line-height: 1rem;
    height: 1rem;
    left: 0;
    bottom: 0;
    top: auto;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .nc-sy-main .nc-sy-news {
    padding: 0;
    height: auto;
  }
  .nc-sy-main .nc-sy-news .sy-news-lunbo .news-lunbo-item .img img,
  .nc-sy-main .nc-sy-news .sy-news-lunbo .news-lunbo-item .img {
    height: 100%;
  }
  .nc-sy-main .nc-sy-news .sy-news-lunbo .swiper-button-prev,
  .nc-sy-main .nc-sy-news .sy-news-lunbo .swiper-button-next {
    display: none;
  }
  .nc-sy-main .nc-sy-news .sy-news-lunbo .pagination {
    height: 0.4rem;
    line-height: 0.4rem;
  }
  .nc-sy-main .nc-sy-news .sy-news-list .tabPanel {
    width: auto;
    height: auto;
    padding-left: 0.42rem;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .nc-sy-main .nc-sy-news .sy-news-list .tabPanel span.line {
    display: none;
  }
  .nc-sy-main .nc-sy-news .sy-news-list .tabPanel a.panel {
    font-size: 0.36rem;
    width: auto;
    height: auto;
    margin-right: 0.54rem;
    padding-bottom: 0.27rem;
    background-size: 100%;
  }
  .nc-sy-main .nc-sy-news .sy-news-list {
    float: none;
    width: 100%;
    margin-top: 0.41rem;
    height: auto;
  }
  .nc-sy-main .nc-sy-news .sy-news-list .tabContent {
    height: auto;
  }
  .nc-sy-main .nc-sy-news .sy-news-list .tabContent .news-gsxx {
    height: auto;
  }
  .nc-sy-main .nc-sy-news .sy-news-list .tabContent .news-gsxx ul.gsxx-list {
    border: none;
    height: auto;
    padding-left: 0.38rem;
  }
  .nc-sy-main .nc-sy-news .sy-news-list .tabContent .news-gsxx ul.gsxx-list li a {
    font-size: 0.32rem;
    height: auto;
    line-height: 0.8rem;
  }
  .nc-sy-main .nc-sy-news .sy-news-list .tabContent .news-gsxx ul.gsxx-list li {
    height: auto;
    line-height: normal;
    background-size: 0.1rem 0.1rem;
  }
  .nc-sy-main .nc-sy-news .sy-news-list .tabContent .news-gsxx ul.gsxx-list li span {
    display: none;
  }
  .nc-sy-main .nc-sy-news .sy-news-list .tabContent .news-gsxx .gsxx-title:first-child,
  .nc-sy-main .nc-sy-news .sy-news-list .tabContent .news-gsxx .gsxx-title {
    display: none;
  }
  .nc-sy-main .nc-sy-coltit .sy-coltit {
    margin-top: 0.32rem;
    background-image: url(/images/nc-sy-zwgk-titBg-wap.png);
    background-size: 100% auto;
  }
  .nc-sy-main .nc-sy-coltit .sy-coltit a {
    font-size: 0.44rem;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con {
    margin-top: 0.2rem;
    height: auto;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-guide {
    float: none;
    height: auto;
    width: 100%;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-guide .guide-unit {
    height: 1.29rem;
    line-height: 1.29rem;
    text-align: center;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-guide .guide-unit > img {
    width: 0.5rem;
    height: 0.5rem;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-guide .guide-unit > span {
    font-size: 0.32rem;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-guide div.guide-unit {
    display: flex;
    justify-content: space-between;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-guide div.guide-unit a.guide-unit2 {
    flex-grow: 1;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-guide .guide-unit a.guide-unit2 > img {
    width: 0.43rem;
    height: 0.43rem;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-guide .guide-unit a.guide-unit2 > span {
    font-size: 0.32rem;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-list {
    float: none;
    width: 100%;
    margin-top: 0.4rem;
    height: auto;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-list .tabPanel span {
    display: none;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-list .tabPanel {
    height: auto;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-list .tabPanel a {
    font-size: 0.36rem;
    display: inline-block;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-list .tabContent .tabItem .tt .tt-date {
    float: none;
    width: 1.5rem;
    height: auto;
    padding: 0.2rem 0.1rem;
    margin-top: 0;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-list .tabContent .tabItem .tt {
    display: flex;
    height: auto;
    padding: 0.38rem 0;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-list .tabContent .tabItem .tt .tt-date .date-yandm {
    margin-top: 0.05rem;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-list .tabContent .tabItem .tt .tt-title .more {
    display: none;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-list .tabContent .tabItem .tt .tt-title {
    float: none;
    width: auto;
    width: 4.48rem;
    margin-left: 0.35rem;
    padding-right: 0;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-list .tabContent .tabItem .tt .tt-title a.title {
    margin-top: 0;
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-list .tabContent .tabItem .tt .tt-title .info {
    display: none;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-list .tabContent .tabItem ul.list li span {
    display: none;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-list .tabContent .tabItem ul.list li a {
    font-size: 0.32rem;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-list .tabContent .tabItem ul.list li {
    line-height: 0.8rem;
    height: 0.8rem;
    background-size: 0.1rem 0.1rem;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-con .zwgk-list .tabContent .tabItem ul.list {
    margin-top: 0.3rem;
    padding-bottom: 0.53rem;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-func {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-func::before {
    display: none;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-func .func-leader {
    width: 30%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-func .func-leader a.title,
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-func .func-zfbg a.title,
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-func .func-cwhy a.title {
    font-size: 0.32rem;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-func .func-wjk a.title {
    font-size: 0.32rem;
    margin: 0;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-func .func-zfbg {
    width: 30%;
    margin-right: 0;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-func .func-cwhy {
    width: 30%;
    margin-right: 0;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-func .func-wjk {
    padding: 0.32rem 0.36rem;
    float: none;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-func .func-wjk .wjk-search button {
    top: 0;
    bottom: 0;
    right: 0.41rem;
    margin: auto 0;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-func .func-wjk .wjk-search {
    width: auto;
    height: auto;
    margin: 0;
    margin-top: 0.21rem;
  }
  .nc-sy-main .nc-sy-zwgk .sy-zwgk-func .func-wjk .wjk-search input {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-tab .tabPanel a.more {
    display: none;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-tab .tabPanel span.line {
    display: none;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con {
    margin-top: 0.33rem;
    height: auto;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-tab {
    float: none;
    width: 100%;
    height: auto;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-tab .tabContent {
    height: auto;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-tab .tabPanel {
    display: flex;
    justify-content: space-around;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-tab .tabPanel a.panel {
    font-size: 0.36rem;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-tab .tabContent ul.tabItem li a span {
    font-size: 0.32rem;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-tab .tabContent ul.tabItem li a img {
    width: 0.6rem;
    height: 0.6rem;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-tab .tabContent ul.tabItem li {
    float: none;
    min-width: 30%;
    width: auto;
    margin-bottom: 0.5rem;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-tab .tabContent ul.tabItem li a span {
    width: auto;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-tab .tabContent ul.tabItem {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-bstj {
    float: none;
    width: 100%;
    height: auto;
    background-color: #fff;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-bstj .bstj-box .bstj-title a.tit {
    display: block;
    font-size: 0.36rem;
    text-align: center;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-bstj .bstj-box .bstj-title {
    height: auto;
    *zoom: 1;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-bstj .bstj-box .bstj-title:before,
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-bstj .bstj-box .bstj-title:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-bstj .bstj-box .bstj-title:after {
    clear: both;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-bstj .bstj-box .bstj-title a.panel {
    float: left;
    margin-right: 0;
    max-width: 2.56rem;
    font-size: 0.32rem;
    height: auto;
    padding-bottom: 0.5rem;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-bstj .bstj-box .bstj-title a.panel:nth-of-type(3) {
    float: right;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-bstj .bstj-box .tabContent .tabItem .bstj-count {
    font-size: 0.28rem;
    text-align: center;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-bstj .bstj-box .tabContent .tabItem .bstj-data {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    margin-top: 0.66rem;
    padding: 0.2rem 0;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-bstj .bstj-box .tabContent {
    height: auto;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-lf .tabPanel span.line {
    display: none;
  }
  .nc-sy-main .nc-sy-zwfw .sy-zwfw-con .zwfw-bstj .bstj-box .tabContent .tabItem .bstj-data .data-item {
    width: 50%;
    float: none;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-lf {
    float: none;
    width: 100%;
    height: auto;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-lf .tabContent {
    height: auto;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-lf .tabPanel {
    width: auto;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-lf .tabPanel a.panel {
    font-size: 0.36rem;
    margin-right: 0.96rem;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-lf .tabPanel .title-flr {
    float: none;
    display: inline-block;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-lf .tabContent ul.tabItem {
    height: auto;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con {
    height: auto;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-lf .tabContent ul.tabItem li a {
    font-size: 0.32rem;
    height: auto;
    line-height: 0.8rem;
    margin-left: 0.13rem;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-lf .tabContent ul.tabItem li span.on,
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-lf .tabContent ul.tabItem li span.off {
    display: none;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-lf .tabContent ul.tabItem li {
    height: 0.8rem;
    line-height: 0.8rem;
    background-size: 0.1rem 0.1rem;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-lf .zmhd-btn {
    height: auto;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-lf .zmhd-btn a {
    float: none;
    margin: 0;
    margin-bottom: 0.21rem;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-lf .zmhd-btn a span {
    font-size: 0.32rem;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-rt {
    float: none;
    width: 100%;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-rt .zxft-title a {
    font-size: 0.36rem;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-rt .zxft-detail {
    height: auto;
    margin-top: 0.3rem;
    background-color: #fff;
    padding-bottom: 0.4rem;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-rt .zxft-detail a.img {
    height: auto;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-rt .zxft-title {
    height: auto;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-rt .zxft-detail a.title {
    height: auto;
    margin-top: 0.29rem;
    font-size: 0.32rem;
    line-height: normal;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-rt .zxft-detail .line {
    height: auto;
    margin-top: 0.1rem;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-rt .zxft-detail .line span.tit {
    height: auto;
    font-size: 0.32rem;
    line-height: normal;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-rt .zxft-detail .line {
    font-size: 0.32rem;
  }
  .nc-sy-main .nc-sy-zmhd .sy-zmhd-con .zmhd-box-rt .zxft-detail .line span.content a {
    height: auto;
    line-height: 1.5;
  }
  .nc-sy-main .nc-sy-ztzl .sy-ztzl-pic .pic-item {
    margin: 0;
    margin-bottom: 0.2rem;
  }
  .nc-sy-main .nc-sy-ztzl .sy-ztzl-pic {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
  }
  .nc-sy-main .nc-sy-ztzl .sy-ztzl-pic .pic-item a.entr {
    width: auto;
    padding: 0 0.1rem;
  }
  .nc-sy-main .nc-sy-ztzl .sy-ztzl-list ul.list-item {
    display: flex;
    float: none;
    justify-content: space-between;
    width: 100%;
  }
  .nc-sy-main .nc-sy-ztzl .sy-ztzl-list ul.list-item li a {
    font-size: 0.28rem;
  }
  .nc-sy-main .nc-sy-ztzl .sy-ztzl-list ul.list-item li {
    max-width: 45%;
    min-width: 45%;
    margin-bottom: 0.6rem;
  }
  .nc-zwgk-main1 .zwgk-coltit {
    height: auto;
    line-height: 2;
    text-align: center;
  }
  .nc-zwgk-main1 .zwgk-box1 {
    height: auto;
    padding-top: 0;
  }
  .nc-zwgk-main1 .zwgk-coltit a {
    font-size: 0.36rem;
    text-align: center;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .captain {
    height: auto;
    display: flex;
    justify-content: space-between;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .captain::before {
    display: none;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .sailors .sailors-list {
    margin-bottom: 0.3rem;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .sailors .sailors-list:nth-last-child(1) {
    margin-bottom: 0;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders {
    position: static;
    float: none;
    height: auto;
    width: 100%;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .captain .captain-info {
    float: none;
    width: 4.46rem;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .captain .captain-info .name {
    padding-bottom: 0.2rem;
    height: auto;
    line-height: normal;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .captain a.img {
    float: none;
    width: 2.22rem;
    height: 2.95rem;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .captain .captain-info .name a {
    font-size: 0.32rem;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .captain .captain-info .name span {
    font-size: 0.28rem;
    font-weight: normal;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .captain .captain-info .others a.others-btn {
    height: auto;
    text-align: center;
    padding: 0;
    float: none;
    margin-bottom: 0.5rem;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .captain .captain-info .others a.others-btn:nth-child(2n-1) {
    margin-right: 1.24rem;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .captain .captain-info .others {
    height: auto;
    margin-top: 0.4rem;
    *zoom: 1;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .captain .captain-info .others:before,
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .captain .captain-info .others:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .captain .captain-info .others:after {
    clear: both;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .captain .captain-info .others a.others-btn:nth-child(2n-1),
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .captain .captain-info .others a.others-btn:nth-child(2n) {
    float: left;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .captain .captain-info .others a.others-btn img {
    width: 0.44rem;
    height: 0.44rem;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .captain .captain-info .others a.others-btn span {
    font-size: 0.28rem;
    margin-left: 0.19rem;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .sailors .sailors-list .touxian.h80 {
    float: none;
    width: auto;
    display: inline-block;
    font-size: 0.28rem;
    height: auto;
    vertical-align: top;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .sailors .sailors-list ul.list {
    float: none;
    width: auto;
    display: inline-block;
    font-size: 0.28rem;
    height: auto;
    vertical-align: top;
    max-width: 4.31rem;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .sailors {
    height: auto;
    padding: 0.3rem 0.4rem;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .sailors .sailors-list .touxian {
    width: auto;
    font-size: 0.28rem;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .sailors .sailors-list ul.list li {
    width: auto;
    height: auto;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-leaders .sailors .sailors-list ul.list li a {
    font-size: 0.28rem;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-zyhd {
    position: static;
    height: auto;
    width: auto;
    float: none;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-zyhd ul.zyhd-list li span {
    display: none;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-zyhd .zwgk-coltit {
    text-align: left;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-zyhd ul.zyhd-list li a {
    font-size: 0.32rem;
    line-height: 0.8rem;
    height: auto;
    width: 80%;
    margin-left: 0.1rem;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-zyhd ul.zyhd-list {
    height: auto;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-zyhd ul.zyhd-list li {
    height: auto;
    background-size: 0.1rem 0.1rem;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-zl {
    float: none;
    width: 100%;
    padding-top: 0.4rem;
    height: auto;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-zl .zl-list a.list-item {
    min-width: 45%;
    height: auto;
    margin-bottom: 0.2rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-zl .zl-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.4rem 0.3rem;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-zl .zl-list::before {
    display: none;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-zl .zl-list::after {
    display: none;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-zl .zl-list span {
    display: none;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-zl a.zl-title {
    font-size: 0.4rem;
    background-size: auto;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-zl .zl-list a.list-item:nth-child(2n),
  .nc-zwgk-main1 .zwgk-box1 .zwgk-zl .zl-list a.list-item:nth-child(2n-1) {
    float: none;
  }
  .nc-zwgk-main1 .zwgk-box1 .zwgk-zl .zl-list a.list-item.list-item2 {
    width: 100%;
  }
  .nc-zwgk-main1 .zwgk-box2 .zwgk-list-tab {
    float: none;
    width: 100%;
    height: auto;
  }
  .nc-zwgk-main1 .zwgk-box2 .zwgk-list-tab .tabPanel span.line {
    display: none;
  }
  .nc-zwgk-main1 .zwgk-box2 .zwgk-list-tab .tabPanel {
    height: auto;
  }
  .nc-zwgk-main1 .zwgk-box2 .zwgk-list-tab .tabPanel a.panel {
    height: auto;
    font-size: 0.36rem;
    line-height: 1.8;
    margin-right: 0.5rem;
  }
  .nc-zwgk-main1 .zwgk-box2 .zwgk-list-tab .tabContent ul.tabItem {
    height: auto;
  }
  .nc-zwgk-main1 .zwgk-box2 .zwgk-list-tab .tabContent {
    height: auto;
  }
  .nc-zwgk-main1 .zwgk-box2 .zwgk-list-tab .tabContent ul.tabItem li span {
    display: none;
  }
  .nc-zwgk-main1 .zwgk-box2 .zwgk-list-tab .tabContent ul.tabItem li a {
    width: 80%;
    font-size: 0.32rem;
    line-height: 0.8rem;
    height: auto;
  }
  .nc-zwgk-main1 .zwgk-box2 .zwgk-list-tab .tabContent ul.tabItem li {
    height: auto;
    height: 0.8rem;
    background-size: 0.1rem 0.1rem;
  }
  .nc-zwgk-main1 .zwgk-box2 .xxgk-guide {
    position: static;
    float: none;
    width: 100%;
  }
  .nc-zwgk-main1 .zwgk-box2 .xxgk-guide a.zl-title {
    font-size: 0.4rem;
    background-size: auto;
  }
  .nc-zwgk-main1 .zwgk-box2 .xxgk-guide {
    height: auto;
    padding-top: 0.4rem;
  }
  .nc-zwgk-main1 .zwgk-box2 {
    height: auto;
  }
  .nc-zwgk-main1 .zwgk-box2 .xxgk-guide .zl-list a.list-item:nth-child(2n-1),
  .nc-zwgk-main1 .zwgk-box2 .xxgk-guide .zl-list a.list-item:nth-child(2n) {
    float: none;
  }
  .nc-zwgk-main1 .zwgk-box3 {
    height: auto;
  }
  .nc-zwgk-main1 .zwgk-box2 .xxgk-guide .zl-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.4rem 0.3rem;
  }
  .nc-zwgk-main1 .zwgk-box2 .xxgk-guide .zl-list::before {
    display: none;
  }
  .nc-zwgk-main1 .zwgk-box2 .xxgk-guide .zl-list::after {
    display: none;
  }
  .nc-zwgk-main1 .zwgk-box2 .xxgk-guide .zl-list a.list-item {
    min-width: 45%;
    height: auto;
    margin-bottom: 0.2rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
  }
  .nc-zwgk-main1 .zwgk-box3 .zwgk-wjk {
    float: none;
    width: 100%;
    height: auto;
  }
  .nc-zwgk-main1 .zwgk-box3 .zwgk-wjk span.tit {
    display: block;
    font-weight: 600;
    height: auto;
    border-bottom: 0.01rem solid #dcdcdc;
    width: 100%;
    font-size: 0.36rem;
    line-height: 1rem;
  }
  .nc-zwgk-main1 .zwgk-box3 .zwgk-wjk select {
    width: 1.07rem;
    height: 0.3rem;
    font-size: 0.28rem;
    margin-right: 0.3rem;
  }
  .nc-zwgk-main1 .zwgk-box3 .zwgk-wjk a {
    position: static;
    margin-left: 1.5rem;
  }
  .nc-zwgk-main1 .zwgk-box3 .zwgk-data {
    float: none;
    width: 100%;
    height: 1.4rem;
    line-height: 1.4rem;
    padding: 0;
    padding-left: 0.4rem;
    margin: 0;
    margin-top: 0.34rem;
  }
  .nc-zwgk-main1 .zwgk-box3 .zwgk-data a {
    width: auto;
    height: auto;
    font-size: 0.32rem;
    margin-right: 0.7rem;
    display: inline-block;
    vertical-align: middle;
  }
  .nc-zwgk-main1 .zwgk-box3 .zwgk-xxgksl {
    float: none;
    width: 100%;
    height: 1.4rem;
    line-height: 1.4rem;
    padding: 0;
    padding-left: 0.4rem;
  }
  .nc-zwgk-main1 .zwgk-box3 .zwgk-xxgksl a {
    width: auto;
    height: auto;
    font-size: 0.32rem;
    margin-right: 0.7rem;
    display: inline-block;
    vertical-align: middle;
  }
  .nc-zwgk-main2 .zwgk-box4 .zwgk-wgk .wgk-item.cur {
    width: 95%;
  }
  .nc-zwgk-main2 .zwgk-box4 .zwgk-wgk {
    height: auto;
  }
  .nc-zwgk-main2 .zwgk-box5 .zwgk-zdly {
    float: none;
    width: 100%;
  }
  .nc-zwgk-main2 .zwgk-box4 .zwgk-wgk .wgk-item {
    margin-left: 0;
    margin-right: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .nc-zwgk-main2 .zwgk-box5 .yydhjiantou {
    display: none;
  }
  .nc-zwgk-main2 .zwgk-coltit a {
    font-size: 0.36rem;
  }
  .nc-zwgk-main2 .zwgk-box5 .yydhzwgklunbo1box {
    margin-top: 0.29rem;
  }
  .nc-zwgk-main2 .zwgk-coltit {
    margin-bottom: 0.29rem;
  }
  .nc-zwgk-main2 .zwgk-box5 .zwgk-zwzt {
    float: none;
    margin-top: 0.2rem;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .centerWidth {
    width: 96%;
  }
  .normal-main {
    width: 100%;
  }
  .normal-main .normal-coltit a {
    font-size: 0.32rem;
  }
  .normal-main .normal-local {
    height: auto;
    padding: 0.15rem 0;
    line-height: 0.5rem;
  }
  .normal-main .normal-local img {
    width: 0.22rem;
    height: 0.3rem;
  }
  .normal-main .normal-local a,
  .normal-main .normal-local span {
    font-size: 0.32rem;
  }
  .normal-main .normal-list {
    padding: 0;
  }
  .normal-main .normal-list ul.list-ul {
    height: auto;
  }
  .normal-main .normal-list ul.list-ul li {
    height: 0.8rem;
    padding-left: 2%;
    line-height: 0.8rem;
  }
  .normal-main .normal-list ul.list-ul li a {
    width: 100%;
    font-size: 0.32rem;
  }
  .normal-main .normal-list ul.list-ul li span {
    display: none;
  }
  .normal-main .normal-pic {
    width: 100%;
    height: auto;
    padding: 0.15rem;
    background-color: #f7fafe;
  }
  .normal-main .normal-pic .normal-pic-list {
    width: 100%;
    height: auto;
    padding: 0.1rem 0.3rem;
    background-color: #fff;
  }
  .normal-main .normal-pic .normal-pic-list ul.pic-list {
    width: 100%;
    height: auto;
  }
  .normal-main .normal-pic .normal-pic-list ul.pic-list li {
    position: relative;
    float: left;
    width: 100%;
    height: 4.4rem;
    margin-left: 0;
    margin-bottom: 0.2rem;
  }
  .normal-main .normal-pic .normal-pic-list ul.pic-list li a.img {
    display: block;
    width: auto;
    height: 100%;
  }
  .normal-main .normal-pic .normal-pic-list ul.pic-list li a.img img {
    width: 100%;
    height: 100%;
  }
  .normal-main .normal-pic .normal-pic-list ul.pic-list li a.title {
    position: absolute;
    top: 3.7rem;
    left: 0;
    display: block;
    width: 100%;
    height: 0.7rem;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 0.7rem;
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .normal-main .normal-pic .normal-pic-list ul.pic-list li a.title:hover {
    color: #347cdd;
  }
  .normal-main .normal-pic .normal-pic-list ul.pic-list li:nth-child(3n+1) {
    margin-left: 0;
  }
  .normal-main .normal-pic .normal-pic-list ul.pic-list li:hover {
    box-shadow: 0 0 0.03rem #347cdd;
  }
  .normal-main .normal-page {
    height: 1.8rem;
    padding: 0.45rem 2%;
    box-sizing: border-box;
  }
  .normal-main .normal-page a,
  .normal-main .normal-page span,
  .normal-main .normal-page input,
  .normal-main .normal-page button {
    display: none;
  }
  .normal-main .normal-page a.prev,
  .normal-main .normal-page a.next,
  .normal-main .normal-page span.count {
    display: inline-block;
    width: 1.5rem;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.32rem;
  }
  .normal-main .normal-gl {
    padding: 0;
    background-color: #fff;
  }
  .normal-main .normal-gl .normal-gl-lf {
    float: none;
    width: 100%;
    height: auto;
    padding: 0.15rem 2%;
    background-color: #f7fafe;
  }
  .normal-main .normal-gl .normal-gl-lf ul.gl-guide {
    width: 100%;
  }
  .normal-main .normal-gl .normal-gl-lf ul.gl-guide li {
    width: 100%;
    height: 0.75rem;
    line-height: 0.75rem;
    margin-bottom: 0.15rem;
  }
  .normal-main .normal-gl .normal-gl-lf ul.gl-guide li a {
    font-size: 0.32rem;
  }
  .normal-main .normal-gl .normal-gl-lf ul.gl-guide li:last-child {
    margin-bottom: 0;
  }
  .normal-main .normal-gl .normal-gl-rt {
    float: none;
    width: 100%;
    padding: 0 2%;
  }
  .normal-main .normal-xl {
    padding: 0;
    background-color: #fff;
  }
  .normal-main .normal-xl .xl-con {
    padding: 0;
  }
  .normal-main .normal-xl .xl-con .xl-head {
    height: auto;
    box-sizing: border-box;
    border-bottom: none;
  }
  .normal-main .normal-xl .xl-con .xl-head .row {
    width: 100%;
    height: 1.5rem;
    line-height: 0.75rem;
    border: none;
  }
  .normal-main .normal-xl .xl-con .xl-head .row .theme,
  .normal-main .normal-xl .xl-con .xl-head .row .value {
    display: block;
    float: left;
    height: 0.75rem;
    padding-left: 2%;
    border-bottom: 0.01rem solid #e7ebf5;
    line-height: 0.75rem;
    font-size: 0.28rem;
  }
  .normal-main .normal-xl .xl-con .xl-head .row .theme {
    width: 30%;
    border-right: 0.01rem solid #e7ebf5;
  }
  .normal-main .normal-xl .xl-con .xl-head .row .value {
    border-right: none;
    width: 70%;
  }
  .normal-main .normal-xl .xl-con .xl-title {
    padding: 0.2rem 0.3rem;
  }
  .normal-main .normal-xl .xl-con .xl-title p {
    line-height: 0.56rem;
    font-size: 0.4rem;
  }
  .normal-main .normal-xl .xl-con .xl-func {
    height: auto;
    padding: 0.2rem;
  }
  .normal-main .normal-xl .xl-con .xl-func > span {
    margin: 0 1%;
    color: #999;
    font-size: 0.24rem;
  }
  .normal-main .normal-xl .xl-con .xl-func span.line {
    display: none;
  }
  .normal-main .normal-xl .xl-con .xl-func > span:nth-child(3) {
    display: block;
    float: right;
  }
  .normal-main .normal-xl .xl-con .xl-func .func-flr {
    float: none;
    width: auto;
  }
  .normal-main .normal-xl .xl-con .xl-func .func-flr > a {
    width: 0.56rem;
    height: 0.56rem;
    margin: 0 1%;
    line-height: 0.56rem;
  }
  .normal-main .normal-xl .xl-con .xl-func .func-flr > a.big img {
    width: 0.36rem;
    height: 0.34rem;
  }
  .normal-main .normal-xl .xl-con .xl-func .func-flr > a.small img {
    width: 0.34rem;
    height: 0.28rem;
  }
  .normal-main .normal-xl .xl-con .xl-func .func-flr > a.mid img {
    width: 0.26rem;
    height: 0.28rem;
  }
  .normal-main .normal-xl .xl-con .xl-func .func-flr > a.paste img {
    width: 0.34rem;
    height: 0.34rem;
  }
  .normal-main .normal-xl .xl-con .xl-func .func-flr .func-share {
    float: right;
    height: 0.56rem;
    margin-left: 0;
  }
  .normal-main .normal-xl .xl-con .xl-func .func-flr .func-share span {
    font-size: 0.32rem;
  }
  .normal-main .normal-xl .xl-con .xl-func .func-flr .func-share a {
    width: 0.56rem;
    height: 0.56rem;
  }
  .normal-main .normal-xl .xl-con .xl-article {
    padding: 0;
    line-height: 0.6rem;
    font-size: 0.32rem;
  }
  .normal-main .normal-xl .xl-con .xl-article img {
    max-width: 100%;
  }
  .normal-main .normal-xl .xl-con .xl-qrcode {
    display: none;
  }
  .normal-main .normal-xl .xl-con .yjzj-title {
    height: 0.9rem;
    line-height: 0.9rem;
  }
  .normal-main .normal-xl .xl-con .yjzj-title span {
    height: 0.9rem;
    font-size: 0.36rem;
  }
  .normal-main .normal-xl .xl-con .form-line {
    margin-top: 0;
    box-sizing: border-box;
  }
  .normal-main .normal-xl .xl-con .form-line .title {
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    line-height: 0.9rem;
    text-align: left;
  }
  .normal-main .normal-xl .xl-con .form-line .title i {
    width: 0.3rem;
    font-size: 0.32rem;
  }
  .normal-main .normal-xl .xl-con .form-line .title span.tit {
    width: auto;
    font-size: 0.32rem;
  }
  .normal-main .normal-xl .xl-con .form-line .title span.colon {
    width: 0.4rem;
    font-size: 0.32rem;
  }
  .normal-main .normal-xl .xl-con .form-line .inp,
  .normal-main .normal-xl .xl-con .form-line .inp2 {
    float: none;
    height: auto;
  }
  .normal-main .normal-xl .xl-con .form-line .inp input[type="text"],
  .normal-main .normal-xl .xl-con .form-line .inp2 input[type="text"] {
    width: 96%;
    padding: 0 2%;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.32rem;
  }
  .normal-main .normal-xl .xl-con .form-line .inp {
    width: 100%;
  }
  .normal-main .normal-xl .xl-con .form-line .inp2 {
    float: none;
    width: 100%;
    height: auto;
  }
  .normal-main .normal-xl .xl-con .form-line .inp2 textarea {
    width: 96%;
    padding: 0.1rem 2%;
    line-height: 0.6rem;
    font-size: 0.32rem;
  }
  .normal-main .normal-xl .xl-con .form-line .inp2.inp-captcha input[type="text"] {
    width: 30%;
    margin-right: 0;
  }
  .normal-main .normal-xl .xl-con .form-line .inp2.inp-captcha a {
    line-height: 0.9rem;
    font-size: 0.32rem;
  }
  .normal-main .normal-xl .xl-con .mail-btn a {
    display: block;
    width: 100%;
    height: 0.9rem;
    margin: 0.15rem 0;
    line-height: 0.9rem;
  }
  .normal-main .normal-xl .xl-con .mail-btn a img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .normal-main .normal-xl .xl-con .mail-btn a span {
    font-size: 0.32rem;
  }
  .normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-lf {
    float: none !important;
    width: 100% !important;
    padding: 0 2% !important;
    border-right: none !important;
  }
  .normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt {
    float: none !important;
    width: 100% !important;
    padding: 0 2% !important;
  }
  .normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt .coltit {
    height: 0.9rem;
    line-height: 0.9rem;
  }
  .normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt .coltit img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt .coltit a {
    font-size: 0.36rem;
  }
  .normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt a.zcjd-img {
    height: 4.2rem;
  }
  .normal-main .normal-xl .xl-con .xl-zcjd-box .xl-con-rt a.zcjd-title {
    line-height: 0.5rem;
    font-size: 0.32rem;
  }
  .normal-main .normal-report {
    padding: 0.15rem 2%;
  }
  .normal-main .normal-report .report-lf {
    float: none;
    width: 100%;
    padding: 0 2%;
  }
  .normal-main .normal-report .report-lf .report-coltit {
    height: 1rem;
    line-height: 0.8rem;
    text-align: center;
    background-size: 0.08rem 0.16rem;
  }
  .normal-main .normal-report .report-lf .report-coltit span {
    font-size: 0.36rem;
  }
  .normal-main .normal-report .report-lf .report-tit {
    height: 0.9rem;
    margin-top: 0.2rem;
    padding: 0 2%;
    line-height: 0.9rem;
  }
  .normal-main .normal-report .report-lf .report-tit img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .normal-main .normal-report .report-lf .report-tit span {
    margin-left: 2%;
    font-size: 0.32rem;
  }
  .normal-main .normal-report .report-lf ul.report-list {
    padding: 0.2rem 2%;
  }
  .normal-main .normal-report .report-lf ul.report-list li {
    height: 0.9rem;
    padding-left: 2%;
    background-size: 0.07rem 0.07rem;
    line-height: 0.9rem;
  }
  .normal-main .normal-report .report-lf ul.report-list li a {
    height: 0.9rem;
    font-size: 0.32rem;
  }
  .normal-main .normal-report .report-rt {
    float: none;
    width: 100%;
    padding: 0.2rem 2%;
  }
  .normal-main .normal-report .report-rt .report-guide-title {
    height: 0.9rem;
    line-height: 0.9rem;
  }
  .normal-main .normal-report .report-rt .report-guide-title img {
    width: 0.42rem;
    height: 0.41rem;
  }
  .normal-main .normal-report .report-rt .report-guide-title span {
    margin-left: 2%;
    font-size: 0.36rem;
  }
  .normal-main .normal-report .report-rt .guide-year {
    height: 0.9rem;
    padding-left: 12%;
    line-height: 0.9rem;
    background-size: 0.42rem 0.41rem;
  }
  .normal-main .normal-report .report-rt .guide-year.cur,
  .normal-main .normal-report .report-rt .guide-year:hover {
    background-size: 0.42rem 0.41rem;
  }
  .normal-main .normal-report .report-rt .guide-year span {
    font-size: 0.32rem;
  }
  .normal-main .normal-report .report-rt ul.guide-year-list {
    padding: 0 2%;
  }
  .normal-main .normal-report .report-rt ul.guide-year-list li {
    height: 0.9rem;
    line-height: 0.9rem;
  }
  .normal-main .normal-report .report-rt ul.guide-year-list li a {
    height: 0.9rem;
    padding-left: 10%;
    line-height: 0.9rem;
    font-size: 0.32rem;
    background-size: 0.32rem 0.4rem;
  }
  .normal-main .normal-leader {
    padding: 0.2rem 2%;
  }
  .normal-main .normal-leader .tabPanel {
    height: 0.9rem;
    line-height: 0.9rem;
  }
  .normal-main .normal-leader .tabPanel a.panel {
    width: 50%;
    height: 0.9rem;
    margin: 0;
    font-size: 0.32rem;
    text-align: center;
  }
  .normal-main .normal-leader .tabPanel a.panel.cur {
    background-size: 50% 0.08rem;
  }
  .normal-main .normal-leader .tabPanel span.line {
    display: none;
  }
  .normal-main .normal-leader .tabContent {
    padding: 0.3rem 2%;
  }
  .normal-main .normal-leader .tabContent .tabItem .leader-box {
    border-bottom: 0.01rem solid #dcdcdc;
  }
  .normal-main .normal-leader .tabContent .tabItem .leader-box .box-lf {
    float: none;
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
  }
  .normal-main .normal-leader .tabContent .tabItem .leader-box .box-lf span {
    font-size: 0.32rem;
  }
  .normal-main .normal-leader .tabContent .tabItem .leader-box .box-rt {
    float: none;
    width: 100%;
  }
  .normal-main .normal-leader .tabContent .tabItem .leader-box .box-rt ul {
    text-align: center;
  }
  .normal-main .normal-leader .tabContent .tabItem .leader-box .box-rt ul li {
    float: none;
    display: inline-block;
    width: 33%;
    height: 3.6rem;
    margin: 0 5%;
  }
  .normal-main .normal-leader .tabContent .tabItem .leader-box .box-rt ul li a.img {
    height: 2.85rem;
  }
  .normal-main .normal-leader .tabContent .tabItem .leader-box .box-rt ul li a.name {
    height: 0.75rem;
    line-height: 0.75rem;
    font-size: 0.32rem;
  }
  .normal-main .normal-leader .leader-coltit {
    height: 0.9rem;
    padding-left: 2%;
    background-size: 0.04rem 0.28rem;
    line-height: 0.9rem;
  }
  .normal-main .normal-leader .leader-coltit span {
    font-size: 0.36rem;
  }
  .normal-main .normal-leader .leader-div .leader-img {
    float: none;
    width: 2.1rem;
    height: 2.6rem;
    margin: 0 auto;
  }
  .normal-main .normal-leader .leader-div .leader-intro {
    float: none;
    width: 100%;
  }
  .normal-main .normal-leader .leader-div .leader-intro .intro-name {
    width: 100%;
    height: auto;
  }
  .normal-main .normal-leader .leader-div .leader-intro .intro-name .touxian {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    text-align: center;
  }
  .normal-main .normal-leader .leader-div .leader-intro .intro-name .name {
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.4rem;
    text-align: center;
  }
  .normal-main .normal-leader .leader-div .leader-intro .intro-resume .resume-con {
    padding-left: 2%;
    line-height: 0.4rem;
    font-size: 0.28rem;
  }
  .normal-main .normal-leader .leader-div .leader-fg p {
    padding-left: 2%;
    line-height: 0.4rem;
    font-size: 0.28rem;
  }
  .normal-main .normal-leader .leader-div .leader-act ul.act-list {
    padding: 0.1rem 2%;
  }
  .normal-main .normal-leader .leader-div .leader-act ul.act-list li {
    height: auto;
    padding-left: 2%;
    margin-bottom: 0.2rem;
    background-position-y: 0.2rem;
    background-size: 0.06rem 0.06rem;
    line-height: 0.4rem;
  }
  .normal-main .normal-leader .leader-div .leader-act ul.act-list li a {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0.4rem;
    font-size: 0.32rem;
    overflow: auto;
    white-space: normal;
    text-overflow: unset;
  }
  .normal-main .normal-leader .leader-div .leader-act ul.act-list li span {
    float: none;
    display: block;
    margin-top: 0.1rem;
    font-size: 0.28rem;
  }
  .normal-main .normal-leader .leader-div .leader-pics .pics-box {
    float: none;
    width: 100%;
    height: 3.9rem;
    margin-right: 0;
  }
  .normal-main .normal-leader .leader-div .leader-pics .pics-box a.title {
    top: 3.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.32rem;
  }
  .normal-main .normal-leader .leader-div .leader-pics .pics-box:nth-of-type(n+3) {
    display: none;
  }
  .normal-main .normal-leader .leader-div:first-child {
    background-image: none;
  }
}

.cebian-btn {
  display: none;
}
.cebian-box {
  display: none;
}
@media screen and (max-width: 768px) {
  .cebian-box {
    display: block;
    position: relative;
    width: 3.07rem;
    height: 100%;
    background-color: #2773c8;
    opacity: 0.9;
    position: fixed;
    right: -3.07rem;
    top: 0;
    z-index: 999;
    transition: 0.3s all;
    padding: 0.27rem 0.47rem;
  }
  .cebian-box .bottom {
    padding-top: 0.31rem;
    padding-bottom: 0.29rem;
    width: calc(100% - 0.94rem);
    display: flex;
    justify-content: space-between;
    border-top: 0.01rem solid #fff;
    position: absolute;
    bottom: 0;
    left: 0.47rem;
  }
  .cebian-box .bottom > a:first-child {
    border-right: 0.01rem solid #fff;
    padding-right: 0.51rem;
  }
  .cebian-box .bottom > a:first-child img {
    width: 0.48rem;
    height: 0.39rem;
  }
  .cebian-box .bottom > a:first-child p {
    font-family: MicrosoftYaHei;
    font-size: 0.28rem;
    color: #ffffff;
  }
  .cebian-box .bottom > a:last-child {
    padding-left: 0.47rem;
  }
  .cebian-box .bottom > a:last-child img {
    width: 0.48rem;
    height: 0.39rem;
  }
  .cebian-box .bottom > a:last-child p {
    font-family: MicrosoftYaHei;
    font-size: 0.28rem;
    color: #ffffff;
  }
  .cebian-box .top {
    display: flex;
    padding: 0 0.13rem;
    justify-content: space-between;
    padding-bottom: 0.21rem;
    border-bottom: 0.01rem solid #fff;
  }
  .cebian-box .top > a:nth-child(1) {
    padding-right: 0.36rem;
    border-right: 0.01rem solid #fff;
  }
  .cebian-box .top > a:nth-child(2) {
    padding-left: 0.36rem;
  }
  .cebian-box .top a {
    font-family: MicrosoftYaHei;
    font-size: 0.28rem;
    color: #ffffff;
  }
  .cebian-box ul {
    width: 100%;
    margin-top: 1.01rem;
  }
  .cebian-box ul li {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .cebian-box ul li a {
    font-family: MicrosoftYaHei;
    font-size: 0.32rem;
    color: #ffffff;
    text-align: left;
  }
  .normal-main .normal-mail .mail-head {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.36rem;
    background: url(/images/nm-mail-headBg1.png) #f6f9fd no-repeat center center;
    background-size: 100%;
  }
  .normal-main .normal-mail .mail-xxxz {
    padding: 0.3rem 3%;
  }
  .normal-main .normal-mail .mail-xxxz p {
    text-indent: 0 !important;
    font-size: 0.32rem;
  }
  .normal-main .normal-mail .mail-btn a {
    width: 94%;
    display: block;
    margin-bottom: 0.24rem;
    margin-left: 3%;
    height: 0.88rem;
    line-height: 0.88rem;
    font-size: 0.32rem;
  }
  .normal-main .normal-mail .mail-btn > a:nth-child(1) {
    background-color: #3e87ea;
  }
  .normal-main .normal-mail .mail-btn > a:nth-child(2) {
    color: #999;
  }
  /*kaishi*/
  .normal-main .normal-mail .mail-form {
    padding: 0 0.24rem;
  }
  .normal-main .normal-mail .mail-form .form-line {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .normal-main .normal-mail .mail-form .form-line .title {
    float: none;
    margin-bottom: .25rem;
    display: block;
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-top: .4rem;
  }
  .normal-main .normal-mail .mail-form .form-line .title i {
    display: inline-block;
    width: 0.3rem;
    font-size: 0.28rem;
    color: #ee1d1d;
    text-align: center;
  }
  .normal-main .normal-mail .mail-form .form-line .title span.tit {
    display: inline-block;
    width: auto;
    min-width: 1.38rem;
    font-size: 0.32rem;
    color: #333;
    text-align-last: justify;
    text-align: justify;
    text-justify: inter-character;
    vertical-align: top;
  }
  .normal-main .normal-mail .mail-form .form-line .title span.tit:after{
    display: inline-block;
    content:"";
    width:100%;
  }
  .normal-main .normal-mail .mail-form .form-line .title span.colon {
    display: inline-block;
    width: 0.2rem;
    font-size: 0.32rem;
    color: #333;
  }
  .normal-main .normal-mail .mail-form .form-line .inp,
  .normal-main .normal-mail .mail-form .form-line .inp2 {
    float: none;
  }
  .normal-main .normal-mail .mail-form .form-line .inp input[type="text"],
  .normal-main .normal-mail .mail-form .form-line .inp2 input[type="text"] {
    display: block;
    height: 0.46rem;
    padding: 0 0.15rem;
    line-height: 0.46rem;
    border: 0.01rem solid #e2e8f1;
    border-radius: 0.08rem;
    font-size: 0.16rem;
    color: #333;
  }
  .normal-main .normal-mail .mail-form .form-line .inp input[type="radio"],
  .normal-main .normal-mail .mail-form .form-line .inp2 input[type="radio"],
  .normal-main .normal-mail .mail-form .form-line .inp label,
  .normal-main .normal-mail .mail-form .form-line .inp2 label {
    display: inline-block;
    margin-right: .3rem;
    line-height: 0.46rem;
    font-size: 0.32rem;
    color: #333;
    vertical-align: middle;
  }
  .normal-main .normal-mail .mail-form .form-line .inp label,
  .normal-main .normal-mail .mail-form .form-line .inp2 label {
    margin-right: 14%;
  }
  .normal-main .normal-mail .mail-form .form-line .inp {
    width: 100%;
    height: 0.88rem;
    line-height: .88rem;
    border-radius: 0.08rem;
  }
  .normal-main .normal-mail .mail-form .form-line .inp input[type="text"] {
    width: 98%;
    height: 0.88rem;
    font-size: 0.32rem;
    padding: 0;
    padding-left: 2%;
    background-color: #f9fbfd;
    border: .01rem solid #e2e8f1;
    border-radius: 0.08rem;
  }
  .normal-main .normal-mail .mail-form .form-line .inp2 {
    float: none;
    width: 100%;
    display: block;
    line-height: .8rem;
  }
  .normal-main .normal-mail .mail-form .form-line .inp2 input[type="text"] {
    width: 98%;
    height: 0.88rem;
    font-size: 0.32rem;
    padding: 0;
    padding-left: 2%;
    background-color: #f9fbfd;
    border: .01rem solid #e2e8f1;
    border-radius: 0.08rem;
  }
  .normal-main .normal-mail .mail-form .form-line .inp2 textarea {
    width: 96%;
    height: 2.75rem;
    background-color: #f9fbfd;
    font-size: .32rem;
    padding: 2%;
    vertical-align: top;
    line-height: .5rem;
  }
  .normal-main .normal-mail .mail-form .form-line .inp2 > a.file {
    position: relative;
    display: block;
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    background-color: #347cdd;
    border-radius: 0.08rem;
    text-align: center;
  }
  .normal-main .normal-mail .mail-form .form-line .inp2 > a.file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0.88rem;
    line-height: .88rem;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
  }
  .normal-main .normal-mail .mail-form .form-line .inp2 > a.file span {
    font-size: 0.32rem;
    color: #fff;
  }
  .normal-main .normal-mail .mail-form .form-line .inp2 p {
    margin-top: 0.2rem;
    font-size: 0.32rem;
    color: #666;
    word-break: break-all;
    line-height: .6rem;
  }
  .normal-main .normal-mail .mail-form .form-line .inp2 > select{
    height: .8rem;
  }
  .normal-main .normal-mail .mail-form .form-line .inp2 > span{
    font-size: .32rem;
    margin-left: .2rem;
  }
  .normal-main .normal-mail .mail-form .form-line .inp2.inp-captcha input[type="text"] {
    display: inline-block;
    width: 2rem;
    margin-right: 0.1rem;
    font-size: .32rem;
  }
  .normal-main .normal-mail .mail-form .form-line .inp2.inp-captcha a {
    display: inline-block;
    margin-left: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    vertical-align: middle;
  }
  .normal-main .normal-mail .mail-form .form-line .inp2.inp-captcha a:hover {
    color: #347cdd;
  }
  .normal-main .normal-mail .mail-form .form-line .inp2.inp-captcha img{
    height: .8rem;
  }
  /*jieshu*/
  .normal-main .normal-mail .mail-btn.mail-btn2 {
    margin-top: 0.48rem;
  }
  .normal-main .normal-mail .mail-btn.mail-btn2 a img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .normal-main .normal-mail .mail-btn.mail-btn2 a span {
    font-size: 0.32rem;
  }
  .normal-main .normal-mail .mail-query {
    height: auto;
    border: none;
  }
  .normal-main .normal-mail .mail-query .tit {
    display: block !important;
    width: 100% !important;
    height: 0.88rem;
    background-size: 0.6rem 0.52rem !important;
    font-size: 0.36rem !important;
    line-height: 0.88rem;
    text-align: left !important;
    padding-left: 0.72rem;
    border-radius: 0.08rem;
  }
  .normal-main .normal-mail .mail-query input {
    width: 100%;
    display: block;
    height: 0.88rem;
    border: solid 0.01rem #e1e7f0;
    margin-top: 0.24rem;
    padding: 0;
    border-radius: 0.08rem;
    font-size: 0.32rem;
    text-indent: 0.28rem;
  }
  .normal-main .normal-mail .mail-query a {
    width: 1.68rem;
    height: 0.72rem;
    background-color: #fff;
    border-radius: 0.08rem;
    margin-top: 0.06rem;
    margin-right: 0.08rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .normal-main .normal-mail .mail-query a > img:nth-child(1) {
    display: none;
  }
  .normal-main .normal-mail .mail-query a .myimg {
    display: block !important;
    width: 0.33rem;
    height: 0.34rem;
  }
  .normal-main .normal-mail .mail-query a span {
    font-size: 0.28rem;
    color: #347cdd;
  }
  .normal-main .normal-mail .mail-count {
    margin-top: 0.48rem;
  }
  .normal-main .normal-mail .mail-count .count-title {
    height: 0.88rem;
    line-height: 0.88rem;
  }
  .normal-main .normal-mail .mail-count .count-title img {
    display: none;
  }
  .normal-main .normal-mail .mail-count .count-title span {
    font-size: 0.32rem;
    margin-left: 0.49rem;
  }
  .normal-main .normal-mail .mail-count .count-data .data-item {
    width: 30.8%;
    height: 1.7rem;
    margin-left: 3.5%;
  }
  .normal-main .normal-mail .mail-count .count-data .data-item .num {
    height: 0.85rem;
    font-size: 0.32rem;
    line-height: 0.85rem;
  }
  .normal-main .normal-mail .mail-count .count-data .data-item .tit {
    height: 0.85rem;
    line-height: 0.85rem;
    font-size: 0.28rem;
  }
  .normal-main .normal-mail .mail-list {
    margin-top: 0.48rem;
  }
  .normal-main .normal-mail .mail-list .list-item {
    height: auto;
  }
  .normal-main .normal-mail .mail-list .list-item a.title {
    font-size: 0.32rem;
    background-size: 0.07rem 0.07rem;
  }
  .normal-main .normal-mail .mail-list .list-item .others {
    margin-top: 0.2rem;
    height: auto;
  }
  .normal-main .normal-mail .mail-list .list-item .others .others-box span.tit {
    font-size: 0.28rem;
  }
  .normal-main .normal-mail .mail-list .list-item .others .others-box span {
    font-size: 0.28rem;
  }
  .normal-main .normal-mail .mail-detail .title {
    padding: 0.48rem 0.24rem;
  }
  .normal-main .normal-mail .mail-detail .title .img {
    line-height: 0.94rem;
    width: 0.64rem;
    height: 0.64rem;
  }
  .normal-main .normal-mail .mail-detail .title .title-flr {
    width: 80%;
  }
  .normal-main .normal-mail .mail-detail .title .title-flr span.tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.32rem;
    font-weight: 600;
  }
  .normal-main .normal-mail .mail-detail .title .title-flr span.time {
    font-size: 0.28rem;
    margin-top: 0.23rem;
  }
  .normal-main .normal-mail .mail-detail .content {
    font-size: 0.32rem;
  }
  .normal-main .normal-mail .zxft-detail-title {
    height: 1.57rem;
    line-height: 0.52rem;
    font-size: 0.32rem;
    padding: 0 1.45rem;
    padding-top: 0.3rem;
  }
  .normal-main .normal-mail .zxft-detail-con .detail-intro .intro-lf {
    width: 100%;
    height: 3.7rem;
  }
  .normal-main .normal-mail .zxft-detail-con .detail-intro .intro-rt {
    width: 100%;
    margin-top: 0.48rem;
  }
  .normal-main .normal-mail .zxft-detail-con .detail-intro .intro-rt span.tit {
    font-size: 0.32rem;
  }
  .normal-main .normal-mail .zxft-detail-con .detail-intro .intro-rt span {
    font-size: 0.32rem;
    margin-top: 0.2rem;
  }
  .normal-main .normal-mail .zxft-detail-con .detail-intro .intro-rt p {
    font-size: 0.32rem;
    margin-top: 0.2rem;
    line-height: 0.6rem;
  }
  .normal-main .normal-mail .zxft-detail-con .detail-box {
    margin-top: 0.48rem;
  }
  .normal-main .normal-mail .zxft-detail-con .detail-box .box-title {
    line-height: 0;
  }
  .normal-main .normal-mail .zxft-detail-con .detail-box .box-title span {
    font-size: 0.32rem;
  }
  .normal-main .normal-mail .zxft-detail-con .detail-box .box-txt span.tit {
    font-size: 0.32rem;
  }
  .normal-main .normal-mail .zxft-detail-con .detail-box .box-txt .content {
    font-size: 0.32rem;
  }
  .normal-main .normal-mail .zxft-detail-con .detail-box .box-lunbo {
    width: 100%;
    height: 4.48rem;
  }
  .normal-main .normal-mail .zxft-detail-con .detail-box .box-lunbo a.lunbo-img {
    width: 100% !important;
    height: auto !important;
    margin: 0;
  }
  .normal-main .normal-mail .zxft-detail-con .detail-box .box-lunbo a.lunbo-img img {
    width: 100% !important;
    height: 4.48rem !important;
  }
  .normal-main .normal-mail .zxft-detail-con .detail-box .box-lunbo .swiper-button-next {
    top: 1.5rem;
    width: 0.8rem;
    height: 1.48rem;
    right: 0;
  }
  .normal-main .normal-mail .zxft-detail-con .detail-box .box-lunbo .swiper-button-prev {
    top: 1.5rem;
    width: 0.8rem;
    height: 1.48rem;
    left: 0;
  }
  .normal-main .normal-xl .xl-con .form-line .inp2 {
    position: relative;
  }
  .normal-main .normal-xl .xl-con .form-line .inp2.inp-captcha input[type="text"] {
    width: 100%;
    padding: 0;
    text-indent: 2%;
  }
  .normal-main .normal-xl .xl-con .form-line .inp2.inp-captcha img {
    position: absolute;
    right: 0.07rem;
    top: 0.1rem;
  }
  .normal-main .normal-xl .xl-con .form-line .inp2.inp-captcha a {
    display: none;
  }
  .nc-zcwj-main .zcwj-box1 {
    height: auto;
  }
  .nc-zcwj-main .zcwj-box1 .zcwj-search-title {
    font-size: 0.36rem;
    text-align: center;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    height: auto;
  }
  .nc-zcwj-main .zcwj-box1 .zcwj-line {
    width: 100%;
    height: auto;
  }
  .nc-zcwj-main .zcwj-box1 .zcwj-line .ss {
    display: none;
  }
  .nc-zcwj-main .zcwj-box1 .zcwj-line .btn {
    width: 48%;
    height: 0.8rem;
  }
  .nc-zcwj-main .zcwj-box1 .zcwj-line .btn1 {
    margin-right: 3.8%;
    margin-bottom: 0.31rem;
  }
  .nc-zcwj-main .zcwj-box1 .zcwj-line .inp-item {
    width: 100%;
    height: 0.81rem;
    margin-bottom: 0.18rem;
  }
  .nc-zcwj-main .zcwj-box1 .zcwj-line .inp-item span {
    width: 1.4rem;
    font-size: 0.28rem;
    line-height: 0.81rem;
    height: auto;
  }
  .nc-zcwj-main .zcwj-box1 .zcwj-line .inp-item .wzh {
    width: 1.7rem;
  }
  .nc-zcwj-main .zcwj-box1 .zcwj-line .inp-item input {
    height: 0.81rem;
    width: 70%;
  }
  .nc-zcwj-main .zcwj-box2 {
    margin-top: 0.6rem;
  }
  .nc-zcwj-main .zcwj-box2 .zcwj-guide {
    width: 100%;
    float: none;
    margin-bottom: 0.6rem;
  }
  .nc-zcwj-main .zcwj-box2 .zcwj-guide .guide-tit {
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.1rem 0.1rem 0rem 0rem;
  }
  .nc-zcwj-main .zcwj-box2 .zcwj-guide .guide-tit img {
    width: 0.32rem;
    height: 0.24rem;
  }
  .nc-zcwj-main .zcwj-box2 .zcwj-guide .guide-tit span {
    font-size: 0.32rem;
  }
  .nc-zcwj-main .zcwj-box2 .zcwj-guide .guide-type {
    height: 1rem;
    line-height: 1rem;
    padding-left: 0.45rem;
  }
  .nc-zcwj-main .zcwj-box2 .zcwj-guide .guide-type img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .nc-zcwj-main .zcwj-box2 .zcwj-guide .guide-type span {
    font-size: 0.32rem;
    height: auto;
  }
  .nc-zcwj-main .zcwj-box2 .zcwj-guide .guide-type .plus {
    width: 0.4rem;
    height: 0.4rem;
    top: 0.3rem;
    right: 0.3rem;
  }
  .nc-zcwj-main .zcwj-box2 .zcwj-guide .guide-type-list {
    height: 7.4rem;
    overflow-y: scroll;
  }
  .nc-zcwj-main .zcwj-box2 .zcwj-guide .guide-type-list .item {
    margin-bottom: 0.4rem;
  }
  .nc-zcwj-main .zcwj-box2 .zcwj-guide .guide-type-list .item .more {
    width: 0.3rem;
    height: 0.3rem;
  }
  .nc-zcwj-main .zcwj-box2 .zcwj-guide .guide-type-list .item a {
    font-size: 0.32rem;
  }
  .nc-zcwj-main .zcwj-box2 .zcwj-list {
    float: none;
    width: 100%;
  }
  .nc-zcwj-main .zcwj-box2 .zcwj-list .list-head {
    display: none;
  }
  .nc-zcwj-main .zcwj-box2 .zcwj-list .list-con .list-item {
    padding: 0.46rem 0.36rem 0rem 0.36rem;
    padding-left: 0.36rem;
  }
  .nc-zcwj-main .zcwj-box2 .zcwj-list .list-con .list-item span.num {
    display: none;
  }
  .nc-zcwj-main .zcwj-box2 .zcwj-list .list-con .list-item a.title {
    width: 100%;
    font-size: 0.32rem;
    line-height: 0.46rem;
  }
  .nc-zcwj-main .zcwj-box2 .zcwj-list .list-con .list-item span.fwzh {
    margin-bottom: 0.25rem;
    margin-top: 0.1rem;
    width: auto;
    color: #999999;
    font-size: 0.28rem;
    padding-right: 0.28rem;
    border-right: 0.02rem solid #999;
  }
  .nc-zcwj-main .zcwj-box2 .zcwj-list .list-con .list-item span.date {
    margin-top: 0.1rem;
    margin-bottom: 0.25rem;
    padding-left: 0.28rem;
    width: auto;
    color: #999999;
    font-size: 0.28rem;
  }
  .nc-zcwj-main .zcwj-box2 .zcwj-guide .guide-type.cur .plus {
    width: 0.4rem;
    height: 0.4rem;
    background-size: 0.4rem 0.04rem;
  }
  .normal-page {
    height: 1.8rem;
    padding: 0.45rem 2%;
    box-sizing: border-box;
    text-align: center;
  }
  .normal-page a,
  .normal-page span,
  .normal-page input,
  .normal-page button {
    display: none;
  }
  .normal-page a.prev,
  .normal-page a.next,
  .normal-page span.count {
    display: inline-block;
    width: 1.5rem;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.32rem;
    border: 0.01rem solid #dcdcdc;
    margin: 0 0.05rem;
  }
}
.jigouzhineng {
  padding: 0;
  border: none;
  background-color: #fff;
}
.jigouzhineng .jigouzhineng-neirong {
  width: 12rem;
  margin: auto;
}
.jigouzhineng .xinjianneirong {
  background-color: #f7fafe;
  padding: 0.42rem 0.3rem 0.23rem;
}
.jigouzhineng .xinjianneirong .biaoti a {
  text-align: center;
  position: relative;
  display: block;
}
.jigouzhineng .xinjianneirong .biaoti img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}
.jigouzhineng .xinjianneirong .biaoti p {
  font-family: SourceHanSerifSC-Bold;
  font-size: 0.4rem;
  color: #333;
  font-weight: 600;
}
.jigouzhineng .xinjianneirong .qiehuan {
  margin-top: 0.31rem;
  overflow: hidden;
}
.jigouzhineng .xinjianneirong .qiehuan .wrap {
  margin-right: -0.2rem;
}
.jigouzhineng .xinjianneirong .qiehuan .anniu {
  display: block;
  width: 3.66rem;
  height: 0.82rem;
  line-height: 0.82rem;
  margin-right: 0.2rem;
  background-image: linear-gradient(0deg, #77a9ec 0%, #3e87ea 100%);
  border-radius: 0.14rem;
}
.jigouzhineng .xinjianneirong .qiehuan .anniu img {
  margin-left: 0.34rem;
  width: 0.29rem;
  height: 0.39rem;
}
.jigouzhineng .xinjianneirong .qiehuan .anniu img.dh {
  width: 0.38rem;
  height: 0.35rem;
}
.jigouzhineng .xinjianneirong .qiehuan .anniu img.sj {
  width: 0.38rem;
  height: 0.36rem;
}
.jigouzhineng .xinjianneirong .qiehuan .anniu .shu {
  margin-left: 0.1rem;
  vertical-align: middle;
  display: inline-block;
  width: 0.01rem;
  height: 0.38rem;
  background-color: #ffffff;
}
.jigouzhineng .xinjianneirong .qiehuan .anniu .wenben {
  margin-left: 0.15rem;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.jigouzhineng .xinjianneirong .qiehuan .anniu .wenben p {
  color: #fff;
  width:2.5rem;
}
.jigouzhineng .xinjianneirong .qiehuan .anniu .wenben p:nth-child(1) {
  font-family: SourceHanSansCN-Bold;
  font-size: 0.18rem;
  font-weight: 600;
}
.jigouzhineng .xinjianneirong .qiehuan .anniu .wenben p:nth-child(2) {
  font-family: SourceHanSansCN-Regular;
  font-size: 0.16rem;
}
.jigouzhineng .xinjianneirong .jianbian {
  margin-top: 0.36rem;
}
.jigouzhineng .xinjianneirong .jianbian img {
  width: 100%;
  height: auto;
}
.jigouzhineng .xinjianneirong .dibu {
  display: block;
  margin-top: 0.16rem;
  padding: 0.3rem 0.23rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
}
.jigouzhineng .xinjianneirong .dibu .zuo li {
  margin-bottom: 0.14rem;
}
.jigouzhineng .xinjianneirong .dibu .zuo a {
  text-align: center;
  width: 1.8rem;
  height: 1rem;
  line-height: 1rem;
  background-color: #edf5fe;
  border-radius: 0.1rem;
  display: inline-block;
}
.jigouzhineng .xinjianneirong .dibu .zuo a .neirong {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.jigouzhineng .xinjianneirong .dibu .zuo a .neirong img {
  width: 0.39rem;
  height: 0.29rem;
}
.jigouzhineng .xinjianneirong .dibu .zuo a .neirong img:nth-child(2) {
  display: none;
}
.jigouzhineng .xinjianneirong .dibu .zuo a .neirong p {
  margin-top: 0.08rem;
  font-family: MicrosoftYaHei;
  font-size: 0.18rem;
  color: #333;
}
.jigouzhineng .xinjianneirong .dibu .zuo a:hover {
  background-color: #4088ea;
}
.jigouzhineng .xinjianneirong .dibu .zuo a:hover .neirong p {
  color: #fff;
}
.jigouzhineng .xinjianneirong .dibu .zuo a:hover .neirong img:nth-child(1) {
  display: none;
}
.jigouzhineng .xinjianneirong .dibu .zuo a:hover .neirong img:nth-child(2) {
  display: inline-block;
}
.jigouzhineng .xinjianneirong .dibu .zuo .active {
  background-color: #4088ea;
}
.jigouzhineng .xinjianneirong .dibu .zuo .active .neirong p {
  color: #fff;
}
.jigouzhineng .xinjianneirong .dibu .zuo .active .neirong img:nth-child(1) {
  display: none;
}
.jigouzhineng .xinjianneirong .dibu .zuo .active .neirong img:nth-child(2) {
  display: inline-block;
}
.jigouzhineng .xinjianneirong .dibu .you {
  width: 8.7rem;
}
.jigouzhineng .xinjianneirong .dibu .you .biaoti {
  line-height: 0.3rem;
}
.jigouzhineng .xinjianneirong .dibu .you .biaoti .shukuai {
  vertical-align: middle;
  display: inline-block;
  width: 0.04rem;
  height: 0.18rem;
  background-color: #3070e3;
  border-radius: 0.015rem;
}
.jigouzhineng .xinjianneirong .dibu .you .biaoti span {
  margin-left: 0.14rem;
  vertical-align: middle;
  font-family: MicrosoftYaHei-Bold;
  font-size: 0.18rem;
  font-weight: 600;
  color: #333;
}
.jigouzhineng .xinjianneirong .dibu .you .neirong {
  margin-top: 0.34rem;
}
.jigouzhineng .xinjianneirong .dibu .you .neirong p {
  font-family: MicrosoftYaHei;
  font-size: 0.16rem;
  color: #333;
  line-height: 0.36rem;
}
.jigouzhineng .xinjianneirong .dibu .top-show {
  display: block;
}
.jigouzhineng .xinjianneirong .dibu .top-hiden {
  display: none;
}
@media screen and (max-width: 768px){
.jigouzhineng {
    width: 100%;
    padding: 0.2rem !important;
    box-sizing: border-box;
  }
  .jigouzhineng .jigouzhineng-neirong {
    width: 100% !important;
    box-sizing: border-box;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .biaoti {
    width: 100%;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .biaoti a {
    display: block;
    width: 100%;
    min-height: 0.45rem;
    font-size: 0;
    vertical-align: top;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .biaoti a::before,
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .biaoti a::after {
    content: '';
    display: inline-block;
    width: 0.6rem;
    height: 100%;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .biaoti a::before {
    margin-right: 0.3rem;
    background: url(/images/jgzn-tit-lf.png) no-repeat center 0.25rem;
    background-size: contain;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .biaoti a::after {
    margin-left: 0.3rem;
    /* background: url(/images/jgzn-tit-rt.png) no-repeat center 0.25rem; */
    background-size: contain;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .biaoti a img {
    display: none;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .biaoti a p {
    display: inline-block;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .qiehuan {
    width: 100%;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .qiehuan .wrap {
    width: 100%;
    height: auto;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .qiehuan .wrap .anniu {
    float: none;
    width: 100%;
    height: auto;
    min-height: 1.2rem;
    margin-top: 0.2rem;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .qiehuan .wrap .anniu img,
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .qiehuan .wrap .anniu img.dh,
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .qiehuan .wrap .anniu img.sj {
    width: 0.41rem;
    height: auto;
    vertical-align: top;
    margin-top: 0.35rem;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .qiehuan .wrap .anniu img.dh,
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .qiehuan .wrap .anniu img.sj {
    width: 0.45rem;
    margin-top: 0.4rem;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .qiehuan .wrap .anniu .shu {
    height: 0.68rem;
    margin-top: 0.24rem;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .qiehuan .wrap .anniu .wenben {
    margin-top: 0.24rem;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .qiehuan .wrap .anniu .wenben p:first-child,
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .qiehuan .wrap .anniu .wenben p:last-child {
    font-size: 0.28rem;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .dibu {
    border-radius: 0;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .dibu .zuo.lf {
    float: none;
    width: 100%;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .dibu .zuo.lf ul {
    width: 100%;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .dibu .zuo.lf ul li {
    display: inline-block;
    width: 50%;
    height: auto;
    text-align: center;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .dibu .zuo.lf ul li a {
    width: 95%;
    height: 1.65rem;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .dibu .zuo.lf ul li a .neirong img {
    width: auto;
    height: 0.5rem;
    margin-top: 0.4rem;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .dibu .zuo.lf ul li a .neirong p {
    margin-top: 0.14rem;
    font-size: 0.3rem;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .dibu .you.rt {
    float: none;
    width: 100%;
    padding: 0.4rem;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .dibu .you.rt .biaoti {
    width: 100%;
    height: 0.33rem;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .dibu .you.rt .biaoti .shukuai {
    width: 0.06rem;
    height: 0.33rem;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .dibu .you.rt .biaoti span {
    font-size: 0.32rem;
  }
  .jigouzhineng .jigouzhineng-neirong .xinjianneirong .dibu .you.rt .neirong p {
    font-size: 0.32rem !important;
    line-height: 0.6rem !important;
  }
  .jigouzhineng .xinjianneirong .qiehuan .anniu .wenben p{
    width: auto !important;
  }
}
 