.showIn-pic {
  display: block !important;
}

.showIn-mp {
  display: none !important;
}

.ani-bigger {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ani-bigger:hover {
  transform: scale(1.0211);
  -webkit-transform: scale(1.0211);
  -moz-transform: scale(1.0211);
  -o-transform: scale(1.0211);
  -ms-transform: scale(1.0211);
}

.ani-fadeInToTop {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: translate(0, 25px);
  -webkit-transform: translate(0, 25px);
  -moz-transform: translate(0, 25px);
  -o-transform: translate(0, 25px);
  -ms-transform: translate(0, 25px);
  opacity: 0;
}

.ani-fadeInToTop.on {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

.ani-smallUp {
  -webkit-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  -moz-transform: translate(0, 40px);
  -o-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
}

.ani-smallUp.on {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

.ani-listSmallUp li {
  -webkit-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  -moz-transform: translate(0, 40px);
  -o-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  opacity: 0;
}

.ani-listSmallUp li.on {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  opacity: 1;
}

body {
  font-family: 'Microsoft YaHei';
}

.container {
  max-width: 1260px;
  margin: 0 auto;
}

.line-g {
  background: #f3f3f3;
}

@media screen and (max-width: 1440px) {
  .container {
    margin: 0 3%;
    max-width: none;
  }
}

@media screen and (max-width: 640px) {
  .container {
    margin: 0 5%;
  }
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.comp-summary-cont {
  position: relative;
}

.beautify-arr {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: url("../../../images/xinzheng/icon-p-1.png") left top no-repeat;
}

.header {
  padding: 2.1% 4.7%;
}

.header .logo {
  width: 190px;
  float: left;
}

.header .logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header .nav {
  float: right;
  margin-top: 3px;
}

.header .nav .one_level {
  float: left;
  margin: 0 20px;
  position: relative;
}

.header .nav .one_level .one_level_a {
  position: relative;
  z-index: 111;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  text-align: center;
  border-bottom: 3px solid #fff;
  cursor: pointer;
}

.header .nav .one_level:hover .one_level_a,
.header .nav .one_level .active.one_level_a {
  border-bottom: 3px solid #c4335c;
}

.header .nav .one_level .two_nav {
  background: #fff;
  z-index: 11;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 3px 10px 0 #999;
  -moz-box-shadow: 0 3px 10px 0 #999;
  box-shadow: 0 3px 10px 0 #999;
}

.header .nav .one_level .two_nav .two_level {
  padding: 0 20px;
}

.header .nav .one_level .two_nav .two_level .two_level_a {
  font-size: 16px;
  line-height: 40px;
  color: #444;
  cursor: pointer;
  white-space: nowrap;
}

.header .nav .one_level .two_nav .two_level:hover {
  background: #c4335c;
}

.header .nav .one_level .two_nav .two_level:hover .two_level_a {
  color: #ffffff;
}

.header .nav .one_level:hover .two_nav {
  display: block;
}

.header .search {
  float: right;
  margin-left: 3%;
  width: 38px;
  position: relative;
  cursor: pointer;
}

.header .search img {
  width: 100%;
}

.header .search .box {
  display: none;
  width: 800%;
  position: absolute;
  top: 38px;
  right: 0;
  padding: 10px 0px 10px 15px;
  background: #ffffff;
  z-index: 11;
  overflow: hidden;
  font-size: 16px;
  line-height: 40px;
  color: #444;
  text-align: center;
  -webkit-box-shadow: 0 0 10px 0 #999;
  -moz-box-shadow: 0 0 10px 0 #999;
  box-shadow: 0 0 10px 0 #999;
}

.header .search .box .yui_input {
  float: left;
  width: 80%;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  display: block;
  border: none;
  text-indent: 1em;
  background: #f6f6f6;
}

.header .search .box .submit {
  border: none;
  background: #fff;
  font-size: 14px;
  line-height: 40px;
  width: 20%;
  float: left;
  text-align: center;
}

.header .search:hover .box {
  display: block;
}

.header .btn-menu {
  display: none;
}

.m-nav {
  display: none;
}

@media screen and (max-width: 1440px) {
  .header .nav .one_level {
    margin: 0 15px;
  }

  .header .nav .one_level .one_level_a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1280px) {
  .header {
    padding-left: 3%;
    padding-right: 3%;
  }

  .header .logo {
    width: 150px;
  }

  .header .nav .one_level {
    margin: 0 12px;
  }

  .header .nav .one_level .two_nav {
    margin-left: -60px;
    width: 120px;
  }

  .header .nav .one_level .two_nav .two_level {
    padding: 0 12px;
  }

  .header .nav .one_level .two_nav .two_level .two_level_a {
    font-size: 16px;
  }

  .header .search {
    margin-left: 1%;
  }
}

@media screen and (min-width: 1025px) {
  .m-nav {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    position: relative;
    z-index: 100;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
  }

  .header .logo {
    width: 120px;
  }

  .header .nav {
    display: none;
  }

  .header .search {
    display: none;
  }

  .header .btn-menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 4.7%;
    width: 30px;
    height: 30px;
    background: url("../../../images/xinzheng/icon-menu.png") center no-repeat;
    -moz-background-size: 80% auto;
    background-size: 80% auto;
    cursor: pointer;
  }

  .header .btn-menu.active {
    background-image: url("../../../images/xinzheng/icon-close2.png");
  }
}

.m-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  min-height: 100%;
  padding-top: 90px;
  padding-bottom: 20px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #1f2025;
}

.m-nav dl {
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #35343c;
}

.m-nav dl a {
  color: #767680;
}

.m-nav dl dt {
  position: relative;
}

.m-nav dl.m-navlist {
  position: relative;
  color: #767680;
}

.m-nav dl.m-navlist dt:before {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
}

.m-nav dl.m-navlist dt.active:before {
  content: "-";
  right: 2px;
}

.m-nav dl dd {
  display: none;
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.4;
  text-indent: 1em;
}

.m-nav dl dd a {
  display: block;
}

.footer {
  background: #1f2025;
  padding-top: 6.8%;
}

.footer .footer-nav {
  padding-bottom: 5%;
}

.footer .footer-nav dl {
  width: 10.5%;
  float: left;
}

.footer .footer-nav dl:first-child {
  margin-left: 5.5%;
}

.footer .footer-nav dl a {
  color: #767680;
}

.footer .footer-nav dl dt {
  margin-bottom: 31.7%;
  font-size: 18px;
  line-height: 1;
  color: #767680;
}

.footer .footer-nav dl dd {
  margin-bottom: 12.7%;
  font-size: 16px;
  line-height: 1;
  color: #767680;
}

.footer .footer_copy {
  padding: 35px 0;
  border-top: 1px solid #2b2c33;
}

.footer .logo {
  display: inline-block;
  width: 160px;
  margin-right: 4%;
}

.footer .logo img {
  width: 100%;
}

.footer .copy {
  display: inline-block;
}

.footer .copy li {
  font-size: 14px;
  line-height: 1;
  color: #767680;
}

.footer .copy li a {
  color: #767680;
}

.footer .copy li>* {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.footer .copy li i {
  background: #2b2c33;
  height: 14px;
  width: 1px;
  overflow: hidden;
  font-size: 0;
  margin: 0 5.3571428571%;
}

.footer .copy li span {
  line-height: 3;
  margin-right: 15px;
}

.footer .share {
  float: right;
}

.footer .share .social-share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  background: center no-repeat;
}

.footer .share .social-share .icon-wechat {
  position: relative;
  background-image: url("../../../images/xinzheng/icon-wx.png");
}

.footer .share .social-share .icon-wechat:hover {
  background-image: url("../../../images/xinzheng/icon-wx-hover.png");
}

.footer .share .social-share .icon-wechat:hover .wechat-qrcode {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.footer .share .social-share .icon-weibo {
  background-image: url("../../../images/xinzheng/icon-sina.png");
}

.footer .share .social-share .icon-weibo:hover {
  background-image: url("../../../images/xinzheng/icon-sina-hover.png");
}

.footer .share .social-share .icon-qq {
  background-image: url("../../../images/xinzheng/icon-qq.png");
}

.footer .share .social-share .icon-qq:hover {
  background-image: url("../../../images/xinzheng/icon-qq-hover.png");
}

.footer .share .social-share .wechat-qrcode {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px #aaa;
  -moz-box-shadow: 0 2px 10px #aaa;
  box-shadow: 0 2px 10px #aaa;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.footer .share .social-share .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}

.footer .share .social-share .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}

.footer .share .social-share .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}

.footer .share .social-share .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

@media screen and (max-width: 1440px) {
  .footer .footer-nav dl dt {
    font-size: 16px;
  }
}

@media screen and (max-width: 1280px) {
  .footer .logo {
    width: 130px;
  }
}

@media screen and (max-width: 1024px) {
  .footer .footer-nav dl {
    float: none;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #35343c;
  }

  .footer .footer-nav dl:first-child {
    margin-left: 0;
  }

  .footer .footer-nav dl dt {
    margin-bottom: 0;
    line-height: 1.4;
  }

  .footer .footer-nav dl.footer-navlist {
    position: relative;
  }

  .footer .footer-nav dl.footer-navlist dt:before {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
  }

  .footer .footer-nav dl.footer-navlist dt.active:before {
    content: "-";
    right: 2px;
  }

  .footer .footer-nav dl dd {
    display: none;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1.4;
    text-indent: 1em;
  }

  .footer .footer-nav dl dd a {
    display: block;
  }

  .footer .footer_copy {
    text-align: center;
  }

  .footer .logo {
    display: block;
    width: 160px;
    margin: 0 auto;
    float: none;
  }

  .footer .copy {
    display: block;
    margin: 20px 0;
    float: none;
  }

  .footer .share {
    float: none;
    margin: 0 auto;
  }

  .footer .copy li {
    margin: 10px 0;
  }

  .footer .copy li span {
    line-height: 1.2;
  }
}

@media screen and (min-width: 1025px) {
  .footer .footer-nav dl {
    display: block !important;
  }
}

.sub-banner {
  position: relative;
  width: 100%;
  /* min-height: 276px; max-height: 705px; */
}

.sub-banner img {
  width: 100%;
}

.sub-banner .page-name {
  color: #444;
  font-size: 60px;
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 65%;
}

.sub-banner .page-name span {
  display: block;
}

.sub-banner .page-name .en {
  color: #666;
  font-size: 16px;
  text-transform: uppercase;
}

.sub-banner.txt-left .page-name {
  left: 21%;
}

@media screen and (max-width: 1440px) {
  .sub-banner .page-name {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {


  .sub-banner {
    overflow: hidden;
  }

  .sub-banner img {
    position: relative;
    width: 768px;
    left: 50%;
    margin-left: -384px;
  }

  .sub-banner .page-name {
    left: 60%;
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  .sub-banner {
    overflow: hidden;
  }

  .sub-banner img {
    width: 750px;
    margin-left: -345px;
  }

  .sub-banner .page-name {
    left: auto;
    top: 25%;
    right: 5%;
    font-size: 20px;
  }

  .sub-banner .page-name .en {
    font-size: 14px;
  }
}

.crumbs {
  background: #f3f3f3;
  padding: 40px 0;
  position: relative;
}

.crumbs ul {
  overflow: hidden;
}

.crumbs ul li {
  float: left;
  font-size: 16px;
}

.crumbs ul li a {
  color: #999999;
  padding: 0 24px;
}

.crumbs ul li .home {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.crumbs ul li.sign {
  padding: 0;
}

.crumbs ul li.sign a {
  padding: 0;
}

.crumbs ul li.on a {
  color: #c4335c;
}

@media screen and (max-width: 1440px) {
  .crumbs {
    padding: 20px 0;
  }
}

@media screen and (max-width: 1024px) {
  .showIn-pic {
    display: none !important;
  }

  .showIn-mp {
    display: block !important;
  }

  .crumbs {
    display: none;
  }
}

.about-nav {
  position: absolute;
  top: -90px;
  right: 70px;
}

.about-nav ul {
  background: url("../../../images/xinzheng/small-navbg.png") repeat;
  font-size: 0;
  display: inline-block;
}

.about-nav ul li {
  padding: 0 50px;
  line-height: 90px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
}

.about-nav ul li a {
  display: block;
  color: #fff;
}

.about-nav ul li.active {
  background: #c4335c;
  color: #fff;
}

.about-nav ul li:hover {
  background: #c4335c;
  color: #fff;
}

.about-nav.nav-party ul {
  background: #cb1c1d;
}

.about-nav.nav-party ul li.active {
  background: #fff;
}

.about-nav.nav-party ul li.active a {
  color: #cb1c1d;
}

.about-nav.nav-party ul li:hover {
  background: #fff;
}

.about-nav.nav-party ul li:hover a {
  color: #cb1c1d;
}

@media screen and (max-width: 1440px) {
  .about-nav {
    right: 2%;
    top: -60px;
  }

  .about-nav ul li {
    padding: 0 25px;
    line-height: 60px;
  }

  .about-nav ul li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .about-nav {
    overflow-x: auto;
    position: static;
    right: auto;
    top: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .about-nav ul {
    display: table;
    font-size: 0;
    height: 100%;
    white-space: nowrap;
  }

  .about-nav ul li {
    width: 128px;
    padding: 0;
  }

  .about-nav.navli-3 ul {
    display: block;
    width: 100%;
  }

  .about-nav.navli-3 ul li {
    width: 33.33%;
  }

  .about-nav.navli-4 ul {
    display: block;
    width: 100%;
  }

  .about-nav.navli-4 ul li {
    width: 25%;
  }
}

@media screen and (max-width: 480px) {
  .about-nav ul li {
    line-height: 40px;
  }
}

.c-title {
  color: #333333;
  text-align: center;
  padding: 35px 0 30px 0;
  line-height: 1;
}

.c-title .text {
  font-size: 40px;
}

.c-title .line {
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #007571;
  margin-top: 25px;
}

@media screen and (max-width: 640px) {
  .c-title {
    padding: 5% 0 3% 0;
  }

  .c-title .text {
    font-size: 30px;
  }
}

.page-list {
  margin-top: 6%;
  margin-bottom: 10%;
}

.page-list .pc-list {
  text-align: right;
}

.page-list .pc-list a {
  width: 32px;
  height: 32px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 18px;
  color: #999;
  line-height: 32px;
  background: none;
  text-align: center;
  vertical-align: middle;
}

.page-list .pc-list span {
  color: #999;
  font-size: 18px;
}

.page-list .pc-list .prev-pg,
.page-list .pc-list .down-bg {
  overflow: hidden;
  margin: 0 10px;
  text-indent: -999em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #d6d6d6 url("../../../images/xinzheng/page-prev.png") center no-repeat;
}

.page-list .pc-list .prev-pg:hover,
.page-list .pc-list .down-bg:hover {
  background-color: #c4335c;
}

.page-list .pc-list .down-bg {
  background-image: url("../../../images/xinzheng/page-next.png");
}

.page-list .pc-list ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.page-list .pc-list ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.page-list .pc-list ul li a {
  color: #999;
}

.page-list .pc-list ul li a:hover {
  color: #c4335c;
}

.page-list .pc-list ul li.on a {
  color: #c4335c;
}

.page-list2 ul {
  margin: 0 5px;
}

.page-list2 .page-input {
  padding: 0 5px;
  width: 48px;
  height: 30px;
  border: 1px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  line-height: 30px;
  color: #c4335c;
}

.page-list2 .page-input:focus {
  outline: none;
}

.page-list2 .page-btn {
  margin-left: 5px;
  width: 32px;
  height: 32px;
  padding: 0;
  background: #c4335c;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  border: 0;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

@media screen and (max-width: 1024px) {
  .page-list .pc-list {
    text-align: center;
  }

  .page-list .pc-list ul {
    display: none;
  }

  .page-list2 .pc-list ul {
    display: inline-block;
  }
}

.search-list ul li {
  border-top: 1px solid #e6e6e6;
  padding: 45px 0;
}

.search-list ul li .title {
  font-size: 20px;
  padding-bottom: 10px;
}

.search-list ul li .title a {
  color: #333333;
}

.search-list ul li .desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
}

.about-article-tit {
  text-align: center;
  line-height: 2;
  display: block;
  padding: 120px 0 90px;
}

.about-article-tit .article-tit {
  display: inline-block;
  font-size: 36px;
  line-height: 1.5;
  padding: 40px 100px 0;
  background: url("../../../images/xinzheng/icon-p-1.png") no-repeat left top;
}

.about-article-tit .block {
  display: block;
  background-position: 30px top;
}

.about-article-tit .no-bg {
  background: none;
}

.about-article-tit .article-tit-v {
  text-transform: uppercase;
}

@media screen and (max-width: 1440px) {
  .about-article-tit {
    padding: 60px 0;
  }

  .about-article-tit .article-tit {
    font-size: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .about-article-tit {
    padding: 50px 0;
  }

  .about-article-tit .article-tit {
    font-size: 24px;
    -moz-background-size: 40px;
    background-size: 40px;
    padding: 40px 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .about-article-tit {
    padding: 30px 0;
  }

  .about-article-tit .article-tit {
    font-size: 20px;
    -moz-background-size: 30px;
    background-size: 30px;
    padding: 30px 40px 0;
  }
}

@media screen and (max-width: 480px) {
  .about-article-tit {
    padding: 20px 0;
  }

  .about-article-tit .article-tit {
    -moz-background-size: 25px;
    background-size: 25px;
    padding: 25px 30px 0;
    line-height: 1.4;
  }
}

.policies-regulations {
  padding-bottom: 90px;
}

.policies-regulations p {
  font-size: 16px;
  color: #444444;
  line-height: 36px;
  max-width: 930px;
  margin: 38px auto 0;
}

.policies-regulations .smtit {
  color: #999;
  font-size: 14px;
  text-align: center;
  max-width: 720px;
}

.policies-regulations .endinfo {
  padding-top: 80px;
  border-bottom: 1px solid #ececec;
  max-width: 930px;
  margin: 0 auto;
}

.policies-regulations .endinfo p {
  color: #999;
}

.policies-regulations img {
  display: block;
  /* width: 100%; */
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  margin: 95px auto;
}

@media screen and (max-width: 1440px) {
  .policies-regulations {
    padding-bottom: 45px;
  }

  .policies-regulations p {
    margin: 18px auto 0;
  }

  .policies-regulations img {
    margin: 40px auto;
  }
}

@media screen and (max-width: 768px) {
  .policies-regulations p {
    margin: 10px auto 0;
    font-size: 14px;
    line-height: 28px;
  }

  .policies-regulations img {
    margin: 20px auto;
  }
}

.list-items li {
  padding: 35px 0;
  border-bottom: 1px solid #d2d2d2;
}

.list-items li span {
  position: absolute;
  right: 0;
  top: 0;
  width: 6em;
}

.list-items .item-info {
  position: relative;
  display: block;
  padding-right: 7em;
  color: #333;
}

.list-items .item-info:hover {
  color: #c4335c;
}

@media screen and (max-width: 1024px) {
  .list-items li {
    padding: 20px 0;
  }
}

.list-items2 li {
  padding: 10% 0;
  border-bottom: 5px solid #f6f6f6;
}

.list-items2 .item-box {
  position: relative;
  font-size: 0;
}

.list-items2 .item-pic {
  display: inline-block;
  width: 43%;
  margin-right: 14%;
  vertical-align: middle;
  font-size: 14px;
}

.list-items2 .item-pic img {
  display: block;
  width: 100%;
  height: auto;
}

.list-items2 .item-info {
  position: relative;
  display: inline-block;
  width: 43%;
  vertical-align: middle;
  font-size: 16px;
}

.list-items2 .item-info .item-date {
  position: absolute;
  right: 103%;
  top: 5px;
  width: 80px;
  color: #444;
  text-align: center;
  border-right: 1px solid #c4335c;
  line-height: 1.1;
}

.list-items2 .item-info .item-date strong {
  display: block;
  font-size: 40px;
}

.list-items2 .item-info .item-date span {
  margin-top: 5px;
  display: block;
  font-size: 14px;
}

.list-items2 .item-info .item-tit {
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 1px;
  color: #333;
  text-align: justify;
}

.list-items2 .item-info .item-cont {
  margin-top: 10%;
  font-size: 16px;
  line-height: 2;
  color: #555;
  text-align: justify;
}

.list-items2 .item-info .link-more {
  margin-top: 10%;
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #c4335c;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1440px) {
  .list-items2 .item-info .item-tit {
    font-size: 28px;
    line-height: 1.6;
  }

  .list-items2 .item-info .item-date strong {
    font-size: 34px;
  }

  .list-items2 .item-info .link-more {
    margin-top: 6%;
    width: 160px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .list-items2 .item-pic {
    display: block;
    margin-right: 0;
    width: 100%;
  }

  .list-items2 .item-info {
    padding-top: 20px;
    display: block;
    width: auto;
    margin-left: 100px;
  }

  .list-items2 .item-info .item-date {
    top: 20px;
    right: auto;
    left: -100px;
  }

  .list-items2 .item-info .item-date strong {
    font-size: 28px;
  }

  .list-items2 .item-info .item-tit {
    font-size: 24px;
  }

  .list-items2 .item-info .item-cont {
    margin-top: 15px;
    line-height: 1.6;
  }

  .list-items2 .item-info .link-more {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .list-items2 .item-info {
    margin-left: 70px;
  }

  .list-items2 .item-info .item-tit {
    font-size: 20px;
    line-height: 1.5;
  }

  .list-items2 .item-info .item-date {
    left: -70px;
    top: 25px;
    width: 60px;
  }

  .list-items2 .item-info .item-date strong {
    font-size: 22px;
  }

  .list-items2 .item-info .item-date span {
    font-size: 12px;
  }

  .list-items2 .item-info .link-more {
    width: 140px;
    font-size: 12px;
    height: 42px;
    line-height: 42px;
  }
}

.box-wait {
  width: 605px;
  height: 310px;
  margin: 8% auto 15%;
  background: #f4f4f4;
  text-align: center;
}

.box-wait .btn-close {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: 10px;
  background: url("../../../images/xinzheng/icon-close.png") center no-repeat;
  cursor: pointer;
}

.box-wait .wait-pic img {
  display: block;
  width: 50%;
  height: auto;
  max-width: 163px;
  margin: 0 auto;
}

.box-wait .wait-txt {
  font-size: 18px;
  color: #c4335c;
  margin-top: 5%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .box-wait {
    width: 80%;
    height: auto;
    padding-bottom: 30px;
  }

  .box-wait .wait-pic img {
    width: 30%;
  }

  .box-wait .wait-txt {
    padding: 0 20px;
  }
}

.m-search {
  position: relative;
  margin-top: 5%;
}

.m-search .yui_input {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-right: 3em;
  border-bottom: 1px solid #35343c;
  background: url("../../../images/xinzheng/icon-search.png") left center no-repeat;
  -moz-background-size: auto 50%;
  background-size: auto 50%;
}

.m-search .yui_input input {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  background: none;
  border: 0 none;
  outline: none;
  color: #767680;
}

.m-search .submit {
  position: absolute;
  right: 0;
  top: 10px;
  width: 3em;
  font-size: 14px;
  padding: 5px 0;
  color: #767680;
  background: #c4335c;
  border: none;
  text-align: center;
  color: #ffffff;
  -webkit-appearance: none;
  border-radius: 0;
}