@charset "UTF-8";
.img-box i {
  transition: .4s;
  -webkit-transition: .4s;
}

.page-parent-box {
  background-color: #f6f6f6;
}

.page-top-box {
  height: 35.8125rem;
  position: relative;
}
.page-paging-box .page-numbers{
 padding: 0 !important;
 }

.page-nav-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
}

.page-nav-box .title {
  font-size: 2.25rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}

.page-nav-box .nav-list {
  height: 5rem;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgb(154,165,183,.3);
  position: relative;
}

.page-nav-box .nav-list ul {
  width: 100%;
  height: 100%;
  font-size: 0;
}

.page-nav-box .nav-list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 100%;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-nav-box .nav-list li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  color: #333;
  line-height: 5rem;
  text-align: center;
  position: relative;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-nav-box .nav-list li > a i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 12px;
  height: 7px;
  background: url(../img/swfu-down-icon.png) center center no-repeat;
  margin-left: 1.125rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-nav-box .nav-list li > a::before {
  content: '';
  display: block;
  width: 18px;
  height: 8px;
  background: url(../img/swfw-sjx-icon.png) center center no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  z-index: 10;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-nav-box .nav-list li .sub {
  width: 100%;
  height: 3.375rem;
  line-height: 3.375rem;
  background-color: #447bd4;
  padding-left: 5rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 500;
  display:none;
}

.page-nav-box .nav-list li .sub a {
  font-size: 1rem;
  color: #a2c6ff;
  margin-right: 3.75rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-nav-box .nav-list li .sub a:last-child {
  margin-right: 0;
}

.page-nav-box .nav-list li .sub a:hover {
  color: #fff;
}

.page-nav-box .nav-list li:hover, .page-nav-box .nav-list li.on {
  background-color: #0b47a9;
}

.page-nav-box .nav-list li:hover > a, .page-nav-box .nav-list li.on > a {
  color: #fff;
}

.page-nav-box .nav-list li:hover > a i, .page-nav-box .nav-list li.on > a i {
  background-image: url(../img/swfu-down-icon-hover.png);
}

.page-nav-box .nav-list li:hover > a::before,.page-nav-box .nav-list li.on > a::before {
  bottom: -1px;
  visibility: visible;
  opacity: 1;
}

.page-nav-box .nav-list li.hideBefore > a::before {
  display: none;
}

.page-nav-box .nav-list li.sub-on .sub {
  display:block;
  -webkit-animation: fadeInUpTop .5s .1s ease both;
  -moz-animation: fadeInUpTop .5s .1s ease both;
}

@-webkit-keyframes fadeInUpTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUpTop {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

.page-bottom-box {
  padding-top: 3.75rem;
  min-height: 300px;
}

.page-survey .title {
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 2.25rem;
}

.page-survey .title em {
  font-size: 0.875rem;
  margin-top: 4px;
  text-transform: capitalize;
}

.page-survey .content {
  font-size: 18px;
  color: #333;
  text-align: justify;
  line-height: 1.5;
}

.page-survey .content img {
  max-width: 100%;
}

.page-survey-review {
  height: 52.9375rem;
  background: #095fc4 url(../img/survey-review-bg.jpg) center top no-repeat;
  background-attachment: fixed;
  margin-top: 4.375rem;
}

.page-survey-review .review-title {
  text-align: center;
  font-size: 1.875rem;
  color: #fff;
  margin-top: 2.875rem;
}

.page-survey-review .review-title i {
  width: 34px;
  height: 12px;
  background: url(../img/page-title-line.png) center center no-repeat;
  vertical-align: middle;
}

.page-survey-review .review-title i:nth-child(1) {
  margin-right: 10px;
}

.page-survey-review .review-title i:nth-child(2) {
  margin-left: 10px;
}

.page-survey-review .tab {
  text-align: center;
  margin-top: 2.25rem;
  margin-bottom: 1.875rem;
}

.page-survey-review .tab a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 12.875rem;
  height: 3.875rem;
  line-height: 3.875rem;
  font-size: 1.5rem;
  color: #fff;
  background-color: #1673cb;
  overflow: hidden;
  border-radius: 6px;
  margin-right: 2.5rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-survey-review .tab a i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 45px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-survey-review .tab a:nth-child(1) i {
  background-image: url(../img/page-review-icon-1-hover.png);
  background-size: 1.5rem 1.75rem;
}

.page-survey-review .tab a:nth-child(2) i,.page-survey-review .tab a:nth-child(4) i{
  background-image: url(../img/page-review-icon-2-hover.png);
  background-size: 1.8125rem 1.625rem;
}

.page-survey-review .tab a:nth-child(3) i{
  background-image: url(../img/page-review-icon-3-hover.png);
  background-size: 1.5rem 1.5rem;
}

.page-survey-review .tab a:last-child {
  margin-right: 0;
}

.page-survey-review .tab a:hover, .page-survey-review .tab a.on {
  background-color: #fff;
  color: #333;
}

.page-survey-review .tab a:hover:nth-child(1) i, .page-survey-review .tab a.on:nth-child(1) i {
  background-image: url(../img/page-review-icon-1.png);
}

.page-survey-review .tab a:hover:nth-child(2) i, .page-survey-review .tab a.on:nth-child(2) i,
.page-survey-review .tab a:hover:nth-child(4) i, .page-survey-review .tab a.on:nth-child(4) i {
  background-image: url(../img/page-review-icon-2.png);
}

.page-survey-review .tab a:hover:nth-child(3) i, .page-survey-review .tab a.on:nth-child(3) i {
  background-image: url(../img/page-review-icon-3.png);
}

.page-survey-review .desc {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 2.25rem;
  display:none;
}

.page-survey-review .desc.on{
  display:block;
}

.page-survey-review .list-contetn {
  height: 25.625rem;
}

.page-survey-review .list-contetn li {
  padding-top: 3.625rem;
  padding-left: 4.375rem;
  padding-right: 3rem;
  background-color: #fff;
  border-radius: 4px;
}

.page-survey-review .list-contetn li .num {
  display: block;
  width: 4.5625rem;
  height: 4.5625rem;
  background: url(../img/page-sjx-icon.png) center center no-repeat;
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding-left: 1rem;
  padding-top: .5rem;
}

.page-survey-review .list-contetn li .left {
  width: 26.5rem;
  height: 85%;
  font-size: 1rem;
  color: #4a4a4a;
  text-align: justify;
  line-height: 1.875rem;
  -webkit-line-clamp: 7;
  margin-right: 2.875rem;
}

.page-survey-review .list-contetn li .right {
  width: 50.5rem;
  height: 100%;
}

.page-survey-review .list-contetn li .right a {
  width: 48%;
  text-align: center;
}

.page-survey-review .list-contetn li .right a .img-box {
  height: 16.75rem;
}

.page-survey-review .list-contetn li .right a .title {
  font-size: 1rem;
  color: #333;
  margin-top: 0.9375rem;
}

.page-survey-review .list-contetn li .right a:hover .img-box i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.page-survey-review .list-contetn li.on .left{
  width:66%;
}

.page-survey-review .list-contetn li.on .right a{
  width:100%;
}

.page-survey-review .page-slide {
  margin-top: 4rem;
}

.page-survey-review .page-slide .btn {
  width: 2.5625rem;
  height: 2.5625rem;
  background: url(../img/page-qiehuan-bg.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -1px;
  left: 0;
  right:0;
  bottom:0;
  margin:auto;
  z-index: 100;
  font-size: 0;
  cursor: all-scroll;
}

.page-survey-review .page-slide .btn a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: calc(100% / 2);
  height: 100%;
  cursor: all-scroll;
}

.page-survey-review .swiper-scrollbar {
  height: 0.375rem;
  background-color: rgba(0, 0, 0, 0.22);
  position: relative;
  border-radius: 25px;
}

.page-survey-review .swiper-scrollbar span {
  background-color: #00bbf4;
}

.page-survey-review .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #00BBF4;
}

.page-survey-review .list-content-box .list {
  display: none;
}

.page-survey-review .list-content-box .list.on {
  display: block;
  -webkit-animation: fadeInUp 1s .2s ease both;
  -moz-animation: fadeInUp 1s .2s ease both;
}

.page-constitution {
  margin-bottom: 3.5rem;
}

.page-constitution .title {
  font-size: 1.875rem;
  color: #333;
  text-align: center;
  margin-bottom: 2.5rem;
}

.page-constitution .list li {
  height: 3.75rem;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fff;
  overflow: hidden;
}

.page-constitution .list li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.375rem;
  color: #333;
  line-height: 3.75rem;
  position: relative;
  background: url(../img/constitution-line-bg.png) center -100px no-repeat;
  padding-left: 34px;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-constitution .list li > a i {
  display: block;
  width: 22px;
  height: 100%;
  background: url(../img/jiahao-icon.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 24px;
  z-index: 30;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-constitution .list li > a::before {
  content: '';
  display: block;
  width: 0.3125rem;
  height: 1.5rem;
  background-color: #0b47a9;
  position: absolute;
  top: 0;
  left: 24px;
  bottom: 0;
  z-index: 10;
  margin: auto;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-constitution .list li .content .tab {
    height: 44px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
}

.page-constitution .list li .content .tab a {
    display:inline-block;
    height: 100%;
    line-height: 40px;
    font-size: 1.3rem;
    color: #333;
    position: relative;
    margin-right:2rem; 
    cursor: pointer;
    transition:.3s;
}

.page-constitution .list li .content .tab a:last-child{
    margin-right:0;
}

.page-constitution .list li .content .tab a::before{
    content:'';
    display:block;
    width:0%;
    height:2px;
    background-color:#0D45A1;
    position:absolute;
    left:0;
    bottom: -1px;
    z-index:10;
    opacity:0;
    visibility:hidden;
    transition:.3s;
}

.page-constitution .list li .content .tab a.on,
.page-constitution .list li .content .tab a:hover{
    color:#0D45A1;
}

.page-constitution .list li .content .tab a.on::before,
.page-constitution .list li .content .tab a:hover::before{
    width:100%;
    opacity:1;
    visibility:visible;
}

.page-constitution .list li .content {
  display: none;
  padding: 1.5rem;
  font-size: 1.125rem;
  color: #333;
  text-align: justify;
  line-height: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 3.125rem;
}

.page-constitution .list li.on {
  height: auto;
}

.page-constitution .list li.on > a {
  color: #fff;
  background-position-y: center;
}

.page-constitution .list li.on > a i {
  background-image: url(../img/jianhao-icon.png);
}

.page-constitution .list li.on > a::before {
  background-color: #08d3ff;
}

.page-constitution .list li.on .content {
  display: block;
  -webkit-animation: fadeInUp .8s .2s ease both;
  -moz-animation: fadeInUp .8s .2s ease both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

.organizational-structure {
  padding-top: 6.25rem;
  margin-bottom: 3.75rem;
  padding-bottom: 6.875rem;
  background: url(../img/member-li-bg.png) 80% center no-repeat;
  background-size: 28.25rem 28.375rem;
}

.organizational-structure *{
  background-color:transparent !important;
}

.organizational-structure .left {
  text-align: left;
  vertical-align: top;
}

.organizational-structure .left .title {
  font-size: 1.375rem;
  color: #333;
  margin-bottom: 2.125rem;
}

.organizational-structure .left p {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 2.125rem;
}

.organizational-structure .left p span {
  margin-right: 1.375rem;
}

.organizational-structure .left p .null {
  color: #fff;
  opacity: 0;
  visibility: hidden;
}

.organizational-structure .left:nth-child(1) {
  margin-right: 13.125rem;
}

.organizational-structure .left:nth-child(2) p:last-child em {
  display: block;
  font-size: 1.125rem;
  color: #333;
  margin-top: 2.125rem;
  margin-left: 5.625rem;
}

.individual-director-box .box {

  background-color: #fff;
  padding-top: 4.375rem;
  margin-bottom: 3.75rem;
  padding-bottom: 6.875rem;
}

.individual-director-box .box .top-title{
  width: 95%;
  font-size:1.3rem;
  color:#0b47a9;
  vertical-align:middle;
  margin: 0 auto 0px;
  padding: 20px;

}

.individual-director-box .box .top-title::before{
  content:'';
  display:inline-block;
  width:4px;
  height:18px;
  background-color:#0b47a9;
  vertical-align:-3px;
  margin-right:5px;
}

.individual-director-box .individual-director {
  width: 96%;
  margin: 0 auto 0px;
  padding: 20px;
}
.individual-director-box .individual-director .swiper-wrapper{
overflow-x:scroll;
}

.individual-director-box .individual-director li {
 width: 230.25px !important;
  height: 20.375rem;
  background-color: #ebf3ff;
  text-align: center;
  margin-right:40px!important;
  transition: .4s;
  -webkit-transition: .4s;
}

.individual-director-box .individual-director li a {
  padding-top: 2.125rem;
}

.individual-director-box .individual-director li .img-box {
  width: 7.625rem;
  height: 7.625rem;
  border-radius: 50%;
  margin: 0 auto 0px;
  background-color: #fff;
}

.individual-director-box .individual-director li .img-box i {
  background-position-y: top;
}

.individual-director-box .individual-director li .title {
  font-size: 1.5rem;
  color: #333;
  margin-top: 1.375rem;
  position: relative;
  padding-bottom: 8px;
}

.individual-director-box .individual-director li .title::before {
  content: '';
  display: block;
  width: 2.875rem;
  height: 0.25rem;
  background-color: #005aef;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
}

.individual-director-box .individual-director li .desc {
  font-size: 1.125rem;
  color: #333;
  margin-top: 1.375rem;
}

.individual-director-box .individual-director li:hover {
  box-shadow: 0px 0px 10px #e4e4e4;
  margin-top: -10px;
  background-color: #fff;
}

.page-member .list li {
  position: relative;
}

.page-member .list li a {
  z-index: 20;
}

.page-member .list li .content {
  padding-left: 5rem;
  padding-right: 5rem;
  position: relative;
  z-index: 10;
}

.page-member .list li .content p{
  font-size:14px;
  color:#333;
  cursor:pointer;
}

.page-member .list li .content p::before{
  content:'';
  display:inline-block;
  width:5px;
  height:5px;
  border-radius:50%;
  background-color:#ddd;
  vertical-align:2px;
  margin-right:6px;
}

.page-member .list li.on::before {
  content: '';
  width: 28.25rem;
  height: 28.375rem;
  background: url(../img/member-li-bg.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -40px;
  right: 10%;
  z-index: 1;
}

@keyframes fBg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.page-memorabilia {
  height: 48.3125rem;
  background: #f6f6f5 url(../img/page-memorabilia-bg.jpg) center bottom no-repeat;
  background-attachment: fixed;
  padding-top: 3.75rem;
  background-size: cover;
}

.page-memorabilia .review-title {
  text-align: center;
  font-size: 1.875rem;
  color: #333;
}

.page-memorabilia .review-title i {
  width: 34px;
  height: 12px;
  background: url(../img/dashiji-title-icon.png) center center no-repeat;
  vertical-align: middle;
}

.page-memorabilia .review-title i:nth-child(1) {
  margin-right: 10px;
}

.page-memorabilia .review-title i:nth-child(2) {
  margin-left: 10px;
}

.page-memorabilia .list-content {
  height: 25.375rem;
  margin-top: 2.5rem;
}

.page-memorabilia .list-content li {
  background-color: #fff;
  padding: 2.5rem 8.5rem;
}

.page-memorabilia .list-content li .left {
  text-align: right;
  font-size: 2.25rem;
  color: #2a2a2a;
  margin-right: 1.875rem;
}

.page-memorabilia .list-content li .right {
  border-left: 1px solid #e5e5e5;
  padding-left: 2rem;
}

.page-memorabilia .list-content li .right .box {
  overflow-y: auto;
  padding-right: 6.625rem;
}

.page-memorabilia .list-content li .right .box::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: #eee;
  border-radius: 25px;
}

.page-memorabilia .list-content li .right .box::-webkit-scrollbar-track {
  border-radius: 25px;
}

.page-memorabilia .list-content li .right .box::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #104db3;
}

.page-memorabilia .list-content li .right a {
  display: block;
  width: 100%;
  margin-bottom: 2.5rem;
}

.page-memorabilia .list-content li .right a .title {
  font-size: 1.875rem;
  color: #333;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-memorabilia .list-content li .right a .desc {
  font-size: 1rem;
  color: #5a5a5a;
  line-height: 1.5;
  margin-top: 0.5rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-memorabilia .list-content li .right a:hover .title, .page-memorabilia .list-content li .right a:hover .desc {
  color: #104db3;
}

.page-memorabilia .list-content .memorabilia-prev, .page-memorabilia .list-content .memorabilia-next {
  display: block;
  width: 3.875rem;
  height: 3.875rem;
  background-color: #b8b8b8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.375rem 1.0625rem;
  position: absolute;
  top: -20px;
  bottom: 0;
  z-index: 200;
  margin: auto;
  border-radius: 50%;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-memorabilia .list-content .memorabilia-prev.swiper-button-disabled, .page-memorabilia .list-content .memorabilia-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.page-memorabilia .list-content .memorabilia-prev:hover, .page-memorabilia .list-content .memorabilia-next:hover {
  background-color: #104db3;
}

.page-memorabilia .list-content .memorabilia-prev {
  background-image: url(../img/dashiji-prev-icon.png);
  left: 2.5rem;
}

.page-memorabilia .list-content .memorabilia-next {
  background-image: url(../img/dashiji-next-icon.png);
  right: 2.5rem;
}

.page-memorabilia .page-date {
  margin-top: 6.25rem;
}

.page-memorabilia .page-date::before {
  content: '';
  width: 97%;
  height: 2px;
  background-color: #aeadad;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 10;
}

.page-memorabilia .page-date a {
  position: relative;
}

.page-memorabilia .page-date a i {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #aeadad;
  margin: -8px auto 0px;
  position: relative;
  z-index: 30;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-memorabilia .page-date a em {
  display: block;
  font-size: 1.125rem;
  color: #333;
  margin-top: 0.75rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-memorabilia .page-date a.on i {
  background-color: #104db3;
  border-color: #104db3;
}

.page-memorabilia .page-date a.on em {
  font-size: 1.875rem;
  color: #104db3;
  transform: translateY(-4.5rem);
}

.page-work-dynamics .search {
  text-align: center;
  margin-bottom: 2.875rem;
  position: relative;
  z-index: 10;
}

.page-work-dynamics .search * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.page-work-dynamics .search .title {
  font-size: 1.5rem;
  color: #000;
}

.page-work-dynamics .search .select-input {
  position: relative;
}

.page-work-dynamics .search .select-input::before {
  content: '';
  display: block;
  width: 12px;
  height: 7px;
  background: url(../img/swfu-down-icon.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 1.25rem;
  bottom: 0;
  z-index: 10;
  margin: auto;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-work-dynamics .search .select-input .select {
  position: absolute;
  top: 150%;
  left: 0;
  z-index: 100;
  padding-left: 2.25rem;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-work-dynamics .search .select-input .select .box {
  height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-top: none;
}

.page-work-dynamics .search .select-input .select .box::-webkit-scrollbar {
  width: 3px;
  height: 10px;
  background-color: #eee;
  border-radius: 25px;
}

.page-work-dynamics .search .select-input .select .box::-webkit-scrollbar-track {
  border-radius: 25px;
}

.page-work-dynamics .search .select-input .select .box::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #104db3;
}

.page-work-dynamics .search .select-input .select .box a {
  display: block;
  width: 100%;
  line-height: 40px;
  padding-left: 20px;
  font-size: 14px;
  text-align: left;
  color: #333;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-work-dynamics .search .select-input .select .box a:hover {
  background-color: #104db3;
  color: #fff;
}

.page-work-dynamics .search .select-input.on .select {
  top: 100%;
  height: auto;
  opacity: 1;
  visibility: visible;
}

.page-work-dynamics .search input {
  width: 19.625rem;
  height: 2.5rem;
  border: 1px solid #d0d0d0;
  margin-left: 2.25rem;
  font-size: 0.875rem;
  color: #727272;
  text-indent: 0.625rem;
  background-color: transparent;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-work-dynamics .search input::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #727272;
}

.page-work-dynamics .search input:hover {
  border-color: #104db3;
}

.page-work-dynamics .search > a {
  width: 11.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  background-color: #0b47a9;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  margin-left: 2.25rem;
}

.page-work-dynamics .work-dynamics-top .row {
  margin-left: -1%;
  margin-right: -1%;
}

.page-work-dynamics .work-dynamics-top li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 33.33333333%;
  height: 25.625rem;
  padding: 0 1%;
  margin-bottom: 1.8%;
}

.page-work-dynamics .work-dynamics-top li a {
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.page-work-dynamics .work-dynamics-top li .img-box {
  height: 65%;
}

.page-work-dynamics .work-dynamics-top li .info {
  height: 36%;
  padding: 6% 4.2%;
  transition: .4s;
  -webkit-transition: .4s;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.page-work-dynamics .work-dynamics-top li .info .title {
  font-size: 1.2rem;
  color: #000;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-work-dynamics .work-dynamics-top li .info .desc {
  height: 0;
  overflow: hidden;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.8;
  margin-top: 4%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-work-dynamics .work-dynamics-top li .info .time {
  line-height: 20px;
}

.page-work-dynamics .work-dynamics-top li .info .time svg {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: -2px;
  width: 15px;
  height: 15px;
  fill: #939393;
}

.page-work-dynamics .work-dynamics-top li .info .time em {
  font-size: 0.875rem;
  color: #989898;
  margin-left: 6px;
}

.page-work-dynamics .work-dynamics-top li:hover .img-box i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.page-work-dynamics .work-dynamics-top li:hover .info {
  height: 12.76042vw;
  background-color:#0B47A9;
}

.page-work-dynamics .work-dynamics-top li:hover .info * {
  color: #fff !important;
}

.page-work-dynamics .work-dynamics-top li:hover .info .desc {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.page-work-dynamics .work-dynamics-top li:hover .info .time {
  margin-top: 2rem;
}

.page-work-dynamics .work-dynamics-top li:hover .info svg {
  fill: #fff;
}

.work-dynamics-bottom {
  background-color: #fff;
  margin-top: 3.5rem;
}

.work-dynamics-bottom li {
  border-bottom: 1px solid #e1e1e1;
  background: #fff linear-gradient(#0b47a9, #0b47a9) left bottom/0% 2px no-repeat;
  transition: .2s;
  -webkit-transition: .2s;
}

.work-dynamics-bottom li a {
  padding-top: 3%;
  padding-bottom: 3%;
}

.work-dynamics-bottom li .time {
  border: 1px solid #c6c6c6;
  text-align: center;
  margin-left: 2%;
  font-size: 3rem;
  color: #666;
  padding: 1rem 1rem 1.375rem;
  background: linear-gradient(#0b47a9, #0b47a9) left/0% 100% no-repeat;
  transition: .2s;
  -webkit-transition: .2s;
}

.work-dynamics-bottom li .time em {
  display: block;
  font-size: 12px;
  margin-top: 8%;
}

.work-dynamics-bottom li .info {
  padding-left: 1.75rem;
  padding-right: 2.5rem;
  overflow:hidden;
}

.work-dynamics-bottom li .info .title {
  font-size: 1.375rem;
  color: #222;
  line-height: 1.3;
  transition: .4s;
  -webkit-transition: .4s;
}

.work-dynamics-bottom li .info .desc {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.8;
  margin-top: 1%;
}

.work-dynamics-bottom li .img-box {
  float: right;
  width: 14.875rem;
  height: 9.25rem;
  margin-right: 1.375rem;
}

.work-dynamics-bottom li:hover {
  background-size: 100% 2px;
}

.work-dynamics-bottom li:hover .time {
  background-size: 100% 100%;
  color: #fff;
  border-color:#0b47a9;
}

.work-dynamics-bottom li:hover .title {
  color: #0b47a9;
  text-indent: 5px;
}

.work-dynamics-bottom li:hover .img-box i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.page-paging-box {
  text-align: center;
  margin-top: 3%;
  padding-bottom:3%;
}

.page-paging-box a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  vertical-align: middle;
  transition: .4s;
  -webkit-transition: .4s;
  font-size: 16px;
  color: #666;
  background-color: #e8e8e8;
  padding: 10px 12px;
  border-right: 1px solid #fff;
}
.page-paging-box span {

  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  vertical-align: middle;
  transition: .4s;
  -webkit-transition: .4s;
  font-size: 16px;
  color: #666;
  background-color: #e8e8e8;
  padding: 10px 12px;
  border-right: 1px solid #fff;
}
.page-paging-box span:last-child {
  border-right: none;
}

.page-paging-box a:last-child {
  border-right: none;
}


.page-paging-box span:hover, .page-paging-box span.curr {
  background-color: #0b47a9;
  color: #fff;
}

.page-details-box .details-left {
  width: 66%;
}

.page-details-box .details-left h4.title {
  font-size: 1.875rem;
  color: #222;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 3%;
}

.page-details-box .details-left .details-time span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 0.875rem;
  color: #5b5b5b;
  line-height: 25px;
  padding-left: 22px;
}

.page-details-box .details-left .details-time span:nth-child(1) {
  background: url(../img/page-det-time-icon.png) left center no-repeat;
}

.page-details-box .details-left .details-time span:nth-child(2) {
  background: url(../img/browse-icon-1.png) left center no-repeat;
  margin-left: 22px;
}

.page-details-box .details-left .font-max * {
  font-size: 0.875rem;
  color: #888;
}

.page-details-box .details-left .details-right-sher span {
  font-size: 0.875rem;
  color: #5b5b5b;
}

.page-details-box .details-left .page-details-content {
  min-height: 370px;
  margin-top: 1%;
  border-top: 1px solid #e5e5e5;
  padding-top: 6%;
  font-size: 16px;
  color: #333;
  line-height: 2;
  padding-bottom: 4.125rem;
}

.page-details-box .details-left .page-details-content img {
  max-width: 100%;
  height: auto !important;
}

.page-details-box .details-page-right {
  width: 29%;
  position: relative;
}

.page-details-box .details-page-right .prev, .page-details-box .details-page-right .next {
  display: block;
  width: 100%;
  padding: 7.5%;
  background-color: #f3f3f3;
}

.page-details-box .details-page-right .prev span, .page-details-box .details-page-right .next span {
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
}

.page-details-box .details-page-right .prev .title, .page-details-box .details-page-right .next .title {
  font-size: 1.125rem;
  color: #333;
  margin-top: 5%;
  margin-bottom: 5%;
}

.page-details-box .details-page-right .prev em, .page-details-box .details-page-right .next em {
  font-size: 0.875rem;
  color: #969696;
}

.page-details-box .details-page-right .return-list {
  height: 4.375rem;
  background-color: #0b47a9;
  text-align: center;
  line-height: 4.375rem;
  font-family: "宋体";
  font-size: 1.375rem;
  color: #fff !important;
  font-weight: bold;
  overflow: hidden;
}

.page-details-box .details-page-right .return-list i {
  width: 19px;
  height: 100%;
  background: url(../img/page-menu-icon.png) center center no-repeat;
  vertical-align: bottom;
  margin-right: 20px;
}

.page-details-box .details-page-right a {
  margin-bottom: 10px;
}

.page-details-box .details-page-right a * {
  transition: .4s;
  -webkit-transition: .4s;
}

.page-details-box .details-page-right a:hover * {
  color: #0b47a9 !important;
}

.page-details-box .details-page-right .bottom {
  margin-bottom: 7.5rem;
  margin-top: 3.75rem;
  border-left: 1px solid #dbdbdb;
  padding-left: 14px;
}

.page-details-box .details-page-right .bottom .title {
  font-size: 1.375rem;
  color: #162880;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 1rem;
  position: relative;
}

.page-details-box .details-page-right .bottom .title::before {
  content: '';
  width: 5.375rem;
  height: 2px;
  background-color: #162880;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.page-details-box .details-page-right .bottom .title::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #162880;
  position: absolute;
  top: 0;
  left: -19px;
  z-index: 10;
  border-radius: 50%;
}

.page-details-box .details-page-right .bottom .list a {
  margin-top: 2.75rem;
}

.page-details-box .details-page-right .bottom .list a .time {
  font-size: 0.875rem;
  color: #a9a9a9;
  position: relative;
}

.page-details-box .details-page-right .bottom .list a .time::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #c9c9c9;
  position: absolute;
  top: 3px;
  left: -19px;
  z-index: 10;
  border-radius: 50%;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-details-box .details-page-right .bottom .list a .desc {
  font-size: 1.125rem;
  color: #666;
  text-align: justify;
  line-height: 1.5;
  margin-top: 0.75rem;
}

.page-details-box .details-page-right .bottom .list a:hover .time::after {
  background-color: #101c80;
}

.page-hide {
  opacity: 0;
  visibility: hidden;
}

.bg-color-white {
  background-color: #fff;
}

.thematic-activities {
  padding-bottom: 5.875rem;
}

.thematic-activities li {
  width: 20.25rem;
  height: 16rem;
  margin-right: 2%;
  overflow: hidden;
}

.thematic-activities li .img-box {
  height: 80%;
}

.thematic-activities li .title {
  width: 100%;
  height: 20%;
  background-color: #f3f3f3;
  text-align: center;
  font-size: 1.125rem;
  color: #525252;
  transition: .4s;
  -webkit-transition: .4s;
  padding: 0 10px;
}

.thematic-activities li:hover .img-box i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.thematic-activities li:hover .title {
  background-color: #0d45a1;
  color: #fff;
}

.special-history-banner {
  height: 43.125rem;
}

#special-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  padding: 1.0625rem 0;
  overflow: hidden;
}

#special-header .logo {
  width: 30.5625rem;
}

.logo-txt{
  font-size:1.5rem;
  color:#fff;
  position:relative;
  margin-left:20px;
  padding-left:20px;
  letter-spacing: 1px;
}

.logo-txt::before{
  content:'';
  display:block;
  width:1px;
  height:2rem;
  background-color:#fff;
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  z-index:10;
  margin:auto;
}

#special-header .btn {
  font-size: 1.125rem;
  color: #fff;
  background: url(../img/zhuanti-home-icon.png) left center no-repeat;
  padding-left: 38px;
  line-height: 38px;
}

.page-special-history {
  margin-bottom: 5.625rem;
  padding: 2.625rem 5.125rem 3rem 5.125rem;
}

.page-special-history .page-paging-box{
  margin-top: 3%;
  padding-bottom: 0;
}

.page-special-history .top {
  border-bottom: 3px solid #ad0004;
  padding-bottom: 12px;
}

.page-special-history .top .left {
  font-size: 1.5rem;
  color: #333;
  vertical-align: middle;
}

.page-special-history .top .left img {
  margin-right: 4px;
}

.page-special-history .top .back {
  width: 94px;
  height: 32px;
  border-radius: 25px;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #333;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-special-history .top .back img {
  vertical-align: -2px;
  margin-right: 2px;
}

.page-special-history .top .back:hover {
  color: #fff;
  background-color: #ad0004;
  border-color: #ad0004;
}

.page-special-history .top .back:hover img {
  display: none;
}

.page-special-history .bottom {
  padding-top: 2rem;
}

.page-special-history .bottom a {
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
  padding: 2rem 0.625rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-special-history .bottom a span {
  width: 80%;
  font-size: 1.125rem;
  color: #333;
  background: url(../img/diandian-icon.png) left center no-repeat;
  padding-left: 10px;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-special-history .bottom a em {
  width: 20%;
  font-size: 0.875rem;
  color: #a5a5a5;
  text-align: right;
}

.page-special-history .bottom a:hover {
  background-color: #fff2ea;
}

.page-special-history .bottom a:hover span {
  color: #ae0003;
}

.page-special-history .page-paging-box a:hover, .page-special-history .page-paging-box a.curr {
  background-color: #b70707;
}

.page-main-blue .page-special-history .top{
  border-color:#0286ea;
}

.page-main-blue .page-special-history .top .back:hover{
  background-color:#0286ea;
  border-color:#0286ea;
}

.page-main-blue .page-special-history .page-paging-box a:hover,
.page-main-blue .page-special-history .page-paging-box a.curr {
    background-color: #0286ea;
}

.page-main-blue .page-special-history .bottom a:hover {
    background-color: #f1f9ff;
}

.page-main-blue .page-special-history .bottom a:hover span {
    color: #0286ea;
}

#special-footer {
  text-align: center;
  background-color: #b70707;
  padding: 3.75rem 0;
}

#special-footer .info {
  font-size: 0.875rem;
  color: #fff;
}

#special-footer .info a {
  color: inherit;
}

.page-main-blue #special-footer {
    background-color: #0286ea;
}

.page-foreign-service .page-bottom-box {
  padding-top: 0;
}

.page-foreign-service .page-server-address {
  padding: 3.125rem;
  margin-bottom: 3.75rem;
}

.page-foreign-service .page-server-address .desc {
  font-size: 1rem;
  color: #333;
  text-align: justify;
  line-height: 1.9;
}

.page-visa-info-crumbs{
  padding:0 5.375rem;
}

.page-visa-info-crumbs .box{
  padding-bottom:2rem;
  border-bottom:1px solid #e5e5e5;
}

.page-visa-info-crumbs a{
  font-size:14px;
  color:#666;
}

.page-visa-info-crumbs a.arrow{
  font-family:"宋体";
  font-weight:bold;
  transition:all .3s;
  color:#666 !important;
}

.page-visa-info-crumbs a:hover{
  color:#0B47A9;
}

.page-foreign-service .page-server-address .list {
  margin-top: 2.875rem;
}

.page-foreign-service .page-server-address .list .row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.page-foreign-service .page-server-address .list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: calc(100% / 3);
  height: 15.25rem;
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}

.page-foreign-service .page-server-address .list li a {
  background-color: #fff;
  box-shadow: 0px 0px 20px #ececec;
  padding: 2.375rem 2rem 0;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-foreign-service .page-server-address .list li a h4 {
  font-size: 1.375rem;
  color: #333;
  font-weight:600;
}

.page-foreign-service .page-server-address .list li a .line {
  width: 40px;
  height: 3px;
  background-color: #0b47a9;
  margin-top: 0.875rem;
  margin-bottom: 0.75rem;
}

.page-foreign-service .page-server-address .list li a p {
  font-size: 1rem;
  color: #555;
  line-height: 2;
}

.page-foreign-service .page-server-address .list li:hover a {
  box-shadow: 0px 0px 20px #a5c1ef;
  margin-top: -10px;
}

.page-allcountries-address {
  padding: 3.125rem;
  margin-bottom: 3.75rem;
}

.page-allcountries-address .list li {
  width: 49%;
  background-color: #fff;
  border: 1px solid #d6e4f3;
  margin-bottom: 2%;
  padding: 2.125rem;
}

.page-allcountries-address .list li h4 {
  font-size: 1.375rem;
  color: #333;
}

.page-allcountries-address .list li .line {
  width: 40px;
  height: 3px;
  background-color: #0b47a9;
  margin-top: 0.875rem;
  margin-bottom: 1.375rem;
}

.page-allcountries-address .list li .content {
  font-size: 0;
}

.page-allcountries-address .list li .content a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width:calc(100% / 4);
  font-size: 1rem;
  color: #555;
  text-align:left;
  margin-bottom: 1rem;
  line-height:1.8;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-allcountries-address .list li .content a:last-child {
  margin-right: 0;
}

.page-allcountries-address .list li .content a:hover {
  color: #0b47a9;
}

.page-partnership-info {
  padding: 3.125rem;
  margin-bottom: 3.75rem;
}

.page-partnership-info .list li {
  width: 100%;
  margin-bottom: 2.5rem;
}

.page-partnership-info .list li .top {
  margin-bottom: 1rem;
}

.page-partnership-info .list li .top span {
  font-size: 1.375rem;
  color: #333;
  position: relative;
  padding-left: 14px;
}

.page-partnership-info .list li .top span::before {
  content: '';
  display: block;
  width: 0.3125rem;
  height: 1.375rem;
  background-color: #0b47a9;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
}

.page-partnership-info .list li .top .more {
  font-size: 1rem;
  color: #666;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-partnership-info .list li .top .more i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 7px;
  height: 11px;
  background: url(../img/news-right-icon.png) center center no-repeat;
  background-size: 0.4375rem 0.6875rem;
  margin-left: 6px;
  vertical-align: middle;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-partnership-info .list li .top .more:hover {
  color: #0d45a1;
}

.page-partnership-info .list li .bottom {
  background-color: #fff;
  box-shadow: 0px 0px 20px #eaeaea;
  overflow: hidden;
  padding: 2.5rem 1.875rem;
}

.page-partnership-info .list li .bottom a {
  overflow: hidden;
  margin-bottom: 1.875rem;
}

.page-partnership-info .list li .bottom a span {
  width: 80%;
  font-size: 1.125rem;
  color: #555;
  background: url(../img/diandian-icon.png) left center no-repeat;
  background-size: 4px;
  padding-left: 12px;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-partnership-info .list li .bottom a:last-child {
  margin-bottom: 0;
}

.page-partnership-info .list li .bottom a em {
  width: 20%;
  text-align: right;
  font-size: 1rem;
  color: #acacac;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-partnership-info .list li .bottom a:hover * {
  color: #0b47a9;
}

.page-partnership-info .list li .bottom a:hover span {
  background-image: url(../img/diandian-lanse-icon.png);
}

.page-guide-info {
  padding: 3.5rem 0 4.375rem 0;
}

.page-guide-info .list{
  margin-top:2rem;
}

.page-guide-info .list li {
  width: 100%;
  font-size: 0;
  position: relative;
}

.page-guide-info .list li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: calc(100% / 3);
  font-size: 1.125rem;
  color: #555;
  background-size: 4px;
  margin-bottom: 2.25rem;
  padding-left: 6.25rem;
  padding-right: 3.75rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-guide-info .list li a em {
  padding-left: 12px;
  background: url(../img/diandian-icon.png) left center no-repeat;
}

.page-guide-info .list li a:nth-child(1)::before, .page-guide-info .list li a:nth-child(2)::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: #ebebeb;
}

.page-guide-info .list li a:nth-child(1)::before {
  left: 31%;
}

.page-guide-info .list li a:nth-child(2)::before {
  left: 64%;
}

.page-guide-info .list li a:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.page-guide-info .list li a:hover {
  color: #0b47a9;
}

.page-guide-info .list li a:hover em {
  background-image: url(../img/diandian-lanse-icon.png);
}

.page-visa-info .list {
  padding: 0 5.375rem;
}

.page-visa-info .list.update-list-box{
    padding: 0;
}

.page-visa-info .list.article_list{
  
}

.page-visa-info .list a {
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
  padding: 2rem 0.625rem;
  line-height: 1.5;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-visa-info .list.article_list a{
  padding-left:1.5rem;
  padding-right:1.5rem;
}

.page-visa-info .list a span {
  width: 80%;
  font-size: 1rem;
  color: #333;
  background: url(../img/diandian-icon.png) left center no-repeat;
  background-size: 4px;
  padding-left: 10px;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-visa-info .list a em {
  width: 20%;
  font-size: 0.875rem;
  color: #a5a5a5;
  text-align: right;
}

.page-visa-info .list a:hover {
  background-color: #f4f9ff;
}

.page-visa-info .list a:hover span {
  color: #0b47a9;
  background-image: url(../img/diandian-lanse-icon.png);
}

.page-lxfs {
  margin-bottom: 5rem;
}

.page-lxfs img {
  width: 4.875rem;
  transition: .6s;
  -webkit-transition: .6s;
}

.page-lxfs em {
  font-size: 1.125rem;
  color: #424242;
  vertical-align: middle;
  margin-left: 0.75rem;
}

.page-lxfs em s {
  display: block;
  text-decoration: none;
  margin-top: 0.625rem;
}

.page-lxfs span:hover img {
  transform: rotateY(360deg);
}
.zxhf ul{
  width: 100%;
}
.zxhf ul .empty-comment{
text-align: center;
}
.zxhf ul li .abox{
  width: 100%;
  display: flex;
  padding-top: 2.5rem;
}
.zxhf ul li  .problem-text{
  display: flex;
  flex-direction: column;
  border-bottom: .0625rem #E8E8E8 solid;
  padding-bottom:0.3rem

}
.zxhf ul li  .problem-rank .problem{
display:flex;

}
.zxhf ul li  .problem-rank .reply{
display:flex;

}
.zxhf ul li  .problem-rank{
  width: 2.5rem;
  margin-right: 1.25rem;
}
.zxhf ul li  .problem-rank span{
  width: 2.375rem;
height: 2.375rem;
padding: 0.1875rem;
background: rgba(41,87,162,0.1);
border-radius: 50%;
display: block;

}
.zxhf ul li  .problem-rank span p{
  width: 100%;
font-family: SourceHanSansCN;
font-weight: 400;
font-size: 1.25rem;
color: #2957A2;
line-height: 2.25rem;
text-align: center;
display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
            text-overflow: ellipsis;


}
.zxhf ul li  .problem-text h3{
  font-family: SourceHanSansCN;
  padding-top: .5625rem;
  margin-bottom: .75rem;
            font-weight: bold;
            line-height:1.8125rem;
font-size: 1.25rem;
color: #333333;
            


}
.zxhf ul li  .problem-text p{
  font-family: SourceHanSansCN;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.25rem;
  color: #333333;
  display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
}
.lxwm-feedback {
  padding-bottom: 3.625rem;
}
.lxwm-feedbackactive{
   color: #2957a2!important;
   border-bottom: 0.1875rem solid #0957b7!important;
}

.lxwm-feedback .top span:hover{
    transition: border-color 0.3s ease; 
  
  color: #2957a2 !important;
    border-bottom: 0.1875rem solid #0957b7;
}
.lxwm-feedback .top span:hover a{
  
  color: #2957a2 !important;
}
.lxwm-feedback {
  padding-bottom: 3.625rem;
}
.lxwm-feedback .top {
  margin-top: 3.625rem;
  position: relative;
  font-size: 0;
  border-bottom: 1px solid #e8e8e8;
   display: flex;
  justify-content: space-between;
  /*  padding-bottom: 1.875rem; */
}

.lxwm-feedback .top * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.lxwm-feedback .top span {
  font-size: 1.5rem;
  color: #333333;
  font-family: SourceHanSansCN;
  font-weight: 400;
  margin-right: 1.5rem;
  padding-bottom: 1.875rem;
  transition: border-color 0.3s ease;
  border-bottom: 0.1875rem solid rgba(255, 255, 255, 0.1);
}

.lxwm-feedback .top em {
  font-size: 1rem;
  color: #333;
  margin-left: 2rem;
}



.lxwm-feedback .page-form {
  margin-top: 2.5rem;
}

.lxwm-feedback .page-form .img-box {
  width: 32.5rem;
  margin-right: 4.5rem;
  position: relative;
}

.lxwm-feedback .page-form .img-box .img {
  transition: .4s;
  -webkit-transition: .4s;
}

.lxwm-feedback .page-form .img-box::before {
  content: '';
  display: block;
  width: 7px;
  height: 21px;
  background: url(../img/lxwm-sjx-icon.png) center center no-repeat;
  position: absolute;
  top: 5rem;
  right: -6px;
  z-index: 10;
}

.lxwm-feedback .page-form .img-box:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.lxwm-feedback .page-form .right .form-group {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 1.125rem;
  position: relative;
}

.lxwm-feedback .page-form .right .form-group span {
  display: block;
  margin-bottom: 1.25rem;
  font-size: 0;
}

.lxwm-feedback .page-form .right .form-group span * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.lxwm-feedback .page-form .right .form-group span em {
  font-size: 1.125rem;
  color: #333;
  margin-left: 0.375rem;
}

.lxwm-feedback .page-form .right .form-group input {
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #a0a0a0;
}

.lxwm-feedback .page-form .right .form-group input::-webkit-input-placeholder {
  font-size: 1rem;
  color: #a0a0a0;
}

.lxwm-feedback .page-form .right .form-group textarea {
  width: 100%;
  height: 8rem;
  font-size: 1rem;
  color: #a0a0a0;
  resize: none;
  border: 1px solid #e2e2e2;
  padding: 1.125rem 0.75rem 0;
}

.lxwm-feedback .page-form .right .form-group textarea::-webkit-input-placeholder {
  font-size: 1rem;
  color: #a0a0a0;
}

.lxwm-feedback .page-form .right .form-group:nth-child(4) {
  border-bottom: none;
  padding-bottom: 0;
}

.lxwm-feedback .page-form .right .form-group .code-box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
}

.lxwm-feedback .page-form .right .form-group .code-box * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.lxwm-feedback .page-form .right .form-group .code-box img {
  width: 116px;
  height: 40px;
}

.lxwm-feedback .page-form .right .form-group .code-box a {
  font-size: 1rem;
  color: #1f6ccb;
}

.lxwm-feedback .page-form .right .from-btn {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 3.875rem;
  background-color: #2957a2;
  font-size: 1.5rem;
  color: #fff;
  margin-top: 3.125rem;
}

.layer-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
}

.layer-box .layer-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}

.layer-box .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -15px;
  right: -20px;
  z-index: 100;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.layer-box .close svg {
  fill: #0d45a1;
}

.layer-box .box {
  width: 750px;
  max-height: 550px;
  z-index: 20;
  background-color: #fff;
  border-radius: 5px;
  background-color: #F9F9F9;
  padding: 15px;
}

.layer-box .box .main {
  background-color: #fff;
  padding: 20px;
  padding-right:0px;
}

.layer-box .box .main .title {
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}

.layer-box .box .main .desc {
  max-height: 70vh;
  font-size: 16px;
  color: #333;
  text-align: justify;
  line-height: 1.8;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 20px;
}

.layer-box .box .main .desc::-webkit-scrollbar{
	width:3px;
	height:5px;;
	background-color: #eee;
	border-radius: 25px;
}  

.layer-box .box .main .desc::-webkit-scrollbar-track{
	border-radius: 25px; 
}

.layer-box .box .main .desc::-webkit-scrollbar-thumb{
	border-radius: 25px;
	background-color:#0D45A1;
}

.zt-details-box .page-parent-box{
  background-color:#fff;
}

.zt-details-box .page-details-box .details-left{
  width:100%;
}
.zt-details-red-box .page-nav-box .nav-list{
  box-shadow: none;
}
.zt-details-red-box .page-nav-box .nav-list li:hover,
.zt-details-red-box .page-nav-box .nav-list li.on {
    background-color: #b70707;
}
.zt-details-blue-box #special-footer {
    background-color: #0286ea;
}
.zt-details-blue-box .page-special-history .top .back:hover {
    background-color: #0286ea;
    border-color: #0286ea;
}
.zt-details-blue-box .page-special-history .top {
    border-bottom: 3px solid #0286ea;
}
.zt-details-box .page-special-history{
  margin-top:2rem;
  padding-bottom: 0;
}
.zt-details-box .page-bottom-box{
  
}
.zt-details-box .page-details-box .details-left h4.title{
  margin-top:4.5rem;
}
.search-key-title{
  font-size:1.4rem;
  color:#333;
  font-weight: 600;
  padding: 3rem 5.375rem 1rem;
  text-align:center;
}
.search-key-title svg{
  vertical-align: -4px;
  margin-right: 10px;
}
.search-key-title em{
  color:#c02;
  letter-spacing: 2px;
}
.page-search-box{
  padding-top:4rem;
}
.page-search-box .search-title {
    font-size: 2.25rem;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 30px;
}
.web-map-content{
padding: 5rem 10rem;
}
.web-map-content ul{
  border: 1px solid #ddd;
  padding: 3rem 3rem 0;
}

.web-map-content li{
  margin-bottom: 3rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}
.web-map-content li:last-child{
  border-bottom:none;
}
.web-map-content li .title{
  display:block;
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 2rem;
  transition: all .3s;
}
.web-map-content li .list-txt a{
  display: inline-block;
  font-size: 1.6rem;
  color: #000;
  margin-right: 1rem;
  margin-bottom: 1.5rem;
  transition: all .3s;
}
.web-map-content li .title:hover,
.web-map-content li .list-txt a:hover{
  color:#2957a2;
}








