body {
  background: #F7F7F7;
}

.square3-title {
  display: flex;
  padding: .3rem 0;
}
.square3-title .c {
  font-size: .24rem;
  font-weight: bold;
  color: #000;
  padding: 0.3rem;
}
.square3-title .l,
.square3-title .r {
  flex: 1;
  position: relative;
  background-image: linear-gradient(270deg, #467AC0, #467AC0);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: center;
  padding-right: 30px;
}
.square3-title .r {
  background-color: linear-gradient(90deg, #467AC0, #467AC0);
}
.square3-title .l::before
 {
  z-index: 2;
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  width: .1rem;
  height: .1rem;
  top: 50%;
  right: 0;
  background-color: #467AC0;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: center 0;
}
.square3-title .r::after {
  z-index: 1;
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  width: .1rem;
  height: .1rem;
  top: 50%;
  left: 0;
  background-color: #467AC0;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: center 0;
}

.square3-title .l span {
  position: absolute;
  top: 50%;
  right: 0;
}
.square3-title .l span::before,
.square3-title .l span::after {
  z-index: 1;
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  width: .1rem;
  height: .1rem;
  top: -0.1rem;
  right: -0.1rem;
  background-color: #467AC0;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: center 0;
}

.square3-title .l span::after {
  top: 0.1rem;
}

.square3-title .r span {
  position: absolute;
  top: 50%;
}
.square3-title .r span::before,
.square3-title .r span::after {
  z-index: 1;
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  width: .1rem;
  height: .1rem;
  top: -0.1rem;
  left: -0.1rem;
  background-color: #467AC0;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: center 0;
}
.square3-title .r span::after {
  top: 0.1rem;
}
@media screen and (max-width: 600px) {
  .square3-title .c {
      font-size: 18px;
  }
}


.sub-index-header {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-image: url('../images/sub_index/header_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.sub-index-header .top-menu {
  position: relative;
  z-index: 9;
  display: flex;
  padding-top: .1rem;
}
.sub-index-header .top-menu .left {
  flex: 1;
  width: 0;
}
.sub-index-header .top-menu .right {
  flex: 1;
  width: 0;
  text-align: right;
}

.sub-index-header .top-menu .pc > a, .sub-index-header .top-menu .link-box-switch > a {
  display: inline-block;
  line-height: 50px;
  color: #fff;
  margin-left: 10px;
  font-size: 14px;
  white-space: nowrap;
}

.sub-index-header .top-menu .link-box {
  padding: 10px 20px;
  background: #fff;
  display: none;
  position: absolute;
  right: 0px;
  left: 0;
  overflow: hidden;
  opacity: 1;
  z-index: 99999;
  transition: all .3s linear;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
  border-radius: 5px;
}

.sub-index-header .top-menu .link-box .title {
  padding-bottom: 8px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  margin-top: 10px;
}

.sub-index-header .top-menu .link-box .uls {
  width: auto;
  margin-top: 5px;
  overflow: hidden;
}

.sub-index-header .top-menu .link-box .uls li {
  width: 20%;
  padding-right: 20px;
  float: left;
  font-size: 15px;
  display: block;
}

.sub-index-header .top-menu .link-box .uls li a {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 35px;
}

.sub-index-header .top-menu .link-box .uls li a .lxfs {
  display: none;
  position: fixed;
  z-index: 9;
  background-color: #fff;
  border: 1px solid #d8d0d0;
  border-radius: 5px;
  line-height: 1.6;
  padding: 8px 15px;
  background-color: #fff;
  white-space: normal;
  transform: translateX(-20px);
  box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, .1);
}

.sub-index-header .top-menu .link-box .uls li a:hover {
  color: #125DB2;
}
.sub-index-header .top-menu .link-box .uls li a:hover .lxfs {
  display: block;
}

.sub-index-header .top-menu .link-box-switch:hover .link-box {
  display: block;
}

.sub-index-header .top-menu .mobile {
  display: none;
}
.sub-index-header .top-menu .mobile a {
  color: #DF5636;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  padding: 5px 15px;
  border-radius: 30px;
  border: 2px solid #DF5636;
}
.sub-index-header .top-menu .mobile .topbar-icon {
  width: 25px;
  height: 18px;
  margin-top: 5px;
  margin-left: 12px;
  background-image: url('../images/icon/common_nav/nav.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-index-header .logo-row {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}
.sub-index-header .logo-row .logo,
.sub-index-header .logo-row .nav-menu {
  flex: 1;
}
.sub-index-header .logo-row .logo img {
  width: 280px;
  width: 2.8rem;
}
.sub-index-header .logo-row .mobile {
  display: none;
}
.sub-index-header .logo-row .mobile a {
  display: block;
  color: #DF5636;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  height: 30px;
  padding: 0 15px;
  border-radius: 30px;
  border: 2px solid #DF5636;
}
.sub-index-header .logo-row .mobile .topbar-icon {
  width: 25px;
  height: 18px;
  margin-top: 5px;
  margin-left: 12px;
  background-image: url('../images/icon/common_nav/nav.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-index-header .search-box {
  width: 300px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 40px;
  border-radius: 20px;
  padding: 0 5px;
  overflow: hidden;
  border: 2px solid #fff;
}
.sub-index-header .search-box .search-input {
  z-index: 1;
  flex: 1;
  text-indent: .5em;
  width: 0;
}

.sub-index-header .search-box .search-btn {
  cursor: pointer;
  background: #DF5636;
  border-radius: 20px;
  padding-right: 15px;
  margin-top: 3px;
  height: 30px;
  width: 90px;
  text-align: right;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  background-image: url(../images/icon/i-search.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 15px center;
}

.unit-characteristic {
  display: flex;
  justify-content: space-between;
  margin-top: .5rem;
  align-items: end;
}
.unit-characteristic .unit-info {
  display: flex;
}
.unit-characteristic .unit-info .logo {
  width: 60px;
  width: .6rem;
}
.unit-characteristic .unit-info .logo img {
  width: 100%;
}
.unit-characteristic .unit-info .name {
  padding-left: .5em;
  font-size: 34px;
  font-size: .34rem;
  font-weight: bold;
  text-shadow: 3px 3px 3px rgba(0,57,131,0.45);
  color: #fff;
}

.unit-characteristic .hot-link-box {
  display: flex;
  height: 30px;
  border-bottom: 2px solid #FFFFFF;
}
.unit-characteristic .hot-link-box a {
  display: block;
  font-size: 18px;
  padding: 0 10px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 991px) {
  .unit-characteristic {
    flex-direction: column;
    align-items: center;
  }
  .unit-characteristic .unit-info {
    padding-bottom: 85px;
  }
  .unit-characteristic .hot-link-box a {
    font-weight: normal;
  }
  .sub-index-header .search-box {
    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .sub-index-header .top-menu .pc {
    display: none;
  }
  .sub-index-header .top-menu .mobile {
    display: flex;
  }
  .sub-index-header .search-box .search-btn {
    font-size: 0;
    width: 45px;
    background-position: center center;
  }
  .sub-index-header .logo-row .mobile {
    display: flex;
  }
  .sub-index-header .logo-row .logo img {
    width: 4rem;
  }
  .unit-characteristic .unit-info {
    flex-direction: column;
    padding-bottom: 60px;
  }
  .unit-characteristic .unit-info .logo {
    width: 70px;
    display: block;
    margin: 0 auto;
  }
  .unit-characteristic .unit-info .name {
    margin: 0.17rem auto 0.3rem;
    text-align: center;
    font-size: .4rem;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px rgba(0,57,131,0.45);
  }
  .unit-characteristic .hot-link-box {
    border-width: 1px;
  }
  .unit-characteristic .hot-link-box a {
    font-size: 14px;
    padding: 0 5px;
    font-weight: normal;
  }
}

.header-logo {
  display: block;
  width: 3.6rem;
  height: .6rem;
  min-width: 180px;
  min-height: 30px;
  background: url('../images/red-word-logo.png') no-repeat top center;
  background-size: 100% auto;
}

.server-block {
  height: 170px;
  overflow: hidden;
  position: relative;
}
.server-block .server-list {
  display: flex;
}
.server-block .server-list .item {
  flex: 1;
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 6px;
  margin-right: 1.5%;
  padding: 15px 0;
  cursor: pointer;
  transition: ease-out .5s;
  border: 1px solid transparent;
}
.server-block .server-list .item:nth-last-of-type(1) {
  margin-right: 0;
}
.server-block .server-list .item .icon {
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #D37CB9;
  margin: 10px auto 15px;
}
.server-block .server-list .item .icon img {
  display: block;
  width: 60%;
  margin: 20% auto;
}
.server-block .server-list .item .info {
  position: relative;
  font-size: .24rem;
  font-weight: bold;
  color: #A55D8D;
  text-align: center;
  min-height: 140px;
}
.server-block .server-list .item .sub-list {
  display: none;
}
.server-block .server-list .item .sub-list .swiper {
  height: 100%;
  padding-bottom: 20px;
  overflow: hidden;
}
.server-block .server-list .item .sub-list .swiper .swiper-pagination {
  bottom: -4px;
}
.server-block .server-list .item .sub-list .swiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 6px !important;
  width: 12px;
  background-color: #A55D8D;
  opacity: 1;
}
.server-block .server-list .item .sub-list .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
}
.server-block .server-list .item .sub-list .row {
  margin: 0;
  padding-right: 15px;
}
.server-block .server-list .item .sub-list .row .col-xs-6 {
  padding-right: 0;
  margin-bottom: 10px;
}.server-block .server-list .item .sub-list .row:nth-last-of-type(1) .col-xs-6 {
  margin-bottom: 0;
}
.server-block .server-list .item .sub-list a {
  display: block;
  color: #000;
  text-align: center;
  border: 1px solid #A55D8D;
  border-radius: 5px;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.server-block .server-list .item.act {
  flex: 3;
}
.server-block .server-list .item.act .info {
  width: 5.5em;
}
.server-block .server-list .item.act .info::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #A55D8D;
}
.server-block .server-list .item.act .sub-list {
  flex: 1;
  width: 0;
  display: block;
}
.server-block .server-list .item:nth-of-type(2) .icon {
  background-color: #FC9079;
}
.server-block .server-list .item:nth-of-type(2) .info {
  font-size: .24rem;
  font-weight: bold;
  color: #E16144;
}
.server-block .server-list .item:nth-of-type(2).act .info::after {
  background-color: #E16144;
}
.server-block .server-list .item:nth-of-type(2) .sub-list .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #E16144;
}
.server-block .server-list .item:nth-of-type(2) .sub-list a {
  border-color: #E16144;
}
.server-block .server-list .item:nth-of-type(3) .icon {
  background-color: #71D2D6;
}
.server-block .server-list .item:nth-of-type(3) .info {
  font-size: .24rem;
  font-weight: bold;
  color: #21A3B7;
}
.server-block .server-list .item:nth-of-type(3).act .info::after {
  background-color: #21A3B7;
}
.server-block .server-list .item:nth-of-type(3) .sub-list .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #21A3B7;
}
.server-block .server-list .item:nth-of-type(3) .sub-list a {
  border-color: #21A3B7;
}
.server-block .server-list .item:nth-of-type(4) .icon {
  background-color: #F7A963;
}
.server-block .server-list .item:nth-of-type(4) .info {
  font-size: .24rem;
  font-weight: bold;
  color: #E17616;
}
.server-block .server-list .item:nth-of-type(4).act .info::after {
  background-color: #E17616;
}
.server-block .server-list .item:nth-of-type(4) .sub-list .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #E17616;
}
.server-block .server-list .item:nth-of-type(4) .sub-list a {
  border-color: #E17616;
}
.server-block .server-list .item:nth-of-type(5) .icon {
  background-color: #4AB4DA;
}
.server-block .server-list .item:nth-of-type(5) .info {
  font-size: .24rem;
  font-weight: bold;
  color: #1F8AB0;
}
.server-block .server-list .item:nth-of-type(5).act .info::after {
  background-color: #1F8AB0;
}
.server-block .server-list .item:nth-of-type(5) .sub-list .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #1F8AB0;
}
.server-block .server-list .item:nth-of-type(5) .sub-list a {
  border-color: #1F8AB0;
}


.headline-block .m-center {
  overflow: hidden;
  border-radius: 6px;
}
.headline-block #headlineSwiper {
  position: relative;
  display: block;
  text-align: center;
  color: #125CB1;
  font-size: .3rem;
  font-weight: bold;
  background-color: #fff;
}
.headline-block #headlineSwiper::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 50%;
  height: 100%;
  background-image: url('../images/index/headline_bg.png');
  background-size: 80% 60%;
  background-repeat: no-repeat;
  background-position: bottom left 15px;
}
.headline-block #headlineSwiper::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 50%;
  height: 100%;
  transform: rotateY(180deg);
  background-image: url('../images/index/headline_bg.png');
  background-size: 80% 60%;
  background-repeat: no-repeat;
  background-position: bottom left 15px;
}
.headline-block #headlineSwiper a {
  display: block;
  padding: .3rem;
}
.headline-block #headlineSwiper p {
  color: #115DB2;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 2em;
}
.headline-block #headlineSwiper .pagination {
  bottom: 30px;
}

.server-block, .headline-block, .news-block, .multiline-swiper-block, .public-info-block, .public-directory-block, .hudong-block, .wenming-block {
  margin-bottom: .3rem;
}
.news-block .m-center, .public-info-block .m-center, .public-directory-block .m-center {
  padding: 20px .3rem;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.news-block .title {
  margin-bottom: 10px;
}
.news-block .title a {
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 30px;
}
.news-block .title a.act {
  background: #DF5636;
  color: #fff;
}
.news-block .news-list > a {
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  align-items: center;
  color: #000;
  line-height: 40px;
}
.news-block .news-list > a .txt {
  flex: 1;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-block .news-list > a .time {
  text-align: right;
  width: 130px;
}
.public-directory-block .public-directory-flex {
  display: flex;
  align-items: stretch;
}
.public-directory-block .public-directory-flex .square3-title {
  padding: 0;
}
.public-directory-block .public-directory-flex .square3-title .c {
  font-size: 20px;
}
.public-directory-block .public-directory-flex .public-zhengfu {
  flex: 2;
  height: auto;
  background-color: #fff;
  padding: 0 20px 20px;
  border-radius: 5px;
}
.public-directory-block .public-directory-flex .public-zhengfu +.public-jiceng {
  margin-left: 30px;
}
.public-directory-block .public-directory-flex .public-jiceng {
  flex: 1;
  height: auto;
  background-color: #fff;
  padding: 0 20px 20px;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .public-directory-block .public-directory-flex {
    display: block;
  }
  .public-directory-block .public-directory-flex .public-zhengfu +.public-jiceng {
    margin-left: 0;
  }
}
.public-directory-block .row a {
  display: block;
  background: linear-gradient(90deg, #FCFDFD 0%, #F4F7FA 100%);
  border-radius: 5px;
  border: 1px solid #E3E6EA;
  color: #666;
  font-weight: bold;
  text-align: center;
  padding: 12px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.public-directory-block .row a:hover {
  transition: .7;
  background: #409eff;
  color: #fff;
}

.multiline-swiper-block .bg {
  background-color: #fff;
  padding: 0 0 .3rem;
  border-radius: 6px;
  overflow: hidden;
}
.multiline-swiper-block .contentWrapper {
  width: 100%;
  padding: .3rem .3rem 0;
  overflow: hidden;
}
.multiline-swiper-block .yzCards__pages {
  background: transparent;
}

.multiline-swiper-block .yzCards__pages .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgb(197, 197, 197);
  opacity: 1;
}
.multiline-swiper-block .yzCards__pages .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(0, 122, 255);
}

.public-info-block .file-box .con-1 {
  padding-top: .2rem;
}
.public-info-block .file-box .con-2 {
  padding-top: .2rem;
  display: none;
}
.public-info-block .file-box .con-2 .yujuesuan-box .header {
  border-bottom: none;
}
.public-info-block .info-box .title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.public-info-block .info-box .info-con .row {
  margin-top: 15px;
}
.public-info-block .info-box .info-con a {
  display: block;
  text-align: center;
  padding: 8px 5px;
  background: linear-gradient(90deg, #FCFDFD 0%, #F4F7FA 100%);
  border-radius: 5px;
  border: 1px solid #E3E6EA;
  margin-bottom: .15rem;
  white-space: nowrap;
}
.public-info-block .info-box .info-con a img {
  height: 20px;
  margin-right: 5px;
}
.public-info-block .info-box .info-con .row:nth-of-type(2) a {
  padding: 15px 5px;
}
.public-info-block .info-box .info-con .row:nth-of-type(2) a img {
  width: 40px;
  height: 40px;
}

.public-info-block .list > a {
  position: relative;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  align-items: center;
  color: #000;
  line-height: 40px;
  padding-left: 15px;
}
.public-info-block .list > a::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 5px;
  height: 5px;
  background-color: #699AC5;
}
.public-info-block .list > a .txt {
  flex: 1;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.public-info-block .list > a .time {
  text-align: right;
  width: 100px;
}

.public-info-block .header, .hudong-block .header {
  padding-bottom: 8px;
  border-bottom: 1px solid #E6E6E6;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #000;
}
.public-info-block .header a, .hudong-block .header a {
  position: relative;
  color: #000;
}
.public-info-block .header a:nth-of-type(1), .hudong-block .header a:nth-of-type(1) {
  margin-right: .2rem;
}
.public-info-block .header a.act, .hudong-block .header a.act {
  color: #DF5636;
}
.public-info-block .header a.act::after, .hudong-block .header a.act::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #DF5636;
}
.hudong-block .left, .hudong-block .right {
  background-color: #fff;
  padding: 15px;
  border-radius: 6px;
  overflow: hidden;
}
.hudong-block .left .list .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 5em;
  line-height: 1.8;
  height: 60px;
  margin-top: 15px;
}
.hudong-block .left .list .item .status {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.5em;
  height: 100%;
  line-height: 60px;
  background-color: rgb(105, 175, 241);
  white-space: nowrap;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.hudong-block .left .body {
  padding: .09rem 0;
}
.hudong-block .left .list .item .status.finished {
  background-color: rgb(153, 153, 153);
}
.hudong-block .left .list .item .title {
  display: block;
  color: rgb(102, 102, 102);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hudong-block .left .list .item .info {
  color: rgb(187, 187, 187);
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hudong-block .left .list .item .info a {
  color: rgb(102, 155, 201);
}
.hudong-block .right .xinxiang {
  background-color: #EDF6FF;
  background-image: url('../images/sub_index/gongkaixinxiang_bg.png');
  background-repeat: no-repeat;
  padding: 15px;
}
.hudong-block .right .xinxiang .title {
  text-align: right;
  font-weight: bold;
  color: #000;
  font-size: 24px;
  line-height: 1;
}
.hudong-block .right .xinxiang .operate {
  display: flex;
  justify-content: right;
  margin-top: 20px;
}
.hudong-block .right .xinxiang .operate a {
  display: block;
  border: 2px solid #C6E0F9;
  padding: 8px 15px;
  margin-left: 10px;
  background-color: #EDF6FF;
}
.hudong-block .right .xinxiang .operate a img {
  height: 1em;
}
.hudong-block .right .xinxiang .statistics {
  display: flex;
  justify-content: right;
  margin-top: .2rem;
  font-size: 16px;
  align-items: center;
}
.hudong-block .right .xinxiang .statistics img {
  height: 1em;
  margin-right: 5px;
}
.hudong-block .right .xinxiang .statistics span:nth-last-of-type(1) {
  margin-left: 15px;
}

.hudong-block .right .mt15 {
  display: flex;
}

.hudong-block .right .mt15 a {
  flex: 1;
}

.hudong-block .right .mt15 a:nth-of-type(2) {
  margin-left: 15px;
}

.hudong-block .right .mt15 img {
  display: block;
  width: 100%;
}

.wenming-block img {
  width: 100%;
}

.more {
  display: none !important;
}

.headline-block .swiper-pagination-bullet-active, .multiline-swiper-block .swiper-pagination-bullet-active {
  background: #115DB2 !important;
}

@media (max-width: 991px) {
  .server-block {
    height: 230px;
  }
  .server-block .server-list .item {
    padding: 10px 0 0;
  }
  .server-block .server-list .item.act {
    flex: 1;
    border-color: #A55D8D;
  }
  .server-block .server-list .item:nth-of-type(2).act {
    border-color: #E16144;
  }
  .server-block .server-list .item:nth-of-type(3).act {
    border-color: #21A3B7;
  }
  .server-block .server-list .item:nth-of-type(4).act {
    border-color: #E17616;
  }
  .server-block .server-list .item:nth-of-type(5).act {
    border-color: #1F8AB0;
  }
  .server-block .server-list .item.act .info {
    width: auto;
  }
  .server-block .server-list .item.act .info::after {
    background-color: transparent !important;
  }
  .server-block .server-list .item .info {
    min-height: auto;
  }
  .server-block .server-list .item .info p {
    width: 2.5em;
    font-size: 18px;
  }
  .server-block .server-list .item .icon {
    display: none;
  }
  .server-block .server-list .item.act .sub-list {
    display: block;
    position: absolute;
    width: 100%;
    height: 140px;
    left: 0;
    bottom: 0;
  }
  .server-block .server-list .item .sub-list .swiper .swiper-pagination {
    bottom: -2px;
  }

  .headline-block a p {
    overflow: auto;
    display: block;
    font-size: 18px;
  }
  .news-block .col-md-6.col-xs-12:nth-of-type(1) {
    margin-bottom: 20px;
  }

  .public-info-block .info-box .info-con .row:nth-of-type(2) a img {
    display: none;
  }
  .info-box {
    margin-top: .3rem;
  }
  .more {
    display: block !important;
    width: 9.5em;
    margin: 15px auto;
    background: linear-gradient(90deg, #FCFDFD 0%, #F4F7FA 100%);
    border: 1px solid #E3E6EA;
    border-radius: 20px;
    text-align: center;
    padding: 8px 20px;
    color: #000;
    line-height: 1 !important;
  }
  .more::before {
    width: 0 !important;
    height: 0 !important;
  }
}

@media (max-width: 768px) {
  .menu-list .pc {
    display: none;
  }
  .menu-list .mobile {
    display: flex;
  }
  .unit-info .search-box .search-btn {
    font-size: 0;
    width: 45px;
    background-position: center center;
  }
  .news-block .news-list > a .time {
    display: none;
  }
}


/*  */
.page-article {
  background-color: #DBEDFB;
  background-image: url('../images/sub_index/bg_page.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.header-article {
  margin-bottom: .5rem;
}

.a-content .m-center {
  background: #fff;
  padding: .3rem .9rem .6rem;
}

.a-content .m-center .position-con {
  padding: .15rem 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: .4rem;
  margin: 0 -0.9rem .4rem;
}

@media screen and (max-width: 768px) {
  .a-content .m-center {
    /* width: 100%; */
    padding: 0 .3rem .3rem;
  }
  .a-content .m-center .position-con {
    margin: 0 -0.3rem .4rem;
  }
}








.header-box {
  padding: .3rem 0;
}
.header-box .top {
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: center;
}

.header-box .top > div {
  flex: 1;
}

.header-box .top > div.right {
  display: flex;
  justify-content: end;
}

.header-box .top .search-box {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 20px;
  height: 40px;
  width: 100%;
  max-width: 380px;
  overflow: hidden;
  border: 1px solid #9AB4D8;
}
.header-box .top .search-box .search-input {
  flex: 1;
  padding-left: 0.2rem;
  width: 0;
}
.header-box .top .search-box .search-btn {
  cursor: pointer;
  border-radius: 20px;
  height: 40px;
  width: 60px;
  text-align: right;
  line-height: 32px;
  color: #fff;
  font-size: 20px;
  background-image: url(../images/icon/i-search2.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px center;
}
.header-nav-subtitle {
    font-size: 14px;
    font-size: .14rem;
    width: 100%;
    position: relative;
}

.header-nav-subtitle a {
    color: #115DB0;
    white-space: nowrap;
}

.header-nav-subtitle a:first-child {
    margin-right: 0px;
}

.nav-line {
    display: inline-block;
    width: 18px;
    text-align: center;
    color: #115DB0;
}

.nav-border {
    padding: 2px 8px;
    border-radius: 2px;
}

.nav-border-active {
    padding: 2px 8px;
    border-radius: 2px;
}

.nav-img-box {
    display: inline-block;
    width: 391px;
    width: 3.99rem;
    width: 3.3529rem;
}

.guogui {
    vertical-align: middle;
    width: auto;
    width: 0.5rem;
}

.rmzf-img {
    width: auto;
    width: 3.11rem;
    width: 2.525rem;
    margin-left: 5px;
    padding-right: 20px;
    height: auto;
    vertical-align: middle;
    border-right: 2px solid #125DB2;
}

.header-nav-subtitle-text {
    margin-left: 20px;
    font-size: 40px;
    font-size: .4rem;
    font-weight: 600;
    color: #337AB7;
    vertical-align: middle;
}

.nav-con-text {
    padding: 8px 27px;
    font-size: 24px;
    font-size: .24rem;
    margin-right: 70px;
    margin-right: .7rem;
    font-weight: 600;
    color: #125DB2;
    display: inline-block;
}

.nav-con-active {
    color: #FFFFFF;
    background-color: #125DB2;
}

.guo-hui-box {
    margin: 40px 0 50px;
    margin: .4rem 0 .5rem;
}

.search-box-yd {
    display: none;
}

@media screen and (max-width: 768px) {
    .header-box .top {
        display: none;
    }
    .nav-img-box {
        padding-top: 40px;
        display: block;
        width: 100%;
        text-align: center;
    }
    .nav-img-box .guogui {
        width: 15%;
    }
    .nav-img-box .rmzf-img {
        width: 75%;
        margin-left: 2%;
        padding-right: 3%;
        border: none;
    }
    .header-nav-subtitle-text {
        display: block;
        width: 100%;
        text-align: center;
        font-size: .36rem;
        margin-top: 20px;
        margin-left: 0px;
    }
    .search-box-yd {
        margin: 20px auto;
        width: 100%;
        text-align: center;
        font-size: 0px;
    }
    .s-search-yd {
        width: 70%;
        font-size: 24px;
        height: 60px;
        line-height: 0px;
        border: 1px solid #125DB2;
        padding-left: 20px;
    }
    .nav-con-text {
        font-size: 24px;
    }
    .header-nav-con {
        width: 100%;
        text-align: center;
    }
    .search-box-yd {
        display: inline-block;
    }
}