/**** 内页公用 ***/

.header-box .search-mains .search-main-close.close1 {
  display: inline-block;
}

.header-box .search-mains .search-main-close.close2 {
  display: none;
}

.header-box .search-mains .search-cont .btnss1-2 {
  display: none;
}

.header-box .search-mains .search-cont .btnss1-1 {
  display: inline-block;
}

.pc-nav-box .top-box {
  height: 60px;
  padding: 15px 0;
}

.main-box {
  padding-top: 60px;
  min-height: 60vh;
}

.inner-box {
  padding: 3.6em 0 5.1em;
  min-height: 300px;
}

.common-title {
  text-align: center;
  position: relative;
  padding-bottom: 0.7em;
  color: #1a1a1a;
}

.common-title span {
  font-size: 2.1em;
}

.common-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -1.75em;
  width: 3.5em;
  height: 4px;
  background: -webkit-linear-gradient(left, #2b4eb2, #0093e7);
  background: -o-linear-gradient(right, #2b4eb2, #0093e7);
  background: -moz-linear-gradient(right, #2b4eb2, #0093e7);
  background: linear-gradient(to right, #2b4eb2, #0093e7);
}

.inner-area {
  max-width: 1300px;
  width: 86%;
  margin: auto;
  margin-top: 2.55em;
  position: relative;
  z-index: 30;
}

.inner-area:after {
  content: '';
  display: table;
  clear: both;
}

.swiper-container.time {
  z-index: 10;
  display: none;
  padding: 0 0.17rem;
  padding-bottom: 0.2rem;
}

.swiper-container.time .swiper-slide {
  float: left;
  width: auto;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  position: relative;
}

.swiper-container.time .swiper-slide:after {
  content: "";
  position: absolute;
  bottom: -0.15rem;
  left: 50%;
  margin-left: -0.125rem;
  width: 0.25rem;
  height: 4px;
  background: #076cf2;
  display: none;
}

.swiper-container.time .swiper-slide:first-child {
  padding-left: 0;
}

.swiper-container.time .swiper-slide:last-child {
  margin-right: 0.3rem;
}

.swiper-container.time .swiper-slide a {
  color: #333;
  display: inline-block;
}

.swiper-container.time .swiper-slide.on a {
  color: #076cf2;
}

.swiper-container.time .swiper-slide.on:after {
  display: block;
}

.top-banner {
  position: relative;
}

.top-banner .pc-banner {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 17.5em;
  background-color: #fafafa;
}

.top-banner .ph-banner {
  display: none;
}

.top-banner .ph-banner .imgs {
  width: 100%;
  display: block;
  position: relative;
}

.top-banner .doc-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  color: #fff;
}

.top-banner .doc-box .global-inner {
  max-width: 1300px;
  padding: 0 3.5em;
}

.top-banner .doc-box .name {
  font-size: 1.5em;
  position: relative;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
}

.top-banner .doc-box .name:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 2em;
  height: 2px;
  background: #00faff;
}

.top-banner .doc-box .doc {
  font-size: 2.25em;
}

@media screen and (min-width: 991px) {
  .top-banner .doc-box .name {
    /*opacity:0;
		transform: translateX(-30px);
		-webkit-transition: translateX(-30px);
		-webkit-transition: translateX(-30px);
		-webkit-transition: all 0.5s linear;
	    -o-transition: all 0.5s linear;
	    -ms-transition: all 0.5s linear;
	    -moz-transition: all 0.5s linear;
	    transition: all 0.5s linear;*/
  }

  .top-banner .doc-box .name.on {
    /*opacity:1;
		transform: translateX(0);
		-webkit-transition: translateX(0);
		-webkit-transition: translateX(0);*/
  }

  .top-banner .doc-box .doc {
    /*opacity:0;
		transform: translateX(-30px);
		-webkit-transition: translateX(-30px);
		-webkit-transition: translateX(-30px);
		-webkit-transition: all 0.5s 0.3s linear;
	    -o-transition: all 0.5s 0.3s linear;
	    -ms-transition: all 0.5s 0.3s linear;
	    -moz-transition: all 0.5s 0.3s linear;
	    transition: all 0.5s 0.3s linear;*/
  }

  .top-banner .doc-box .doc.on {
    /*opacity:1;
		transform: translateX(0);
		-webkit-transition: translateX(0);
		-webkit-transition: translateX(0);*/
  }
}

@keyframes updown01 {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-10px);
  }

  75% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes updown01 {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-10px);
  }

  75% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes updown02 {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-10px);
  }

  75% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes updown02 {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-10px);
  }

  75% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width: 1200px) {
  .main-box {
    padding-top: 0.54rem;
  }

  .header-box {
    background: #1f407d;
  }
}

@media screen and (max-width: 991px) {
  .top-banner .pc-banner {
    display: none;
  }

  .top-banner .ph-banner {
    display: block;
  }

  .top-banner .doc-box .name {
    font-size: 0.18rem;
    padding-bottom: 0.11rem;
    margin-bottom: 0.11rem;
  }

  .top-banner .doc-box .doc {
    font-size: 0.22rem;
  }

  .inner-box {
    padding: 0.2rem 0 0.6rem 0;
  }

  .inner-area {
    width: 100%;
    padding: 0 0.17rem;
    margin-top: 0.3rem;
  }

  .common-title {
    margin-top: 0.3rem;
    padding-bottom: 0.08rem;
  }

  .common-title span {
    font-size: 0.22rem;
    font-weight: bold;
  }

  .common-title:after {
    width: 0.25rem;
    margin-left: -0.125rem;
    height: 2px;
  }

  .top-banner .doc-box .global-inner {
    padding: 0 0.17rem;
  }

  .swiper-container.time {
    display: block;
  }

  .swiper-container.time .swiper-slide {
    font-size: 0.22rem;
    margin-right: 0.54rem;
  }
}

/**** 翻页 ***/

.page-numbox {
  width: 100%;
  text-align: center;
  margin-top: 53px;
  font-size: 16px;
  line-height: 38px;
  white-space: nowrap;
  position: relative;
}

.page-numbox .page-ctrl {
  width: 80px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: none;
  color: #8c8d9e;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border: 1px solid #eeeeee;
  line-height: 38px;
  border-radius: 5px;
}

.page-numbox .page-ctrl:hover {
  background: #076cf2;
  color: #fff;
}

.page-numbox .numbox {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.page-numbox .numbox>a {
  float: left;
  width: 40px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #8c8d9e;
  font-family: "arial";
  margin: 0 5px;
  background: none;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

.page-numbox .numbox>a+a:before {
  content: '';
  width: 2px;
  height: 22px;
  display: block;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  display: none;
}

.page-numbox .numbox>a.active, .page-numbox .numbox>a:hover {
  color: #fff;
  background: #076cf2;
  border: 1px solid #076cf2;
}

.page-numbox .tiao-box {
  position: absolute;
  right: 0;
  top: 0;
  color: #8c8d9e;
}

.brbox .page-numbox .tiao-box {
  display: none;
}

.page-numbox .tiao-box .txt {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: 0 10px;
  padding: 0 5px;
  text-align: center;
}

.page-numbox .tiao-box .que {
  display: inline-block;
  margin-left: 10px;
  color: #8c8d9e;
}

.page-numbox .tiao-box .que:hover {
  color: #076cf2;
}

@media screen and (max-width: 991px) {
  .page-numbox .tiao-box {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .page-numbox {
    line-height: 0.4rem;
    padding: 0 0.8rem;
    margin-top: 0.4rem;
    font-size: 0.18rem;
  }

  .page-numbox .page-ctrl {
    width: 0.72rem;
    line-height: 0.38rem;
    font-size: 0.16rem;
    position: absolute;
    top: 0;
  }

  .page-numbox .page-ctrl.prev {
    left: 0;
  }

  .page-numbox .page-ctrl.next {
    right: 0;
  }

  .page-numbox .numbox>a {
    width: auto;
    background: none;
    text-align: center;
    margin: 0 8px;
    border: none;
  }

  .page-numbox .numbox>a+a:before {
    width: 1px;
    height: 0.28rem;
    margin-top: -0.14rem;
  }

  .page-numbox .numbox>a.active, .page-numbox .numbox>a:hover {
    background: none;
    color: #2b6dbc;
    border: none;
  }
}

/**** 投资者关系 ***/

.investor-list li {
  overflow: hidden;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}

.investor-list .time {
  float: left;
  padding: 5px 1.9em 5px 2.5em;
  margin-right: 1.95em;
  border-right: 1px solid #d9d9d9;
  font-family: "arial";
}

.investor-list .time .date {
  float: left;
  line-height: 1;
  font-size: 1.8em;
  position: relative;
  padding-right: 0.74em;
}

.investor-list .time .date:after {
  content: "";
  position: absolute;
  right: 0.4em;
  top: 50%;
  margin-top: -0.45em;
  width: 1px;
  height: 0.9em;
  background: #333;
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
}

.investor-list .time .cont {
  float: left;
  font-size: 14px;
  color: #666666;
  line-height: 1.35em;
}

.investor-list .name {
  float: left;
  max-width: 70%;
  padding: 0.35em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.investor-list .name a {
  color: #333;
  font-size: 18px;
}

.investor-list .name a:hover {
  color: #076cf2;
}

.investor-list .icons {
  position: absolute;
  width: 2em;
  right: 3em;
  top: 0.2em;
  opacity: 0;
}

.investor-list li:hover .icons {
  opacity: 1;
}

.investor-list .ph-time {
  display: none;
  color: #999999;
  font-size: 0.17rem;
  margin-bottom: 0.08rem;
}

@media screen and (max-width: 991px) {
  .investor-list {
    border-top: 1px solid #f2f2f2;
  }

  .investor-list li {
    padding-bottom: 0.25rem;
    margin-bottom: 0;
    padding-top: 0.24rem;
  }

  .investor-list .ph-time {
    display: block;
  }

  .investor-list .time {
    display: none;
  }

  .investor-list .icons {
    display: none;
  }

  .investor-list .name {
    float: none;
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    white-space: inherit;
    padding: 0;
  }

  .investor-list .name a {
    font-size: 0.21rem;
  }
}

/**** 联系我们 ***/

.inner-box.contact {
  background: url(/Img/images/inner-box_contact-bg.png) no-repeat bottom center;
}

.contact-top {
  position: relative;
  height: 445px;
  z-index: 10;
}

.contact-top-nav {
  position: absolute;
  width: 100%;
  ;
  left: 0;
  top: 0;
}

/* @media screen and (min-width: 991px) {
  .contact-top-nav.on {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    top: 60px;
    max-width: 1300px;
    width: 86%;
  }
} */

.contact-top-nav-main {
  position: relative;
}

.contact-top .map-box {
  height: 445px;
  position: relative;
  overflow: hidden;
  width: 85.38%;
  background-color: #f5f5f5;
}

.contact-top .doc-box {
  position: absolute;
  width: 25em;
  height: 17.3em;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  background: #063970 url(../../Img/images/contact-doc-box-bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 2em 0 0 2.4em;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, .2);
  z-index: 999;
}

.contact-top .doc-box .name {
  font-size: 1.2em;
}

.contact-top .doc-box .list {
  margin-top: 1em;
}

.contact-top .doc-box .list li {
  font-size: 16px;
  line-height: 36px;
}



.contact-list .list {
  overflow: hidden;
  margin-top:80px;
  padding: 0 1.5em 1.4em 1.5em;
  background: url(/Img/images/contact-list-bg.png) no-repeat top 4.7em center;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-list .list li.item {
  float: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  /*width: 25.8%;
	margin-right: 11.3%;*/
  padding-bottom: 1.1em;
  padding-right: 5%;
  border-bottom: 1px solid transparent;
  margin-bottom: 1.3em;
}

@media screen and (min-width: 991px) {
  .contact-list .list li.item:hover {
    border-bottom: 1px solid #076cf2;
  }
}

.contact-list .list li.item:nth-child(3n) {
  margin-right: 0;
}

.contact-list .list .more-btn {
  opacity: 0;
}

.contact-list .list .name {
  font-size: 1.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-list .list .item.on {
  color: #076cf2;
}

.contact-list .list dl {
  margin-top: 0.4em;
}

.contact-list .list dl dd {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

.contact-list .list dl dd a {
  color: #076cf2;
}

.contact-list .list dl dd a:hover {
  opacity: 0.9;
}

.contact-list .list li.item:hover .more-btn {
  opacity: 1;
}

.map-pop-box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 100000;
  display: none;
}

.map-pop-box .map-main {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.map-pop-box .map-main .global-inner {
  width: 86%;
  max-width: 1300px;
}

.map-pop-box .map-main .tu-box {
  height: 33.5em;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}

.map-pop-box .map-main .map-close {
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  cursor: pointer;
  right: 0;
  margin-right: -2.9em;
  top: 0;
  margin-top: -2.4em;
}

@media screen and (max-width: 1660px) {
  .contact-top .doc-box {
    padding: 1.5em 0 0 1.5em;
  }

  .contact-top .doc-box .list li {
    font-size: 14px;
    line-height: 32px;
  }
}

@media screen and (max-width: 991px) {
  .inner-box.contact {
    background: none;
  }

  .contact-list .list {
    background: none;
  }

  .inner-area.contact {
    padding: 0;
    position: relative;
    z-index: 1000;
  }

  .contact-top {
    height: 3.4rem;
  }

  .contact-top .map-box {
    width: 100%;
    height: 3rem;
  }

  .contact-top .doc-box {
    width: 92%;
    height: 3rem;
    left: 4%;
    top: 2.47rem;
    margin-top: 0;
    padding: 0.3rem 0 0 0.31rem;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
  }

  .contact-top .doc-box .name {
    font-size: 0.24rem;
  }

  .contact-top .doc-box .list {
    margin-top: 0.18rem;
  }

  .contact-top .doc-box .list li {
    font-size: 0.17rem;
    color: #c4e1ff;
    line-height: 0.31rem;
  }

  .contact-list .list {
    margin-top: 2.4rem;
  }

  .contact-list .list li.item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0.25rem 0.28rem 0.3rem;
    margin-bottom: 0.3rem;
  }

  .contact-list .list dl dd {
    line-height: 0.3rem;
    display: table;
    width: 100%;
  }

  .contact-list .list dl dd span {
    display: table-cell;
    white-space: nowrap;
    width: 0.42rem;
  }

  .contact-list .list dl dd i {
    display: table-cell;
  }

  .contact-list .list .more-btn {
    opacity: 1;
    margin-top: 0.05rem;
  }

  .contact-list .list dl dd a {
    color: #666666;
  }

  .contact-list .list .name {
    font-size: 0.22rem;
  }

  .contact-list .list dl {
    margin-top: 0.08rem;
  }

  .map-pop-box .map-main .tu-box {
    height: 2.5rem;
    width: 100% !important;
  }

  .map-pop-box .map-main .global-inner {
    padding: 0;
    width: 92%;
  }

  .map-pop-box .map-main .map-close {
    width: 0.25rem;
    height: 0.25rem;
    margin-right: 0;
    margin-top: -0.5rem;
  }
}

/**** YB体育登录入口,新体育新闻新闻 ***/

.news-list1:after {
  content: '';
  display: table;
  clear: both;
}

.news-list1 li {
  float: left;
  width: 32.3%;
  margin-right: 1.55%;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}

.news-list1.huo li {
  margin-bottom: 1em
}

.news-list1.video li {
  margin-bottom: 1em
}

.news-list1 li:nth-child(3n) {
  margin-right: 0;
}

.news-list1 .imgs-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #fafafa;
  height: 11.8em;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 1500px) and (max-height: 750px) {
  .news-list1 .imgs-box {
    height: 13em;
  }
}

.news-list1 .imgs-box a {
  display: block;
  height: 100%;
}

.news-list1 .cont-box {
  height: 10.2em;
  position: relative;
  border: 1px solid #e7e8ea;
  border-top: none;
}

.news-list1 .cont-box .doc-box {
  position: absolute;
  width: 101%;
  height: 12em;
  left: -0.5%;
  bottom: 0;
  padding: 3.1em 7.4% 1.2em;
  z-index: 100;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.news-list1 .cont-box .doc-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, #07adf2, #076bf2);
  background: -o-linear-gradient(top, #07adf2, #076bf2);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#07adf2), to(#076bf2));
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.news-list1 .cont-box .doc-box .name {
  font-size: 1.1em;
  height: 2.82em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin-bottom: 0.9em;
  color: #333333;
}

.news-list1 .cont-box .doc-box .name a {
  color: #333333;
}

.news-list1 .cont-box .doc-box .doc {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.news-list1 .cont-box .doc-box .more {
  opacity: 0;
  line-height: 28px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.news-list1 .cont-box .doc-box .more a {
  font-size: 16px;
  display: inline-block;
  color: #01e8fd;
  padding-right: 49px;
  background: url(/Img/images/news-more-bg1.png) no-repeat right center;
  background-size: 30px auto;
}

@media screen and (min-width: 767px) {
  .news-list1 li:hover .imgs-box {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }

  .news-list1 li:hover .cont-box .doc-box .more {
    margin-top: 1.5em;
    opacity: 1;
  }

  .news-list1 li:hover .doc-box {
    padding-top: 1.3em;
    /* border-bottom: 2px solid #00faff; */
  }

  .news-list1 li:hover .cont-box .doc-box:after {
    opacity: 1;
  }

  .news-list1 li:hover .doc-box .name a {
    color: #fff;
  }

  .news-list1 li:hover .doc-box .doc {
    color: #fff;
  }

  .news-list1 li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
  }
}

.common-title.mei {
  margin-top: 3.8em;
}

.news-list2 li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 16.5em;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear
}

.news-list2 li:last-child {
  margin-bottom: 0;
}

.news-list2 .imgs-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 16em;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.news-list2 .imgs-box a {
  display: block;
  height: 100%;
}

.news-list2 .cont-box {
  padding: 1.2em 2.8em 1.2em 1.5em;
  border: 1px solid #f2f2f2;
  border-left: none;
  position: relative;
}

.news-list2 .cont-box .xian {
  position: absolute;
  width: 10px;
  height: 0;
  right: -1px;
  bottom: 0;
  background: -moz-linear-gradient(top, #07adf2, #076bf2);
  background: -o-linear-gradient(top, #07adf2, #076bf2);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#07adf2), to(#076bf2));
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear
}

.news-list2 .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.9em;
}

.news-list2 .name a {
  font-size: 1.2em;
  color: #333333;
}

.news-list2 .doc {
  font-size: 14px;
  height: 44px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.news-list2 .info {
  color: #666666;
  margin-top: .5em;
}

.news-list2 .info span {
  margin-right: 17px;
  font-size: 14px;
}

@media screen and (min-width: 767px) {
  .news-list2 li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  }

  .news-list2 li:hover .name a {
    color: #076cf2;
  }

  .news-list2 li:hover .cont-box .xian {
    height: 100%;
  }
}

.more-box {
  text-align: center;
  margin-top: 2.5em;
}

.more-box a {
  display: inline-block;
  width: 11em;
  line-height: 48px;
  border: 1px solid #076bf2;
  border-radius: 3px;
  color: #076bf2;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.more-box a:hover {
  background: #076bf2;
  color: #fff;
}

.more-box a img {
  width: 18px;
  position: relative;
  top: -2px;
  margin-left: 9px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (min-width: 767px) {
  .more-box a:hover img {
    top: 3px;
  }
}

@media screen and (max-width: 767px) {
  .news-list1 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.25rem;
  }

  .news-list1.huo li {
    margin-bottom: 0.25rem;
  }

  .news-list1.video li {
    margin-bottom: 0.25rem;
  }

  .news-list1 li:last-child {
    margin-bottom: 0;
  }

  .news-list1 .imgs-box {
    height: 2.2rem;
  }

  .news-list1 .imgs-box a {
    display: none;
  }

  .news-list1 .cont-box {
    height: auto;
  }

  .news-list1 .cont-box .doc-box {
    position: relative;
    width: 100%;
    left: 0;
    padding: 0.2rem 0.15rem;
    height: auto;
  }

  .news-list1 .cont-box .doc-box .name {
    height: auto;
    -webkit-line-clamp: 1;
    font-size: 0.2rem;
    margin-bottom: 0.07rem;
    padding-right: 0.1rem;
  }

  .news-list1 .cont-box .doc-box .doc {
    font-size: 0.15rem;
    height: auto;
    color: #666;
    line-height: 0.24rem;
  }

  .news-list1 .cont-box .doc-box .more {
    opacity: 1;
    margin-top: 0.13rem;
  }

  .news-list1 .cont-box .doc-box .more a {
    font-size: 0.15rem;
    padding-right: 0.48rem;
  }

  .news-list2 li {
    padding-left: 0;
    margin-bottom: 0.25rem;
  }

  .news-list2 li:last-child {
    margin-bottom: 0;
  }

  .news-list2 .imgs-box {
    position: relative;
    height: 2.2rem;
    width: 100%;
  }

  .news-list2 .imgs-box a {
    display: none;
  }

  .news-list2 .cont-box {
    padding: 0.2rem 0.15rem 0.25rem;
    border-left: 1px solid #f2f2f2;
    border-top: none;
  }

  .news-list2 .name {
    margin-bottom: 0.1rem;
  }

  .news-list2 .name a {
    font-size: 0.2rem;
  }

  .news-list2 .doc {
    font-size: 0.16rem;
    height: auto;
  }

  .news-list2 .info {
    margin-top: 0.15rem;
  }

  .news-list2 .info span {
    font-size: 0.16rem;
  }

  .more-box {
    margin-top: 0.4rem;
  }

  .more-box a {
    font-size: 0.145rem;
    width: 1.44rem;
    line-height: 0.4rem;
  }

  .more-box a img {
    width: 0.16rem;
  }
}

/* 新闻详情页 */

.newsd {
  background: #f6f6f6;
}

.newsd .header-box .pc-list {
  display: none;
}

.newsd .header-box .muen-btn {
  display: none;
}

.newsd .header-box .sou-box {
  display: none;
}

.newsd .header-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.newsd-title {
  position: fixed;
  top: 0;
  left: 50%;
  width: 60%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  max-width: 1200px;
  line-height: 60px;
  text-align: center;
  font-size: 1.1em;
  z-index: 100000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
}

.newsd-title span {
  display: inline-block;
  position: relative;
  padding-right: 0.9em;
  margin-right: 0.9em;
  color: #1d7af7;
  font-weight: bold;
}

.newsd-title span:after {
  content: "";
  position: absolute;
  right: -1.5px;
  top: 50%;
  width: 3px;
  height: 1.1em;
  margin-top: -0.5em;
  background: #1d7af7;
}

.newsd-box {
  width: 86%;
  max-width: 1300px;
  margin: auto;
  margin-top: 2.1em;
  min-height: 500px;
  background: #fff;
  padding-bottom: 4.3em;
}

.newsd-box .newsd-top {
  padding: 1.8em 3%;
  border-bottom: 1px solid #e6e6e6;
  color: #666666;
}

.newsd-box .newsd-top a {
  color: #666666;
  margin: 0 11px;
}

.newsd-box .newsd-top a:first-child {
  margin-left: 0;
}

.newsd-box .newsd-top a.on {
  color: #000000;
}

.newsd-box .newsd-top a:hover {
  color: #1d7af7;
}

.newsd-box .newsd-top span {
  font-size: 16px;
}

.newsd-box .newsd-center {
  padding: 3.5em 5%;
  padding-bottom: 2.5em;
}

.newsd-box .newsd-center .newsd-center-top {
  color: #000000;
  margin-bottom: 2.5em;
  text-align: center;
}

.newsd-box .newsd-center .newsd-center-top .name {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}

.newsd-box .newsd-center .newsd-center-top .info {
  font-size: 16px;
}

.newsd-box .newsd-center .newsd-center-doc {
  font-size: 16px;
  line-height: 28px;
  padding: 0 4%;
}

.newsd-box .newsd-center .newsd-center-doc img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto !important;
}

.newsd-box .newsd-bottom {
  padding: 1.7em 3% 0 3%;
  border-top: 1px solid #e6e6e6;
}

.newsd-box .newsd-bottom .newsd-bottom-main {
  position: relative;
}

.newsd-box .newsd-bottom .newsd-bottom-main .list {
  /*max-width: 70%;*/
  overflow: hidden;
}

.newsd-box .newsd-bottom .newsd-bottom-main .list li {
  font-size: 16px;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 45%;
  float: left;
}

.newsd-box .newsd-bottom .newsd-bottom-main .list li:nth-child(2) {
  float: right;
}

.newsd-box .newsd-bottom .newsd-bottom-main .list li a {
  color: #333;
}

.newsd-box .newsd-bottom .newsd-bottom-main .list li span:hover {
  color: #076cf2;
}

.newsd-box .newsd-bottom .newsd-bottom-main .list li span:hover a {
  color: #076cf2;
}

.newsd-box .newsd-bottom .newsd-bottom-main .back-list {
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  padding-left: 39px;
  color: #1a1a1a;
  font-size: 16px;
  background: url(/Img/images/back-list-icon.png) no-repeat left center;
  background-size: 24px auto;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  display: none;
}

.newsd-box .newsd-bottom .newsd-bottom-main .back-list:hover {
  color: #076cf2;
  background: url(/Img/images/back-list-icon1.png) no-repeat left center;
  background-size: 24px auto;
}

@media screen and (max-width: 991px) {
  .newsd .header-box .sou-box {
    display: block;
  }

  .newsd-title {
    display: none;
  }

  .newsd-box .newsd-top a {
    margin: 0 0.05rem;
  }

  .newsd-box {
    width: 92%;
    margin-top: 0.25rem;
    padding-bottom: 0.4rem;
  }

  .newsd-box .newsd-top {
    padding: 0.15rem 5%;
  }

  .newsd-box .newsd-top span {
    font-size: 0.16rem;
  }

  .newsd-box .newsd-center {
    padding: 0.25rem 4%;
    padding-bottom: 0.3rem;
  }

  .newsd-box .newsd-center .newsd-center-top {
    margin-bottom: 0.3rem;
  }

  .newsd-box .newsd-center .newsd-center-top .name {
    font-size: 0.2rem;
    margin-bottom: 0.05rem;
  }

  .newsd-box .newsd-center .newsd-center-top .info {
    font-size: 0.14rem;
  }

  .newsd-box .newsd-center .newsd-center-doc {
    padding: 0 2%;
    font-size: 0.16rem;
    line-height: 0.28rem;
  }

  .newsd-box .newsd-bottom {
    padding: 0.15rem 3%;
  }

  .newsd-box .newsd-bottom .newsd-bottom-main .list {
    max-width: 100%;
  }

  .newsd-box .newsd-bottom .newsd-bottom-main .list li {
    font-size: 0.16rem;
    line-height: 0.4rem;
    width: 100%;
  }

  .newsd-box .newsd-bottom .newsd-bottom-main .back-list {
    position: relative;
    margin-top: 0.2rem;
    top: inherit;
    right: inherit;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    font-size: 0.16rem;
    background-size: 0.24rem auto;
    padding-left: 0.4rem;
    display: inline-block;
  }
}

/* 政务服务频道页 */

.inner-box.goverc {
  padding-top: 3.2em;
  padding-bottom: 0;
}

.goverc-box {}

.goverc-top {
  margin: auto;
  max-width: 1243px;
  width: 86%;
}

.goverc-top .name {
  text-align: center;
  font-size: 2.1em;
  padding-bottom: 0.7em;
}

.goverc-top .doc {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.goverc-top .doc i {
  display: none;
}

.goverc-top .imgs {
  position: relative;
  margin-top: 1.7em;
  cursor: zoom-in;
}

.goverc-top .imgs .bgs {
  max-width: 100%;
  display: block;
  margin: auto;
}

@media screen and (min-width: 991px) {
  .goverc-top .imgs .bgs {
    animation: updown01 5s linear 1;
    -webkit-animation: updown01 5s linear 1;
  }

  .goverc-top .imgs .bgs:hover {
    /*animation: updown02 5s linear 3;
    	-webkit-animation: updown02 5s linear 3;*/
  }
}

.goverc-chan {
  margin-top: 3.3em;
}

.goverc-chan .list {
  overflow: hidden;
  margin-top: 2em;
}

.goverc-chan .list li {
  float: left;
  width: 25%;
  border: 1px solid #fff;
  border-top: none;
  margin-bottom: 1px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.goverc-chan .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  ;
  background: rgba(255, 255, 255, .1);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (min-width: 991px) {
  .goverc-chan .list li:hover:after {
    opacity: 1;
  }
}

.goverc-chan .list .imgs-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #fafafa;
  height: 11.15em;
}

.goverc-chan .list .cont-box {
  position: absolute;
  width: 86%;
  left: 7%;
  bottom: 11%;
  z-index: 10;
}

.goverc-chan .list .cont-box .name {
  color: #fff;
  position: relative;
  font-size: 1.2em;
}

.goverc-chan .list .cont-box .name span {
  position: relative;
  display: inline-block;
  top: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.goverc-chan .list .cont-box .name:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 53px;
  height: 14px;
  background: url(/Img/images/goverc-chan-morebg.png) no-repeat center center;
  background-size: 100% auto;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.goverc-adv {
  margin-top: 4.8em;
}

.goverc-adv-main {
  background: #132452 url(../../Img/images/goverc-adv-main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 5.15em;
  margin-top: 2.55em;
}

.goverc-adv-main .inner-area {
  margin-top: 0;
  padding-left: 11.1em;
  position: relative;
}

.goverc-adv-main .inner-area:after {
  content: '';
  display: table;
  clear: both;
}

.goverc-adv-main .inner-area .right-box {
  float: right;
  width: 100%;
  position: relative;
  padding-left: 3.4em;
  min-height: 450px;
  padding-top: 4em;
  background: url(/Img/images/goverc-adv-right-bg.png) no-repeat left top;
  color: #fff;
}

.goverc-adv-main .inner-area .right-box .item {
  display: none;
}

.goverc-adv-main .inner-area .right-box .item.on {
  display: block;
}

.goverc-adv-main .inner-area .right-box .name {
  font-size: 1.8em;
  padding-bottom: 0.7em;
}

.goverc-adv-main .inner-area .right-box .doc {
  font-size: 16px;
}

.goverc-adv-main .inner-area .right-box .list {
  overflow: hidden;
  padding-top: 1.1em;
  padding-right: 5%;
}

.goverc-adv-main .inner-area .right-box .list li {
  float: left;
  position: relative;
  width: 45%;
  margin-right: 10%;
  padding-left: 51px;
  margin-top: 2em;
}

.goverc-adv-main .inner-area .right-box .list li:nth-child(2n) {
  margin-right: 0;
}

.goverc-adv-main .inner-area .right-box .list .imgs {
  position: absolute;
  width: 32px;
  left: 0;
  top: 3px;
}

.goverc-adv-main .inner-area .right-box .list .title {
  font-size: 18px;
  color: #00faff;
}

.goverc-adv-main .inner-area .right-box .list .txt {
  font-size: 14px;
  line-height: 20px;
  margin-top: 13px;
  min-height: 80px;
}

.goverc-adv-main .inner-area .left-nav {
  position: absolute;
  width: 12.6em;
  height: 91%;
  right: 100%;
  top: 2.35em;
  border-right: 1px solid #203870;
  padding-top: 1em;
}

.goverc-adv-main .inner-area .left-nav .lists {
  text-align: center;
  position: relative;
}

.goverc-adv-main .inner-area .left-nav .lists .guang {
  position: absolute;
  left: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.goverc-adv-main .inner-area .left-nav .lists.on1 .guang {
  top: -20%;
}

.goverc-adv-main .inner-area .left-nav .lists.on2 .guang {
  top: 14%;
}

.goverc-adv-main .inner-area .left-nav .lists.on3 .guang {
  top: 48%;
}

.goverc-adv-main .inner-area .left-nav .lists li {
  font-size: 24px;
  line-height: 60px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  right: -1px;
}

.goverc-adv-main .inner-area .left-nav .lists li.on {
  background: url(/Img/images/goverc-adv-nav-libg.png) no-repeat right center;
}

.ph-left-nav {
  margin-top: 0.33rem;
  display: none;
  position: relative;
}

.ph-left-nav .list {
  overflow: hidden;
  background: #13244f;
}

.ph-left-nav .list li {
  float: left;
  text-align: center;
  color: #6e7488;
  font-size: 0.16rem;
  width: 33.333%;
  line-height: 0.58rem;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ph-left-nav .list li.on {
  font-weight: bold;
  color: #fff;
  font-size: 0.18rem;
}

.ph-left-nav .guang {
  position: absolute;
  top: 100%;
  width: 33.333%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ph-left-nav.on1 .guang {
  left: 0;
}

.ph-left-nav.on2 .guang {
  left: 33.333%;
}

.ph-left-nav.on3 .guang {
  left: 66.666%;
}

.goverc-mod {
  margin-top: 4.5em;
}

.goverc-mod-main {
  background: url(/Img/images/goverc-mod-main-bg.jpg) no-repeat bottom center;
  padding-bottom: 4.5em;
}

.inner-area.time-box1 {
  margin-top: 2em;
}

.swiper-container.time1 {}

.swiper-container.time1 .swiper-slide {
  width: 12.5%;
  text-align: center;
}

.swiper-container.time1 .swiper-slide .item {
  height: 2.5em;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 7px;
}

.swiper-container.time1 .swiper-slide .quan {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7d98bc;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  ;
  bottom: 4px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.swiper-container.time1 .swiper-slide.on .quan {
  border: 3px solid #0e70f2;
  background: #fff;
  width: 14px;
  height: 14px;
  bottom: 0;
}

.swiper-container.time1 .swiper-slide .name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 32%;
}

.swiper-container.time1 .swiper-slide .name a {
  font-size: 18px;
  line-height: 1.5em;
  font-family: "arial";
  color: #333333;
  line-height: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.swiper-container.time1 .swiper-slide.on .name a {
  font-size: 1.8em;
  color: #076cf2;
}

.time-box1 .swiper-prev {
  position: absolute;
  top: 1.25em;
  right: 100%;
  margin-right: 2em;
  width: 2.3em;
  height: 2.3em;
  border-radius: 50%;
  background: url(/Img/images/time1-left-bg1.png) no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
  display: none !important;
}

.time-box1 .swiper-prev.on:hover {
  background: url(/Img/images/time1-left-bg1.png) no-repeat center center;
  background-size: 100% auto;
  cursor: inherit;
}

.time-box1 .swiper-prev:hover {
  background: url(/Img/images/time1-left-bg1-1.png) no-repeat center center;
  background-size: 100% auto;
}

.time-box1 .swiper-next {
  position: absolute;
  top: 1.25em;
  left: 100%;
  margin-left: 2em;
  width: 2.3em;
  height: 2.3em;
  border-radius: 50%;
  background: url(/Img/images/time1-right-bg1.png) no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
  display: none !important;
}

.time-box1 .swiper-next.on:hover {
  background: url(/Img/images/time1-right-bg1.png) no-repeat center center;
  background-size: 100% auto;
  cursor: inherit;
}

.time-box1 .swiper-next:hover {
  background: url(/Img/images/time1-right-bg1-1.png) no-repeat center center;
  background-size: 100% auto;
}

.time-box2.inner-area {
  padding: 0 4%;
}

.swiper-container.time2 .swiper-slide {
  text-align: center;
}

.swiper-container.time2 .swiper-slide .year {
  font-size: 5em;
  font-family: "arial";
  font-weight: bold;
  color: #076cf2;
  line-height: 1.2em;
  padding-bottom: 0.18em;
}

.swiper-container.time2 .swiper-slide .doc {
  font-size: 16px;
  line-height: 29px;
}

.time-box2 .swiper-prev {
  position: absolute;
  top: 3.5em;
  left: 0;
  width: 4.15em;
  height: 3.7em;
  background: url(/Img/images/time2-left-bg1.png) no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
  z-index: 10;
}

.time-box2 .swiper-prev:hover {
  background: url(/Img/images/time2-left-bg1-1.png) no-repeat center center;
  background-size: 100% auto;
}

.time-box2 .swiper-prev.on:hover {
  background: url(/Img/images/time2-left-bg1.png) no-repeat center center;
  background-size: 100% auto;
  cursor: inherit;
}

.time-box2 .swiper-next {
  position: absolute;
  top: 3.5em;
  right: 0;
  width: 4.15em;
  height: 3.7em;
  background: url(/Img/images/time2-right-bg1.png) no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
  z-index: 10;
}

.time-box2 .swiper-next.on:hover {
  background: url(/Img/images/time2-right-bg1.png) no-repeat center center;
  background-size: 100% auto;
  cursor: inherit;
}

.time-box2 .swiper-next:hover {
  background: url(/Img/images/time2-right-bg1-1.png) no-repeat center center;
  background-size: 100% auto;
}

@media screen and (min-width: 991px) {
  .goverc-chan .list li:hover .cont-box .name span {
    top: -1.2em;
  }

  .goverc-chan .list li:hover .cont-box .name:after {
    opacity: 1;
  }

  .goverc-adv-main .inner-area .right-box .item:nth-child(2) .list li:nth-child(3) {
    position: relative;
    transform: translateY(-4em);
    -webkit-transition: translateY(-4em);
    -webkit-transition: translateY(-4em);
  }

  .goverc-adv-main .inner-area .right-box .item:nth-child(2) .list li:nth-child(4) {
    position: relative;
    transform: translateY(-4em);
    -webkit-transition: translateY(-4em);
    -webkit-transition: translateY(-4em);
  }

  .goverc-adv-main .inner-area .right-box .item:nth-child(2) .list.on li:nth-child(3) {
    position: relative;
    transform: translateY(0);
    -webkit-transition: translateY(0);
    -webkit-transition: translateY(0);
  }

  .goverc-adv-main .inner-area .right-box .item:nth-child(2) .list.on li:nth-child(4) {
    position: relative;
    transform: translateY(0);
    -webkit-transition: translateY(0);
    -webkit-transition: translateY(0);
  }
}

@media screen and (max-width: 1500px) {
  .goverc-top .doc span {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .goverc-top {
    width: 100%;
    padding: 0 0.17rem;
  }

  .inner-box.goverc {
    padding: 0.38rem 0 0;
  }

  .goverc-top .name {
    font-size: 0.22rem;
    font-weight: bold;
    padding-bottom: 1.2em;
  }

  .goverc-top .doc {
    font-size: 0.165rem;
    line-height: 0.245rem;
  }

  .goverc-top .doc i {
    display: block;
  }

  .goverc-top .imgs {
    margin-top: 0.2rem;
  }

  .goverc-chan {
    margin-top: 0.35rem;
  }

  .goverc-chan .list {
    padding: 0 0.19rem;
    margin-top: 0.33rem;
  }

  .goverc-chan .list li {
    width: 48.8%;
    margin-right: 2.4%;
    border: none;
  }

  .goverc-chan .list li a {
    display: block;
    height: 100%;
  }

  .goverc-chan .list .imgs-box {
    height: 1.15rem;
  }

  .goverc-chan .list li:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 0.08rem;
  }

  .goverc-chan .list .cont-box .name {
    font-size: 0.17rem;
  }

  .goverc-chan .list .cont-box {
    left: 10%;
    bottom: 18%;
  }

  .goverc-adv-main .inner-area .left-nav {
    display: none;
  }

  .goverc-adv-main .inner-area {
    padding: 0 0.17rem;
    background: url(/Img/images/goverc-adv-right-bg1.png) no-repeat top center;
    background-size: 100% auto;
  }

  .goverc-adv-main .inner-area .right-box {
    background: none;
    padding: 0.48rem 0 0 0;
    min-height: inherit;
  }

  .goverc-adv-main .inner-area .right-box .name {
    display: none;
  }

  .goverc-adv {
    margin-top: 0.33rem;
  }

  .goverc-adv-main {
    margin-top: 0;
    background: #122859 url(../../Img/images/goverc-adv-main-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 0.54rem;
  }

  .goverc-adv-main .inner-area .right-box .doc {
    font-size: 0.18rem;
    padding: 0 5.5%;
  }

  .goverc-adv-main .inner-area .right-box .list {
    padding-right: 0;
    padding-top: 0;
  }

  .goverc-adv-main .inner-area .right-box .list li {
    width: 100%;
    margin-right: 0;
    margin-top: 0.4rem;
    padding-left: 0.65rem;
  }

  .goverc-adv-main .inner-area .right-box .list .imgs {
    width: 0.27rem;
    left: 0.21rem;
    top: 0;
  }

  .goverc-adv-main .inner-area .right-box .list .title {
    font-size: 0.18rem;
  }

  .goverc-adv-main .inner-area .right-box .list .txt {
    font-size: 0.16rem;
    margin-top: 0.1rem;
    line-height: 1.45em;
    min-height: inherit;
  }

  .ph-left-nav {
    display: block;
  }

  .goverc-mod {
    margin-top: 0.4rem;
    background: url(/Img/images/goverc-mod-bg.png) no-repeat bottom center;
    background-size: 100% auto;
  }

  .inner-area.time-box1 {
    padding-right: 0;
  }

  .time-box1 .swiper-prev {
    width: 0;
  }

  .time-box1 .swiper-next {
    width: 0;
  }

  .time-box2.inner-area {
    padding: 0 7%;
  }

  .time-box2 .swiper-prev {
    width: 0;
  }

  .time-box2 .swiper-next {
    width: 0;
  }

  .inner-area.time-box1 {
    margin-top: 0.5rem;
  }

  .swiper-container.time1 .swiper-slide {
    width: 1.45rem;
  }

  .swiper-container.time2 .swiper-slide .year {
    display: none;
  }

  .goverc-mod-main {
    background: none;
    padding-bottom: 0.36rem;
  }

  .swiper-container.time2 .swiper-slide .doc {
    font-size: 0.165rem;
    line-height: 0.245rem;
    padding-top: 0.18rem;
    text-align: left;
  }

  .swiper-container.time1 .swiper-slide .item {
    height: 0.8rem;
  }

  .swiper-container.time1 .swiper-slide .name a {
    font-size: 0.31rem;
    font-weight: bold;
    color: #e1e9f8;
  }

  .swiper-container.time1 .swiper-slide.on .name a {
    font-size: 0.6rem;
    color: #076cf2;
  }

  .swiper-container.time1 .swiper-slide.on .quan {
    width: 12px;
    height: 12px;
    bottom: 2px;
    border: 2px solid #0e70f2;
  }

  .swiper-container.time1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 1px;
    background: #ccc;
  }
}

/* 政务服务详情页 */

.goverc-gong {
  margin-top: 2.3em;
}

.goverc-gong .gong1-box {
  height: 410px;
  position: relative;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.goverc-gong .gong1-box .doc-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  text-align: center;
  color: #fff;
}

.goverc-gong .gong1-box .doc-box-main {
  max-width: 1200px;
  width: 86%;
  margin: auto;
}

.goverc-gong .gong1-box .doc-box .name {
  position: relative;
  font-size: 2.1em;
  padding-bottom: 0.4em;
}

.goverc-gong .gong1-box .doc-box .name:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 5px;
  background: #00faff;
  width: 1.66em;
  margin-left: -0.83em;
}

.goverc-gong .gong1-box .doc-box .doc {
  margin-top: 1.6em;
}

.goverc-gong .gong1-box .doc-box .doc p {
  font-size: 16px;
  line-height: 25px;
}

.goverc-list1 .inner-area {
  margin-top: 2.9em;
}

.goverc-list1 .inner-area .list {
  overflow: hidden;
  padding-bottom: 3.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.goverc-list1 .inner-area .list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43.85%;
  flex: 0 0 43.85%;
  max-width: 43.85%;
  text-align: center;
  margin-bottom: 3.2em;
}

.goverc-list1 .inner-area .list .imgs {
  padding-bottom: 0.8em;
}

.goverc-list1 .inner-area .list .imgs img {
  width: 54px;
}

.goverc-list1 .inner-area .list .name {
  font-size: 1.2em;
  color: #000;
  padding-bottom: 0.1rem;
}

.goverc-list1 .inner-area .list .doc {
  font-size: 14px;
  line-height: 24px;
}

.goverc-list1 .inner-area .list .doc p {
  position: relative;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 12px;
}

.goverc-list1 .inner-area .list .doc p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background: #0e78f5;
}

.goverc-list1 .inner-area .list .doc p:last-child {
  margin-bottom: 0;
}

.goverc-zhi {
  background: #11274f url(../../Img/images/goverc-zhi-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 4.8em 0 4em;
}

.goverc-zhi .inner-area {
  margin-top: 0;
}

.goverc-zhi .top-name {
  text-align: center;
}

.goverc-zhi .top-name {
  position: relative;
  font-size: 2.1em;
  padding-bottom: 0.4em;
  color: #fff;
}

.goverc-zhi .top-name:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 5px;
  background: #fff;
  width: 1.66em;
  margin-left: -0.83em;
}

.goverc-zhi .list {
  margin-top: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.goverc-zhi .list:after {
  content: '';
  display: table;
  clear: both;
}

.goverc-zhi .list li {
  margin-bottom: 1em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49.2%;
  flex: 0 0 49.2%;
  max-width: 49.2%;
  padding: 1.2em 4.5% 1.8em;
}

.goverc-zhi .list li:nth-child(1) {
  background: #fff url(../../Img/images/goverc-list1-libg1.jpg) no-repeat center center;
  background-size: cover;
}

.goverc-zhi .list li:nth-child(2) {
  background: #fff url(../../Img/images/goverc-list1-libg2.jpg) no-repeat center center;
  background-size: cover;
}

.goverc-zhi .list li:nth-child(3) {
  background: #fff url(../../Img/images/goverc-list1-libg3.jpg) no-repeat center center;
  background-size: cover;
}

.goverc-zhi .list li:nth-child(4) {
  background: #fff url(../../Img/images/goverc-list1-libg4.jpg) no-repeat center center;
  background-size: cover;
}

.goverc-zhi .list .name {
  font-size: 1.2em;
}

.goverc-zhi .list .doc {
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
}

.goverc-gong.on .gong1-box {
  height: auto;
  background-color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% auto;
  padding-top: 4.5em;
}

.goverc-gong.on .goverc-list1 .inner-area .list .doc {
  text-align: left;
}

.goverc-gong.on .goverc-list1 .inner-area {
  margin-top: 2.4em;
}

.goverc-gong.on .gong1-box .doc-box {
  position: relative;
  top: 0;
  transform: none;
  -webkit-transform: none;
}

.goverc-gong.on .goverc-list1 .inner-area .list {
  padding-bottom: 2.5em;
}

.goverc-gong.on .goverc-list1 .inner-area .list li {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 1.8em 2.5% 2.2em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.46%;
  flex: 0 0 48.46%;
  max-width: 48.46%;
  margin-bottom: 2em;
}

.goverc-service-pc {
  background: url(/Img/images/goverc-service-pc-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 3.7em 0 3.6em;
  margin-top: 4.4em;
}

.goverc-service-name {
  position: relative;
  font-size: 2.1em;
  padding-bottom: 0.4em;
  color: #fff;
  text-align: center;
}

.goverc-service-name:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 5px;
  background: #fff;
  width: 1.66em;
  margin-left: -0.83em;
}

@media screen and (max-width: 991px) {
  .goverc-gong {
    margin-top: 0.3rem;
  }

  .goverc-gong .gong1-box {
    height: auto;
    padding: 0.4rem 0;
  }

  .goverc-gong .gong1-box .doc-box {
    position: relative;
    top: 0;
    transform: none;
    -webkit-transform: none;
  }

  .goverc-gong .gong1-box .doc-box-main {
    width: 92%;
  }

  .goverc-gong .gong1-box .doc-box .name {
    font-size: 0.24rem;
  }

  .goverc-gong .gong1-box .doc-box .name:after {
    height: 3px;
  }

  .goverc-gong .gong1-box .doc-box .doc {
    margin-top: 0.2rem;
    text-align: left;
  }

  .goverc-gong .gong1-box .doc-box .doc p {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }

  .goverc-list1 .inner-area {
    margin-top: 0.5rem;
  }

  .goverc-list1 .inner-area .list {
    padding-bottom: 0.3rem;
  }

  .goverc-list1 .inner-area .list li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.4rem;
  }

  .goverc-list1 .inner-area .list .name {
    font-size: 0.22rem;
  }

  .goverc-list1 .inner-area .list .imgs img {
    width: 0.4rem;
  }

  .goverc-list1 .inner-area .list .doc {
    font-size: 0.16rem;
    line-height: 0.24rem;
    text-align: left;
  }

  .goverc-zhi {
    padding: 0.3rem 0;
  }

  .goverc-zhi .top-name {
    font-size: 0.24rem;
  }

  .goverc-zhi .top-name:after {
    height: 3px;
  }

  .goverc-zhi .list {
    margin-top: 0.3rem;
  }

  .goverc-zhi .list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding: 0.2rem 5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .goverc-zhi .list .name {
    font-size: 0.2rem;
  }

  .goverc-zhi .list .doc {
    font-size: 0.16rem;
    line-height: 0.22rem;
  }

  .goverc-gong.on .goverc-list1 .inner-area .list li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.2rem;
    padding: 0.25rem 3%;
  }

  .goverc-gong.on .gong1-box {
    padding-bottom: 0;
    padding-top: 0.2rem;
  }

  .goverc-gong.on .goverc-list1 .inner-area {
    margin-top: 0.6rem;
  }
}

/* 政务服务频道页 */

.goverc-service-pc .inner-area {
  margin-top: 5.5em;
}

.goverc-service-pc .list:after {
  content: '';
  display: table;
  clear: both;
  display: none;
}

.inner-area>ul {
  display: flex;
  justify-content: space-between;
}

.inner-area>ul .name {
  display: none;
}

.goverc-service-pc .list li {

  text-align: center;


  cursor: pointer;
  display: flex;
}

.goverc-service-pc .list li:last-child {
  margin-right: 0;
}

.goverc-service-pc .list .imgs {
  position: relative;
}

.goverc-service-pc .list .imgs img {
  width: 148px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.goverc-service-pc .list .imgs .img2 {
  position: absolute;
  left: 0%;
  margin-left: 0em;
  top: 0;
  opacity: 0;
}

.goverc-service-pc .list .name {
  font-size: 1.8em;
  color: #fff;
  white-space: nowrap;
  margin-top: 0.5em;
}

.goverc-service-pc .list li:hover .img1 {
  opacity: 0;
}

.goverc-service-pc .list li:hover .img2 {
  opacity: 1;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  transform: scale(1.08);
}

.goverc-service-pc .list li.on .img1 {
  opacity: 0;
}

.goverc-service-pc .list li.on .img2 {
  opacity: 1;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  transform: scale(1.08);
}

.goverc-service-pc .service-cont {
  border-top: 1px solid #466ca9;
  margin-top: 4.1em;
  padding-top: 1.2em;
}

.goverc-service-pc .service-cont .item {
  display: none;
  color: #fff;
}

.goverc-service-pc .service-cont .item.on {
  display: block;
}

.goverc-service-pc .service-cont .item .name {
  font-size: 1.2em;
}

.goverc-service-pc .service-cont .item .item-list {
  overflow: hidden;
  margin-top: 2.3em;
  height: 3.6em;
}

.goverc-service-pc .service-cont .item .item-list li {
  float: left;
  width: 30%;
  margin-right: 4.5%;
  position: relative;
  padding-left: 4.7em;
}

.goverc-service-pc .service-cont .item .item-list li:last-child {
  margin-right: 0;
}

.goverc-service-pc .service-cont .item .item-list .bgs {
  position: absolute;
  width: 3.85em;
  left: 0;
  top: 0.25em;
}

.goverc-service-pc .service-cont .item .item-list .title {
  font-size: 1.2em;
  padding-bottom: 0.5em;
  color: #fff;
}

.goverc-service-pc .service-cont .item .item-list .txt {
  font-size: 16px;
  color: #fff;
}

.goverc-service-pc .service-cont .item .doc {
  margin-top: 2.3em;
  height: 3.6em;
}

.goverc-service-pc .service-cont .item .doc span {
  position: relative;
  top: -1.5em;
}

.goverc-service-pc .service-cont .item .doc span i {
  font-size: 16px;
}

.goverc-advs {
  margin-top: 3.6em;
}

.goverc-advs .inner-area {
  margin-top: 2em;
}

.goverc-advs .top-name {
  text-align: center;
  font-size: 2.1em;
  color: #1a1a1a;
}

.goverc-advs .top-name span {
  display: inline-block;
  margin: 0 0.9285em;
  cursor: pointer;
  position: relative;
  padding-bottom: 0.4em;
  color: #999999;
}

.goverc-advs .top-name span.on {
  color: #1a1a1a
}

.goverc-advs .top-name span.on:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: -webkit-linear-gradient(left, #2b4eb2, #0093e7);
  background: -o-linear-gradient(right, #2b4eb2, #0093e7);
  background: -moz-linear-gradient(right, #2b4eb2, #0093e7);
  background: linear-gradient(to right, #2b4eb2, #0093e7);
}

.goverc-advs .list {
  display: none;
}

.goverc-advs .list.on {
  display: block;
}

.goverc-advs .list:after {
  content: '';
  display: table;
  clear: both;
}

.goverc-advs .list li {
  float: left;
  width: 48.46%;
  padding: 1.7em 5% 1.8em 8%;
  background: #fff;
  box-shadow: 0 0 13px rgba(0, 0, 0, .1);
  margin-bottom: 2em;
  position: relative;
}

@media screen and (min-width: 991px) {
  .goverc-advs .list:nth-child(2) li {
    width: 32.3%;
    margin-right: 1.55%;
    padding: 6.3em 2.5em 3em 2em;
    text-align: center;
    margin-bottom: 0;
  }

  .goverc-advs .list:nth-child(2) .cont-box {
    padding: 0;
  }

  .goverc-advs .list:nth-child(2) .cont-box img {
    width: 55px;
    top: -4.2em;
    left: 50%;
    margin-left: -27.5px;
  }

  .goverc-advs .list:nth-child(2) .cont-box .name {
    font-size: 1.2em;
    padding-bottom: 1.1em;
  }

  .goverc-advs .list:nth-child(2) .cont-box .doc {
    line-height: 24px;
    height: 96px;
  }

  .goverc-advs .list:nth-child(2) li:last-child {
    margin-right: 0;
  }

  .goverc-advs .list:nth-child(2) li:nth-child(2n) {
    margin-right: 1.55%;
    float: left;
  }
}

.goverc-advs .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, #07adf2, #076bf2);
  background: -o-linear-gradient(top, #07adf2, #076bf2);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#07adf2), to(#076bf2));
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
}

.goverc-advs .list li:nth-child(2n) {
  float: right;
}

.goverc-advs .list .cont-box {
  position: relative;
  z-index: 10;
  padding-left: 2.5em;
}

.goverc-advs .list .cont-box .name {
  font-size: 1.2em;
  padding-bottom: 0.4em;
}

.goverc-advs .list .cont-box .doc {
  font-size: 16px;
}

.goverc-advs .list .cont-box img {
  width: 32px;
  position: absolute;
  left: 0;
  top: 0.1em;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.goverc-advs .list .cont-box .bg2 {
  opacity: 0;
}

@media screen and (min-width: 991px) {
  .goverc-advs .list li:hover {
    color: #fff;
  }

  .goverc-advs .list li:hover:after {
    opacity: 1;
  }

  .goverc-advs .list li:hover .bg1 {
    opacity: 0;
  }

  .goverc-advs .list li:hover .bg2 {
    opacity: 1;
  }
}

.goverc-pin {
  background: url(/Img/images/goverc-pin-bg1.jpg) no-repeat bottom center;
  background-size: cover;
  margin-top: 4em;
  padding-top: 3.7em;
  padding-bottom: 9.9em;
}

.goverc-pin .common-title {
  margin-bottom: 1.8em;
}

.goverc-pin .inner-area {
  margin-top: 0;
}

.goverc-pin .doc {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  max-width: 1186px;
  margin: auto;
}

.goverc-service-ph {
  margin-top: 0.5rem;
  display: none;
  background: #0048b8 url(../../Img/images/goverc-service-ph-bg.jpg) no-repeat top center;
  background-size: 100% auto;
  padding-top: 0.3rem;
}

.goverc-service-ph .goverc-service-name {
  font-size: 0.22rem;
  font-weight: bold;
  padding-bottom: 0.1rem;
}

.goverc-service-ph .goverc-service-name:after {
  height: 2px;
  width: 0.44rem;
  margin-left: -0.22rem;
}

.goverc-service-ph .list {
  padding: 0.4rem;
}

.goverc-service-ph .list li {
  position: relative;
  padding-left: 0.8rem;
  margin-bottom: 0.6rem;
}

.goverc-service-ph .list li:last-child {
  margin-bottom: 0;
}

.goverc-service-ph .list .imgs {
  position: absolute;
  width: 0.65rem;
  left: -0.05rem;
  top: 0.1rem;
  text-align: center;
}

.goverc-service-ph .list .imgs .img1 {
  width: 0.4rem;
}

.goverc-service-ph .list .imgs .names {
  color: #fff;
  font-size: 0.16rem;
  margin-top: 0.05rem;
  white-space: nowrap;
}

.goverc-service-ph .list .cont-box {
  border-left: 1px solid #717689;
  padding-left: 0.23rem;
  padding-top: 0.1rem;
  padding-bottom: 0.07rem;
}

.goverc-service-ph .list .cont-box .name {
  font-size: 0.19rem;
  color: #fff;
}

.goverc-service-ph .list .cont-box dl {
  margin-top: 0.25rem;
}

.goverc-service-ph .list .cont-box dl dd {
  position: relative;
  padding-left: 0.58rem;
  margin-bottom: 0.25rem;
  background: url(/Img/images/goverc-service-ph-dd-bg.png) no-repeat right center;
  background-size: 0.2rem auto;
}

.goverc-service-ph .list .cont-box dl dd:last-child {
  margin-bottom: 0;
}

.goverc-service-ph .list .cont-box .num {
  position: absolute;
  width: 0.48rem;
  left: 0;
  top: 0.05rem;
}

.goverc-service-ph .list .cont-box .title {
  font-size: 0.17rem;
  color: #fff;
}

.goverc-service-ph .list .cont-box .txt {
  font-size: 0.16rem;
  color: #fff;
  margin-top: 2px;
}

.goverc-service-ph .list .cont-box .doc {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.26rem;
  margin-top: 0.2rem;
}

@media screen and (max-width: 991px) {
  .goverc-service-ph {
    display: block;
  }

  .goverc-service-pc {
    display: none;
  }

  .goverc-advs {
    margin-top: 2.2em;
  }

  .goverc-advs .top-name {
    font-size: 0.22rem;
  }

  .goverc-advs .top-name span.on {
    font-weight: bold;
  }

  .goverc-advs .top-name span.on:after {
    width: 70%;
    left: 15%;
    height: 2px;
  }

  .goverc-advs .top-name span {
    margin: 0 0.12rem;
  }

  .goverc-advs .list li {
    box-shadow: none;
    width: 100%;
    margin-bottom: 0;
    padding: 0 0.23rem;
    margin-bottom: 0.17rem;
  }

  .goverc-advs .list .cont-box img {
    width: 0.3rem;
    top: 0.03rem;
  }

  .goverc-advs .list .cont-box {
    padding-left: 0.52rem;
  }

  .goverc-advs .list .cont-box .name {
    font-size: 0.18rem;
    padding-bottom: 0.03rem;
  }

  .goverc-advs .list .cont-box .doc {
    font-size: 0.16rem;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #e6e6e6;
  }

  .goverc-advs .list li:last-child .cont-box .doc {
    border-bottom: none;
  }

  .goverc-pin {
    margin-top: 0.25rem;
    padding-top: 0.32rem;
    padding-bottom: 0.35rem;
    background: url(/Img/images/goverc-pin-bg2.jpg) no-repeat bottom center;
    background-size: cover;
  }

  .goverc-pin .common-title {
    margin-top: 0;
    padding-bottom: 0.1rem;
    margin-bottom: 0.3rem;
  }

  .goverc-pin .common-title:after {
    width: 0.6rem;
    margin-left: -0.3rem;
  }

  .goverc-pin .doc {
    font-size: 0.16rem;
    line-height: 0.26rem;
  }

  /*.goverc-advs .list:nth-child(2) li{
		width: 100%;
		margin-right: 0;
		padding: 0.55rem 0.17rem 0.3rem;
	}
	.goverc-advs .list:nth-child(2) li:nth-child(2n){
		margin-right: 0;
	}
	.goverc-advs .list:nth-child(2) .cont-box img{
		width: 0.38rem;
		margin-left: -0.19rem;
		top: -0.5rem;
	}
	.goverc-advs .list:nth-child(2) .cont-box .name{
		font-size: 0.2rem;
		padding-bottom: 0.1rem;
	}
	.goverc-advs .list:nth-child(2) .cont-box .doc{
		font-size: 0.16rem;
		line-height: 0.24rem;
		height: auto;
		padding-bottom: 0.2rem;
	}*/
}

/**** 爱游戏平台赞助意甲服务详情页 ***/

.goverc-value {
  margin-top: 3.7em;
  background: #f1f1f7 url(../../Img/images/goverc-value-bg.jpg) no-repeat top center;
  background-size: cover;
  min-height: 200px;
  padding: 3.7em 0 4em;
}

.goverc-value .inner-area {
  margin-top: 1.3em;
}

.goverc-value .list:after {
  content: '';
  display: table;
  clear: both;
}

.goverc-value .list li {
  float: left;
  width: 32.3%;
  margin-right: 1.55%;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.5em;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.goverc-value .list.on li {
  width: 46.15%;
  margin-right: 7.3%;
}

.goverc-value .list.on li:nth-child(3n) {
  margin-right: 7.3%;
}

.goverc-value .list.on li:nth-child(2n) {
  margin-right: 0;
}

.goverc-value .list li:nth-child(3n) {
  margin-right: 0;
}

.goverc-value .list .cont-box {
  padding-left: 50px;
  position: relative;
}

.goverc-value .list .cont-box .imgs {
  width: 32px;
  position: absolute;
  left: 0;
  top: 0;
}

.goverc-value .list.on .cont-box .imgs {
  width: 39px;
}

.goverc-value .list .cont-box .name {
  font-size: 1.2em;
  padding-bottom: 0.25em;
}

.goverc-value .list .cont-box .doc {
  font-size: 14px;
  line-height: 23px;
  height: 44px;
  overflow: hidden;
}

@media screen and (min-width: 991px) {
  .goverc-value .list li:hover {
    background: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, .1);
  }
}

.goverc-fun {
  margin-top: 3.8em;
}

.goverc-fun .common-title {
  margin-bottom: 2em;
}

.goverc-fun .inner-area {
  text-align: center;
  margin-top: 0;
}

.goverc-fun .inner-area .item {
  display: inline-block;
  width: 200px;
  padding: 28px 0 23px;
  border-bottom: 3px solid #fff;
  cursor: pointer;
}

.goverc-fun .inner-area .item.on {
  background: -moz-linear-gradient(top, #07adf2, #076cf2);
  background: -o-linear-gradient(top, #07adf2, #076cf2);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#07adf2), to(#076cf2));
  border-bottom: 3px solid #00faff;
}

.goverc-fun .inner-area .item .imgs {}

.goverc-fun .inner-area .item .imgs .img2 {
  display: none;
}

.goverc-fun .inner-area .item.on .imgs .img1 {
  display: none;
}

.goverc-fun .inner-area .item.on .imgs .img2 {
  display: inline-block;
}

.goverc-fun .inner-area .item .name {
  font-size: 18px;
  margin-top: 15px;
}

.goverc-fun .inner-area .item.on .name {
  color: #fff;
}

.goverc-fun .inner-area .item:hover {
  background: -moz-linear-gradient(top, #07adf2, #076cf2);
  background: -o-linear-gradient(top, #07adf2, #076cf2);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#07adf2), to(#076cf2));
  border-bottom: 3px solid #00faff;
}

.goverc-fun .inner-area .item:hover .imgs .img1 {
  display: none;
}

.goverc-fun .inner-area .item:hover .imgs .img2 {
  display: inline-block;
}

.goverc-fun .inner-area .item:hover .name {
  color: #fff;
}

.fun-box {
  background: #0a1f3b;
  padding: 4.2em 0 3em;
}

.fun-box .inner-area {
  margin-top: 0;
}

.fun-box .items {
  text-align: left;
  color: #fff;
  display: none;
  overflow: hidden;
}

.fun-box .items.on {
  display: block;
}

.fun-box .items .left-box {
  float: left;
  width: 62%;
  padding-left: 10px;
}

.fun-box .items .left-box.animated {
  animation-duration: 1.5s;
}

.fun-box .items .right-box.animated {
  animation-duration: 1.5s;
}

.fun-box .items .left-box .name {
  font-size: 1.5em;
  padding-bottom: 0.65em;
}

.fun-box .items .left-box .doc {
  font-size: 14px;
}

.fun-box .items .left-box .list {
  overflow: hidden;
  margin-top: 2.4em;
}

.fun-box .items .left-box .list li {
  position: relative;
  float: left;
  width: 46%;
  margin-right: 8%;
  padding-left: 63px;
  margin-bottom: 1.5em;
}

.fun-box .items .left-box .list li:nth-child(2n) {
  margin-right: 0;
}

.fun-box .items .left-box .list .num-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  text-align: center;
  white-space: nowrap;
}

.fun-box .items .left-box .list .num-box .num {
  font-family: "arial";
  font-size: 36px;
  color: #00faff;
  font-weight: bold;
  line-height: 1;
}

.fun-box .items .left-box .list .num-box .dian-box {
  width: 32px;
  margin: auto;
  height: 14px;
  margin-top: 5px;
  position: relative;
}

.fun-box .items .left-box .list .num-box .dian-box i {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #00faff;
  opacity: 0;
}

.fun-box .items .left-box .list .num-box .dian-box .dian1 {
  left: 0;
  top: 0;
}

.fun-box .items .left-box .list .num-box .dian-box .dian2 {
  left: 50%;
  margin-left: -2px;
  top: 0;
}

.fun-box .items .left-box .list .num-box .dian-box .dian3 {
  right: 0;
  top: 0;
}

.fun-box .items .left-box .list .num-box .dian-box .dian4 {
  left: 0;
  bottom: 0;
}

.fun-box .items .left-box .list .num-box .dian-box .dian5 {
  left: 50%;
  margin-left: -2px;
  bottom: 0;
}

.fun-box .items .left-box .list .num-box .dian-box .dian6 {
  right: 0;
  bottom: 0;
}

.fun-box .items .left-box .list li:nth-child(1) .num-box .dian-box .dian3 {
  opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(2) .num-box .dian-box .dian3 {
  opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(2) .num-box .dian-box .dian2 {
  opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(3) .num-box .dian-box .dian3 {
  opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(3) .num-box .dian-box .dian2 {
  opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(3) .num-box .dian-box .dian1 {
  opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(4) .num-box .dian-box .dian6 {
  opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(4) .num-box .dian-box .dian3 {
  opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(4) .num-box .dian-box .dian2 {
  opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(4) .num-box .dian-box .dian1 {
  opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(5) .num-box .dian-box .dian6 {
  opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(5) .num-box .dian-box .dian5 {
  opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(5) .num-box .dian-box .dian3 {
  opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(5) .num-box .dian-box .dian2 {
  opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(5) .num-box .dian-box .dian1 {
  opacity: 1;
}

.fun-box .items .left-box .list li:nth-child(6) .num-box .dian-box i {
  opacity: 1 !important;
}

.fun-box .items .left-box .list .cont-box {}

.fun-box .items .left-box .list .cont-box .title {
  font-size: 16px;
}

.fun-box .items .left-box .list .cont-box .txt {
  font-size: 14px;
  opacity: 0.6;
  line-height: 22px;
  margin-top: 5px;
}

.fun-box .items .right-box {
  float: right;
  width: 29.2%;
  height: 24.6em;
  position: relative;
  background: -moz-linear-gradient(top, #334662, #0b203c);
  background: -o-linear-gradient(top, #334662, #0b203c);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#334662), to(#0b203c));
}

.fun-box .items .right-box .bg {
  position: absolute;
  width: 19.45em;
  right: 1.6em;
  top: 4.8em;
}

@media screen and (max-width: 1250px) {
  .goverc-fun .inner-area .item {
    width: 10em;
  }
}

@media screen and (max-width: 991px) {
  .goverc-value {
    margin-top: 0.4rem;
    padding: 0.3rem 0 0.1rem 0;
  }

  .goverc-value .common-title {
    margin-top: 0;
  }

  .goverc-value .inner-area {
    margin-top: 0.35rem;
  }

  .goverc-value .list li {
    width: 100%;
    margin-right: 0;
    padding: 0 3%;
    margin-bottom: 0.3rem;
  }

  .goverc-value .list.on li {
    width: 100%;
    margin-right: 0;
  }

  .goverc-value .list .cont-box {
    padding-left: 0.45rem;
  }

  .goverc-value .list .cont-box .imgs {
    width: 0.3rem !important;
    top: 0.05rem;
  }

  .goverc-value .list .cont-box .name {
    font-size: 0.2rem;
  }

  .goverc-value .list .cont-box .doc {
    font-size: 0.16rem;
    line-height: 0.24rem;
    height: auto;
  }

  .goverc-fun {
    margin-top: 0.5rem;
  }

  .goverc-fun .common-title {
    margin-top: 0;
    margin-bottom: 0.3rem;
  }

  .goverc-fun .inner-area .item {
    display: none;
  }

  .fun-box {
    padding: 0.3rem 0 0 0;
  }

  .fun-box .items .right-box {
    display: none;
  }

  .fun-box .items {
    display: block;
    margin-bottom: 0.3rem;
  }

  .fun-box .items .left-box {
    width: 100%;
    padding: 0 3%;
  }

  .fun-box .items .left-box .list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }

  .fun-box .items .left-box .name {
    font-size: 0.22rem;
    padding-bottom: 0.1rem;
  }

  .fun-box .items .left-box .doc {
    font-size: 0.16rem;
  }
}

/**** 公益事业 ***/

.public-box {}

.public-top {
  position: relative;
  height: 39.8em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fafafa;
  z-index: 20;
}

.public-top.volunteer {
  height: calc(100vh - 60px);
}

.public-top .doc-box {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 51%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.public-top .doc-box .doc1 {
  font-size: 1.5em;
  padding-bottom: 0.5em;
}

.public-top .doc-box .doc1.animated {
  animation-duration: 1.5s;
  animation-delay: 0.5s;
}

.public-top .doc-box .doc2.animated {
  animation-duration: 1.5s;
  animation-delay: 0.7s;
}

.public-top .doc-box .doc3.animated {
  animation-duration: 1.5s;
  animation-delay: 0.9s;
}

.public-top .doc-box .doc2 {
  font-size: 2.4em;
  padding-bottom: 0.45em;
  margin-bottom: 0.55em;
  position: relative;
}

.public-top .doc-box .doc2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  margin-left: -30px;
  height: 2px;
  background: #f08000;
}

.public-top .doc-box .doc3 {
  font-size: 16px;
  font-family: "arial";
}

.public-ju {
  position: relative;
  z-index: 21;
  min-height: 200px;
  background: -moz-linear-gradient(top, #f06422, #ff9328);
  background: -o-linear-gradient(top, #f06422, #ff9328);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f06422), to(#e55a6f));
  text-align: center;
  color: #fff;
  padding-top: 3em;
  padding-bottom: 3.3em;
}

.public-ju .bgs {
  position: absolute;
  left: 50%;
  top: -114px;
  width: 1169px;
  margin-left: -584.5px;
}

.public-ju .inner-area {
  margin-top: 0;
}

.public-ju .imgs img {
  width: 250px;
}

.public-ju .name {
  margin-top: 0.6em;
  padding-bottom: 1.35em;
}

.public-ju .name span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 0 29px;
  letter-spacing: 5px;
}

.public-ju .name span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 23px;
  height: 2px;
  background: #fff;
  margin-top: -1px;
}

.public-ju .name span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 23px;
  height: 2px;
  background: #fff;
  margin-top: -1px;
}

.public-ju .doc {
  font-size: 16px;
  line-height: 28px;
}

.public-huo {
  padding: 3.2em 0 4em;
  background: #f2f1f7;
}

.public-huo .news-list1 .cont-box {
  background: #fff;
}

.public-huo .news-list1 .cont-box {
  border: none;
}

.public-mei {
  padding: 3.2em 0 4em;
  background: #fff;
}

.news-list1 .imgs-box .btns {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 50%;
  top: 50%;
  margin-left: -22.5px;
  margin-top: -22.5px;
}

.video-pop-box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, .5);
  display: none;
}

.video-pop-box .video-pop-main {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 5;
}

.video-pop-box .video-pop-main .video-main {
  max-width: 1300px;
  width: 86%;
  margin: auto;
  position: relative;
}

.video-close-btn {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 1em;
  cursor: pointer;
  width: 1.5em;
}

@media screen and (max-width: 1500px) and (max-height: 750px) {
  .video-close-btn {
    top: 8em;
  }
}

.video-box {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.video-box .adjust {
  width: 100%;
  max-width: 100%;
  display: block;
}

.video-js {
  width: 100% !important;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 20;
}

.video-js:hover .vjs-big-play-button {
  background-color: transparent;
  opacity: 1;
}

.video-js .vjs-big-play-button {
  width: 80px;
  height: 80px;
  line-height: 58px;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  /*background: url(/Img/images/video_play.png) no-repeat center center;*/
  background: none;
  background-size: contain;
  border: none;
  padding: 0;
  opacity: 0.8;
  transition: all 0.5s;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}

.video-js .vjs-poster {
  background-size: cover;
}

.video-js .vjs-subs-caps-button {
  display: none !important;
}

.public-zi {
  background: #006eab url(../../Img/images/public-zi-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 3.5em 0;
}

.public-zi .inner-area {
  margin-top: 0;
  padding-left: 20.4em;
  position: relative;
}

.public-zi .inner-area .left-name {
  position: absolute;
  top: -0.2em;
  left: 0;
  font-size: 2.1em;
  color: #fff;
}

.public-zi .inner-area .right-box {
  height: 65px;
  border-left: 1px solid #fff;
  position: relative;
  overflow: hidden;
  padding: 0 3.5em;
}

.public-zi .right-box .swiper-container .swiper-slide {
  height: 100%;
  line-height: 1;
  font-size: 16px;
  color: #fff;
  width: 15em;
  margin-right: 3em;
}

.public-zi .right-box .swiper-container .swiper-slide .name {
  padding-right: 10%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 30px;
}

.public-zi .right-box .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

@media screen and (max-width: 991px) {
  .video-pop-box .video-pop-main .video-main {
    width: 100%;
    padding: 0 0.17rem;
  }

  .video-js .vjs-big-play-button {
    width: 0.6rem;
    height: 0.6rem;
    margin: -0.3rem 0 0 -0.3rem;
  }

  .video-close-btn {
    margin-left: -0.47rem;
    width: 0.25rem;
    top: -0.4rem;
  }

  .public-huo {
    padding: 0.1rem 0 0.5rem;
  }

  .public-mei {
    padding: 0.1rem 0 0.5rem;
  }

  .public-top {
    height: 5rem !important;
  }

  .public-top .doc-box .doc1 {
    font-size: 0.2rem;
  }

  .public-top .doc-box .doc2 {
    font-size: 0.28rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.15rem;
  }

  .public-top .doc-box .doc2:after {
    width: 0.36rem;
    margin-left: -0.18rem;
  }

  .public-top .doc-box .doc3 {
    font-size: 0.16rem;
  }

  .public-ju {
    padding: 0.5rem 0;
  }

  .public-ju .bgs {
    width: 10rem;
    margin-left: -5rem;
    top: -1rem;
  }

  .public-ju .imgs img {
    width: 2rem;
  }

  .public-ju .name span {
    font-size: 0.2rem;
  }

  .public-ju .doc {
    font-size: 0.165rem;
    line-height: 0.28rem;
  }

  .public-zi {
    padding: 0.3rem 0 0.4rem;
    min-height: 100px;
  }

  .public-zi .inner-area {
    padding: 0 0.17rem;
  }

  .public-zi .inner-area .left-name {
    position: relative;
    top: inherit;
    margin-bottom: 0.3rem;
    font-size: 0.24rem;
  }

  .public-zi .inner-area .right-box {
    padding: 0 5%;
    height: 60px;
  }

  .public-zi .right-box .swiper-container .swiper-slide {
    width: 2.5rem;
    margin-right: 0.3rem;
  }

  .public-zi .right-box .swiper-container .swiper-slide .name {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .news-list1.video .imgs-box a {
    display: block;
  }
}

/**** 志愿者在行动 ***/

.public-top.volunteer .doc-box {
  top: 40%;
}

.public-top .bottom-tab {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .75);
  border-bottom: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.public-top .bottom-tab.on {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: rgba(0, 0, 0, .9);
  border-bottom: 1px solid #03384e;
}

.public-top .bottom-tab .inner-area {
  margin-top: 0;
}

.public-top .bottom-tab .list {
  overflow: hidden;
}

.public-top .bottom-tab .list li {
  float: left;
  width: 25%;
  text-align: center;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, .3);
  padding: 3.6em 0 3.4em;
  cursor: pointer;
}

.public-top .bottom-tab .list li.on {
  background: rgba(3, 56, 78, .8);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.public-top .bottom-tab .list li:last-child {
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.public-top .bottom-tab .list .imgs img {
  width: 56px;
}

.public-top .bottom-tab .list .name {
  font-size: 18px;
  margin-top: 15px;
}

.zhan-box {
  position: relative;
  background: #03384e;
  padding: 3em 0 0 0;
  display: none;
}

.zhan-box .zhan-box-close {
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  width: 1.9em;
  cursor: pointer;
}

.zhan-box .inner-area {
  margin-top: 0;
}

.zhan-box .item {
  display: none;
  position: relative;
}


.zhan-box .item .swiper-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4em;
  margin-left: -5em;
  width: 50px;
  height: 45px;
  background: url(/Img/images/time3-left-bg1.png) no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
}

.zhan-box .item .swiper-prev:hover {
  opacity: 0.8;
}

.zhan-box .item .swiper-prev.swiper-button-disabled {
  display: none;
}

.zhan-box .item .swiper-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: -5em;
  margin-top: -4em;
  width: 50px;
  height: 45px;
  background: url(/Img/images/time3-right-bg1.png) no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
}

.zhan-box .item .swiper-next:hover {
  opacity: 0.8;
}

.zhan-box .item .swiper-next.swiper-button-disabled {
  display: none;
}

.zhan-box .item.on {
  display: block;
}

.zhan-box .swiper-container {
  width: 100%;
}

.zhan-box .list {
  /*overflow: hidden;*/
}

.zhan-box .list li {
  text-align: center;
  color: #fff;
}

.zhan-box .list .slides-item {
  margin-bottom: 3em;
}


.zhan-box .list .imgs {
  position: relative;
  overflow: hidden;
}

.zhan-box .list .imgs img {
  width: 100%;
  display: block;
}

.zhan-box .list .name {
  font-size: 16px;
  margin-top: 15px;
  padding: 0 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-fu {
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 3.5em 0 4.3em;
  color: #fff;
}

.public-fu .top-name {
  font-size: 2.1em;
  padding-bottom: 0.5em;
}

.public-fu .doc {
  font-size: 16px;
  line-height: 27px;
}

.public-fu .mores-box {
  margin-top: 2em;
}

.public-fu .mores-box a {
  display: inline-block;
  width: 200px;
  line-height: 48px;
  background: #fff;
  border-radius: 3px;
  color: #263646;
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.public-fu .mores-box.on a:hover {
  /*background: rgba(255,255,255,.3);*/
}

.public-fu .mores-box a span {
  display: inline-block;
  padding-right: 25px;
  background: url(/Img/images/mores-box-bg1.png) no-repeat right center;
  background-size: 16px;
}

.public-fu .mores-box a.on span {
  background: url(/Img/images/mores-box-bg1-1.png) no-repeat right center;
  background-size: 16px;
}

.fuzhan-box {
  background: #fff;
  height: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

.fuzhan-box.on {
  padding: 2em 0 4em;
  height: auto;
}

.fuzhan-box .inner-area {
  margin-top: 0;
}

.fuzhan-box .swiper-prev {
  position: absolute;
  left: 0;
  top: 5em;
  margin-left: -5em;
  width: 50px;
  height: 45px;
  background: url(/Img/images/time2-left-bg1.png) no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
}

.fuzhan-box .swiper-prev.on {
  z-index: -1;
}

.fuzhan-box .swiper-prev.swiper-button-disabled {
  display: none;
}

.fuzhan-box .swiper-prev:hover {
  background: url(/Img/images/time2-left-bg1-1.png) no-repeat center center;
  background-size: 100% auto;
}

.fuzhan-box .swiper-next {
  position: absolute;
  right: 0;
  top: 5em;
  margin-right: -5em;
  width: 50px;
  height: 45px;
  background: url(/Img/images/time2-right-bg1.png) no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
}

.fuzhan-box .swiper-next.on {
  z-index: -1;
}

.fuzhan-box .swiper-next.swiper-button-disabled {
  display: none;
}

.fuzhan-box .swiper-next:hover {
  background: url(/Img/images/time2-right-bg1-1.png) no-repeat center center;
  background-size: 100% auto;
}

.fuzhan-box .pc-list .list1 {
  overflow: hidden;
}

.fuzhan-box .pc-list .list1 li {
  float: left;
  width: 18.46%;
  margin-right: 8.72%;
  text-align: center;
}

.fuzhan-box .pc-list .list1 li:last-child {
  margin-right: 0;
}

.fuzhan-box .pc-list .list1 .imgs {
  overflow: hidden;
}

.fuzhan-box .pc-list .list1 .imgs img {
  width: 100%;
  border: 5px solid #006eab;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.fuzhan-box .pc-list .list1 li.on .imgs img {
  border: 5px solid #f08000;
}

.fuzhan-box .pc-list .list1 .name {
  font-size: 1.5em;
  color: #1a1a1a;
  margin-top: 0.6em;
  padding-bottom: 2px;
}

.fuzhan-box .pc-list .list1 .name span {
  cursor: pointer;
}

.fuzhan-box .pc-list .list1 .title {
  font-size: 16px;
  color: #1a1a1a;
}

.fuzhan-box .pc-list .list1 .jiao {
  margin-top: 1.3em;
  line-height: 1;
  height: 14px;
  position: relative;
}

.fuzhan-box .pc-list .list1 .jiao span {
  position: absolute;
  left: 50%;
  margin-left: -14px;
  top: 0;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-bottom: 14px dashed;
  border-bottom: 14px solid \9;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  color: #f2f1f7;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.fuzhan-box .pc-list .list1 li.on .jiao span {
  opacity: 1;
}

.fuzhan-box .pc-list .list2 {
  background: #f2f1f7;
  padding: 1.9em 3.7em;
}

.fuzhan-box .pc-list .list2 li {
  font-size: 16px;
  color: #1a1a1a;
  display: none;
}

.fuzhan-box .pc-list .list2 li.on {
  display: block;
}

.fuzhan-box .swiper-pagination {
  width: 0;
  left: 0;
  bottom: -0.3rem;
  overflow: hidden;
}

.fuzhan-box .swiper-pagination .swiper-pagination-bullet {
  width: 0.2rem;
  height: 3px;
  background: #c5c5c5;
  border-radius: 0;
  margin: 0 4.5px;
}

.fuzhan-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f39933;
}

@media screen and (max-width: 991px) {
  .public-fu {
    padding: 0.46rem 0 0.55rem;
  }

  .public-top .bottom-tab {
    border-top: 1px solid rgba(255, 255, 255, .2);
  }

  .public-top .bottom-tab .list li {
    border-left: 1px solid rgba(255, 255, 255, .2);
  }

  .public-top .bottom-tab .list li:last-child {
    border-right: 1px solid rgba(255, 255, 255, .2);
  }

  .public-top .bottom-tab .list li.on {
    background: #033449;
  }

  .public-fu .top-name {
    font-size: 0.25rem;
    padding-bottom: 0.2rem;
  }

  .public-fu .doc {
    font-size: 0.16rem;
    line-height: 0.26rem;
    padding: 0 5%;
  }

  .public-fu .mores-box {
    margin-top: 0.4rem;
  }

  .public-fu .mores-box a.zhan {
    width: 1.8rem;
  }

  .public-fu .mores-box a span {
    padding-right: 0.24rem;
    background: url(/Img/images/mores-box-bg1.png) no-repeat right center;
    background-size: 0.15rem;
  }

  .public-fu .mores-box a.on span {
    background: url(/Img/images/mores-box-bg1-1.png) no-repeat right center;
    background-size: 0.15rem;
  }

  .public-fu .mores-box a {
    width: 1.47rem;
    line-height: 0.42rem;
    font-size: 0.16rem;
  }

  .public-top .bottom-tab .list .name {
    display: none;
  }

  .public-top .bottom-tab .list .imgs img {
    width: 0.3rem;
  }

  .public-top .bottom-tab .list li {
    padding: 0.18rem 0;
  }

  .zhan-box {
    padding: 0.68rem 0.48rem 0.5rem;
  }

  .zhan-box .list .slides-item {
    margin-bottom: 0.35rem;
  }

  .zhan-box .list .name {
    font-size: 0.16rem;
    margin-top: 0.05rem;
    line-height: 0.3rem;
  }

  .zhan-box .inner-area {
    padding: 0;
  }

  .zhan-box .zhan-box-close {
    width: 0.23rem;
    height: 0.23rem;
    top: 0.25rem;
    right: 0.48rem;
  }

  .zhan-box .list li {
    width: 100%;
    margin-right: 0;
  }

  .public-top .bottom-tab {
    border-bottom: none;
  }

  .public-top .bottom-tab.on {
    border-bottom: none;
  }

  .fuzhan-box.on {
    padding: 0.3rem 0 0.5rem;
    height: auto;
  }

  .fuzhan-box .swiper-pagination {
    width: 100%;
  }

  .fuzhan-box .pc-list .list1 li {
    width: 21%;
    margin-right: 5.3%;
  }

  .fuzhan-box .pc-list .list1 .imgs img {
    border: 3px solid #006eab;
  }

  .fuzhan-box .pc-list .list1 li.on .imgs img {
    border: 3px solid #f08000;
  }

  .fuzhan-box .pc-list .list1 .name {
    font-size: 0.18rem;
  }

  .fuzhan-box .pc-list .list1 .title {
    font-size: 0.16rem;
  }

  .fuzhan-box .pc-list .list1 .jiao {
    margin-top: 0.1rem;
  }

  .fuzhan-box .pc-list .list2 {
    padding: 0.3rem 0.17rem;
  }

  .fuzhan-box .pc-list .list2 li {
    font-size: 0.17rem;
  }

  .zhan-box .item .swiper-prev {
    display: none;
  }

  .zhan-box .item .swiper-next {
    display: none;
  }
}

/**** 加入我们 ***/

.goverc-ren .inner-area {
  margin-top: 3.1em;
}

.goverc-ren .list {}

.goverc-ren .list:after {
  content: '';
  display: table;
  clear: both;
}

.goverc-ren .list li {
  float: left;
  width: 33.333%;
  text-align: center;
}

.goverc-ren .list li:nth-child(1) {
  animation-delay: 0.2s;
}

.goverc-ren .list li:nth-child(2) {
  animation-delay: 0.3s;
}

.goverc-ren .list li:nth-child(3) {
  animation-delay: 0.4s;
}

.goverc-ren .list .imgs img {
  width: 3.95em;
}

.goverc-ren .list .name {
  font-size: 1.2em;
  margin-top: 0.9em;
  padding-bottom: 0.4em;
}

.goverc-ren .list .doc {
  font-size: 16px;
}

.goverc-work {
  margin-top: 3.8em;
  background: #ebf0f6 url(../../Img/images/goverc-gong-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 3.3em 0 4em;
}

.goverc-work .left-box {
  float: left;
  width: 35.38%;
}

.goverc-work .left-box .list {
  margin-top: 2.1em;
}

.goverc-work .left-box .list li {
  margin-bottom: 2.5em;
}

.goverc-work .left-box .list li:last-child {
  margin-bottom: 0;
}

.goverc-work .left-box .list .name {
  font-size: 1.2em;
  padding-bottom: 0.4em;
  cursor: pointer;
  position: relative;
}

.goverc-work .left-box .list .name i {
  font-weight: bold;
  font-family: "arial";
  color: #076cf2;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  font-size: 3em;
}

.goverc-work .left-box .list .name span {
  cursor: pointer;
}

.goverc-work .left-box .list li.on .name span {
  color: #076cf2;
}

.goverc-work .left-box .list .doc {
  font-size: 14px;
}

.goverc-work .right-box {
  float: right;
  width: 55.38%;
  margin-right: 12px;
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
}

.goverc-work .right-box-main {
  position: relative;
}

.goverc-work .right-box-main:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 100%;
  height: 100%;
  background: #1a61ff;
  box-shadow: 0 5px 13px rgba(0, 0, 0, .4);
}

.goverc-work .swiper-slide img {
  width: 100%;
  display: block;
}

.goverc-work .swiper-slide .doc-box {
  margin-top: 0.5rem;
  display: none;
}

.goverc-work .swiper-slide .doc-box .name {
  font-size: 0.2rem;
  color: #076cf2;
}

.goverc-work .swiper-slide .doc-box .doc {
  font-size: 0.16rem;
  margin-top: 0.07rem;
}

.goverc-work .swiper-pagination {
  bottom: inherit;
  top: 83%;
  z-index: 10;
  height: 2px;
  display: none;
}

.goverc-work .swiper-pagination .swiper-pagination-bullet {
  width: 0.2rem;
  height: 2px;
  background: #acc5f8;
  border-radius: 0;
  margin: 0 3.5px;
}

.goverc-work .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1a61ff;
}

.goverc-cheng {
  margin-top: 3.2em;
  padding-bottom: 3.9em;
  background: url(/Img/images/goverc-cheng-bg.png) no-repeat bottom center;
  background-size: 100% auto;
}

.goverc-cheng .inner-area {
  margin-top: 15px;
}

.goverc-cheng .cheng-doc {
  color: #1a1a1a;
  font-size: 16px;
  text-align: center;
}

.goverc-cheng .list {
  text-align: center;
  margin-top: 1.3em;
  overflow: hidden;
  position: relative;
}

.goverc-cheng .list:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  z-index: -1;
}

.goverc-cheng .list li {
  float: left;
  width: 33.333%;
}

.goverc-cheng .list li span {
  display: inline-block;
  font-size: 1.2em;
  color: #999999;
  border-bottom: 4px solid transparent;
  line-height: 1.5em;
  cursor: pointer;
}

.goverc-cheng .list li.on span {
  color: #1a1a1a;
  border-bottom: 4px solid #1a1a1a;
}

.goverc-cheng .imgs-box {
  margin-top: 2em;
}

.goverc-cheng .imgs-box .imgs {
  overflow: hidden;
  display: none;
}

.goverc-cheng .imgs-box .imgs.on {
  display: block;
}

.goverc-cheng .imgs-box .imgs img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.goverc-life {
  background: #f2f1f7;
  padding: 2.3em 0 0 0;
}

.goverc-life .inner-area {
  margin-top: 15px;
}

.goverc-life .doc-box {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
}

.goverc-life .cont-box {
  position: relative;
  margin-top: 1.2em;
}

.goverc-life .cont-box.ph {
  display: none;
}

.goverc-life .cont-box .swiper-prev {
  position: absolute;
  background: #c4c1c6 url(../../Img/images/goverc-life-left-bg.png) no-repeat center center;
  background-size: 21px auto;
  width: 3.5em;
  height: 5em;
  top: 2.75em;
  right: 100%;
  margin-right: 3.5em;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.goverc-life .cont-box .swiper-prev:hover {
  background: #076bf2 url(../../Img/images/goverc-life-left-bg.png) no-repeat center center;
  background-size: 21px auto;
}

.goverc-life .cont-box .swiper-prev.on:hover {
  background: #c4c1c6 url(../../Img/images/goverc-life-left-bg.png) no-repeat center center;
  background-size: 21px auto;
  cursor: inherit;
}

.goverc-life .cont-box .swiper-next {
  position: absolute;
  background: #c4c1c6 url(../../Img/images/goverc-life-right-bg.png) no-repeat center center;
  background-size: 21px auto;
  width: 3.5em;
  height: 5em;
  top: 2.75em;
  left: 100%;
  margin-left: 3.5em;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.goverc-life .cont-box .swiper-next:hover {
  background: #076bf2 url(../../Img/images/goverc-life-right-bg.png) no-repeat center center;
  background-size: 21px auto;
}

.goverc-life .cont-box .swiper-next.swiper-button-disabled:hover {
  background: #c4c1c6 url(../../Img/images/goverc-life-right-bg.png) no-repeat center center;
  background-size: 21px auto;
  cursor: inherit;
}

.goverc-life .cont-box .swiper-slide {
  padding: 10px;
  background: #f2f1f7;
  cursor: pointer;
}

.goverc-life .cont-box .swiper-slide.on {
  background: #fff;
}

.goverc-life .cont-box .swiper-slide .imgs {
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 10.5em;
  position: relative;
}

.goverc-life .cont-box .swiper-slide .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5%;
  font-size: 16px;
  line-height: 35px;
  margin-top: 10px;
  text-align: center;
}

.goverc-life .cont-box .swiper-slide.on .name {
  color: #076bf2;
}

.goverc-life-zhan {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0;
}

.goverc-life-zhan.on {
  padding: 2em 0;
  height: auto;
}

.goverc-life-zhan .life-close {
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  cursor: pointer;
}

.goverc-life-zhan .inner-area {
  margin-top: 0;
}

.goverc-life-zhan .item-box {
  position: relative;
  height: 12.8em;
}

.goverc-life-zhan .item-box.ph {
  display: none;
}

.goverc-life-zhan .item-box .item {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.goverc-life-zhan .item-box .item.on {
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.goverc-life-zhan .swiper-container {
  padding-bottom: 2.3em;
}

.goverc-life-zhan .swiper-pagination {
  bottom: 0;
  line-height: 1;
}

.goverc-life-zhan .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  background: #d2d2d2
}

.goverc-life-zhan .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #0082cc;
  background: #fff
}

.goverc-life-zhan .swiper-slide {
  background-repeat: no-repeat;
  background-color: #fafafa;
  background-size: cover;
  background-position: top center;
  height: 10.5em;
}

@media screen and (max-width: 1500px) and (max-height: 750px) {
  .goverc-life-zhan .item-box {
    height: 15em;
  }

  .goverc-life-zhan .swiper-slide {
    height: 13em;
  }
}

.goverc-cai {
  background: url(/Img/images/goverc-cai-bg.jpg) no-repeat bottom center;
  text-align: center;
  background-size: cover;
  border-top: 1px solid #dcdcdc;
  padding: 3.1em 0 3.5em;
  position: relative;
}

.goverc-cai .name {
  font-size: 1.8em;
  color: #1a1a1a;
  padding-bottom: 0.35em;
}

.goverc-cai .doc {
  font-size: 16px;
  color: #1a1a1a;
}

.goverc-cai .join-us {
  margin-top: 1.4em;
}

.goverc-cai .join-us a {
  display: inline-block;
  background: rgba(49, 132, 234, 1);
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  border-radius: 3px;
  width: 220px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.goverc-cai .join-us a:hover {
  background: rgba(49, 132, 234, .8);
}

.goverc-life .cont-box .bottom-doc {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: -1;
  display: none;
}

.goverc-life .cont-box .bottom-doc span {
  display: block;
  position: relative;
  background: #fff;
  width: 120%;
  left: -10%;
  height: 0.65rem;
  line-height: 0.5rem;
  padding: 0.07rem 0.1rem 0 0.1rem;
  text-align: center;
  font-size: 0.18rem;
  background: url(/Img/images/bottom-doc-span-bg.png) no-repeat bottom center;
  background-size: 0.25rem auto;
}

@media screen and (max-width: 1500px) {
  .goverc-life .cont-box .swiper-prev {
    margin-right: 1em;
  }

  .goverc-life .cont-box .swiper-next {
    margin-left: 1em;
  }
}

@media screen and (max-width: 991px) {
  .goverc-life .cont-box.pc {
    display: none;
  }

  .goverc-life .cont-box.ph {
    display: block;
  }

  .goverc-life-zhan {
    background: #e1dfe9;
  }

  .goverc-life-zhan .item-box.pc {
    display: none;
  }

  .goverc-life-zhan .item-box.ph {
    display: block;
  }

  .goverc-ren .common-title {
    margin-top: 0;
  }

  .goverc-ren .inner-area {
    margin-top: 0.3rem;
  }

  .goverc-ren .list {
    margin: 0 -0.1rem;
  }

  .goverc-ren .list .imgs img {
    width: 0.5rem;
  }

  .goverc-ren .list .name {
    font-size: 0.19rem;
    padding-bottom: 0.02rem;
  }

  .goverc-ren .list .doc {
    font-size: 0.14rem;
  }

  .goverc-work {
    background: #ebf0f6 url(../../Img/images/goverc-gong-bg1.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 0.38rem 0 0.42rem;
    margin-top: 0.3rem;
  }

  .goverc-work .inner-area {
    margin-top: 0.34rem;
  }

  .goverc-work .common-title {
    margin-top: 0;
  }

  .goverc-work .left-box {
    display: none;
  }

  .goverc-work .right-box {
    width: 100%;
    margin-right: 0;
    padding-right: 0.13rem;
    padding-bottom: 0.13rem;
  }

  .goverc-work .right-box-main:after {
    left: 0.13rem;
    top: 0.13rem;
    height: 80%;
  }

  .goverc-work .swiper-pagination {
    display: block;
  }

  .goverc-work .swiper-slide .doc-box {
    display: block;
  }

  .goverc-cai {
    padding: 0.3rem 0.17rem 0.37rem;
    border-top: none;
    background: #f2f1f7 url(/Img/images/goverc-cai-bg.jpg) no-repeat bottom center;
  }

  .goverc-cai .name {
    font-weight: bold;
    font-size: 0.22rem;
    padding-bottom: 0.1rem;
  }

  .goverc-cai .doc {
    font-size: 0.14rem;
  }

  .goverc-cai .join-us {
    margin-top: 0.3rem;
  }

  .goverc-cai .join-us a {
    font-size: 0.16rem;
    width: 1.57rem;
    line-height: 0.42rem;
  }

  .goverc-life-zhan .life-close {
    display: none;
  }

  .goverc-life .cont-box {
    margin-top: 0.2rem;
    padding-bottom: 0.6rem;
  }

  .goverc-life .cont-box .swiper-prev {
    width: 0;
  }

  .goverc-life .cont-box .swiper-next {
    width: 0;
  }

  .goverc-life .cont-box .swiper-slide {
    padding: 0;
    background: #f2f1f7;
    width: 3.4rem;
  }

  .goverc-life .cont-box .swiper-slide.on {
    background: none;
  }

  .goverc-life .cont-box .swiper-slide .imgs {
    opacity: 0.5;
  }

  .goverc-life .cont-box .swiper-slide.swiper-slide-active .imgs {
    opacity: 1;
  }

  .goverc-life .cont-box .swiper-slide .imgs {
    height: 1.9rem;
  }

  .goverc-life .cont-box .swiper-slide .name {
    display: none;
  }

  .goverc-life-zhan .item-box {
    position: relative;
    height: 1.7rem;
  }

  .goverc-life-zhan .swiper-slide {
    height: 1.28rem;
    opacity: 0.5;
  }

  .goverc-life-zhan .swiper-slide.swiper-slide-active {
    opacity: 1;
  }

  .goverc-life .cont-box .bottom-doc {
    display: block;
  }

  .goverc-life {
    padding-top: 0.3rem;
    padding-bottom: 0.15rem;
  }

  .goverc-life .doc-box {
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #4b4b4b;
  }

  .goverc-life .doc-box p {
    margin-bottom: 0.2rem;
  }

  .goverc-life .doc-box p:last-child {
    margin-bottom: 0;
  }

  .goverc-life .common-title {
    margin-top: 0;
  }

  .goverc-life .inner-area {
    margin-top: 0.25rem;
  }

  .goverc-life-zhan .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid #e1dfe9;
    background: #c7c5ce
  }

  .goverc-life-zhan .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #076cf2;
    background: #e1dfe9
  }
}

@media screen and (max-width: 650px) {
  .goverc-work .right-box-main:after {
    height: 2.25rem;
  }

  .goverc-work .swiper-pagination {
    top: 2.4rem;
  }

  .goverc-cheng {
    margin-top: 0.38rem;
    padding-bottom: 0.33rem;
    background: url(/Img/images/goverc-cheng-bg1.png) no-repeat bottom center;
    background-size: 100% auto;
  }

  .goverc-cheng .cheng-doc {
    color: #4b4b4b;
    font-size: 0.16rem;
  }

  .goverc-cheng .list {
    margin-top: 0.22rem;
  }

  .goverc-cheng .list li span {
    font-size: 0.16rem;
    line-height: 0.35rem;
  }

  .goverc-cheng .list li:nth-child(1) {
    text-align: left;
    padding-left: 7px;
  }

  .goverc-cheng .list li:nth-child(3) {
    text-align: right;
    padding-right: 7px;
  }

  .goverc-cheng .imgs-box {
    margin-top: 0.2rem;
  }
}

/**** 关于我们 ***/

.goverc-top .list {
  overflow: hidden;
  margin: 1.8em 1.35em 0 1.35em;
}

.goverc-top .list li {
  float: left;
  width: 31.12%;
  margin-right: 3.32%;
  text-align: center;
}

.goverc-top .list li:nth-child(3n) {
  margin-right: 0;
}

.goverc-top .list .imgs-box {
  position: relative;
  overflow: hidden;
}

.goverc-top .list .imgs-box img {
  width: 100%;
  display: block;
}

.goverc-top .list .title {
  font-size: 1.2em;
  margin-top: 1.2em;
  padding-bottom: 0.35em;
}

.goverc-top .list .txt {
  font-size: 16px;
  line-height: 27px;
  padding: 0 12%;
}

.goverc-yuan {
  margin-top: 3.6em;
}

.goverc-yuan .yuan-main {
  overflow: hidden;
  position: relative;
  margin-top: 2.5em;
}

.goverc-yuan .yuan-main .left-box {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #fafafa;
}

.goverc-yuan .yuan-main .right-box {
  float: right;
  width: 50%;
  background: -moz-linear-gradient(top, #081840, #044099);
  background: -o-linear-gradient(top, #081840, #044099);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#081840), to(#044099));
  color: #fff;
  position: relative;
  padding: 5.1em 3.4em 5.7em 3.8em;
}

.goverc-yuan .yuan-main .right-box .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 23.45em;
}

.goverc-yuan .yuan-main .right-box .cont-box {
  position: relative;
  z-index: 10;
}

.goverc-yuan .yuan-main .right-box .cont-box .title {
  font-size: 1.2em;
  padding-bottom: 0.4em;
  font-family: "MicLight";
}

.goverc-yuan .yuan-main .right-box .cont-box .doc {
  font-size: 1.5em;
}

.goverc-yuan .yuan-main .right-box .cont-box .doc.on {
  margin-bottom: 1.5em;
}

.goverc-yuan .yuan-main .right-box .cont-box .txt {
  font-size: 16px;
  line-height: 28px;
  color: #cbcbcb;
  margin-top: 13px;
}

.goverc-yuan .yuan-main .right-box .cont-box .list {
  padding-left: 7px;
  margin-top: 1.5em;
}

.goverc-yuan .yuan-main .right-box .cont-box .list li {
  position: relative;
  font-size: 16px;
  padding-left: 30px;
  line-height: 26px;
  margin-bottom: 10px;
}

.goverc-yuan .yuan-main .right-box .cont-box .list li:last-child {
  margin-bottom: 0;
}

.goverc-yuan .yuan-main .right-box .cont-box .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background: #94b2d9;
  border-radius: 50%;
}

.goverc-honor {
  background: #08142b url(../../Img/images/goverc-honor-bg.jpg) no-repeat bottom center;
  background-size: cover;
  min-height: 200px;
  padding: 3.6em 0 3.8em;
}

.goverc-honor .common-title {
  color: #fff;
}

.goverc-honor .common-title:after {
  background: #fff;
}

.goverc-honor .inner-area {
  margin-top: 2em;
}

.goverc-honor .list1 li {
  text-align: center;
}

.goverc-honor .list1 .imgs {
  overflow: hidden;
}

.goverc-honor .list1 .imgs img {
  width: 20em;
  height: 14em;
  display: block;
  margin: auto;
}

.goverc-honor .list1 .name {
  margin-top: 1.1em;
}

.goverc-honor .list1 .name span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  padding: 0 22px 5px 22px;
  position: relative;
  max-width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.goverc-honor .list1 .name span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  margin-top: -15px;
  width: 12px;
  height: 30px;
  background: url(/Img/images/honor-list1-name-bg1.png) no-repeat left center;
  background-size: 100% auto;
}

.goverc-honor .list1 .name span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 55%;
  margin-top: -15px;
  width: 12px;
  height: 30px;
  background: url(/Img/images/honor-list1-name-bg2.png) no-repeat left center;
  background-size: 100% auto;
}

.goverc-honor .list1 .name span i {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.goverc-honor .list2 {
  margin-top: 1.4em;
  background: url(/Img/images/honor-list2-bg.png) repeat-x left top;
  padding: 1.2em 0 0 0;
  overflow: hidden;
}

.goverc-honor .list2 li {
  float: left;
  width: 25%;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 3px 10px 3px 31px;
  background: url(/Img/images/honor-list2-libg.png) no-repeat left center;
  background-size: 20px auto;
  margin-bottom: 22px;
}

.swiper-container.honor .swiper-pagination {
  display: none;
}

.goverc-history {
  padding: 3.6em 0 4em;
  background: #fff url(../../Img/images/goverc-history-bg.jpg) no-repeat bottom center;
  background-size: cover;
}

.goverc-history .history-main {
  margin: 0 1.3em;
  margin-top: 2em;
  position: relative;
  padding: 0 2.6em;
  background: url(/Img/images/history-bg.png) repeat-x top 179px left;
}

.goverc-history .history-main .dian-box:after {
  content: '';
  display: table;
  clear: both;
}

.goverc-history .history-main .dian-box {
  position: relative;
}

.goverc-history .history-main .dian {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f08000;
  float: left;
}

.goverc-history .history-main .swiper-container.history .swiper-slide {
  padding-top: 176px;
  padding-bottom: 130px;
}

.goverc-history .history-main .dian-box .doc-box {
  position: absolute;
  left: 0;
  bottom: 2em;
  width: 80.5%;
  background: #f2f1f7;
  padding: 25px 18px;
  border-radius: 5px;
}

.goverc-history .history-main .dian-box .doc-box span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  max-height: 96px;
  overflow: hidden;
}

.goverc-history .history-main .dian-box .year {
  position: absolute;
  width: 100%;
  left: 0;
  top: 1.5em;
  font-family: "arial";
  font-weight: bold;
  font-size: 18px;
}

.goverc-history .history-main .imgs {
  position: absolute;
  left: 0;
  bottom: 1.3em;
  width: 3.8em;
  border-radius: 3px;
  box-shadow: 5px 3px 10px rgba(0, 0, 0, .15);
  z-index: 10;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.goverc-history .history-main .imgs:hover {
  width: 91%;
}

.swiper-container.history {
  padding-bottom: 2em;
}

.swiper-container.history .swiper-prev {
  position: absolute;
  right: 50%;
  margin-right: 10px;
  bottom: 0;
  width: 50px;
  height: 14px;
  background: url(/Img/images/history-left-bg1.png) no-repeat center center;
  background-size: 100% auto;
  z-index: 10;
  cursor: pointer;
}

.swiper-container.history .swiper-prev:hover {
  background: url(/Img/images/history-left-bg1-1.png) no-repeat center center;
  background-size: 100% auto;
}

.swiper-container.history .swiper-next {
  position: absolute;
  left: 50%;
  margin-left: 10px;
  bottom: 0;
  width: 50px;
  height: 14px;
  background: url(/Img/images/history-right-bg1.png) no-repeat center center;
  background-size: 100% auto;
  z-index: 10;
  cursor: pointer;
}

.swiper-container.history .swiper-next:hover {
  background: url(/Img/images/history-right-bg1-1.png) no-repeat center center;
  background-size: 100% auto;
}

.swiper-container.history-ph {
  display: none;
  margin-top: 0.3rem;
  margin-left: 0.4rem;
  background: url(/Img/images/history-bg.png) repeat-x center center;
  background-size: auto 3px;
}

.swiper-container.history-ph .swiper-slide {}

.swiper-container.history-ph .swiper-slide span {
  font-family: "arial";
  font-size: 0.2rem;
  font-weight: bold;
  height: 0.4rem;
  line-height: 0.4rem;
  color: rgba(156, 101, 39, .3);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background: #fff;
}

.swiper-container.history-ph .swiper-slide.on span {
  color: #f08000;
  font-size: 0.32rem;
}

.swiper-container.history-ph-doc {
  margin-top: 0.1rem;
  display: none;
}

.swiper-container.history-ph-doc .swiper-slide {
  padding: 0 0.4rem;
  text-align: center;
  padding-bottom: 0.2rem;
}

.swiper-container.history-ph-doc .swiper-slide img {
  width: 100%;
  display: block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  display: none;
}

.swiper-container.history-ph-doc .swiper-slide .name {
  font-size: 0.18rem;
  line-height: 0.28rem;
  display: table;
  text-align: center;
  height: 1.64rem;
  width: 100%;
  padding: 0 5%;
  background: #ebecf5 url(../../Img/images/history-ph-namebg.png) no-repeat top center;
  background-size: cover;
  margin-top: 0.25rem;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, .2);
}

.swiper-container.history-ph-doc .swiper-slide .name:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -0.15rem;
  bottom: 100%;
  width: 0;
  height: 0;
  display: block;
  border-width: 0.25rem 0.15rem;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #ebecf5;
}

.swiper-container.history-ph-doc .swiper-slide .name span {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1400px) {
  .goverc-honor .list1 .name span {
    font-size: 14px;
  }

  .goverc-history .history-main .imgs {
    width: 6em;
  }

  .goverc-history .history-main .dian-box .doc-box {
    bottom: 2.7em;
  }

  .goverc-history .history-main .dian-box .doc-box {
    padding: 20px 25px;
  }

  .goverc-history .history-main .dian-box .doc-box span {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .goverc-top .list {
    margin: 0;
    margin-top: 0.3rem;
  }

  .goverc-top .list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }

  .goverc-top .list .title {
    font-size: 0.22rem;
    margin-top: 0.1rem;
  }

  .goverc-top .list .txt {
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding: 0;
  }

  .goverc-yuan {
    margin-top: 0.1rem;
  }

  .goverc-yuan .common-title {
    margin-top: 0;
  }

  .goverc-yuan .yuan-main {
    margin-top: 0.3rem;
  }

  .goverc-yuan .yuan-main .left-box {
    display: none;
  }

  .goverc-yuan .yuan-main .right-box {
    width: 100%;
    padding: 0.35rem 0.17rem;
    background: #0a2058;
  }

  .goverc-yuan .yuan-main .right-box .bg {
    width: 2.55rem;
  }

  .goverc-yuan .yuan-main .right-box .cont-box .title {
    font-size: 0.16rem;
    padding-bottom: 0.1rem;
    color: #e8eff7;
  }

  .goverc-yuan .yuan-main .right-box .cont-box .doc {
    font-size: 0.2rem;
    padding-bottom: 0.13rem;
    margin-bottom: 0.13rem;
    position: relative;
    color: #fff;
  }

  .goverc-yuan .yuan-main .right-box .cont-box .doc:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.14rem;
    height: 1px;
    background: #8590ac;
    display: none;
  }

  .goverc-yuan .yuan-main .right-box .cont-box .doc.on {
    padding-bottom: 0.13rem;
    margin-bottom: 0.13rem;
  }

  .goverc-yuan .yuan-main .right-box .cont-box .txt {
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #e8eff7;
  }

  .goverc-yuan .yuan-main .right-box .cont-box .list {
    margin-top: 0.15rem;
    padding-left: 0.12rem;
  }

  .goverc-yuan .yuan-main .right-box .cont-box .list li {
    font-size: 0.16rem;
    line-height: 0.26rem;
    padding-left: 0.14rem;
    margin-bottom: 0;
    color: #a6c1e3;
  }

  .goverc-yuan .yuan-main .right-box .cont-box .list li:after {
    width: 4px;
    height: 4px;
    top: 0.1rem;
    margin-top: 0;
  }

  .goverc-honor .common-title {
    margin-top: 0;
  }

  .goverc-honor {
    padding: 0.3rem 0 0.4rem 0;
    background: #08142b url(../../Img/images/goverc-honor-bg1.jpg) no-repeat bottom center;
    background-size: cover;
  }

  .goverc-honor .list1 .imgs img {
    width: 75%;
    margin: auto;
  }

  .goverc-honor .inner-area {
    margin-top: 0.35rem;
  }

  .goverc-honor .list1 .name {
    margin-top: 0.1rem;
  }

  .goverc-honor .list1 .name span {
    font-size: 0.16rem;
    padding-bottom: 0;
    max-width: 4rem;
  }

  .goverc-honor .list1 .name span i {
    border-bottom: none;
  }

  .swiper-container.honor {
    padding-bottom: 0.2rem;
  }

  .swiper-container.honor .swiper-pagination {
    bottom: 0;
    display: block;
  }

  .swiper-container.honor .swiper-pagination-bullet {
    width: 0.15rem;
    height: 2px;
    background: #535e71;
    margin: 0 5px;
    border-radius: 0;
  }

  .swiper-container.honor .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
  }

  .goverc-honor .list2 {
    margin-top: 0.2rem;
    padding-top: 0.2rem;
  }

  .goverc-honor .list2 li {
    font-size: 0.16rem;
    width: 50%;
    margin-bottom: 0.1rem;
    padding-left: 0.25rem;
    background: url(/Img/images/honor-list2-libg.png) no-repeat left center;
    background-size: 0.15rem auto;
  }

  .goverc-honor .list2 li:last-child {
    width: 100%;
  }

  .swiper-container.history {
    display: none;
  }

  .goverc-history {
    padding: 0.3rem 0 0.4rem 0;
  }

  .goverc-history .common-title {
    margin-top: 0;
  }

  .goverc-history .history-main {
    margin: 0;
    padding: 0;
    background: none;
  }

  .swiper-container.history-ph {
    display: block;
  }

  .swiper-container.history-ph-doc {
    display: block;
  }
}

/* 声明页 */

body.notice {
  background: #f6f6f6;
}

/* 搜索页 */

.commom-navs {
  padding: 2.5em 0;
  position: relative;
  background-color: #f1f1f1;
}

.commom-navs .inner-area {
  margin-top: 0;
}

.commom-navs .search-cont {
  width: 60%;
  height: 46px;
  position: relative;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.commom-navs .search-cont .cont-main {
  position: relative;
  height: 100%;
}

.commom-navs .search-cont .cont-main .txt {
  width: 100%;
  height: 100%;
  line-height: 46px;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 50px;
  color: #333;
}

.commom-navs .search-cont .cont-main .txt::-webkit-input-placeholder {
  color: #999;
}

.commom-navs .search-cont .cont-main .sou-btn {
  position: absolute;
  width: 23px;
  height: 23px;
  right: 15px;
  top: 50%;
  margin-top: -11.5px;
}

.result-top .list {
  overflow: hidden;
  padding-bottom: 2em;
}

.result-top .list li {
  float: left;
  font-size: 18px;
  margin-right: 2.667em;
}

.result-top .list li span {
  margin-left: 10px;
}

.result-top .list li a {
  color: #666666;
}

.result-top .list li.on a {
  color: #0371e0;
}

.result-top .list li a:hover {
  color: #0371e0;
}

.inner-area.result {
  margin-top: 0;
}

@media screen and (max-width:1200px) {
  .commom-navs .search-cont {
    width: 100%;
  }
}

@media screen and (max-width:991px) {
  .commom-navs {
    padding: 2em 0;
  }

  .commom-navs .search-cont .cont-main .txt {
    line-height: 0.4rem;
    font-size: 0.16rem;
    padding-left: 0.15rem;
  }

  .commom-navs .search-cont .cont-main .sou-btn {
    width: 0.2rem;
    height: 0.2rem;
    margin-top: -0.1rem;
    right: 0.15rem;
  }

  .result-top .list {
    padding-bottom: 0.2rem;
  }

  .result-top .list li {
    font-size: 0.16rem;
    margin-right: 0.25rem;
    margin-bottom: 0.1rem;
  }
}

/**** 图片放大 ***/

.bigimg-box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 1000%;
  top: 0;
  background: rgba(255, 255, 255, 1);
  z-index: 100000;
  overflow-x: scroll;
  display: none;
}

.bigimg-box .bigimg-box-close {
  position: fixed;
  right: -1rem;
  top: 0.2rem;
  width: 0.25rem;
}

.bigimg-box .bigimg-main {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.bigimg-box .bigimg-main .bgs {
  max-width: 800px;
  margin: 0 5%;
}

@media screen and (max-width:991px) {
  .bigimg-box {
    left: 0;
  }

  .bigimg-box .bigimg-box-close {
    right: 0.2rem;
  }
}

/* 20200921 kqx start */

.contact-list .list li.item {
  cursor: pointer;
}

.contact-list .list li.item ul {
  display: none;
}

.contact-top .doc-box {
  padding: 1.5em 2em;
}

.goverc-zhi .list:after {
  width: 100%;
}

/* 加入我们 */

.goverc-paty {
  position: relative;
  margin-top: 47px;
}

.goverc-paty-cont {
  overflow: hidden;
}

.goverc-paty .swiper-slide {
  font-size: 18px;
  color: #333333;
  width: auto;
  padding: 0 2.245em;
  line-height: 3.1em;
  height: 3.1em;
  cursor: pointer;
}

.goverc-paty .swiper-slide:nth-child(2) {
  padding-left: 1em;
}

.goverc-paty .swiper-slide.on {
  padding: 0 3.6em;
  background-color: #2b7fe5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #ffffff;
  font-weight: bold;
}

.goverc-paty .goverc-arrow {
  width: 32px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  cursor: pointer;
}

.goverc-paty .goverc-arrow.swiper-button-disabled {
  cursor: default;
  opacity: 0;
}

.goverc-paty .goverc-arrow.goverc-left {
  left: -45px;
  background: url(/Img/images/goverc-left01.png) no-repeat center;
  background-size: cover;
}

.goverc-paty .goverc-arrow.goverc-left:hover {
  background: url(/Img/images/goverc-left01-1.png) no-repeat center;
  background-size: cover;
}

.goverc-paty .goverc-arrow.goverc-right {
  right: -45px;
  background: url(/Img/images/goverc-right01.png) no-repeat center;
  background-size: cover;
}

.goverc-paty .goverc-arrow.goverc-right:hover {
  background: url(/Img/images/goverc-right01-1.png) no-repeat center;
  background-size: cover;
}

.goverc-cai {
  border-top: 2px solid #fff;
}

.goverc-life-zhan {
  background: #f2f1f7 url(../../Img/images/goverc-bg.png) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width:991px) {
  .goverc-life {
    border-bottom: 1px solid #dcdcdc;
  }

  .goverc-paty-cont {
    margin-bottom: 0.3rem;
    overflow: visible;
  }

  .goverc-paty .swiper-slide {
    font-size: 0.16rem;
    padding: 0 0.34rem;
    line-height: 0.38rem;
    height: 0.38rem;
    border-radius: 3px;
  }

  .goverc-paty .swiper-slide.on {
    padding: 0 0.26rem;
    position: relative;
  }

  .goverc-paty .swiper-slide.on:after {
    content: '';
    width: 0.12rem;
    height: 0.09rem;
    background: url(/Img/images/bottom-doc-span-bg.png) no-repeat bottom center;
    background-size: contain;
    position: absolute;
    bottom: -0.28rem;
    left: 0;
    right: 0;
    margin: auto;
  }

  .goverc-life-zhan {
    background: #ffffff;
  }

  .goverc-life-zhan .swiper-slide {
    height: 1.9rem;
  }

  .goverc-life-zhan .inner-area {
    padding: 0;
    padding-left: 0.17rem;
  }

  .goverc-life-zhan .item-box {
    height: 2.05rem;
  }

  .goverc-life-zhan.on {
    padding: 0.13rem 0 0.2rem;
  }

  .goverc-life-zhan .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 2px;
    border: 2px solid #b4d3fb;
    background: #b4d3fb;
    border-radius: 0;
    margin: 0 2.5px;
  }

  .goverc-life-zhan .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 23px;
    border: 2px solid #076cf2;
    background: #076cf2;
  }

  .goverc-life-zhan .swiper-container {
    padding-bottom: 0.2rem;
  }

  .goverc-life-zhan .swiper-slide:last-child {
    opacity: 1;
  }
}

/* 20200921 kqx end */

/*20201224 */

.imgs-clickimg {
  position: fixed;
  z-index: 999999999;
  top: 2.5%;
  right: 2.5%;
  width: 95%;
  height: 95%;
  transform: scale(0, 0);
  opacity: 0;
  background: #fff;
  transition: all 1s;
  cursor: zoom-out;
}

.imgs-clickimg .imgs-clickimg-img {
  width: 95%;
  height: 95%;
}

.img-allwid {
  transform: scale(1, 1);
  opacity: 1;
}

/*20201224 end*/
/*2022 9.13修改*/
.mybox {
  overflow: hidden;
  margin-top: -5em;
}

.mybox_left {
  float: left;
  width: 50%
}

.mybox_right {
  float: left;
  width: 50%
}

.inner-area2 {
  max-width: 1500px;
  width: 96%;
  margin: auto;
  margin-top: 2.55em;
  position: relative;
  z-index: 30;
}

.mybox_right li img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.news-list3 h2 {
  font-size: .8em;
  display: inline-block;
  margin-left: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 70%;
  color: #333;
  vertical-align: -5px;
}

.mybox_right {
  padding-left: 2em;
}

.mybox .common-title {
  margin-bottom: 2em;
  margin-top: 1em;
}

.news-list3 li {
  padding: .8em 0;
  border-bottom: 1px solid #f2f2f2;
}

.news-list3 span {
  float: right;
  font-size: .7em;
  color: #666;
  margin-top: .7em;
}

.mybox_left .news-list2 .doc {
  display: none;
}

.mybox_left .news-list2 .info {
  margin-top: 2.5em;
}

.mybox_left .news-list2 .imgs-box {
  width: 11em;
}

.mybox_left .news-list2 li {
  padding-left: 11.5em;
}

@media(max-width: 992px) {
  .contact-top .doc-box{
    top: 100%;
    transform: translateY(0);
  }
  .contact-list .list{
    margin-top: 3rem;
  }
  .mybox_left .news-list2 li {
    padding-left: 0
  }

  .mybox_left .news-list2 .imgs-box {
    width: 100%;
  }

  .mybox_left {
    width: 100%;
    float: none;
  }

  .mybox_right {
    width: 100%;
    float: none;
    padding-left: 0
  }

  .news-list3 h2 {
    font-size: 16px;
    max-width: 60%
  }

  .mybox {
    margin-top: -2em;
  }

  .inner-area2 {
    padding: 0 .17rem;
    width: 100%;
  }

  .inner-area>ul{
  	flex-wrap: wrap;
  }

}
.addEms1216 .inner-area>ul{
    flex-direction: column;
}
.addEms1216 .inner-area>ul .name{
  display: flex;
}
.addEms1216  .investor-list .time{
  width: 190px;
}



