/*多行溢出*/
/*网站响应样式*/
@media (max-width: 767px) {
  /*分页*/
  .comp-pages .page-pc {
    display: none;
  }
  .comp-pages .page-phone {
    display: block!important;
  }
  /*文字列表*/
  .comp-text-list-01 .box-s {
    line-height: 26px;
  }
  .comp-text-list-01 .box-s:after {
    top: 25px;
    margin-top: 0;
  }
  .comp-text-list-01 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-02 li {
    margin-bottom: 20px;
  }
  .comp-text-list-02 .box-s {
    padding: 15px;
  }
  .comp-text-list-02 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-03 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-04 .box-s {
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  .comp-text-list-04 .box-s .box-icon {
    position: relative;
  }
  .comp-text-list-04 .box-s .box-title {
    flex: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: normal;
    height: auto;
    line-height: 20px;
  }
  .comp-text-list-05 .box-s {
    padding: 20px;
    position: relative;
  }
  .comp-text-list-05 .box-s .box-date {
    float: left;
    width: 80px;
  }
  .comp-text-list-05 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 30px;
  }
  .comp-text-list-05 .box-s .box-more {
    display: none;
  }
  .comp-text-list-06 .box-s {
    padding-right: 0;
  }
  .comp-text-list-06 .box-s:before {
    top: 26px;
    margin-top: 0;
  }
  .comp-text-list-06 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-06 .box-s .box-date {
    position: static;
    margin-top: 0;
  }
  .comp-text-list-07 li {
    margin-bottom: 20px;
  }
  .comp-text-list-07 li .box-s {
    padding: 20px 20px 20px 0;
  }
  .comp-text-list-07 li .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  /*图文列表*/
  .comp-image-text-list-01 .box-s {
    margin-bottom: 20px;
  }
  .comp-image-text-list-01 .box-s .box-img {
    height: 220px;
  }
  .comp-image-text-list-02 .box-s {
    margin-bottom: 20px;
  }
  .comp-image-text-list-02 .box-s .box-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-03 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-04 .box-s .box-top {
    position: relative;
    margin-bottom: 15px;
  }
  .comp-image-text-list-04 .box-s .box-date {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
  }
  .comp-image-text-list-04 .box-s .box-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-05 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-06 .box-s .box-img {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .comp-image-text-list-06 .box-s .box-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-07 .box-s .box-info {
    margin-top: -40px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .comp-image-text-list-07 .box-s .box-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }
  /*人员列表*/
  .comp-personnel-list-01 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
  .comp-personnel-list-01 .box-s .box-img {
    height: 210px;
  }
  .comp-personnel-list-01 .box-s .box-info .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-personnel-list-02 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
  .comp-personnel-list-02 .box-s .box-img {
    height: 210px;
  }
  .comp-personnel-list-02 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-personnel-list-05 .box-s .box-img {
    float: none;
    margin-right: 0;
  }
  /*人员细览*/
  .comp-personnel-details-01 .info-top {
    padding: 15px;
  }
  .comp-personnel-details-01 .info-top .box-img {
    position: static;
    margin-bottom: 20px;
  }
  .comp-personnel-details-02 .info-center {
    padding-left: 0;
  }
  .comp-personnel-details-02 .info-center .box-img {
    position: relative;
    padding: 20px;
    width: 100%;
  }
  .comp-personnel-details-02 .info-center .box-img img {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-02 .info-center .box-info {
    padding: 20px;
  }
  .comp-personnel-details-02 .info-other {
    padding: 20px;
  }
  /*side menu*/
  .side-menu {
    display: none;
  }
}
/*网站响应样式*/
@media (max-width: 1365px) {
  .container {
    padding-left: 7.326rem;
    padding-right: 7.326rem;
  }
  .row {
    margin-left: -1.0989rem;
  }
  .col-szxjy {
    padding-left: 1.0989rem;
    padding-right: 1.0989rem;
  }
  /*nav*/
  nav.navbar.bootsnav {
    min-height: 9.8901rem;
    padding: 2.1978rem 0;
  }
  nav.navbar.bootsnav::before {
    height: 13.1868rem;
  }
  nav.navbar.bootsnav .container-fluid {
    padding-left: 2.9304rem;
    padding-right: 8.7912rem;
  }
  nav.navbar.bootsnav .navbar-brand img {
    width: 30.0366rem;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-left: 1.8315rem;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 1.3187rem;
    line-height: 2.1978rem;
  }
  .nav-right-box .header-top {
    margin-bottom: 0.9524rem;
  }
  .nav-right-box .header-other li a {
    font-size: 1.0256rem;
    line-height: 2.0513rem;
  }
  .nav-right-box .header-other-pc li {
    margin-right: 2.4908rem;
  }
  .nav-right-box .header-other-pc li::before {
    top: 0.6593rem;
    right: -1.1722rem;
    width: 0.0733rem;
    height: 0.7326rem;
  }
  .nav-right-box .header-other-ph li {
    margin-right: 1.9048rem;
  }
  .search-trigger {
    width: 2.0513rem;
    height: 2.0513rem;
    border: 0.0733rem solid rgba(255, 255, 255, 0.8);
    background-size: 0.8791rem 0.8791rem;
  }
  .search-trigger:hover {
    border: 0.0733rem solid #166AE7;
  }
  .up-search-box {
    padding: 1.4652rem;
  }
  .up-search-box .up-close {
    right: 5.8608rem;
    top: 4.0293rem;
    width: 2.3444rem;
    height: 2.3444rem;
  }
  .search-box {
    border: 0.0733rem solid rgba(1, 78, 192, 0.6);
    border-radius: 2.1978rem;
    max-width: 58.6081rem;
  }
  .search-box .s-inp {
    height: 4.3956rem;
    line-height: 4.2491rem;
    font-size: 1.3187rem;
    padding-left: 3.3699rem;
    padding-right: 14.6521rem;
  }
  .search-box .s-btn {
    width: 10.2565rem;
    height: 4.3956rem;
    border-radius: 2.1978rem;
    line-height: 4.3956rem;
  }
  .search-box .s-btn::before {
    width: 1.6117rem;
    height: 1.7582rem;
  }
  .navbar .toggle {
    width: 6.5934rem;
    height: 6.5934rem;
    right: -8.7912rem;
    top: -2.4176rem;
  }
  .navbar .toggle span {
    width: 3.5165rem;
    height: 2.4908rem;
  }
  .fix-rightbtn a {
    width: 6.0073rem;
    height: 12.4543rem;
    padding-left: 2.0512rem;
  }
  .fix-rightbtn a span {
    font-size: 1.6117rem;
    width: 2.1978rem;
    letter-spacing: 0.1466rem;
  }
  .fix-rightbtn a img {
    width: 0.5861rem;
    height: 0.9524rem;
  }
  footer {
    padding: 4.3956rem 0 5.8608rem 0;
  }
  footer .info {
    padding-top: 1.0989rem;
  }
  footer .info span,
  footer .info a {
    font-size: 1.0989rem;
    line-height: 2.0513rem;
    margin-right: 0.7326rem;
  }
  footer .footer-logo {
    width: 21.0989rem;
    margin: 4.6154rem auto 0;
  }
  footer .footer-link {
    padding-top: 8.0586rem;
  }
  footer .footer-link li {
    margin-right: 1.4652rem;
    margin-top: 0.6594rem;
  }
  footer .footer-link li > a {
    width: 3.956rem;
    height: 3.956rem;
  }
  footer .footer-link li .ewm-box {
    width: 5.1282rem;
    height: 5.1282rem;
    border-radius: 0.293rem;
    top: -5.8608rem;
    left: -0.5861rem;
  }
  footer .footer-link li .ewm-box::before {
    bottom: -0.5861rem;
    border-left: 0.3663rem solid transparent;
    border-right: 0.3663rem solid transparent;
    border-top: 0.6594rem solid rgba(255, 255, 255, 0.7);
  }
  footer .footer-link li .ewm-box img {
    border-radius: 0.293rem;
  }
  footer .footer-link li .sydw {
    width: 4.1026rem;
    height: 4.9817rem;
  }
  /*-----------------------------------------  index  -----------------------------------------*/
  .index-banner {
    height: 36.63rem;
  }
  .index-banner .banner-box::before {
    height: 18.9011rem;
  }
  .index-banner .banner-box .banner-title {
    left: 6.5934rem;
    right: 29.304rem;
    bottom: 3.2967rem;
    height: 3.1502rem;
  }
  .index-banner .banner-box .banner-title span {
    font-size: 2.1978rem;
    line-height: 2.9304rem;
    padding-bottom: 0.2198rem;
    background-size: 0 0.1465rem;
  }
  .index-banner .banner-box .banner-title:hover span {
    background-size: 100% 0.1465rem;
  }
  .index-banner .banner-page {
    right: 2.9304rem !important;
    bottom: 4.1759rem !important;
  }
  .index-banner .swiper-pagination-bullet {
    width: 0.9524rem;
    height: 0.9524rem;
    margin-left: 2.0512rem !important;
  }
  .index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.1978rem;
    height: 1.6117rem;
  }
  @-webkit-keyframes bounce-down {
    25% {
      -webkit-transform: translateY(-0.293rem);
    }
    50%,
    100% {
      -webkit-transform: translateY(0);
    }
    75% {
      -webkit-transform: translateY(0.293rem);
    }
  }
  @keyframes bounce-down {
    25% {
      transform: translateY(-0.293rem);
    }
    50%,
    100% {
      transform: translateY(0);
    }
    75% {
      transform: translateY(0.293rem);
    }
  }
  .index-bg {
    padding-top: 9.0842rem;
  }
  .index-bg::before {
    height: 18.2418rem;
  }
  .index-box {
    padding-bottom: 6.5934rem;
  }
  .index-title {
    margin-bottom: 3.663rem;
  }
  .index-title .fl div:nth-child(1) {
    font-size: 2.5641rem;
    line-height: 3.2967rem;
  }
  .index-title .fl div:nth-child(2) {
    font-size: 2.9304rem;
    line-height: 3.37rem;
    margin-top: -1.9048rem;
  }
  .index-title .fl div:nth-child(2) span {
    width: 0.5128rem;
    height: 0.5128rem;
    margin: 0 1.2454rem;
  }
  .index-title .fr {
    width: 9.5238rem;
    height: 3.663rem;
    border-radius: 1.8315rem;
    border: 0.0733rem solid #FFFFFF;
    font-size: 1.1722rem;
    line-height: 3.5165rem;
    margin-top: 1.0256rem;
  }
  .kyjz-list li {
    border-bottom: 0.0733rem solid rgba(255, 248, 248, 0.3);
    margin-bottom: 2.3443rem;
    padding-bottom: 2.4908rem;
  }
  .kyjz-list li a:hover .title span {
    background-size: 100% 0.1465rem;
  }
  .kyjz-list .img-box {
    width: 19.1941rem;
    height: 12.674rem;
    margin-left: 3.663rem;
  }
  .kyjz-list .title {
    height: 2.7106rem;
    margin-bottom: 1.0989rem;
  }
  .kyjz-list .title span {
    font-size: 1.7582rem;
    line-height: 2.3443rem;
    padding-bottom: 0.1465rem;
    background-size: 0 0.1465rem;
  }
  .kyjz-list .desc {
    font-size: 1.2454rem;
    line-height: 2.4908rem;
    max-height: 4.9817rem;
    margin-bottom: 2.3443rem;
  }
  .kyjz-list .date {
    font-size: 1.0989rem;
  }
  .m22 {
    margin: 0 -1.0989rem;
  }
  .p22 {
    padding: 0 1.0989rem;
  }
  .news-left-list {
    padding: 0.1465rem;
  }
  .news-left-list::before {
    left: -0.0733rem;
    right: -0.0733rem;
    bottom: -0.0733rem;
    height: 12.2344rem;
  }
  .news-left-list .img-box {
    height: 27.2527rem;
  }
  .news-left-list .title {
    left: 2.1978rem;
    right: 2.1978rem;
    bottom: 2.1978rem;
  }
  .news-left-list .title span {
    font-size: 1.4652rem;
    line-height: 2.3443rem;
    padding-bottom: 0.1465rem;
    background-size: 0 0.1465rem;
  }
  .news-left-list:hover .title span {
    background-size: 100% 0.1465rem;
  }
  .news-right-list {
    margin-bottom: 1.6117rem;
  }
  .news-right-list::before {
    height: 13.1868rem;
  }
  .news-right-list .img-box {
    height: 12.967rem;
  }
  .news-right-list .title {
    left: 1.4652rem;
    right: 1.4652rem;
    bottom: 0.8791rem;
    max-height: 5.2747rem;
  }
  .news-right-list .title span {
    font-size: 1.4652rem;
    line-height: 2.1978rem;
    padding-bottom: 0.1465rem;
    background-size: 0 0.1466rem;
  }
  .news-right-list:hover .title span {
    background-size: 100% 0.1465rem;
  }
  .media-list {
    border-right-width: 0.0733rem;
  }
  .media-list .info-box {
    padding: 3.2967rem 3.2967rem 0;
  }
  .media-list .date {
    font-size: 1.3187rem;
    margin-bottom: 2.7839rem;
  }
  .media-list .date span:nth-child(1) {
    font-size: 2.9304rem;
  }
  .media-list .date i {
    padding: 0 0.7326rem 0 1.7582rem;
  }
  .media-list .title {
    margin-bottom: 1.685rem;
    height: 5.2747rem;
  }
  .media-list .title span {
    font-size: 1.4652rem;
    line-height: 2.6374rem;
    padding-bottom: 0.1465rem;
    background-size: 0 0.1465rem;
  }
  .media-list .desc {
    font-size: 1.2454rem;
    line-height: 2.4908rem;
    height: 7.4725rem;
    margin-bottom: 4.1758rem;
  }
  .media-list .more {
    width: 2.9304rem;
    height: 2.9304rem;
  }
  .media-list:hover .title span {
    background-size: 100% 0.1465rem;
  }
  .zszp-list::before {
    height: 4.6154rem;
  }
  .zszp-list .info-box {
    padding: 2.5641rem 1.8315rem 2.1978rem 1.8315rem;
  }
  .zszp-list .date {
    margin-bottom: 3.663rem;
  }
  .zszp-list .date div {
    font-size: 1.0256rem;
  }
  .zszp-list .date div:nth-child(1) {
    font-size: 2.1978rem;
    margin-bottom: 0.6593rem;
  }
  .zszp-list .title {
    margin-bottom: 7.1795rem;
    height: 4.9817rem;
  }
  .zszp-list .title span {
    font-size: 1.4652rem;
    line-height: 2.4908rem;
    padding-bottom: 0.1465rem;
    background-size: 0 0.1465rem;
  }
  .zszp-list .more {
    width: 2.9304rem;
    height: 2.9304rem;
  }
  .zszp-list:hover .title span {
    background-size: 100% 0.1465rem;
  }
  .main-nav.show-main-nav .top-ch-title::before {
    width: 10.2564rem;
  }
  .main-nav .top-nav {
    padding: 2.9304rem 2.1978rem;
    margin-bottom: 1.8315rem;
    transform: translateY(1.4652rem);
  }
  .main-nav .top-nav ul {
    margin-top: 1.0256rem;
  }
  .main-nav .top-nav-logo {
    width: 21.6117rem;
  }
  .main-nav .nav-btn {
    font-size: 1.0256rem;
    line-height: 1.4652rem;
    margin-left: 3.2234rem;
  }
  .main-nav .nav-btn::before {
    left: -1.6117rem;
    top: 0.3663rem;
    width: 0.0733rem;
    height: 0.8791rem;
  }
  .main-nav .nav-search-btn {
    width: 1.1722rem;
    height: 1.3187rem;
    margin-left: 2.9304rem;
  }
  .main-nav .nav-en-link {
    font-size: 1.1722rem;
    line-height: 1.4652rem;
    margin-left: 2.1978rem;
  }
  .main-nav .nav-close-btn {
    width: 1.8315rem;
    height: 1.8315rem;
    margin-left: 4.3956rem;
  }
  .main-nav .top-ch-title {
    font-size: 1.4652rem;
    line-height: 2.1978rem;
    padding-bottom: 1.3187rem;
    margin-bottom: 1.4652rem;
  }
  .main-nav .top-ch-title::before {
    height: 0.1465rem;
  }
  .main-nav .ch-ej {
    margin-bottom: 2.9304rem;
  }
  .main-nav .ch-ej li {
    margin-bottom: 0.5861rem;
  }
  .main-nav .ch-ej li a {
    font-size: 1.0256rem;
    line-height: 1.4652rem;
  }
  .main-nav .scroll {
    height: calc(100vh - 11.6484rem);
  }
  .main-nav .scroll .col-lg-2 {
    transform: translateY(1.4652rem);
  }
  .zjxjy-list-box .back-index {
    font-size: 1.4652rem;
    line-height: 1.8315rem;
    letter-spacing: 0.3663rem;
    padding-left: 2.9304rem;
  }
  .zjxjy-list-box .back-index::before {
    top: 1.4652rem;
    width: 2.1978rem;
    height: 0.0733rem;
  }
  .zjxjy-list-box .back-index::after {
    width: 0.0733rem;
    height: 1.978rem;
    left: 2.1978rem;
    top: 0.5128rem;
  }
  .zjxjy-list-box .back-index:hover {
    padding-left: 3.663rem;
  }
  .zjxjy-list-box .back-index:hover::before {
    width: 2.9304rem;
  }
  .zjxjy-list-box .back-index:hover::after {
    left: 2.9304rem;
  }
  .zjxjy-list-box .zjxjy-toggle-btn {
    width: 5.4212rem;
    height: 5.4212rem;
    top: 2.9304rem;
  }
  .zjxjy-list-box .zjxjy-toggle-btn span {
    width: 2.6374rem;
    height: 0.0733rem;
  }
  .zjxjy-list-box .zjxjy-toggle-btn span::before,
  .zjxjy-list-box .zjxjy-toggle-btn span::after {
    width: 2.1978rem;
    height: 0.0733rem;
  }
  .zjxjy-list-box .zjxjy-toggle-btn span::before {
    top: -0.5861rem;
  }
  .zjxjy-list-box .zjxjy-toggle-btn span::after {
    bottom: -0.5861rem;
  }
  .zjxjy-list-box .zjxjyscroll-page {
    margin-top: -8.7912rem;
    margin-left: 3.663rem;
    margin-right: 3.663rem;
  }
  .zjxjy-list-box .zjxjyscroll-page .swiper-slide {
    margin-right: 15.8242rem;
  }
  .zjxjy-list-box .zjxjyscroll-page .swiper-slide::before {
    right: -17.2161rem;
    width: 18.6813rem;
    height: 0.0733rem;
    top: 3.663rem;
  }
  .zjxjy-list-box .zjxjyscroll-page .swiper-slide-thumb-active .zjxjyscroll-page-list .icon {
    border: 0.0733rem solid #004EC0;
  }
  .zjxjy-list-box .zjxjyscroll-page-list {
    width: 5.8608rem;
  }
  .zjxjy-list-box .zjxjyscroll-page-list p {
    font-size: 1.0256rem;
    line-height: 1.7582rem;
    margin-bottom: 0.5861rem;
  }
  .zjxjy-list-box .zjxjyscroll-page-list .icon {
    width: 2.9304rem;
    height: 2.9304rem;
    border: 0.0733rem solid rgba(255, 255, 255, 0.3);
    background-size: 1.8315rem 1.3919rem;
  }
  .zjxjy-list-box .zjxjy-next {
    width: 3.8095rem;
    height: 4.9084rem;
    right: 0.3663rem;
  }
  .zjxjy-list-box .left-cont {
    width: 21.978rem;
  }
  .zjxjy-list-box .left-cont .img1 {
    width: 6.9597rem;
    height: 6.9597rem;
    margin-bottom: 3.2967rem;
  }
  .zjxjy-list-box .left-cont .img2 {
    width: 5.4945rem;
  }
  .zjxjy-list-box .num-list .num-top {
    margin-bottom: 1.4652rem;
  }
  .zjxjy-list-box .num-list .num-top i {
    font-size: 3.2967rem;
  }
  .zjxjy-list-box .num-list .num-top span {
    font-size: 1.1722rem;
    line-height: 1.7582rem;
    padding-left: 0.3663rem;
  }
  .zjxjy-list-box .num-list .num-bottom {
    font-size: 1.2454rem;
    line-height: 1.7582rem;
  }
  .zjxjy-list-box .js-list .js-tip {
    width: 6.5934rem;
    top: 11.3553rem;
    right: 7.326rem;
  }
  .zjxjy-list-box .js-list .img-left {
    top: 13.6264rem;
    left: 5.1282rem;
    width: 37.3626rem;
    height: 24.7619rem;
    box-shadow: 1.5385rem 1.5385rem 2.9304rem 0rem rgba(73, 82, 111, 0.2);
    border: 0.4396rem solid #FFFFFF;
  }
  .zjxjy-list-box .js-list .img-right {
    right: 16.8498rem;
    bottom: 15.7509rem;
    width: 30.6227rem;
    height: 20.2198rem;
    box-shadow: 1.5385rem 1.5385rem 2.9304rem 0rem rgba(73, 82, 111, 0.2);
    border: 0.4396rem solid #FFFFFF;
  }
  .zjxjy-list-box .kyyw-list {
    padding: 10.2564rem 4.3956rem 0;
  }
  .zjxjy-list-box .kyyw-list .kyyw-tab-title {
    border-bottom: 0.0733rem solid rgba(255, 255, 255, 0.6);
    margin-bottom: 3.663rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-tab-title .swiper-slide {
    font-size: 1.3187rem;
    line-height: 2.9304rem;
    margin-right: 0.7326rem;
    padding-bottom: 1.0989rem;
    min-width: 5.8608rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-tab-title .swiper-slide::before {
    height: 0.293rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-tab-title .swiper-slide.swiper-slide-thumb-active {
    font-size: 1.9048rem;
  }
  .zjxjy-list-box .kyyw-list .m14 {
    margin-left: -1.0256rem;
    margin-right: -1.0256rem;
  }
  .zjxjy-list-box .kyyw-list .p14 {
    padding-right: 1.0256rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-left-cont {
    height: 21.0256rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-left-cont .info {
    width: 24.1758rem;
    height: 7.326rem;
    border-radius: 4.3956rem 0 0 0;
    padding: 0.7326rem 2.5641rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-left-cont .date {
    font-size: 1.0256rem;
    margin-bottom: 0.5128rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-left-cont .title span {
    line-height: 2.4176rem;
    font-size: 1.4652rem;
    padding-bottom: 0.2198rem;
    background-size: 0 0.1465rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-left-cont:hover .title span {
    background-size: 100% 0.1465rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont .img-box {
    height: 10.8425rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont .info {
    height: 10.1832rem;
    padding: 0 1.0989rem 0.7326rem 1.0989rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont .date {
    width: 4.3956rem;
    padding-top: 0.4396rem;
    border-top: 0.2198rem solid #445F74;
    margin-bottom: 0.8791rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont .date div {
    font-size: 1.0256rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont .date div:first-child {
    font-size: 1.9048rem;
    margin-bottom: 0.4396rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont .title {
    height: 4.3956rem;
    -webkit-line-clamp: 2;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont .title span {
    font-size: 1.1722rem;
    line-height: 2.1978rem;
    padding-bottom: 0.2198rem;
    background-size: 0 0.1465rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont:hover .date {
    border-top: 0.2198rem solid #ffffff;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont:hover .title span {
    background-size: 100% 0.1465rem;
  }
  .zjxjy-list-box .kwywh-img-box {
    height: 21.2454rem;
  }
  .zjxjy-list-box .kwywh-img-box .title {
    font-size: 2.3443rem;
    line-height: 2.9304rem;
    padding: 0 1.0989rem;
  }
  .zjxjy-list-box .xjsj-list {
    padding: 11.7216rem 4.3956rem 0;
  }
  .zjxjy-list-box .xjsj-list .left-img {
    width: 47.9853rem;
    height: 26.9597rem;
    margin-right: 0.7326rem;
  }
  .zjxjy-list-box .xjsj-list .left-img::after {
    left: -0.7326rem;
    right: -0.7326rem;
    top: -0.7326rem;
    bottom: -0.7326rem;
    border: 0.1465rem solid rgba(255, 255, 255, 0.7);
  }
  .zjxjy-list-box .xjsj-list .left-img .title {
    left: 2.9304rem;
    top: 2.9304rem;
    font-size: 2.1978rem;
    line-height: 2.9304rem;
  }
  .zjxjy-list-box .xjsj-list .left-img:hover::after {
    left: 1.4652rem;
    top: 1.4652rem;
    bottom: 1.4652rem;
    right: 1.4652rem;
  }
  .zjxjy-list-box .xjsj-list .right-img .right-img-box {
    height: 13.1136rem;
    margin-bottom: 0.7326rem;
  }
  .zjxjy-list-box .xjsj-list .right-img .right-img-box::after {
    left: -0.7326rem;
    right: -0.7326rem;
    top: -0.7326rem;
    bottom: -0.7326rem;
    border: 0.1465rem solid rgba(255, 255, 255, 0.7);
  }
  .zjxjy-list-box .xjsj-list .right-img .right-img-box .title {
    left: 2.9304rem;
    top: 2.9304rem;
    font-size: 2.1978rem;
    line-height: 2.9304rem;
  }
  .zjxjy-list-box .xjsj-list .right-img .right-img-box:hover::after {
    left: 1.4652rem;
    top: 1.4652rem;
    bottom: 1.4652rem;
    right: 1.4652rem;
  }
  .zjxjy-list-box .history-list {
    padding: 10.989rem 4.3956rem 0;
  }
  .zjxjy-list-box .history-list .zj-img {
    margin: 0 2.9304rem 4.7619rem 2.9304rem;
  }
  .zjxjy-list-box .history-list .zj-img .img-box {
    width: 36.63rem;
    height: 24.2491rem;
    box-shadow: 1.4652rem 1.3919rem 1.4652rem 0rem rgba(86, 72, 59, 0.2);
    border: 0.4396rem solid #FFFFFF;
    margin-left: 4.3956rem;
  }
  .zjxjy-list-box .history-list .zj-img .title {
    font-size: 4.7619rem;
    margin-bottom: 1.4652rem;
  }
  .zjxjy-list-box .history-list .zj-img .subtitle {
    margin-bottom: 1.4652rem;
  }
  .zjxjy-list-box .history-list .zj-img .subtitle span {
    font-size: 1.7582rem;
    line-height: 2.4176rem;
    padding-bottom: 0.2198rem;
    background-size: 0 0.1465rem;
  }
  .zjxjy-list-box .history-list .zj-img .desc {
    font-size: 1.1722rem;
    line-height: 2.1978rem;
    max-height: 8.7912rem;
  }
  .zjxjy-list-box .history-list .zj-img:hover .subtitle span {
    background-size: 100% 0.1465rem;
  }
  .zjxjy-list-box .history-list .zjtop-txt {
    padding-bottom: 1.0989rem;
  }
  .zjxjy-list-box .history-list .zjtop-txt::before {
    top: 0.7326rem;
    height: 0.0733rem;
  }
  .zjxjy-list-box .history-list .zjtop-txt .swiper-slide-thumb-active .ch-title {
    font-size: 2.9304rem;
  }
  .zjxjy-list-box .history-list .ch-title {
    font-size: 1.9048rem;
    line-height: 2.9304rem;
    padding-top: 2.1978rem;
  }
  .zjxjy-list-box .history-list .ch-title::before {
    top: 0.3663rem;
    width: 0.7326rem;
    height: 0.7326rem;
  }
  .zjxjy-list-box .history-list .ch-title::after {
    width: 1.6117rem;
    height: 1.6117rem;
  }
  @-webkit-keyframes fadeleft {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(-1.4652rem);
      transform: translateX(-1.4652rem);
    }
  }
  @keyframes fadeleft {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(-1.4652rem);
      -ms-transform: translateX(-1.4652rem);
      transform: translateX(-1.4652rem);
    }
  }
  @-webkit-keyframes fadesright {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-1.4652rem);
      transform: translateX(-1.4652rem);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes fadesright {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-1.4652rem);
      -ms-transform: translateX(-1.4652rem);
      transform: translateX(-1.4652rem);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-webkit-keyframes fadeleft1 {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(1.4652rem);
      transform: translateX(1.4652rem);
    }
  }
  @keyframes fadeleft1 {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(1.4652rem);
      -ms-transform: translateX(1.4652rem);
      transform: translateX(1.4652rem);
    }
  }
  @-webkit-keyframes fadesright1 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(1.4652rem);
      transform: translateX(1.4652rem);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes fadesright1 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(1.4652rem);
      -ms-transform: translateX(1.4652rem);
      transform: translateX(1.4652rem);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-webkit-keyframes fadedown {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(1.4652rem);
      transform: translateY(1.4652rem);
    }
  }
  @keyframes fadedown {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(1.4652rem);
      -ms-transform: translateY(1.4652rem);
      transform: translateY(1.4652rem);
    }
  }
  @-webkit-keyframes fadeup {
    0% {
      opacity: 0;
      -webkit-transform: translateY(1.4652rem);
      transform: translateY(1.4652rem);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes fadeup {
    0% {
      opacity: 0;
      -webkit-transform: translateY(1.4652rem);
      -ms-transform: translateY(1.4652rem);
      transform: translateY(1.4652rem);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .ny-top-banner {
    height: 25.641rem;
  }
  .ny-top-banner .page-cont {
    top: 15.6044rem;
    padding-left: 2.9304rem;
    padding-right: 5.1282rem;
  }
  .ny-top-banner .page-cont h1 {
    margin-bottom: 5.1282rem;
  }
  .ny-top-banner .page-cont h1 span {
    font-size: 3.956rem;
    line-height: 4.6886rem;
  }
  .ny-top-banner .page-cont .ny-top-nav {
    border-bottom: 0.0733rem solid rgba(26, 96, 199, 0.16);
    margin-bottom: 1.4652rem;
  }
  .ny-top-banner .page-cont .ny-top-nav li {
    margin-right: 4.0293rem;
  }
  .ny-top-banner .page-cont .ny-top-nav li a {
    font-size: 1.4652rem;
    line-height: 2.1978rem;
    padding-bottom: 0.7326rem;
  }
  .ny-top-banner .page-cont .ny-top-nav li a::before {
    width: 0.5128rem;
    height: 0.6593rem;
    bottom: -0.3663rem;
  }
  .ny-bg {
    min-height: 21.978rem;
    padding-top: 2.5641rem;
  }
  .ny-bg::before {
    height: 19.7802rem;
  }
  .ny-bg .container-ny {
    padding-left: 7.326rem;
    padding-right: 7.326rem;
  }
  .ny-bg .ny-ch-title {
    padding-top: 3.663rem;
    margin-bottom: 1.8315rem;
  }
  .ny-bg .ny-ch-title::before {
    width: 15.0916rem;
    height: 6.9597rem;
  }
  .ny-bg .ny-ch-title p {
    font-size: 2.3443rem;
    line-height: 3.0769rem;
  }
  .dp-main {
    font-size: 1.3187rem;
    line-height: 2.6374rem;
  }
  .dp-main p,
  .dp-main div {
    font-size: 1.3187rem;
    line-height: 2.6374rem;
    margin-bottom: 0.7326rem;
  }
  .dp-main b,
  .dp-main strong {
    font-size: 1.4652rem;
    line-height: 2.6374rem;
  }
  .dp-main table td span span {
    line-height: 2.1978rem;
  }
  .m60 {
    margin-left: -2.1978rem;
    margin-right: -2.1978rem;
  }
  .p60 {
    padding-left: 2.1978rem;
    padding-right: 2.1978rem;
  }
  .leader-box {
    border-top: 0.0733rem solid rgba(0, 0, 0, 0.2);
    padding: 4.3956rem 0;
  }
  .leader-box::before {
    top: -0.0733rem;
    height: 0.0733rem;
  }
  .leader-box .img-box {
    width: 16.8498rem;
    margin-right: 3.663rem;
  }
  .leader-box .title {
    margin-bottom: 0.7rem;
    height: 4.0293rem;
  }
  .leader-box .title span {
    font-size: 2.9304rem;
    line-height: 3.663rem;
    background-size: 0 0.1465rem;
  }
  .leader-box .subtitle {
    margin-bottom: 1.5rem;
    font-size: 1.7582rem;
    line-height: 2.1978rem;
  }
  .leader-box .desc {
    font-size: 1.3187rem;
    line-height: 2.1978rem;
  }
  .leader-box:hover .title span {
    background-size: 100% 0.1465rem;
  }
  .leader-detail .img-box {
    width: 16.8498rem;
    margin-right: 3.663rem;
  }
  .leader-detail .info {
    padding-top: 1.4652rem;
  }
  .leader-detail .title {
    font-size: 2.9304rem;
    line-height: 3.663rem;
    margin-bottom: 1.4652rem;
  }
  .leader-detail .subtitle {
    font-size: 1.7582rem;
    line-height: 2.1978rem;
    margin-bottom: 5.1282rem;
  }
  .leader-detail .subtitle::before {
    bottom: -2.6374rem;
    width: 2.1978rem;
    height: 0.1465rem;
  }
  .leader-detail .txt {
    font-size: 1.4652rem;
    line-height: 2.9304rem;
  }
  .leader-detail .txt p,
  .leader-detail .txt div {
    font-size: 1.4652rem;
    line-height: 2.9304rem;
    margin-bottom: 1.0989rem;
  }
  .m10 {
    margin: 0 -0.7326rem;
  }
  .p10 {
    padding: 0 0.7326rem;
  }
  .leader-ed-box {
    height: 13.1868rem;
    margin-bottom: 1.4652rem;
    padding: 0 2.9304rem;
  }
  .leader-ed-box .title {
    margin-right: 3.663rem;
  }
  .leader-ed-box .title span {
    font-size: 1.7582rem;
    line-height: 2.1978rem;
    background-size: 0 0.1465rem;
  }
  .leader-ed-box .info {
    font-size: 1.2454rem;
    line-height: 2.1978rem;
  }
  .leader-ed-box:hover .title span {
    background-size: 100% 0.1465rem;
  }
  .m30 {
    margin: 0 -1.0989rem;
  }
  .p30 {
    padding: 0 1.0989rem;
  }
  .cgzh-search-form {
    margin-bottom: 1.4652rem;
  }
  .cgzh-search-form .form-group {
    margin-bottom: 1.8315rem;
  }
  .cgzh-search-form .form-group span {
    font-size: 1.1722rem;
    line-height: 2.1978rem;
    margin-right: 1.4652rem;
    width: 5.1282rem;
  }
  .cgzh-search-form .form-group input {
    width: calc(100% - 6.5934rem);
    height: 2.9304rem;
    border-radius: 0.293rem;
    border: 0.0733rem solid #014EC0;
    padding: 0 1.4652rem;
    line-height: 2.7839rem;
    font-size: 1.3187rem;
  }
  .cgzh-search-form .form-group button {
    margin-left: 6.5934rem;
    width: calc(100% - 6.5934rem);
    height: 2.9304rem;
    border-radius: 0.293rem;
    font-size: 1.1722rem;
    line-height: 2.1978rem;
  }
  .table-box {
    margin-bottom: 4.3956rem;
  }
  .table-box .min-table {
    min-width: 43.956rem;
  }
  .table-box table thead th {
    font-size: 1.3187rem;
    line-height: 1.9048rem;
    padding: 1.4652rem 1.4652rem;
  }
  .table-box table tbody td {
    font-size: 1.3187rem;
    line-height: 1.9048rem;
    padding: 1.4652rem 1.4652rem;
  }
  .table-box .table .table-thead > li {
    font-size: 1.3187rem;
    line-height: 1.9048rem;
    padding: 1.4652rem 1.4652rem;
  }
  .table-box .table .table-tbody > ul li {
    font-size: 1.3187rem;
    line-height: 1.9048rem;
    padding: 1.4652rem 1.4652rem;
  }
  .comp-pages .page-pc .NormalRed {
    height: 2.9304rem;
    min-width: 2.9304rem;
    line-height: 2.9304rem;
    font-size: 1.0256rem;
    border: 0.0733rem solid #014EC0;
    margin-left: 0.2198rem;
    margin-right: 0.2198rem;
    padding-left: 1.0989rem;
    padding-right: 1.0989rem;
  }
  .comp-pages .page-pc a,
  .comp-pages .page-pc span {
    height: 2.9304rem;
    min-width: 2.9304rem;
    line-height: 2.9304rem;
    font-size: 1.0256rem;
    border: 0.0733rem solid #DCDCDC;
    margin-left: 0.2198rem;
    margin-right: 0.2198rem;
    padding-left: 1.0989rem;
    padding-right: 1.0989rem;
  }
  .comp-pages .page-pc a:hover,
  .comp-pages .page-pc span:hover,
  .comp-pages .page-pc a.active,
  .comp-pages .page-pc span.active {
    border: 0.0733rem solid #014EC0;
  }
  .comp-pages .page-phone {
    height: 3.37rem;
    line-height: 3.37rem;
    border-radius: 0.5861rem;
    font-size: 1.1722rem;
  }
  .ry-list-box .ry-scroll {
    margin: 0 2.9304rem 4.1758rem 2.9304rem;
    border-bottom: 0.0733rem solid rgba(0, 0, 0, 0.1);
  }
  .ry-list-box .ch-title {
    font-size: 1.4652rem;
    line-height: 2.1978rem;
    padding-bottom: 2.0513rem;
  }
  .m46 {
    margin: 0 0 -1.4652rem;
  }
  .p46 {
    padding: 0 1.4652rem;
  }
  .ry-list a {
    margin-bottom: 3.663rem;
  }
  .ry-list .img-box {
    height: 19.7802rem;
    margin-bottom: 1.8315rem;
  }
  .ry-list .title {
    font-size: 1.4652rem;
    line-height: 2.1978rem;
    margin-bottom: 1.4652rem;
  }
  .ry-list .title::before {
    bottom: -0.9524rem;
    width: 1.3187rem;
    height: 0.1465rem;
  }
  .ry-list .xw {
    font-size: 1.1722rem;
    line-height: 2.1978rem;
  }
  .ry-detail-box .top {
    margin-bottom: 3.663rem;
  }
  .ry-detail-box .top .img-box {
    margin-right: 2.9304rem;
    width: 18.6081rem;
    border: 0.2198rem solid #FFFFFF;
  }
  .ry-detail-box .top .info {
    padding-top: 1.685rem;
  }
  .ry-detail-box .top .title {
    font-size: 1.4652rem;
    line-height: 2.1978rem;
    margin-bottom: 1.4652rem;
  }
  .ry-detail-box .top .title span {
    font-size: 2.6374rem;
    line-height: 3.37rem;
  }
  .ry-detail-box .top ul li span,
  .ry-detail-box .top ul li div {
    font-size: 1.3187rem;
    line-height: 2.6374rem;
  }
  .ry-detail-box .top ul li span {
    min-width: 8.0586rem;
  }
  .ry-detail-box .top ul li div a {
    font-size: 1.3187rem;
    line-height: 2.6374rem;
  }
  .ry-detail-box .group-txt {
    margin-bottom: 2.5641rem;
  }
  .ry-detail-box .group-txt .title {
    font-size: 1.6117rem;
    line-height: 2.1978rem;
    padding: 1.0989rem 1.685rem;
    margin-bottom: 1.0989rem;
  }
  .ry-detail-box .group-txt .txt {
    font-size: 1.3187rem;
    line-height: 2.6374rem;
  }
  .ry-detail-box .group-txt .txt p,
  .ry-detail-box .group-txt .txt div {
    font-size: 1.3187rem;
    line-height: 2.6374rem;
    margin-bottom: 0.7326rem;
  }
  .yjdy-list li {
    margin-bottom: 5.8608rem;
  }
  .yjdy-list li:nth-child(2n) .img-box {
    margin-left: 5.8608rem;
  }
  .yjdy-list li:nth-child(2n) h3 {
    padding-left: 3.663rem;
  }
  .yjdy-list li:nth-child(2n) .tj {
    padding-left: 3.663rem;
  }
  .yjdy-list li:nth-child(2n) .btn01 {
    margin-left: 3.663rem;
  }
  .yjdy-list li:hover .text-box h3 span {
    background-size: 100% 0.1465rem;
  }
  .yjdy-list .img-box {
    width: 39.5604rem;
    height: 30.989rem;
    margin-right: 5.8608rem;
  }
  .yjdy-list .text-box {
    height: 30.989rem;
  }
  .yjdy-list .text-box h3 {
    margin-bottom: 2.1978rem;
    height: 2.8571rem;
  }
  .yjdy-list .text-box h3 span {
    font-size: 2.0513rem;
    line-height: 2.4908rem;
    padding-bottom: 0.1465rem;
    background-size: 0 0.1465rem;
  }
  .yjdy-list .text-box .tj {
    padding-right: 3.663rem;
    font-size: 1.1722rem;
    line-height: 2.1978rem;
    margin-bottom: 2.5641rem;
    max-height: 8.7912rem;
  }
  .yjdy-list .text-box .btn01 {
    width: 9.5238rem;
    height: 3.663rem;
    border-radius: 2.1978rem;
    line-height: 3.5165rem;
    border: 0.0733rem solid #014EC0;
    font-size: 1.1722rem;
  }
  .yjdy-list .text-box .btn01:before {
    border: 0.0733rem solid #014EC0;
    border-radius: 2.1978rem;
  }
  .tw-list {
    margin-bottom: 5.8608rem;
  }
  .tw-list li {
    border-bottom: 0.0733rem solid rgba(0, 0, 0, 0.1);
  }
  .tw-list li a {
    padding: 2.9304rem 0 2.9304rem 2.1978rem;
  }
  .tw-list .img-box {
    width: 17.5824rem;
    height: 11.5751rem;
    margin-left: 4.3956rem;
  }
  .tw-list .info {
    padding-top: 0.3663rem;
  }
  .tw-list .date {
    margin-right: 2.9304rem;
  }
  .tw-list .date div {
    font-size: 1.4652rem;
  }
  .tw-list .date div:nth-child(1) {
    font-size: 2.3443rem;
    margin-bottom: 1.0989rem;
  }
  .tw-list .title {
    font-size: 1.7582rem;
    line-height: 2.1978rem;
    margin-bottom: 1.4652rem;
  }
  .tw-list .desc {
    font-size: 1.2454rem;
    line-height: 2.0513rem;
    max-height: 6.1538rem;
  }
  .yjdy-tw-list {
    padding: 2.9304rem 2.1978rem;
  }
  .yjdy-tw-list .img-box {
    margin-right: 4.3956rem;
  }
  .wz-list {
    margin-bottom: 5.8608rem;
    border-top: 0.0733rem solid rgba(0, 0, 0, 0.1);
  }
  .wz-list li {
    border-bottom: 0.0733rem solid rgba(0, 0, 0, 0.1);
  }
  .wz-list a {
    padding: 2.7106rem 2.9304rem;
  }
  .wz-list .date {
    margin-right: 4.3956rem;
  }
  .wz-list .date div {
    font-size: 1.0256rem;
  }
  .wz-list .date div:nth-child(1) {
    font-size: 1.7582rem;
    margin-bottom: 0.5861rem;
  }
  .wz-list .title {
    font-size: 1.4652rem;
    line-height: 3.37rem;
  }
  .map {
    height: 36.63rem;
  }
  .map-txt {
    margin-top: 2.1978rem;
    padding: 4.3956rem 0 5.1282rem 0;
  }
  .map-txt p {
    font-size: 1.4652rem;
    line-height: 3.663rem;
  }
  .map-txt p a {
    font-size: 1.4652rem;
    line-height: 3.663rem;
  }
  .m23 {
    margin: 0 -1.0989rem;
  }
  .p23 {
    padding: 0 1.0989rem;
  }
  .tp-list-a {
    margin-bottom: 3.663rem;
  }
  .tp-list-a:hover .title span {
    background-size: 100% 0.1465rem;
  }
  .tp-list-a .img-box {
    height: 17.8022rem;
    margin-bottom: 1.4652rem;
  }
  .tp-list-a .title span {
    font-size: 1.4652rem;
    line-height: 2.1978rem;
    padding-bottom: 0.1465rem;
    background-size: 0 0.1465rem;
  }
  .xlmain hr {
    border-top: 0.0733rem solid rgba(0, 0, 0, 0.15);
  }
  .xlmain .wztitle {
    margin-bottom: 2.1978rem;
    font-size: 2.0513rem;
  }
  .xlmain .basicinfo {
    border-bottom: #3D414F solid 0.0733rem;
    padding-bottom: 1.1721rem;
  }
  .xlmain .basicinfo .qtinfo {
    font-size: 1.0257rem;
    line-height: 2.1978rem;
  }
  .xlmain .basicinfo .qtinfo span {
    margin-right: 1.4652rem;
  }
  .xlmain .text p,
  .xlmain .text div {
    margin-bottom: 0.7326rem !important;
  }
  .xlmain .textxl {
    margin-top: 2.5641rem;
  }
  .xlmain .textxl p,
  .xlmain .textxl div {
    margin-bottom: 0.7326rem !important;
  }
  .xlmain .textxl video {
    border: #d9d9d9 solid 0.4396rem;
    border-radius: 0.3663rem;
    margin: 1.3187rem auto;
  }
  .xlmain .textxl table {
    margin: 0 0 1.099rem 0;
  }
  .xlmain .nrfont font,
  .xlmain .nrfont-dp font,
  .xlmain .nrfont p,
  .xlmain .nrfont-dp p,
  .xlmain .nrfont span,
  .xlmain .nrfont-dp span,
  .xlmain .nrfont div,
  .xlmain .nrfont-dp div,
  .xlmain .nrfont a,
  .xlmain .nrfont-dp a {
    font-size: 1.3187rem !important;
    line-height: 2.6374rem;
  }
  .xlmain .cont-page {
    margin-top: 1.9048rem;
    border-top: 0.0733rem solid rgba(255, 255, 255, 0.15);
    padding-top: 1.9048rem;
    font-size: 1.1721rem;
  }
  .xlmain .cont-page .a-page {
    margin-top: 1.0257rem;
  }
  .share-xl .social-share a {
    width: 1.7582rem;
    height: 1.7582rem;
  }
  .social-share a {
    margin: 0.293rem;
  }
  .social-share .icon-wechat .wechat-qrcode {
    left: -4.9817rem;
    border: 0.0733rem solid #eee;
    top: -15.0183rem;
    width: 11.7216rem;
    height: 13.9194rem;
    font-size: 0.8791rem;
    box-shadow: 0 0.1466rem 0.7326rem #aaa;
  }
  .social-share .icon-wechat .wechat-qrcode h4 {
    height: 1.9048rem;
    line-height: 1.9048rem;
    font-size: 0.8791rem;
  }
  .social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 7.326rem;
    margin: 0.7326rem auto;
    margin-bottom: 0.5128rem !important;
  }
  .social-share .icon-wechat .wechat-qrcode .qrcode table {
    width: 7.326rem !important;
    height: 7.326rem !important;
  }
  .social-share .icon-wechat .wechat-qrcode .help p {
    line-height: 1.4652rem;
    font-size: 1.0257rem;
  }
  .table-details table thead > tr > th {
    color: #fff;
    font-size: 1.4652rem;
    padding: 2.1978rem 2.1978rem;
    border: #0d0c0d solid 0.2199rem !important;
  }
  .table-details table tbody tr td {
    font-size: 1.4652rem;
    padding: 2.1978rem 2.1978rem !important;
  }
  .table-details table tbody tr td p,
  .table-details table tbody tr td font,
  .table-details table tbody tr td span,
  .table-details table tbody tr td strong {
    font-size: 1.4652rem !important;
  }
  .wrap-appendix p {
    font-size: 1.3187rem;
    margin-bottom: 1.099rem;
    margin-top: 2.0512rem;
  }
  .ygs-nybg footer .footer-link li .ewm-box::before {
    border-top: 0.6594rem solid #4a7dc8;
  }
  body .container-ny .search-header {
    margin-bottom: 2.9304rem;
  }
  body .container-ny .search-header .search .wrapper .search-header-info {
    line-height: 1.9048rem;
    margin-left: 1.4652rem;
    margin-right: 1.4652rem;
  }
  .search-text-several .mod .body .group-3 {
    margin-left: 1.4652rem !important;
  }
  .pagination a,
  .pagination span,
  .pagination input,
  .pagination button {
    height: 2.9304rem;
    min-width: 2.9304rem;
    line-height: 2.9304rem;
    font-size: 1.0256rem;
    margin: 0 0.1465rem !important;
    padding: 0 1.0989rem !important;
  }
  .search-text-several .address {
    margin-top: 0.7326rem;
  }
}
@media (max-width: 1199px) {
  .index-banner {
    height: 35.0292rem;
  }
  .main-nav.show-main-nav .top-ch-title::before {
    width: 19.1827rem;
  }
  .main-nav .top-nav {
    padding: 3.3361rem 2.5021rem;
    margin-bottom: 2.0851rem;
    transform: translateY(1.6681rem);
  }
  .main-nav .top-nav ul {
    margin-top: 1.1676rem;
  }
  .main-nav .top-nav-logo {
    width: 24.6038rem;
  }
  .main-nav .nav-btn {
    font-size: 1.1676rem;
    line-height: 1.6681rem;
    margin-left: 3.6697rem;
  }
  .main-nav .nav-btn::before {
    left: -1.8349rem;
    top: 0.417rem;
    width: 0.0834rem;
    height: 1.0008rem;
  }
  .main-nav .nav-search-btn {
    width: 1.3344rem;
    height: 1.5013rem;
    margin-left: 3.3361rem;
  }
  .main-nav .nav-en-link {
    font-size: 1.3344rem;
    line-height: 1.6681rem;
    margin-left: 2.5021rem;
  }
  .main-nav .nav-close-btn {
    width: 2.0851rem;
    height: 2.0851rem;
    margin-left: 5.0042rem;
  }
  .main-nav .col-lg-2:nth-child(6n+1) {
    clear: none;
  }
  .main-nav .col-lg-2:nth-child(3n+1) {
    clear: left;
  }
  .main-nav .top-ch-title {
    font-size: 1.6681rem;
    line-height: 2.5021rem;
    padding-bottom: 1.5013rem;
    margin-bottom: 1.6681rem;
  }
  .main-nav .top-ch-title::before {
    height: 0.1668rem;
  }
  .main-nav .ch-ej {
    margin-bottom: 3.3361rem;
  }
  .main-nav .ch-ej li {
    margin-bottom: 0.6672rem;
  }
  .main-nav .ch-ej li a {
    font-size: 1.1676rem;
    line-height: 1.6681rem;
  }
  .main-nav .scroll {
    height: calc(100vh - 13.2611rem);
  }
  .main-nav .scroll .col-lg-2 {
    transform: translateY(1.6681rem);
  }
  .index-banner .banner-box::before {
    height: 10.0083rem;
  }
  .index-bg::before {
    height: 8.3403rem;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 3.9063rem;
    padding-right: 3.9063rem;
  }
  .row {
    margin-left: -1.9531rem;
  }
  .col-szxjy {
    padding-left: 1.9531rem;
    padding-right: 1.9531rem;
  }
  nav.navbar.bootsnav {
    min-height: auto;
    padding: 2.6042rem 0;
  }
  nav.navbar.bootsnav::before {
    height: 20.8333rem;
  }
  nav.navbar.bootsnav .container-fluid {
    padding-left: 3.9063rem;
    padding-right: 3.9063rem;
  }
  nav.navbar.bootsnav .navbar-header {
    padding: 0;
    text-align: left;
    line-height: 0;
    margin-top: 5.2083rem;
  }
  nav.navbar.bootsnav .navbar-brand img {
    width: 41.6667rem;
  }
  .nav-right-box {
    position: absolute;
    right: 1.9531rem;
    top: 0.651rem;
  }
  .nav-right-box .header-top {
    margin-bottom: 1.6927rem;
  }
  .nav-right-box .header-other li a {
    font-size: 1.8229rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 3.6458rem;
  }
  .nav-right-box .header-other-pc li {
    margin-right: 4.4271rem;
  }
  .nav-right-box .header-other-pc li::before {
    top: 1.1719rem;
    right: -2.0833rem;
    width: 0.1302rem;
    height: 1.3021rem;
  }
  .nav-right-box .header-other-ph li {
    margin-right: 3.3854rem;
  }
  .search-trigger {
    width: 3.6458rem;
    height: 3.6458rem;
    border: 0.1302rem solid rgba(255, 255, 255, 0.8);
    background-size: 1.5625rem 1.5625rem;
  }
  .search-trigger:hover {
    border: 0.1302rem solid #166AE7;
  }
  .up-search-box {
    padding: 2.6042rem;
  }
  .up-search-box .up-close {
    right: 2.6042rem;
    top: 7.1615rem;
    width: 4.1667rem;
    height: 4.1667rem;
  }
  .search-box {
    border: 0.1302rem solid rgba(1, 78, 192, 0.6);
    border-radius: 3.9063rem;
    max-width: 104.1667rem;
  }
  .search-box .s-inp {
    height: 7.8125rem;
    line-height: 7.552rem;
    font-size: 2.3438rem;
    padding-left: 5.9895rem;
    padding-right: 26.0417rem;
  }
  .search-box .s-btn {
    width: 18.2292rem;
    height: 7.8125rem;
    border-radius: 3.9063rem;
    line-height: 7.8125rem;
  }
  .search-box .s-btn::before {
    width: 2.8645rem;
    height: 3.125rem;
  }
  .navbar .toggle {
    width: 6.5104rem;
    height: 6.5104rem;
    right: 0;
    top: 5.2083rem;
  }
  .navbar .toggle span {
    width: 3.9063rem;
    height: 2.6042rem;
  }
  .fix-rightbtn a {
    width: 8.2031rem;
    height: 15.625rem;
    padding-left: 2.474rem;
  }
  .fix-rightbtn a span {
    font-size: 2.0833rem;
    width: 3.125rem;
    letter-spacing: 0.2605rem;
  }
  .fix-rightbtn a img {
    width: 1.0417rem;
    height: 1.6927rem;
  }
  footer {
    padding: 7.8125rem 0;
  }
  footer .info {
    padding-top: 0;
  }
  footer .info span,
  footer .info a {
    font-size: 1.8229rem;
    line-height: 3.6458rem;
    margin-right: 0;
  }
  footer .footer-logo {
    width: 21.4844rem;
  }
  footer .footer-link {
    padding-top: 2.3438rem;
  }
  footer .footer-link li {
    margin-right: 2.6042rem;
    margin-top: 1.172rem;
  }
  footer .footer-link li > a {
    width: 5.2083rem;
    height: 5.2083rem;
  }
  footer .footer-link li .ewm-box {
    width: 9.1145rem;
    height: 9.1145rem;
    border-radius: 0.5208rem;
    top: -10.4167rem;
    left: -2.0833rem;
  }
  footer .footer-link li .ewm-box::before {
    bottom: -1.0417rem;
    border-left: 0.651rem solid transparent;
    border-right: 0.651rem solid transparent;
    border-top: 1.172rem solid rgba(255, 255, 255, 0.7);
  }
  footer .footer-link li .ewm-box img {
    border-radius: 0.5208rem;
  }
  footer .footer-link li .sydw {
    width: 5.2083rem;
    height: 6.25rem;
  }
  .index-banner {
    height: 45.5729rem;
  }
  .index-banner .banner-box::before {
    height: 8.7912rem;
  }
  .index-banner .banner-box .banner-title {
    left: 3.9063rem;
    right: 3.9063rem;
    bottom: 3.9063rem;
    height: 4.6875rem;
  }
  .index-banner .banner-box .banner-title span {
    font-size: 2.8646rem;
    line-height: 3.9063rem;
    padding-bottom: 0.3906rem;
    background-size: 0 0.2604rem;
  }
  .index-banner .banner-box .banner-title:hover span {
    background-size: 100% 0.2604rem;
  }
  .index-banner .banner-page {
    display: none;
  }
  @-webkit-keyframes bounce-down {
    25% {
      -webkit-transform: translateY(-0.5208rem);
    }
    50%,
    100% {
      -webkit-transform: translateY(0);
    }
    75% {
      -webkit-transform: translateY(0.5208rem);
    }
  }
  @keyframes bounce-down {
    25% {
      transform: translateY(-0.5208rem);
    }
    50%,
    100% {
      transform: translateY(0);
    }
    75% {
      transform: translateY(0.5208rem);
    }
  }
  .index-bg {
    padding-top: 3.9063rem;
  }
  .index-bg::before {
    height: 7.326rem;
  }
  .index-box {
    padding-bottom: 6.5104rem;
  }
  .index-title {
    margin-bottom: 3.9063rem;
  }
  .index-title .fl div:nth-child(1) {
    font-size: 3.125rem;
    line-height: 3.9063rem;
  }
  .index-title .fl div:nth-child(2) {
    font-size: 3.3854rem;
    line-height: 3.9063rem;
    margin-top: -2.0833rem;
  }
  .index-title .fl div:nth-child(2) span {
    width: 0.651rem;
    height: 0.651rem;
    margin: 0 1.0417rem;
  }
  .index-title .fr {
    width: 13.0208rem;
    height: 4.6875rem;
    border-radius: 3.2552rem;
    border: 0.1302rem solid #FFFFFF;
    font-size: 1.8229rem;
    line-height: 4.4271rem;
    margin-top: 0.5208rem;
  }
  .kyjz-list li {
    border-bottom: 0.1302rem solid rgba(255, 248, 248, 0.3);
    margin-bottom: 4.1667rem;
    padding-bottom: 4.4271rem;
  }
  .kyjz-list li a:hover .title span {
    background-size: 100% 0.2604rem;
  }
  .kyjz-list .img-box {
    width: 28.6458rem;
    height: 18.8802rem;
    margin-left: 3.9063rem;
  }
  .kyjz-list .title {
    height: 4.6875rem;
    margin-bottom: 0.651rem;
  }
  .kyjz-list .title span {
    font-size: 2.3438rem;
    line-height: 3.9063rem;
    padding-bottom: 0.2604rem;
    background-size: 0 0.2604rem;
  }
  .kyjz-list .desc {
    font-size: 1.9531rem;
    line-height: 3.6458rem;
    max-height: 7.2917rem;
    margin-bottom: 2.6042rem;
  }
  .kyjz-list .date {
    font-size: 1.8229rem;
  }
  .m22 {
    margin: 0 -1.9531rem;
  }
  .p22 {
    padding: 0 1.9531rem;
  }
  .news-left-list {
    padding: 0.2604rem;
  }
  .news-left-list::before {
    left: -0.1302rem;
    right: -0.1302rem;
    bottom: -0.1302rem;
    height: 18.2292rem;
  }
  .news-left-list .img-box {
    height: 28.776rem;
  }
  .news-left-list .title {
    left: 2.6042rem;
    right: 2.6042rem;
    bottom: 1.9531rem;
  }
  .news-left-list .title span {
    font-size: 2.3438rem;
    line-height: 3.9063rem;
    padding-bottom: 0.2604rem;
    background-size: 0 0.2604rem;
  }
  .news-left-list:hover .title span {
    background-size: 100% 0.2604rem;
  }
  .news-right-list {
    margin-bottom: 2.7344rem;
  }
  .news-right-list::before {
    height: 10.4167rem;
  }
  .news-right-list .img-box {
    height: 13.2813rem;
  }
  .news-right-list .title {
    left: 1.9531rem;
    right: 1.9531rem;
    bottom: 1.5625rem;
    max-height: 6.25rem;
  }
  .news-right-list .title span {
    font-size: 2.0833rem;
    line-height: 3.125rem;
    padding-bottom: 0.2604rem;
    background-size: 0 0.2605rem;
  }
  .news-right-list:hover .title span {
    background-size: 100% 0.2604rem;
  }
  .index-box2 {
    padding-bottom: 1.3021rem;
  }
  .media-list {
    border-right-width: 0.1302rem;
  }
  .media-list .info-box {
    padding: 3.2552rem 1.9531rem 0;
  }
  .media-list .date {
    font-size: 1.8229rem;
    margin-bottom: 1.9531rem;
  }
  .media-list .date span:nth-child(1) {
    font-size: 3.3854rem;
  }
  .media-list .date i {
    padding: 0 0.651rem 0 1.3021rem;
  }
  .media-list .title {
    margin-bottom: 1.9531rem;
    height: 7.8125rem;
  }
  .media-list .title span {
    font-size: 2.3438rem;
    line-height: 3.9063rem;
    padding-bottom: 0.2604rem;
    background-size: 0 0.2604rem;
  }
  .media-list .desc {
    font-size: 1.9531rem;
    line-height: 3.6458rem;
    height: 10.9375rem;
    margin-bottom: 3.9063rem;
  }
  .media-list .more {
    width: 4.1667rem;
    height: 4.1667rem;
  }
  .media-list:hover .title span {
    background-size: 100% 0.2604rem;
  }
  .zszp-list::before {
    height: 5.8594rem;
  }
  .zszp-list .info-box {
    padding: 3.2552rem 1.9531rem;
  }
  .zszp-list .date {
    margin-bottom: 2.6042rem;
  }
  .zszp-list .date div {
    font-size: 1.8229rem;
  }
  .zszp-list .date div:nth-child(1) {
    font-size: 3.3854rem;
    margin-bottom: 0.7813rem;
  }
  .zszp-list .title {
    margin-bottom: 4.5573rem;
    height: 7.8125rem;
  }
  .zszp-list .title span {
    font-size: 2.3438rem;
    line-height: 3.9063rem;
    padding-bottom: 0.2604rem;
    background-size: 0 0.2604rem;
  }
  .zszp-list .more {
    width: 4.1667rem;
    height: 4.1667rem;
  }
  .zszp-list:hover .title span {
    background-size: 100% 0.2604rem;
  }
  .main-nav.show-main-nav .top-ch-title::before {
    width: 90%;
  }
  .main-nav .top-nav {
    padding: 2.6042rem 1.9531rem;
    margin-bottom: 3.2552rem;
    transform: translateY(2.6042rem);
  }
  .main-nav .top-nav ul {
    margin-top: 1.8229rem;
  }
  .main-nav .top-nav-logo {
    width: 35.1563rem;
  }
  .main-nav .nav-btn {
    font-size: 1.8229rem;
    line-height: 2.6042rem;
    margin-left: 5.7292rem;
  }
  .main-nav .nav-btn::before {
    left: -2.8646rem;
    top: 0.651rem;
    width: 0.1302rem;
    height: 1.5625rem;
  }
  .main-nav .nav-search-btn {
    width: 2.0833rem;
    height: 2.3438rem;
    margin-left: 1.9531rem;
  }
  .main-nav .nav-en-link {
    font-size: 2.0833rem;
    line-height: 2.6042rem;
    margin-left: 1.9531rem;
  }
  .main-nav .nav-close-btn {
    width: 3.2552rem;
    height: 3.2552rem;
    margin-left: 3.2552rem;
  }
  .main-nav .top-ch-title {
    font-size: 2.6042rem;
    line-height: 3.9063rem;
    padding-bottom: 2.3438rem;
    margin-bottom: 2.6042rem;
  }
  .main-nav .top-ch-title::before {
    height: 0.2604rem;
  }
  .main-nav .ch-ej {
    margin-bottom: 5.2083rem;
  }
  .main-nav .ch-ej li {
    margin-bottom: 1.0417rem;
  }
  .main-nav .ch-ej li a {
    font-size: 1.8229rem;
    line-height: 2.6042rem;
  }
  .main-nav .scroll {
    height: calc(100vh - 14.8438rem);
  }
  .main-nav .scroll .col-lg-2 {
    transform: translateY(2.6042rem);
  }
  .zjxjy-list-box .back-index {
    font-size: 2.6042rem;
    line-height: 3.2552rem;
    letter-spacing: 0;
    padding-left: 0;
    writing-mode: horizontal-tb;
    width: 3.9063rem;
    box-sizing: border-box;
    text-align: center;
    color: #333333;
    background: #FFFFFF;
    padding: 1.3021rem 0;
    border-radius: 0 0.651rem 0.651rem 0;
  }
  .zjxjy-list-box .back-index::before,
  .zjxjy-list-box .back-index::after {
    display: none;
  }
  .zjxjy-list-box .back-index:hover {
    padding-left: 0;
  }
  .zjxjy-list-box .zjxjy-toggle-btn {
    width: 7.8125rem;
    height: 7.8125rem;
    top: 1.9531rem;
  }
  .zjxjy-list-box .zjxjy-toggle-btn span {
    width: 4.6875rem;
    height: 0.1302rem;
  }
  .zjxjy-list-box .zjxjy-toggle-btn span::before,
  .zjxjy-list-box .zjxjy-toggle-btn span::after {
    width: 3.9063rem;
    height: 0.1302rem;
  }
  .zjxjy-list-box .zjxjy-toggle-btn span::before {
    top: -1.0417rem;
  }
  .zjxjy-list-box .zjxjy-toggle-btn span::after {
    bottom: -1.0417rem;
  }
  .zjxjy-list-box .zjxjyscroll-page {
    margin-top: -13.0208rem;
    margin-left: 3.9063rem;
    margin-right: 3.9063rem;
  }
  .zjxjy-list-box .zjxjyscroll-page .swiper-slide {
    margin-right: 10.026rem;
  }
  .zjxjy-list-box .zjxjyscroll-page .swiper-slide::before {
    right: -12.5rem;
    width: 15.2344rem;
    height: 0.1302rem;
    top: 6.5104rem;
  }
  .zjxjy-list-box .zjxjyscroll-page .swiper-slide-thumb-active .zjxjyscroll-page-list .icon {
    border: 0.1302rem solid #004EC0;
  }
  .zjxjy-list-box .zjxjyscroll-page-list {
    width: 10.4167rem;
  }
  .zjxjy-list-box .zjxjyscroll-page-list p {
    font-size: 1.8229rem;
    line-height: 3.125rem;
    margin-bottom: 1.0417rem;
  }
  .zjxjy-list-box .zjxjyscroll-page-list .icon {
    width: 5.2083rem;
    height: 5.2083rem;
    border: 0.1302rem solid rgba(255, 255, 255, 0.3);
    background-size: 3.2552rem 2.474rem;
  }
  .zjxjy-list-box .zjxjy-next {
    width: 6.7708rem;
    height: 8.724rem;
    right: 0.651rem;
  }
  .zjxjy-list-box .left-cont {
    width: 20.8333rem;
  }
  .zjxjy-list-box .left-cont .img1 {
    width: 8.4635rem;
    height: 8.4635rem;
    margin-bottom: 3.9063rem;
  }
  .zjxjy-list-box .left-cont .img2 {
    width: 6.5104rem;
  }
  .zjxjy-list-box .num-list li {
    width: 25%;
    height: 16.6666666%;
  }
  .zjxjy-list-box .num-list .num-top {
    margin-bottom: 0.9115rem;
  }
  .zjxjy-list-box .num-list .num-top i {
    font-size: 3.125rem;
  }
  .zjxjy-list-box .num-list .num-top span {
    font-size: 1.5625rem;
    line-height: 3.125rem;
    padding-left: 0.651rem;
  }
  .zjxjy-list-box .num-list .num-bottom {
    font-size: 1.9531rem;
    line-height: 3.125rem;
  }
  .zjxjy-list-box .js-list .js-tip {
    width: 9.1146rem;
    top: 18.2292rem;
    right: 9.1146rem;
  }
  .zjxjy-list-box .js-list .img-left {
    top: 26.0417rem;
    left: 3.9063rem;
    width: 45.5729rem;
    height: 30.3385rem;
    box-shadow: 2.7344rem 2.7344rem 5.2083rem 0rem rgba(73, 82, 111, 0.2);
    border: 0.7813rem solid #FFFFFF;
  }
  .zjxjy-list-box .js-list .img-right {
    right: 10.4167rem;
    bottom: 35.1563rem;
    width: 33.8542rem;
    height: 22.526rem;
    box-shadow: 2.7344rem 2.7344rem 5.2083rem 0rem rgba(73, 82, 111, 0.2);
    border: 0.7813rem solid #FFFFFF;
  }
  .zjxjy-list-box .history-list {
    padding: 29.9479rem 3.9063rem 0;
  }
  .zjxjy-list-box .history-list .zj-img {
    margin: 0 0 4.5573rem 0;
  }
  .zjxjy-list-box .history-list .zj-img .img-box {
    width: 26.0417rem;
    height: 17.3177rem;
    box-shadow: none;
    border: 0.3906rem solid #FFFFFF;
    margin-left: 3.2552rem;
  }
  .zjxjy-list-box .history-list .zj-img .title {
    font-size: 5.2083rem;
    margin-bottom: 1.9531rem;
  }
  .zjxjy-list-box .history-list .zj-img .subtitle {
    margin-bottom: 2.6042rem;
  }
  .zjxjy-list-box .history-list .zj-img .subtitle span {
    font-size: 3.125rem;
    line-height: 4.2969rem;
    padding-bottom: 0.3906rem;
    background-size: 0 0.2604rem;
  }
  .zjxjy-list-box .history-list .zj-img .desc {
    font-size: 2.0833rem;
    line-height: 3.9063rem;
    max-height: 15.625rem;
  }
  .zjxjy-list-box .history-list .zj-img:hover .subtitle span {
    background-size: 100% 0.2604rem;
  }
  .zjxjy-list-box .history-list .zjtop-txt {
    padding-bottom: 1.9531rem;
  }
  .zjxjy-list-box .history-list .zjtop-txt::before {
    top: 1.3021rem;
    height: 0.1302rem;
  }
  .zjxjy-list-box .history-list .zjtop-txt .swiper-slide-thumb-active .ch-title {
    font-size: 3.9063rem;
  }
  .zjxjy-list-box .history-list .ch-title {
    font-size: 2.8646rem;
    line-height: 5.2083rem;
    padding-top: 3.9063rem;
  }
  .zjxjy-list-box .history-list .ch-title::before {
    top: 0.651rem;
    width: 1.3021rem;
    height: 1.3021rem;
  }
  .zjxjy-list-box .history-list .ch-title::after {
    width: 2.8646rem;
    height: 2.8646rem;
  }
  .zjxjy-list-box .kyyw-list {
    padding: 11.7188rem 3.9063rem 0;
  }
  .zjxjy-list-box .kyyw-list .kyyw-tab-title {
    border-bottom: 0.1302rem solid rgba(255, 255, 255, 0.6);
    margin-bottom: 3.9063rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-tab-title .swiper-slide {
    font-size: 2.3438rem;
    line-height: 5.2083rem;
    margin-right: 1.3021rem;
    padding-bottom: 1.9531rem;
    min-width: 10.4167rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-tab-title .swiper-slide::before {
    height: 0.5208rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-tab-title .swiper-slide.swiper-slide-thumb-active {
    font-size: 3.3854rem;
  }
  .zjxjy-list-box .kyyw-list .col-zjxjy-5,
  .zjxjy-list-box .kyyw-list .col-zjxjy-7 {
    width: 100%;
  }
  .zjxjy-list-box .kyyw-list .m14 {
    margin-left: -1.3021rem;
    margin-right: -1.3021rem;
  }
  .zjxjy-list-box .kyyw-list .p14 {
    padding-right: 1.3021rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-left-cont {
    height: 25.7813rem;
    width: 39.0625rem;
    margin: 0 auto 2.6042rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-left-cont .info {
    width: 100%;
    height: 9.7656rem;
    border-radius: 5.2083rem 0 0 0;
    padding: 1.3021rem 1.9531rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-left-cont .date {
    font-size: 1.8229rem;
    margin-bottom: 0rem;
    margin-top: 1.3021rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-left-cont .title span {
    line-height: 3.9063rem;
    font-size: 2.3438rem;
    padding-bottom: 0.3906rem;
    background-size: 0 0.2604rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-left-cont:hover .title span {
    background-size: 100% 0.2604rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont .img-box {
    height: 22.1354rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont .info {
    height: 14.8438rem;
    padding: 0 1.9531rem 1.3021rem 1.9531rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont .date {
    width: auto;
    padding-top: 1.3021rem;
    border-top: none;
    text-align: left;
    margin-bottom: 1.0417rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont .date div {
    display: inline-block;
    font-size: 1.8229rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont .date div:first-child {
    font-size: 3.3854rem;
    margin-bottom: 0rem;
    margin-right: 0.651rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont .title {
    height: 7.8125rem;
    -webkit-line-clamp: 2;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont .title span {
    font-size: 2.0833rem;
    line-height: 3.9063rem;
    padding-bottom: 0.3906rem;
    background-size: 0 0.2604rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont:hover .date {
    border-top: 0.3906rem solid #ffffff;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont:hover .title span {
    background-size: 100% 0.2604rem;
  }
  .zjxjy-list-box .kwywh-img-box {
    height: 20.8333rem;
  }
  .zjxjy-list-box .kwywh-img-box .title {
    font-size: 2.3438rem;
    line-height: 3.9063rem;
    padding: 0 0.651rem;
  }
  .zjxjy-list-box .xjsj-list {
    padding: 20.8333rem 3.9063rem 0;
  }
  .zjxjy-list-box .xjsj-list .left-img {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 1.3021rem;
  }
  .zjxjy-list-box .xjsj-list .left-img::after {
    left: -1.3021rem;
    right: -1.3021rem;
    top: -1.3021rem;
    bottom: -1.3021rem;
    border: 0.2604rem solid rgba(255, 255, 255, 0.7);
  }
  .zjxjy-list-box .xjsj-list .left-img .title {
    left: 3.2552rem;
    top: 3.2552rem;
    font-size: 3.125rem;
    line-height: 3.9063rem;
  }
  .zjxjy-list-box .xjsj-list .left-img:hover::after {
    left: 1.3021rem;
    top: 1.3021rem;
    bottom: 1.3021rem;
    right: 1.3021rem;
  }
  .zjxjy-list-box .xjsj-list .right-img {
    overflow: hidden;
  }
  .zjxjy-list-box .xjsj-list .right-img .right-img-box {
    float: left;
    width: 50%;
    height: 22.1354rem;
    margin-bottom: 1.3021rem;
  }
  .zjxjy-list-box .xjsj-list .right-img .right-img-box::after {
    left: -1.3021rem;
    right: -1.3021rem;
    top: -1.3021rem;
    bottom: -1.3021rem;
    border: 0.2604rem solid rgba(255, 255, 255, 0.7);
  }
  .zjxjy-list-box .xjsj-list .right-img .right-img-box .title {
    left: 3.2552rem;
    top: 3.2552rem;
    font-size: 3.125rem;
    line-height: 3.9063rem;
  }
  .zjxjy-list-box .xjsj-list .right-img .right-img-box:hover::after {
    left: 1.3021rem;
    top: 1.3021rem;
    bottom: 1.3021rem;
    right: 1.3021rem;
  }
  @-webkit-keyframes fadeleft {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(-2.6042rem);
      transform: translateX(-2.6042rem);
    }
  }
  @keyframes fadeleft {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(-2.6042rem);
      -ms-transform: translateX(-2.6042rem);
      transform: translateX(-2.6042rem);
    }
  }
  @-webkit-keyframes fadesright {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-2.6042rem);
      transform: translateX(-2.6042rem);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes fadesright {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-2.6042rem);
      -ms-transform: translateX(-2.6042rem);
      transform: translateX(-2.6042rem);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-webkit-keyframes fadeleft1 {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(2.6042rem);
      transform: translateX(2.6042rem);
    }
  }
  @keyframes fadeleft1 {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(2.6042rem);
      -ms-transform: translateX(2.6042rem);
      transform: translateX(2.6042rem);
    }
  }
  @-webkit-keyframes fadesright1 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(2.6042rem);
      transform: translateX(2.6042rem);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes fadesright1 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(2.6042rem);
      -ms-transform: translateX(2.6042rem);
      transform: translateX(2.6042rem);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-webkit-keyframes fadedown {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(2.6042rem);
      transform: translateY(2.6042rem);
    }
  }
  @keyframes fadedown {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(2.6042rem);
      -ms-transform: translateY(2.6042rem);
      transform: translateY(2.6042rem);
    }
  }
  @-webkit-keyframes fadeup {
    0% {
      opacity: 0;
      -webkit-transform: translateY(2.6042rem);
      transform: translateY(2.6042rem);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes fadeup {
    0% {
      opacity: 0;
      -webkit-transform: translateY(2.6042rem);
      -ms-transform: translateY(2.6042rem);
      transform: translateY(2.6042rem);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .ny-top-banner {
    height: 41.67rem;
  }
  .ny-top-banner .page-cont {
    padding-left: 3.9063rem;
    padding-right: 3.9063rem;
    top: 26.6927rem;
  }
  .ny-top-banner .page-cont h1 {
    margin-bottom: 6.5104rem;
  }
  .ny-top-banner .page-cont h1 span {
    font-size: 5.2083rem;
    line-height: 6.5104rem;
  }
  .ny-top-banner .page-cont .ny-top-nav {
    border-bottom: 0.1302rem solid rgba(26, 96, 199, 0.16);
    margin-bottom: 1.9531rem;
  }
  .ny-top-banner .page-cont .ny-top-nav li {
    margin-right: 3.9063rem;
  }
  .ny-top-banner .page-cont .ny-top-nav li a {
    font-size: 2.0833rem;
    line-height: 3.9063rem;
    padding-bottom: 1.3021rem;
  }
  .ny-top-banner .page-cont .ny-top-nav li a::before {
    width: 0.9115rem;
    height: 1.1719rem;
    bottom: -0.651rem;
  }
  .ny-bg {
    min-height: 39.0625rem;
    padding-top: 3.9063rem;
  }
  .ny-bg::before {
    height: 28.6458rem;
  }
  .ny-bg .container-ny {
    padding-left: 3.9063rem;
    padding-right: 3.9063rem;
  }
  .ny-bg .ny-ch-title {
    padding-top: 6.5104rem;
    margin-bottom: 3.9063rem;
  }
  .ny-bg .ny-ch-title::before {
    width: 26.8229rem;
    height: 12.3698rem;
  }
  .ny-bg .ny-ch-title p {
    font-size: 3.9063rem;
    line-height: 5.2083rem;
  }
  .dp-main {
    font-size: 2.3438rem;
    line-height: 5.2083rem;
  }
  .dp-main p,
  .dp-main div {
    font-size: 2.3438rem;
    line-height: 5.2083rem;
    margin-bottom: 1.3021rem;
  }
  .dp-main b,
  .dp-main strong {
    font-size: 2.3438rem;
    line-height: 5.2083rem;
  }
  .dp-main table td span span {
    line-height: 3.9063rem;
  }
  .m60 {
    margin-left: -2.6042rem;
    margin-right: -2.6042rem;
  }
  .p60 {
    padding-left: 2.6042rem;
    padding-right: 2.6042rem;
  }
  .leader-box {
    border-top: 0.1302rem solid rgba(0, 0, 0, 0.2);
    padding: 5.2083rem 0;
  }
  .leader-box::before {
    top: -0.1302rem;
    height: 0.1302rem;
  }
  .leader-box .img-box {
    width: 23.4375rem;
    margin-right: 3.9063rem;
  }
  .leader-box .title {
    margin-bottom: 1.3rem;
    height: 5.4688rem;
  }
  .leader-box .title span {
    font-size: 4.1667rem;
    line-height: 5.2083rem;
    background-size: 0 0.2604rem;
  }
  .leader-box .subtitle {
    margin-bottom: 1.6rem;
    font-size: 2.8646rem;
    line-height: 3.9063rem;
  }
  .leader-box .desc {
    font-size: 2.3438rem;
    line-height: 3.9063rem;
  }
  .leader-box:hover .title span {
    background-size: 100% 0.2604rem;
  }
  .leader-detail .img-box {
    width: 23.4375rem;
    margin-right: 3.9063rem;
  }
  .leader-detail .info {
    padding-top: 1.3021rem;
  }
  .leader-detail .title {
    font-size: 4.1667rem;
    line-height: 5.2083rem;
    margin-bottom: 2.6042rem;
  }
  .leader-detail .subtitle {
    font-size: 2.6042rem;
    line-height: 3.9063rem;
    margin-bottom: 7.1615rem;
  }
  .leader-detail .subtitle::before {
    bottom: -3.3854rem;
    width: 3.9063rem;
    height: 0.2604rem;
  }
  .leader-detail .txt {
    font-size: 2.3438rem;
    line-height: 3.9063rem;
  }
  .leader-detail .txt p,
  .leader-detail .txt div {
    font-size: 2.3438rem;
    line-height: 3.9063rem;
    margin-bottom: 1.9531rem;
  }
  .m10 {
    margin: 0 -1.3021rem;
  }
  .p10 {
    padding: 0 1.3021rem;
  }
  .leader-ed-box {
    height: 18.2292rem;
    margin-bottom: 2.6042rem;
    padding: 0 2.6042rem;
  }
  .leader-ed-box .title {
    margin-right: 3.9063rem;
  }
  .leader-ed-box .title span {
    font-size: 2.6042rem;
    line-height: 3.9063rem;
    background-size: 0 0.2604rem;
  }
  .leader-ed-box .info {
    font-size: 1.8229rem;
    line-height: 3.9063rem;
  }
  .leader-ed-box:hover .title span {
    background-size: 100% 0.2604rem;
  }
  .m30 {
    margin: 0 -1.9531rem;
  }
  .p30 {
    padding: 0 1.9531rem;
  }
  .cgzh-search-form {
    margin-bottom: 2.6042rem;
  }
  .cgzh-search-form .col-md-4:nth-child(3n+1) {
    clear: none;
  }
  .cgzh-search-form .col-md-4:nth-child(2n+1) {
    clear: left;
  }
  .cgzh-search-form .form-group {
    margin-bottom: 1.9531rem;
  }
  .cgzh-search-form .form-group span {
    font-size: 2.0833rem;
    line-height: 3.9063rem;
    margin-right: 2.6042rem;
    width: 9.1146rem;
  }
  .cgzh-search-form .form-group input {
    width: calc(100% - 11.7188rem);
    height: 5.2083rem;
    border-radius: 0.5208rem;
    border: 0.1302rem solid #014EC0;
    padding: 0 2.6042rem;
    line-height: 4.9479rem;
    font-size: 2.3438rem;
  }
  .cgzh-search-form .form-group button {
    margin-left: 11.7188rem;
    width: calc(100% - 11.7188rem);
    height: 5.2083rem;
    border-radius: 0.5208rem;
    font-size: 2.0833rem;
    line-height: 3.9063rem;
  }
  .table-box {
    margin-bottom: 5.2083rem;
  }
  .table-box .min-table {
    min-width: 78.125rem;
  }
  .table-box table thead th {
    font-size: 2.3438rem;
    line-height: 3.3854rem;
    padding: 2.6042rem 2.6042rem;
  }
  .table-box table tbody td {
    font-size: 2.0833rem;
    line-height: 3.3854rem;
    padding: 1.9531rem 1.5625rem;
  }
  .table-box .table .table-thead > li {
    font-size: 2.3438rem;
    line-height: 3.3854rem;
    padding: 2.6042rem 2.6042rem;
  }
  .table-box .table .table-tbody > ul li {
    font-size: 2.0833rem;
    line-height: 3.3854rem;
    padding: 1.9531rem 1.5625rem;
  }
  .comp-pages .page-pc .NormalRed {
    height: 5.2083rem;
    min-width: 5.2083rem;
    line-height: 5.2083rem;
    font-size: 1.8229rem;
    border: 0.1302rem solid #014EC0;
    margin-left: 0.3906rem;
    margin-right: 0.3906rem;
    padding-left: 1.9531rem;
    padding-right: 1.9531rem;
  }
  .comp-pages .page-pc a,
  .comp-pages .page-pc span {
    height: 5.2083rem;
    min-width: 5.2083rem;
    line-height: 5.2083rem;
    font-size: 1.8229rem;
    border: 0.1302rem solid #DCDCDC;
    margin-left: 0.3906rem;
    margin-right: 0.3906rem;
    padding-left: 1.9531rem;
    padding-right: 1.9531rem;
  }
  .comp-pages .page-pc a:hover,
  .comp-pages .page-pc span:hover,
  .comp-pages .page-pc a.active,
  .comp-pages .page-pc span.active {
    border: 0.1302rem solid #014EC0;
  }
  .comp-pages .page-phone {
    height: 5.9896rem;
    line-height: 5.9896rem;
    border-radius: 1.0417rem;
    font-size: 2.0833rem;
  }
  .ry-list-box .ry-scroll {
    margin: 0 0 5.2083rem 0;
    border-bottom: 0.1302rem solid rgba(0, 0, 0, 0.1);
  }
  .ry-list-box .ch-title {
    font-size: 2.3438rem;
    line-height: 3.9063rem;
    padding-bottom: 1.3021rem;
  }
  .m46 {
    margin: 0 -1.9531rem;
  }
  .p46 {
    padding: 0 1.9531rem;
  }
  .ry-list .col-md-5ths:nth-child(5n+1) {
    clear: none;
  }
  .ry-list .col-md-5ths:nth-child(4n+1) {
    clear: left;
  }
  .ry-list a {
    margin-bottom: 6.5104rem;
  }
  .ry-list .img-box {
    height: 25.9115rem;
    margin-bottom: 3.2552rem;
  }
  .ry-list .title {
    font-size: 2.6042rem;
    line-height: 3.9063rem;
    margin-bottom: 2.6042rem;
  }
  .ry-list .title::before {
    bottom: -1.6927rem;
    width: 2.3438rem;
    height: 0.2604rem;
  }
  .ry-list .xw {
    font-size: 1.8229rem;
    line-height: 3.125rem;
  }
  .ry-detail-box .top {
    margin-bottom: 4.5573rem;
  }
  .ry-detail-box .top .img-box {
    margin-right: 3.9063rem;
    width: 23.4375rem;
    border: 0.2604rem solid #FFFFFF;
  }
  .ry-detail-box .top .info {
    padding-top: 1.3021rem;
  }
  .ry-detail-box .top .title {
    font-size: 2.6042rem;
    line-height: 3.9063rem;
    margin-bottom: 2.6042rem;
  }
  .ry-detail-box .top .title span {
    font-size: 3.9063rem;
    line-height: 5.2083rem;
    padding-right: 1.3021rem;
  }
  .ry-detail-box .top ul li span,
  .ry-detail-box .top ul li div {
    font-size: 2.0833rem;
    line-height: 3.9063rem;
  }
  .ry-detail-box .top ul li span {
    min-width: 11.0677rem;
  }
  .ry-detail-box .top ul li div a {
    font-size: 2.0833rem;
    line-height: 3.9063rem;
  }
  .ry-detail-box .group-txt {
    margin-bottom: 5.2083rem;
  }
  .ry-detail-box .group-txt .title {
    font-size: 2.6042rem;
    line-height: 3.9063rem;
    padding: 1.3021rem 2.6042rem;
    margin-bottom: 2.6042rem;
  }
  .ry-detail-box .group-txt .txt {
    font-size: 2.0833rem;
    line-height: 3.9063rem;
  }
  .ry-detail-box .group-txt .txt p,
  .ry-detail-box .group-txt .txt div {
    font-size: 2.0833rem;
    line-height: 3.9063rem;
    margin-bottom: 1.9531rem;
  }
  .yjdy-list li {
    margin-bottom: 7.8125rem;
  }
  .yjdy-list li:nth-child(2n) .img-box {
    margin-left: 3.9063rem;
  }
  .yjdy-list li:nth-child(2n) h3 {
    padding-left: 0;
  }
  .yjdy-list li:nth-child(2n) .tj {
    padding-left: 0;
  }
  .yjdy-list li:nth-child(2n) .btn01 {
    margin-left: 0;
  }
  .yjdy-list li:hover .text-box h3 span {
    background-size: 100% 0.2604rem;
  }
  .yjdy-list .img-box {
    width: 32.5521rem;
    height: 25.5208rem;
    margin-right: 3.9063rem;
  }
  .yjdy-list .text-box {
    height: 25.5208rem;
  }
  .yjdy-list .text-box h3 {
    margin-bottom: 1.3021rem;
    height: 4.1667rem;
  }
  .yjdy-list .text-box h3 span {
    font-size: 2.8646rem;
    line-height: 3.9063rem;
    padding-bottom: 0.2604rem;
    background-size: 0 0.2604rem;
  }
  .yjdy-list .text-box .tj {
    padding-right: 0;
    font-size: 1.9531rem;
    line-height: 3.6458rem;
    margin-bottom: 2.3438rem;
    max-height: 7.2917rem;
    -webkit-line-clamp: 2;
  }
  .yjdy-list .text-box .btn01 {
    width: 15.625rem;
    height: 5.8594rem;
    border-radius: 3.9063rem;
    line-height: 5.599rem;
    border: 0.1302rem solid #014EC0;
    font-size: 1.9531rem;
  }
  .yjdy-list .text-box .btn01:before {
    border: 0.1302rem solid #014EC0;
    border-radius: 3.9063rem;
  }
  .tw-list {
    margin-bottom: 6.5104rem;
  }
  .tw-list li {
    border-bottom: 0.1302rem solid rgba(0, 0, 0, 0.1);
  }
  .tw-list li a {
    padding: 3.2552rem 0 3.2552rem 2.6042rem;
  }
  .tw-list .img-box {
    width: 28.6458rem;
    height: 18.8802rem;
    margin-left: 3.9063rem;
  }
  .tw-list .info {
    padding-top: 0.651rem;
  }
  .tw-list .date {
    margin-right: 3.9063rem;
  }
  .tw-list .date div {
    font-size: 2.0833rem;
  }
  .tw-list .date div:nth-child(1) {
    font-size: 3.3854rem;
    margin-bottom: 1.3021rem;
  }
  .tw-list .title {
    font-size: 2.8646rem;
    line-height: 3.9063rem;
    margin-bottom: 1.5625rem;
  }
  .tw-list .desc {
    font-size: 1.9531rem;
    line-height: 3.6458rem;
    max-height: 10.9375rem;
  }
  .yjdy-tw-list {
    padding: 3.2552rem 2.6042rem;
  }
  .yjdy-tw-list .img-box {
    margin-right: 3.9063rem;
  }
  .wz-list {
    margin-bottom: 6.5104rem;
    border-top: 0.1302rem solid rgba(255, 255, 255, 0.1);
  }
  .wz-list li {
    border-bottom: 0.1302rem solid rgba(255, 255, 255, 0.1);
  }
  .wz-list a {
    padding: 4.8177rem 5.2083rem;
  }
  .wz-list .date {
    margin-right: 7.8125rem;
  }
  .wz-list .date div {
    font-size: 1.8229rem;
  }
  .wz-list .date div:nth-child(1) {
    font-size: 3.125rem;
    margin-bottom: 1.0417rem;
  }
  .wz-list .title {
    font-size: 2.6042rem;
    line-height: 5.9896rem;
  }
  .map {
    height: 39.0625rem;
  }
  .map-txt {
    margin-top: 3.9063rem;
    padding: 7.8125rem 0 9.1146rem 0;
  }
  .map-txt p {
    font-size: 2.0833rem;
    line-height: 3.9063rem;
  }
  .map-txt p a {
    font-size: 2.0833rem;
    line-height: 3.9063rem;
  }
  .m23 {
    margin: 0 -1.9531rem;
  }
  .p23 {
    padding: 0 1.9531rem;
  }
  .tp-list-a {
    margin-bottom: 5.2083rem;
  }
  .tp-list-a:hover .title span {
    background-size: 100% 0.2604rem;
  }
  .tp-list-a .img-box {
    height: 18.4896rem;
    margin-bottom: 2.6042rem;
  }
  .tp-list-a .title span {
    font-size: 2.3438rem;
    line-height: 3.9063rem;
    padding-bottom: 0.2604rem;
    background-size: 0 0.2604rem;
  }
  .xlmain hr {
    border-top: 0.1302rem solid rgba(255, 255, 255, 0.15);
  }
  .xlmain .wztitle {
    margin-bottom: 1.9531rem;
    font-size: 3.125rem;
  }
  .xlmain .basicinfo {
    border-bottom: #3D414F solid 0.1302rem;
    padding-bottom: 0.9115rem;
  }
  .xlmain .basicinfo .qtinfo {
    font-size: 1.823rem;
    line-height: 3.9063rem;
  }
  .xlmain .basicinfo .qtinfo span {
    margin-right: 2.6042rem;
  }
  .xlmain .text p,
  .xlmain .text div {
    margin-bottom: 1.9531rem !important;
  }
  .xlmain .textxl {
    margin-top: 4.5573rem;
  }
  .xlmain .textxl p,
  .xlmain .textxl div {
    margin-bottom: 1.9531rem !important;
  }
  .xlmain .textxl video {
    border: #d9d9d9 solid 0.7813rem;
    border-radius: 0.651rem;
    margin: 2.3438rem auto;
  }
  .xlmain .textxl table {
    margin: 0 0 1.9533rem 0;
  }
  .xlmain .nrfont font,
  .xlmain .nrfont-dp font,
  .xlmain .nrfont p,
  .xlmain .nrfont-dp p,
  .xlmain .nrfont span,
  .xlmain .nrfont-dp span,
  .xlmain .nrfont div,
  .xlmain .nrfont-dp div,
  .xlmain .nrfont a,
  .xlmain .nrfont-dp a {
    font-size: 2.0833rem !important;
    line-height: 3.9063rem;
  }
  .xlmain .cont-page {
    margin-top: 3.3855rem;
    border-top: 0.1302rem solid rgba(255, 255, 255, 0.15);
    padding-top: 3.3855rem;
    font-size: 2.0833rem;
  }
  .xlmain .cont-page .a-page {
    margin-top: 1.823rem;
  }
  .share-xl .social-share a {
    width: 3.125rem;
    height: 3.125rem;
  }
  .social-share a {
    margin: 0.5208rem;
  }
  .social-share .icon-wechat .wechat-qrcode {
    left: -13.0208rem;
    border: 0.1302rem solid #eee;
    top: -26.6927rem;
    width: 20.8333rem;
    height: 24.7395rem;
    font-size: 1.5625rem;
    box-shadow: 0 0.2605rem 1.302rem #aaa;
  }
  .social-share .icon-wechat .wechat-qrcode:after {
    left: 70%;
  }
  .social-share .icon-wechat .wechat-qrcode h4 {
    height: 3.3855rem;
    line-height: 3.3855rem;
    font-size: 1.5625rem;
  }
  .social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 13.0208rem;
    margin: 1.302rem auto;
    margin-bottom: 0.9115rem !important;
  }
  .social-share .icon-wechat .wechat-qrcode .qrcode table {
    width: 13.0208rem !important;
    height: 13.0208rem !important;
  }
  .social-share .icon-wechat .wechat-qrcode .help p {
    line-height: 2.6042rem;
    font-size: 1.823rem;
  }
  .table-details table thead > tr > th,
  .table-details table tbody > tr > th {
    color: #fff;
    font-size: 2.0833rem;
    padding: 1.9531rem 1.3021rem;
    border: #0d0c0d solid 0.3908rem !important;
  }
  .table-details table tbody tr td {
    font-size: 2.0833rem;
    border: #0d0c0d solid 0.3908rem !important;
    padding: 1.9531rem 1.3021rem !important;
  }
  .table-details table tbody tr td p,
  .table-details table tbody tr td font,
  .table-details table tbody tr td span,
  .table-details table tbody tr td strong {
    font-size: 2.0833rem !important;
  }
  .wrap-appendix p {
    font-size: 2.3438rem;
    margin-bottom: 1.9533rem;
    margin-top: 3.6458rem;
  }
  .ygs-nybg footer .footer-link li .ewm-box::before {
    border-top: 1.172rem solid #4a7dc8;
  }
  .ny-head-box nav.navbar.bootsnav::before {
    height: 29.9479rem;
  }
  body .container-ny .search-header {
    margin-bottom: 5.2083rem;
  }
  body .container-ny .search-header .search .wrapper .search-header-info {
    line-height: 3.3854rem;
    margin-left: 2.6042rem;
    margin-right: 2.6042rem;
  }
  .search-text-several .mod .body .group-3 {
    margin-left: 2.6042rem !important;
  }
  .pagination a,
  .pagination span,
  .pagination input,
  .pagination button {
    height: 5.2083rem;
    min-width: 5.2083rem;
    line-height: 5.2083rem;
    font-size: 1.8229rem;
    margin: 0 0.2604rem !important;
    padding: 0 1.9531rem !important;
  }
  .search-text-several .address {
    margin-top: 1.3021rem;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .row {
    margin-left: -4rem;
  }
  .col-szxjy {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  nav.navbar.bootsnav {
    padding: 5.3333rem 0;
  }
  nav.navbar.bootsnav::before {
    height: 40rem;
  }
  nav.navbar.bootsnav .container-fluid {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  nav.navbar.bootsnav .navbar-header {
    margin-top: 0;
  }
  nav.navbar.bootsnav .navbar-brand img {
    width: 74.6667rem;
  }
  .nav-right-box {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 2.6667rem;
  }
  .nav-right-box .header-top {
    margin-bottom: 0;
  }
  .nav-right-box .header-other li a {
    font-size: 3.7333rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 7.4667rem;
  }
  .nav-right-box .header-other-pc {
    display: none;
  }
  .nav-right-box .header-other-ph li {
    margin-right: 4rem;
  }
  .search-trigger {
    width: 7.4667rem;
    height: 7.4667rem;
    border: 0.2667rem solid rgba(255, 255, 255, 0.8);
    background-size: 3.2rem 3.2rem;
  }
  .search-trigger:hover {
    border: 0.2667rem solid #166AE7;
  }
  .up-search-box {
    padding: 5.3335rem;
  }
  .up-search-box .up-close {
    right: 4rem;
    top: 7.2rem;
    width: 8.5335rem;
    height: 8.5335rem;
  }
  .search-box {
    border: 0.2667rem solid rgba(1, 78, 192, 0.6);
    border-radius: 8rem;
    max-width: 100%;
  }
  .search-box .s-inp {
    height: 13.3333rem;
    line-height: 12.8rem;
    font-size: 4.2667rem;
    padding-left: 5.3333rem;
    padding-right: 26.6667rem;
  }
  .search-box .s-btn {
    width: 21.3333rem;
    height: 13.3333rem;
    border-radius: 8rem;
    line-height: 13.3333rem;
  }
  .search-box .s-btn::before {
    width: 4.2667rem;
    height: 4.8rem;
  }
  .navbar .toggle {
    width: 13.3333rem;
    height: 13.3333rem;
    right: 0;
    top: -15.2rem;
  }
  .navbar .toggle span {
    width: 8rem;
    height: 5.3333rem;
  }
  .fix-rightbtn a {
    width: 13.8667rem;
    height: 27.2rem;
    padding-left: 4.2667rem;
  }
  .fix-rightbtn a span {
    font-size: 3.7333rem;
    width: 5.8667rem;
    letter-spacing: 0.5335rem;
  }
  .fix-rightbtn a img {
    width: 2.1335rem;
    height: 3.4667rem;
  }
  footer {
    padding: 8rem 0;
  }
  footer .info {
    text-align: center;
  }
  footer .info span,
  footer .info a {
    font-size: 3.7333rem;
    line-height: 7.4667rem;
    margin-right: 0;
  }
  footer .footer-logo {
    width: 50.6667rem;
    margin: 4rem auto;
  }
  footer .footer-link {
    float: none;
    margin-top: 4.8rem;
  }
  footer .footer-link li {
    width: 20%;
    margin-right: 0;
    margin-top: 2.4003rem;
  }
  footer .footer-link li > a {
    width: 10.6667rem;
    height: 10.6667rem;
    margin: 0 auto;
  }
  footer .footer-link li .ewm-box {
    width: 18.6665rem;
    height: 18.6665rem;
    border-radius: 1.0665rem;
    top: -21.3335rem;
    left: 50%;
    transform: translateX(-50%);
  }
  footer .footer-link li .ewm-box::before {
    bottom: -2.1335rem;
    border-left: 1.3333rem solid transparent;
    border-right: 1.3333rem solid transparent;
    border-top: 2.4003rem solid rgba(255, 255, 255, 0.7);
  }
  footer .footer-link li .ewm-box img {
    border-radius: 1.0665rem;
  }
  footer .footer-link li .sydw {
    width: 10.6667rem;
    height: 12.8rem;
  }
  .index-banner {
    height: 85.3333rem;
  }
  .index-banner .banner-box::before {
    height: 29.3333rem;
  }
  .index-banner .banner-box .banner-title {
    left: 4rem;
    right: 4rem;
    bottom: 4rem;
    height: 9.6rem;
  }
  .index-banner .banner-box .banner-title span {
    font-size: 5.8667rem;
    line-height: 8rem;
    padding-bottom: 0.8rem;
    background-size: 0 0.5333rem;
  }
  .index-banner .banner-box .banner-title:hover span {
    background-size: 100% 0.5333rem;
  }
  @-webkit-keyframes bounce-down {
    25% {
      -webkit-transform: translateY(-1.0665rem);
    }
    50%,
    100% {
      -webkit-transform: translateY(0);
    }
    75% {
      -webkit-transform: translateY(1.0665rem);
    }
  }
  @keyframes bounce-down {
    25% {
      transform: translateY(-1.0665rem);
    }
    50%,
    100% {
      transform: translateY(0);
    }
    75% {
      transform: translateY(1.0665rem);
    }
  }
  .index-bg {
    padding-top: 8rem;
  }
  .index-bg::before {
    height: 42.6667rem;
  }
  .index-box {
    padding-bottom: 10.6667rem;
  }
  .index-title {
    margin-bottom: 8rem;
  }
  .index-title .fl div:nth-child(1) {
    font-size: 4.2667rem;
    line-height: 8rem;
  }
  .index-title .fl div:nth-child(2) {
    font-size: 6.4rem;
    line-height: 8rem;
    margin-top: -4rem;
  }
  .index-title .fl div:nth-child(2) span {
    width: 1.3333rem;
    height: 1.3333rem;
    margin: 0 2.1333rem;
  }
  .index-title .fr {
    width: 21.3333rem;
    height: 8.5333rem;
    border-radius: 6.6667rem;
    border: 0.2667rem solid #FFFFFF;
    font-size: 3.2rem;
    line-height: 8rem;
    margin-top: 3.2rem;
  }
  .kyjz-list li {
    border-bottom: 0.2667rem solid rgba(255, 248, 248, 0.3);
    margin-bottom: 6.6667rem;
    padding-bottom: 6.6667rem;
  }
  .kyjz-list li a:hover .title span {
    background-size: 100% 0.5333rem;
  }
  .kyjz-list .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0rem;
    margin-bottom: 5.3333rem;
  }
  .kyjz-list .title {
    height: auto;
    white-space: normal;
    overflow: visible;
    margin-bottom: 1.3333rem;
    font-size: 0;
  }
  .kyjz-list .title span {
    font-size: 4.8rem;
    line-height: 8rem;
    padding-bottom: 0.5333rem;
    background-size: 0 0.5333rem;
  }
  .kyjz-list .desc {
    font-size: 4rem;
    line-height: 7.4667rem;
    max-height: none;
    margin-bottom: 5.3333rem;
  }
  .kyjz-list .date {
    font-size: 3.7333rem;
  }
  .m22 {
    margin: 0 -4rem;
  }
  .p22 {
    padding: 0 4rem;
  }
  .news-left-list {
    padding: 0.5333rem;
    margin-bottom: 6.6667rem;
  }
  .news-left-list::before {
    left: -0.2667rem;
    right: -0.2667rem;
    bottom: -0.2667rem;
    height: 37.3333rem;
  }
  .news-left-list .img-box {
    height: auto;
  }
  .news-left-list .title {
    left: 4rem;
    right: 4rem;
    bottom: 4rem;
    font-size: 0;
    white-space: normal;
    overflow: visible;
  }
  .news-left-list .title span {
    font-size: 4.8rem;
    line-height: 8rem;
    padding-bottom: 0.5333rem;
    background-size: 0 0.5333rem;
  }
  .news-left-list:hover .title span {
    background-size: 100% 0.5333rem;
  }
  .news-right-list {
    margin-bottom: 6.6667rem;
  }
  .news-right-list::before {
    height: 50.6667rem;
  }
  .news-right-list .img-box {
    height: auto;
  }
  .news-right-list .title {
    left: 4rem;
    right: 4rem;
    bottom: 3.2rem;
    display: block;
    max-height: none;
  }
  .news-right-list .title span {
    font-size: 4.8rem;
    line-height: 8rem;
    padding-bottom: 0.5333rem;
    background-size: 0 0.5335rem;
  }
  .news-right-list:hover .title span {
    background-size: 100% 0.5333rem;
  }
  .index-box2 {
    padding-bottom: 2.6667rem;
  }
  .media-list {
    border-right-width: 0rem;
    margin-bottom: 6.6667rem;
  }
  .media-list .info-box {
    padding: 6.6667rem 4rem 0;
  }
  .media-list .date {
    font-size: 3.7333rem;
    margin-bottom: 4rem;
  }
  .media-list .date span:nth-child(1) {
    font-size: 6.9333rem;
  }
  .media-list .date i {
    padding: 0 1.3333rem 0 2.6667rem;
  }
  .media-list .title {
    margin-bottom: 4rem;
    height: auto;
    display: block;
  }
  .media-list .title span {
    font-size: 4.8rem;
    line-height: 8rem;
    padding-bottom: 0.5333rem;
    background-size: 0 0.5333rem;
  }
  .media-list .desc {
    font-size: 4rem;
    line-height: 7.4667rem;
    height: auto;
    margin-bottom: 8rem;
  }
  .media-list .more {
    width: 8.5333rem;
    height: 8.5333rem;
  }
  .media-list:hover .title span {
    background-size: 100% 0.5333rem;
  }
  .zszp-list {
    margin-bottom: 6.6667rem;
  }
  .zszp-list::before {
    height: 12rem;
  }
  .zszp-list .info-box {
    padding: 6.6667rem 4rem;
  }
  .zszp-list .date {
    margin-bottom: 5.3333rem;
  }
  .zszp-list .date div {
    font-size: 3.7333rem;
  }
  .zszp-list .date div:nth-child(1) {
    font-size: 6.9333rem;
    margin-bottom: 1.6rem;
  }
  .zszp-list .title {
    margin-bottom: 8rem;
    height: auto;
    display: block;
  }
  .zszp-list .title span {
    font-size: 4.8rem;
    line-height: 8rem;
    padding-bottom: 0.5333rem;
    background-size: 0 0.5333rem;
  }
  .zszp-list .more {
    width: 8.5333rem;
    height: 8.5333rem;
  }
  .zszp-list:hover .title span {
    background-size: 100% 0.5333rem;
  }
  .index-box4 {
    padding-bottom: 2.6667rem;
  }
  .main-nav.show-main-nav .top-ch-title::before {
    width: 90%;
  }
  .main-nav .top-nav {
    padding: 5.3333rem 4rem;
    margin-bottom: 6.6667rem;
    transform: translateY(5.3333rem);
  }
  .main-nav .top-nav ul {
    margin-top: 3.7333rem;
    float: none;
    width: 100%;
    justify-content: space-between;
  }
  .main-nav .top-nav-logo {
    width: 90.6667rem;
    float: none;
    display: block;
  }
  .main-nav .nav-btn {
    font-size: 3.7333rem;
    line-height: 5.3333rem;
    margin-left: 5.3333rem;
  }
  .main-nav .nav-btn::before {
    left: -2.6667rem;
    top: 1.3333rem;
    width: 0.2667rem;
    height: 3.2rem;
  }
  .main-nav .nav-search-btn {
    width: 4.2667rem;
    height: 4.8rem;
    margin-left: 4rem;
  }
  .main-nav .nav-en-link {
    font-size: 4.2667rem;
    line-height: 5.3333rem;
    margin-left: 4rem;
  }
  .main-nav .nav-close-btn {
    width: 6.6667rem;
    height: 6.6667rem;
    margin-left: 6.6667rem;
  }
  .main-nav .col-lg-2:nth-child(3n+1) {
    clear: none;
  }
  .main-nav .col-lg-2:nth-child(2n+1) {
    clear: left;
  }
  .main-nav .pc-nav {
    display: block;
  }
  .main-nav .top-ch-title {
    font-size: 5.3333rem;
    line-height: 8rem;
    padding-bottom: 4.8rem;
    margin-bottom: 5.3333rem;
  }
  .main-nav .top-ch-title::before {
    height: 0.5333rem;
  }
  .main-nav .ch-ej {
    margin-bottom: 10.6667rem;
  }
  .main-nav .ch-ej li {
    margin-bottom: 2.1333rem;
  }
  .main-nav .ch-ej li a {
    font-size: 3.7333rem;
    line-height: 5.3333rem;
  }
  .main-nav .scroll {
    height: calc(100vh - 44.2667rem);
  }
  .main-nav .scroll .col-lg-2 {
    transform: translateY(5.3333rem);
  }
  .zjxjy-list-box {
    height: auto;
  }
  .zjxjy-list-box .back-index {
    font-size: 5.3333rem;
    line-height: 6.6667rem;
    width: 8rem;
    padding: 2.6667rem 0;
    border-radius: 0 1.3333rem 1.3333rem 0;
  }
  .zjxjy-list-box .zjxjy-toggle-btn {
    width: 13.3333rem;
    height: 13.3333rem;
    top: 4rem;
  }
  .zjxjy-list-box .zjxjy-toggle-btn span {
    width: 9.6rem;
    height: 0.2667rem;
  }
  .zjxjy-list-box .zjxjy-toggle-btn span::before,
  .zjxjy-list-box .zjxjy-toggle-btn span::after {
    width: 8rem;
    height: 0.2667rem;
  }
  .zjxjy-list-box .zjxjy-toggle-btn span::before {
    top: -2.1333rem;
  }
  .zjxjy-list-box .zjxjy-toggle-btn span::after {
    bottom: -2.1333rem;
  }
  .zjxjy-list-box .zjxjyscroll-page {
    display: none;
  }
  .zjxjy-list-box .zjxjy-next {
    display: none;
  }
  .zjxjy-list-box .zjxjy-scroll {
    overflow-y: auto;
  }
  .zjxjy-list-box .zjxjy-scroll > .swiper-wrapper {
    height: auto;
    display: block;
  }
  .zjxjy-list-box .left-cont {
    float: none;
    width: 100%;
    padding: 2.6667rem;
  }
  .zjxjy-list-box .left-cont p {
    display: block;
    font-size: 6.9333rem;
    color: #FFFFFF;
    line-height: 9.6rem;
  }
  .zjxjy-list-box .left-cont img {
    animation: none !important;
    display: none;
  }
  .zjxjy-list-box .num-list li {
    opacity: 1;
    transform: none;
    width: 50%;
    height: 29.3333rem;
  }
  .zjxjy-list-box .num-list li.c18 {
    width: 100%;
  }
  .zjxjy-list-box .num-list li .box-s {
    transform: none;
  }
  .zjxjy-list-box .num-list li.num-rx .num-top i {
    animation: td1 2.5s ease-in-out 0s 1 both;
    transform-style: preserve-3d;
  }
  .zjxjy-list-box .num-list li.num-rx .num-top i:nth-child(2) {
    animation-delay: 0.2s;
  }
  .zjxjy-list-box .num-list li.num-rx .num-top i:nth-child(3) {
    animation-delay: 0.4s;
  }
  .zjxjy-list-box .num-list li.num-rx .num-top i:nth-child(4) {
    animation-delay: 0.6s;
  }
  .zjxjy-list-box .num-list .c1,
  .zjxjy-list-box .num-list .c2,
  .zjxjy-list-box .num-list .c6,
  .zjxjy-list-box .num-list .c9,
  .zjxjy-list-box .num-list .c12,
  .zjxjy-list-box .num-list .c13,
  .zjxjy-list-box .num-list .c16,
  .zjxjy-list-box .num-list .c19,
  .zjxjy-list-box .num-list .c20,
  .zjxjy-list-box .num-list .c21,
  .zjxjy-list-box .num-list .c22,
  .zjxjy-list-box .num-list .c23,
  .zjxjy-list-box .num-list .c24 {
    display: none;
  }
  .zjxjy-list-box .num-list .num-top {
    margin-bottom: 1.8667rem;
  }
  .zjxjy-list-box .num-list .num-top i {
    font-size: 6.4rem;
  }
  .zjxjy-list-box .num-list .num-top span {
    font-size: 3.2rem;
    line-height: 6.4rem;
    padding-left: 1.3333rem;
  }
  .zjxjy-list-box .num-list .num-bottom {
    font-size: 4rem;
    line-height: 6.4rem;
  }
  .zjxjy-list-box .js-list .js-tip {
    animation: none !important;
    width: 18.6667rem;
    top: 17.6rem;
    right: 4rem;
  }
  .zjxjy-list-box .js-list .img-left {
    position: static;
    animation: none !important;
    width: 69.3333rem;
    height: 46.1333rem;
    box-shadow: 5.6rem 5.6rem 10.6667rem 0rem rgba(73, 82, 111, 0.2);
    border: 0.8rem solid #FFFFFF;
  }
  .zjxjy-list-box .js-list .img-right {
    position: static;
    animation: none !important;
    width: 69.3333rem;
    height: 46.1333rem;
    box-shadow: 5.6rem 5.6rem 10.6667rem 0rem rgba(73, 82, 111, 0.2);
    border: 0.8rem solid #FFFFFF;
  }
  .zjxjy-list-box .history-list {
    animation: none !important;
    padding: 10.6667rem 4rem;
  }
  .zjxjy-list-box .history-list .zj-img {
    margin: 0 0 9.3333rem 0;
  }
  .zjxjy-list-box .history-list .zj-img .img-box {
    float: none;
    width: 53.3333rem;
    height: auto;
    box-shadow: none;
    border: 0.8rem solid #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.3333rem;
  }
  .zjxjy-list-box .history-list .zj-img .title {
    font-size: 9.0667rem;
    margin-bottom: 2.6667rem;
  }
  .zjxjy-list-box .history-list .zj-img .subtitle {
    margin-bottom: 5.3333rem;
  }
  .zjxjy-list-box .history-list .zj-img .subtitle span {
    font-size: 6.4rem;
    line-height: 8.8rem;
    padding-bottom: 0.8rem;
    background-size: 0 0.5333rem;
  }
  .zjxjy-list-box .history-list .zj-img .desc {
    font-size: 4.2667rem;
    line-height: 8rem;
    max-height: none;
  }
  .zjxjy-list-box .history-list .zj-img:hover .subtitle span {
    background-size: 100% 0.5333rem;
  }
  .zjxjy-list-box .history-list .zjtop-txt {
    padding-bottom: 4rem;
  }
  .zjxjy-list-box .history-list .zjtop-txt::before {
    top: 2.6667rem;
    height: 0.2667rem;
  }
  .zjxjy-list-box .history-list .zjtop-txt .swiper-slide-thumb-active .ch-title {
    font-size: 7.4667rem;
  }
  .zjxjy-list-box .history-list .ch-title {
    font-size: 4.8rem;
    line-height: 9.0667rem;
    padding-top: 8rem;
  }
  .zjxjy-list-box .history-list .ch-title::before {
    top: 1.3333rem;
    width: 2.6667rem;
    height: 2.6667rem;
  }
  .zjxjy-list-box .history-list .ch-title::after {
    width: 5.8667rem;
    height: 5.8667rem;
  }
  .zjxjy-list-box .kyyw-list {
    animation: none !important;
    padding: 10.6667rem 4rem 5.3333rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-tab-title {
    border-bottom: 0.2667rem solid rgba(255, 255, 255, 0.6);
    margin-bottom: 8rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-tab-title .swiper-slide {
    font-size: 4.2667rem;
    line-height: 9.6rem;
    margin-right: 5.3333rem;
    padding-bottom: 2.6667rem;
    min-width: auto;
  }
  .zjxjy-list-box .kyyw-list .kyyw-tab-title .swiper-slide::before {
    height: 0.5333rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-tab-title .swiper-slide.swiper-slide-thumb-active {
    font-size: 5.8667rem;
  }
  .zjxjy-list-box .kyyw-list .m14 {
    margin-left: -2.6667rem;
    margin-right: -2.6667rem;
  }
  .zjxjy-list-box .kyyw-list .p14 {
    padding-right: 2.6667rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-left-cont {
    height: auto;
    width: 100%;
    margin: 0 auto 5.3333rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-left-cont .info {
    width: 100%;
    height: 20rem;
    border-radius: 10.6667rem 0 0 0;
    padding: 2.6667rem 4rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-left-cont .date {
    font-size: 3.7333rem;
    margin-bottom: 0rem;
    margin-top: 2.6667rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-left-cont .title span {
    line-height: 8rem;
    font-size: 4.8rem;
    padding-bottom: 0.8rem;
    background-size: 0 0.5333rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-left-cont:hover .title span {
    background-size: 100% 0.5333rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont {
    margin-bottom: 5.3333rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont .img-box {
    height: auto;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont .info {
    height: 30.4rem;
    padding: 0 4rem 2.6667rem 4rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont .date {
    width: auto;
    padding-top: 2.6667rem;
    border-top: none;
    text-align: left;
    margin-bottom: 2.1333rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont .date div {
    display: inline-block;
    font-size: 3.7333rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont .date div:first-child {
    font-size: 6.9333rem;
    margin-bottom: 0rem;
    margin-right: 1.3333rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont .title {
    height: 16rem;
    -webkit-line-clamp: 2;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont .title span {
    font-size: 4.2667rem;
    line-height: 8rem;
    padding-bottom: 0.8rem;
    background-size: 0 0.5333rem;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont:hover .date {
    border-top: 0.8rem solid #ffffff;
  }
  .zjxjy-list-box .kyyw-list .kyyw-right-cont:hover .title span {
    background-size: 100% 0.5333rem;
  }
  .zjxjy-list-box .kwywh-img-box {
    height: auto;
    margin-bottom: 5.3333rem;
  }
  .zjxjy-list-box .kwywh-img-box .title {
    font-size: 4.8rem;
    line-height: 8rem;
    padding: 0 1.3333rem;
  }
  .zjxjy-list-box .xjsj-list {
    padding: 10.6667rem 4rem 8rem;
  }
  .zjxjy-list-box .xjsj-list .left-img {
    animation: none !important;
    margin-bottom: 2.6667rem;
  }
  .zjxjy-list-box .xjsj-list .left-img::after {
    left: -2.6667rem;
    right: -2.6667rem;
    top: -2.6667rem;
    bottom: -2.6667rem;
    border: 0.5333rem solid rgba(255, 255, 255, 0.7);
  }
  .zjxjy-list-box .xjsj-list .left-img .title {
    left: 6.6667rem;
    top: 6.6667rem;
    font-size: 6.4rem;
    line-height: 8rem;
  }
  .zjxjy-list-box .xjsj-list .left-img:hover::after {
    left: 2.6667rem;
    top: 2.6667rem;
    bottom: 2.6667rem;
    right: 2.6667rem;
  }
  .zjxjy-list-box .xjsj-list .right-img {
    overflow: hidden;
  }
  .zjxjy-list-box .xjsj-list .right-img .right-img-box {
    animation: none !important;
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 2.6667rem;
  }
  .zjxjy-list-box .xjsj-list .right-img .right-img-box::after {
    left: -2.6667rem;
    right: -2.6667rem;
    top: -2.6667rem;
    bottom: -2.6667rem;
    border: 0.5333rem solid rgba(255, 255, 255, 0.7);
  }
  .zjxjy-list-box .xjsj-list .right-img .right-img-box .title {
    left: 6.6667rem;
    top: 6.6667rem;
    font-size: 6.4rem;
    line-height: 8rem;
  }
  .zjxjy-list-box .xjsj-list .right-img .right-img-box:hover::after {
    left: 2.6667rem;
    top: 2.6667rem;
    bottom: 2.6667rem;
    right: 2.6667rem;
  }
  .ny-top-banner {
    height: 69.3rem;
  }
  .ny-top-banner .page-cont {
    padding-left: 4rem;
    padding-right: 4rem;
    top: 46.6667rem;
  }
  .ny-top-banner .page-cont h1 {
    margin-bottom: 4rem;
  }
  .ny-top-banner .page-cont h1 span {
    font-size: 8rem;
    line-height: 10.6667rem;
  }
  .ny-top-banner .page-cont .ny-top-nav {
    border-bottom: 0.2667rem solid rgba(26, 96, 199, 0.16);
    margin-bottom: 2.6667rem;
    padding-bottom: 2.6667rem;
  }
  .ny-top-banner .page-cont .ny-top-nav li {
    margin-right: 5.3333rem;
  }
  .ny-top-banner .page-cont .ny-top-nav li a {
    font-size: 3.7333rem;
    line-height: 6.4rem;
    padding-bottom: 0rem;
  }
  .ny-top-banner .page-cont .ny-top-nav li a::before {
    display: none;
  }
  .ny-bg {
    min-height: auto;
    padding-top: 8rem;
  }
  .ny-bg::before {
    height: 58.6667rem;
  }
  .ny-bg .container-ny {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ny-bg .ny-ch-title {
    padding-top: 9.3333rem;
    margin-bottom: 8rem;
  }
  .ny-bg .ny-ch-title::before {
    width: 51.7333rem;
    height: 22.1333rem;
  }
  .ny-bg .ny-ch-title p {
    font-size: 6.4rem;
    line-height: 8rem;
  }
  .dp-main {
    font-size: 4.2667rem;
    line-height: 8rem;
  }
  .dp-main p,
  .dp-main div {
    font-size: 4.2667rem;
    line-height: 8rem;
    margin-bottom: 2.6667rem;
  }
  .dp-main b,
  .dp-main strong {
    font-size: 4.2667rem;
    line-height: 8rem;
  }
  .dp-main img,
  .dp-main video {
    max-width: 100%;
  }
  .dp-main table td span span {
    line-height: 8rem;
  }
  .m60 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .p60 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .leader-box {
    border-top: 0.2667rem solid rgba(0, 0, 0, 0.2);
    padding: 10.6667rem 0;
  }
  .leader-box::before {
    top: -0.2667rem;
    height: 0.2667rem;
  }
  .leader-box .img-box {
    float: none;
    width: 48rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5.3333rem;
  }
  .leader-box .title {
    margin-bottom: 4rem;
    height: auto;
  }
  .leader-box .title span {
    font-size: 6.4rem;
    line-height: 7.4667rem;
    background-size: 0 0.5333rem;
  }
  .leader-box .subtitle {
    margin-bottom: 3.2rem;
    font-size: 4.8rem;
    line-height: 6.9333rem;
  }
  .leader-box .desc {
    font-size: 4.2667rem;
    line-height: 8rem;
    height: auto;
  }
  .leader-box:hover .title span {
    background-size: 100% 0.5333rem;
  }
  .leader-detail .img-box {
    float: none;
    width: 48rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5.3333rem;
  }
  .leader-detail .info {
    padding-top: 2.6667rem;
  }
  .leader-detail .title {
    font-size: 7.4667rem;
    line-height: 9.6rem;
    margin-bottom: 4rem;
  }
  .leader-detail .subtitle {
    font-size: 5.3333rem;
    line-height: 8rem;
    margin-bottom: 14.6667rem;
  }
  .leader-detail .subtitle::before {
    bottom: -6.9333rem;
    width: 8rem;
    height: 0.5333rem;
  }
  .leader-detail .txt {
    font-size: 4.2667rem;
    line-height: 8rem;
  }
  .leader-detail .txt p,
  .leader-detail .txt div {
    font-size: 4.2667rem;
    line-height: 8rem;
    margin-bottom: 2.6667rem;
  }
  .m10 {
    margin: 0 -2.6667rem;
  }
  .p10 {
    padding: 0 2.6667rem;
  }
  .leader-ed-box {
    height: 26.6667rem;
    margin-bottom: 5.3333rem;
    padding: 0 5.3333rem;
  }
  .leader-ed-box .title {
    margin-right: 8rem;
  }
  .leader-ed-box .title span {
    font-size: 5.3333rem;
    line-height: 8rem;
    background-size: 0 0.5333rem;
  }
  .leader-ed-box .info {
    font-size: 3.7333rem;
    line-height: 8rem;
  }
  .leader-ed-box:hover .title span {
    background-size: 100% 0.5333rem;
  }
  .m30 {
    margin: 0 -4rem;
  }
  .p30 {
    padding: 0 4rem;
  }
  .cgzh-search-form {
    margin-bottom: 5.3333rem;
  }
  .cgzh-search-form .col-md-4:nth-child(3n+1) {
    clear: none;
  }
  .cgzh-search-form .col-md-4:nth-child(2n+1) {
    clear: left;
  }
  .cgzh-search-form .form-group {
    margin-bottom: 4rem;
  }
  .cgzh-search-form .form-group span {
    font-size: 3.7333rem;
    line-height: 6.9333rem;
    margin-right: 2.6667rem;
    width: 16rem;
  }
  .cgzh-search-form .form-group input {
    width: calc(100% - 18.6667rem);
    height: 9.3333rem;
    border-radius: 1.0667rem;
    border: 0.2667rem solid #014EC0;
    padding: 0 4rem;
    line-height: 8.8rem;
    font-size: 3.7333rem;
  }
  .cgzh-search-form .form-group button {
    margin-left: 0rem;
    width: 100%;
    height: 10.6667rem;
    border-radius: 1.0667rem;
    font-size: 4.2667rem;
    line-height: 8rem;
  }
  .table-box {
    margin-bottom: 10.6667rem;
  }
  .table-box .min-table {
    min-width: 186.6667rem;
  }
  .table-box table thead th {
    font-size: 3.7333rem;
    line-height: 6.4rem;
    padding: 2.6667rem 2.6667rem;
  }
  .table-box table tbody td {
    font-size: 3.7333rem;
    line-height: 6.4rem;
    padding: 2.6667rem 2.6667rem;
  }
  .table-box .table .table-thead > li {
    font-size: 3.7333rem;
    line-height: 6.4rem;
    padding: 2.6667rem 2.6667rem;
  }
  .table-box .table .table-tbody > ul li {
    font-size: 3.7333rem;
    line-height: 6.4rem;
    padding: 2.6667rem 2.6667rem;
  }
  .comp-pages .page-phone {
    height: 12.2667rem;
    line-height: 12.2667rem;
    border-radius: 2.1333rem;
    font-size: 4.2667rem;
  }
  .ry-list-box .ry-scroll {
    margin: 0 0 8rem 0;
    border-bottom: 0.2667rem solid rgba(0, 0, 0, 0.1);
  }
  .ry-list-box .ch-title {
    font-size: 4.8rem;
    line-height: 8rem;
    padding-bottom: 2.6667rem;
    text-align: center;
    display: block;
  }
  .m46 {
    margin: 0 -4rem;
  }
  .p46 {
    padding: 0 4rem;
  }
  .ry-list .col-md-5ths:nth-child(4n+1) {
    clear: none;
  }
  .ry-list .col-md-5ths:nth-child(2n+1) {
    clear: left;
  }
  .ry-list a {
    margin-bottom: 9.3333rem;
  }
  .ry-list .img-box {
    height: 53.8667rem;
    margin-bottom: 5.3333rem;
  }
  .ry-list .title {
    font-size: 4.8rem;
    line-height: 8rem;
    margin-bottom: 5.3333rem;
  }
  .ry-list .title::before {
    bottom: -3.4667rem;
    width: 4.8rem;
    height: 0.5333rem;
  }
  .ry-list .xw {
    font-size: 3.7333rem;
    line-height: 6.4rem;
  }
  .ry-detail-box .top {
    margin-bottom: 9.3333rem;
  }
  .ry-detail-box .top .img-box {
    float: none;
    margin-right: auto;
    margin-left: auto;
    width: 48rem;
    border: 0.5333rem solid #FFFFFF;
  }
  .ry-detail-box .top .info {
    padding-top: 5.3333rem;
  }
  .ry-detail-box .top .title {
    font-size: 4.8rem;
    line-height: 8rem;
    margin-bottom: 5.3333rem;
  }
  .ry-detail-box .top .title span {
    font-size: 6.9333rem;
    line-height: 10.6667rem;
    padding-right: 2.6667rem;
  }
  .ry-detail-box .top ul li span,
  .ry-detail-box .top ul li div {
    font-size: 4.2667rem;
    line-height: 8rem;
  }
  .ry-detail-box .top ul li span {
    min-width: 22.6667rem;
  }
  .ry-detail-box .top ul li div a {
    font-size: 4.2667rem;
    line-height: 8rem;
  }
  .ry-detail-box .group-txt {
    margin-bottom: 10.6667rem;
  }
  .ry-detail-box .group-txt .title {
    font-size: 5.3333rem;
    line-height: 8rem;
    padding: 2.6667rem 5.3333rem;
    margin-bottom: 5.3333rem;
  }
  .ry-detail-box .group-txt .txt {
    font-size: 4.2667rem;
    line-height: 8rem;
  }
  .ry-detail-box .group-txt .txt p,
  .ry-detail-box .group-txt .txt div {
    font-size: 4.2667rem;
    line-height: 8rem;
    margin-bottom: 4rem;
  }
  .yjdy-list li {
    margin-bottom: 10.6667rem;
  }
  .yjdy-list li:nth-child(2n) .img-box {
    float: none;
    margin-left: 0rem;
  }
  .yjdy-list li:hover .text-box h3 span {
    background-size: 100% 0.5333rem;
  }
  .yjdy-list .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0rem;
    margin-bottom: 5.3333rem;
  }
  .yjdy-list .text-box {
    height: auto;
    display: block;
  }
  .yjdy-list .text-box h3 {
    margin-bottom: 2.6667rem;
    height: auto;
    padding-bottom: 0.5333rem;
  }
  .yjdy-list .text-box h3 span {
    font-size: 5.8667rem;
    line-height: 8rem;
    padding-bottom: 0.5333rem;
    background-size: 0 0.5333rem;
  }
  .yjdy-list .text-box .tj {
    padding-right: 0;
    font-size: 4rem;
    line-height: 7.4667rem;
    margin-bottom: 4.8rem;
    max-height: none;
    -webkit-line-clamp: 2;
  }
  .yjdy-list .text-box .btn01 {
    width: 32rem;
    height: 12rem;
    border-radius: 8rem;
    line-height: 11.4667rem;
    border: 0.2667rem solid #014EC0;
    font-size: 4rem;
  }
  .yjdy-list .text-box .btn01:before {
    border: 0.2667rem solid #014EC0;
    border-radius: 8rem;
  }
  .tw-list {
    margin-bottom: 10.6667rem;
  }
  .tw-list li {
    border-bottom: 0.2667rem solid rgba(0, 0, 0, 0.1);
  }
  .tw-list li a {
    padding: 8rem 4rem;
  }
  .tw-list .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .tw-list .info {
    padding-top: 5.3333rem;
  }
  .tw-list .date {
    margin-right: 5.3333rem;
  }
  .tw-list .date div {
    font-size: 3.7333rem;
  }
  .tw-list .date div:nth-child(1) {
    font-size: 5.3333rem;
    margin-bottom: 2.6667rem;
  }
  .tw-list .title {
    font-size: 5.3333rem;
    line-height: 8rem;
    margin-bottom: 3.2rem;
    overflow: visible;
    white-space: normal;
  }
  .tw-list .desc {
    font-size: 4rem;
    line-height: 7.4667rem;
    max-height: none;
  }
  .yjdy-tw-list {
    padding: 8rem 4rem;
  }
  .yjdy-tw-list .img-box {
    margin-right: 0;
  }
  .wz-list {
    margin-bottom: 10.6667rem;
    border-top: 0.2667rem solid rgba(255, 255, 255, 0.1);
  }
  .wz-list li {
    border-bottom: 0.2667rem solid rgba(255, 255, 255, 0.1);
  }
  .wz-list a {
    padding: 5.3333rem 4rem;
  }
  .wz-list .date {
    margin-right: 8rem;
  }
  .wz-list .date div {
    font-size: 3.7333rem;
  }
  .wz-list .date div:nth-child(1) {
    font-size: 6.4rem;
    margin-bottom: 2.1333rem;
  }
  .wz-list .title {
    font-size: 5.3333rem;
    line-height: 8rem;
    white-space: normal;
  }
  .map {
    height: 80rem;
  }
  .map-txt {
    margin-top: 8rem;
    padding: 2.6667rem 0 13.3333rem 0;
  }
  .map-txt p {
    font-size: 4.2667rem;
    line-height: 8rem;
  }
  .map-txt p a {
    font-size: 4.2667rem;
    line-height: 8rem;
  }
  .m23 {
    margin: 0 -4rem;
  }
  .p23 {
    padding: 0 4rem;
  }
  .tp-list-a {
    margin-bottom: 10.6667rem;
  }
  .tp-list-a:hover .title span {
    background-size: 100% 0.5333rem;
  }
  .tp-list-a .img-box {
    height: auto;
    margin-bottom: 5.3333rem;
  }
  .tp-list-a .title {
    overflow: visible;
    white-space: normal;
  }
  .tp-list-a .title span {
    font-size: 4.8rem;
    line-height: 8rem;
    padding-bottom: 0.5333rem;
    background-size: 0 0.5333rem;
  }
  .xlmain hr {
    border-top: 0.2667rem solid rgba(255, 255, 255, 0.15);
  }
  .xlmain .wztitle {
    margin-bottom: 4rem;
    font-size: 5.3333rem;
  }
  .xlmain .basicinfo {
    border-bottom: #3D414F solid 0.2667rem;
    padding-bottom: 1.8667rem;
  }
  .xlmain .basicinfo .qtinfo {
    font-size: 3.7335rem;
    line-height: 8rem;
  }
  .xlmain .basicinfo .qtinfo span {
    margin-right: 5.3335rem;
  }
  .xlmain .text p,
  .xlmain .text div {
    margin-bottom: 4rem !important;
  }
  .xlmain .textxl {
    margin-top: 9.3333rem;
  }
  .xlmain .textxl p,
  .xlmain .textxl div {
    margin-bottom: 4rem !important;
  }
  .xlmain .textxl video {
    border: #d9d9d9 solid 1.6rem;
    border-radius: 1.3333rem;
    margin: 4.8rem auto;
    max-width: 100%;
  }
  .xlmain .textxl table {
    margin: 0 0 4.0003rem 0;
  }
  .xlmain .nrfont font,
  .xlmain .nrfont-dp font,
  .xlmain .nrfont p,
  .xlmain .nrfont-dp p,
  .xlmain .nrfont span,
  .xlmain .nrfont-dp span,
  .xlmain .nrfont div,
  .xlmain .nrfont-dp div,
  .xlmain .nrfont a,
  .xlmain .nrfont-dp a {
    font-size: 4.2667rem !important;
    line-height: 8rem !important;
  }
  .xlmain .cont-page {
    margin-top: 6.9335rem;
    border-top: 0.2667rem solid rgba(255, 255, 255, 0.15);
    padding-top: 6.9335rem;
    font-size: 4.2665rem;
  }
  .xlmain .cont-page .a-page {
    margin-top: 3.7335rem;
  }
  .share-xl .social-share a {
    width: 6.4rem;
    height: 6.4rem;
  }
  .social-share a {
    margin: 1.0665rem;
  }
  .social-share .icon-wechat .wechat-qrcode {
    left: -18.1335rem;
    border: 0.2667rem solid #eee;
    top: -54.6667rem;
    width: 42.6665rem;
    height: 50.6665rem;
    font-size: 3.2rem;
    box-shadow: 0 0.5335rem 2.6665rem #aaa;
  }
  .social-share .icon-wechat .wechat-qrcode h4 {
    height: 6.9335rem;
    line-height: 6.9335rem;
    font-size: 3.2rem;
  }
  .social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 26.6665rem;
    margin: 2.6665rem auto;
    margin-bottom: 1.8667rem !important;
  }
  .social-share .icon-wechat .wechat-qrcode .qrcode table {
    width: 26.6665rem !important;
    height: 26.6665rem !important;
  }
  .social-share .icon-wechat .wechat-qrcode .help p {
    line-height: 5.3335rem;
    font-size: 3.7335rem;
  }
  .table-details table thead > tr > th {
    color: #fff;
    font-size: 4.2667rem;
    padding: 4rem 2.6667rem;
    border: #0d0c0d solid 0.8003rem !important;
  }
  .table-details table tbody tr td {
    font-size: 4.2667rem;
    padding: 4rem 2.6667rem !important;
  }
  .table-details table tbody tr td p,
  .table-details table tbody tr td font,
  .table-details table tbody tr td span,
  .table-details table tbody tr td strong {
    font-size: 4.2667rem !important;
  }
  .wrap-appendix p {
    font-size: 4.8rem;
    margin-bottom: 4.0003rem;
    margin-top: 7.4665rem;
  }
  body .container-ny .search-header {
    margin-bottom: 8rem;
  }
  body .container-ny .search-header .search .wrapper .search-header-info {
    line-height: 6.9333rem;
    margin-left: 5.3333rem;
    margin-right: 5.3333rem;
  }
  .search-text-several .mod .body .group-3 {
    margin-left: 5.3333rem !important;
  }
  .pagination a,
  .pagination span,
  .pagination input,
  .pagination button {
    height: 10.6667rem;
    min-width: 10.6667rem;
    line-height: 10.6667rem;
    font-size: 3.7333rem;
    margin: 0 0.5333rem !important;
    padding: 0 4rem !important;
  }
  .search-text-several .address {
    margin-top: 2.6667rem;
  }
}