/*多行溢出*/
/*网站响应样式*/
@media (max-width: 991px) {
  /*other-menu*/
  .other-menu {
    display: none;
  }
}
@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-01 .info-top .box-info {
    padding: 20px 15px;
  }
  .comp-personnel-details-01 .info-top .box-info .info-table {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-01 .info-top .box-info .info-table .table-row {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-01 .info-top .box-info .info-table .table-call {
    display: block;
    width: 100%;
  }
  .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;
  }
  .comp-personnel-details-03 .details-info {
    float: none;
  }
}
/*网站响应样式*/
@media (max-width: 1499px) {
  .zhxw-left-box .img-box {
    height: 245px;
  }
  .zhxw-list a {
    height: 82px;
  }
  .tzgg-box li {
    margin-bottom: 40px;
  }
  .tzgg-box ul#scroll-01 {
    height: 420px;
  }
  .m22 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .p22 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rcdw-scroll {
    margin: -15px -15px;
  }
  .rcdw-scroll .swiper-slide {
    padding: 15px 15px;
  }
  .ry-list {
    box-shadow: 0px 0px 15px 4px rgba(0, 48, 85, 0.18);
  }
  .ry-list .img-box {
    height: 235px;
  }
  .rc-list li {
    margin-bottom: 11px;
  }
  .banner-swiper {
    width: 784px;
  }
  .banner-box {
    height: 517px;
  }
  .kjdt-left-box {
    height: 517px;
    padding: 25px 40px 20px 40px;
  }
  .kjdt-list li {
    margin-bottom: 10px;
  }
  .kjdt-list {
    margin-top: 14px;
    padding-top: 14px;
  }
  .kjdt-top-link .title {
    font-size: 18px;
    line-height: 28px;
    max-height: 56px;
    margin-bottom: 12px;
  }
  .kjdt-top-link .date {
    margin-bottom: 7px;
  }
  .m40,
  .m45 {
    margin: 0 -20px;
  }
  .p40,
  .p45 {
    padding: 0 20px;
  }
  .leadered-box .leadered-link .img-box {
    height: 236px;
  }
  .ktz-box {
    height: 390px;
  }
  .zzzg-list .img-box {
    height: 208px;
  }
  .rcdw-list .img-box {
    height: 247px;
  }
  .bhs-list .img-box {
    height: 180px;
  }
  .znxc-list .img-box {
    height: 180px;
  }
}
@media (max-width: 1279px) {
  .top-logo {
    width: 540px;
  }
  .p80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .index-box1 {
    padding-top: 40px;
  }
  .zhxw-left-box .img-box {
    height: 227px;
  }
  .zhxw-list a {
    height: 78px;
  }
  .index-tab-title .title span {
    font-size: 20px;
  }
  .index-title .title span {
    font-size: 20px;
  }
  .index-tab-title .title::before {
    width: 114px;
  }
  .index-title .title::before {
    width: 114px;
  }
  .tzgg-box ul#scroll-01 {
    height: 400px;
  }
  .tzgg-box li {
    margin-bottom: 35px;
  }
  .ry-list .img-box {
    height: 215px;
  }
  .rc-list li {
    margin-bottom: 9px;
  }
  .banner-swiper {
    width: 729px;
  }
  .banner-box {
    height: 480px;
  }
  .kjdt-left-box {
    height: 480px;
    padding: 20px 30px 15px 30px;
  }
  .kjdt-left-box .index-title {
    margin-bottom: 15px;
  }
  .kjdt-top-link .title {
    max-height: 28px;
    -webkit-line-clamp: 1;
  }
  .leadered-box .leadered-link .img-box {
    height: 216px;
  }
  .ktz-box {
    height: 362px;
  }
  .zzzg-list .img-box {
    height: 190px;
  }
  .rcdw-list .img-box {
    height: 226px;
  }
  .bhs-list .img-box {
    height: 166px;
  }
  .znxc-list .img-box {
    height: 166px;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
    padding: 8px 0;
  }
  nav.navbar.bootsnav {
    min-height: 46px;
  }
  .m30,
  .m20,
  .m40,
  .m45,
  .m25,
  .m16 {
    margin: 0 -15px;
  }
  .p30,
  .p20,
  .p40,
  .p45,
  .p25,
  .p16 {
    padding: 0 15px;
  }
  .banner-swiper {
    width: 607px;
  }
  .zhxw-left-box .img-box {
    height: 190px;
  }
  .zhxw-list a div {
    max-height: 26px;
    -webkit-line-clamp: 1;
  }
  .zhxw-list a {
    height: 71px;
  }
  .banner-box {
    height: 400px;
  }
  .kjdt-left-box {
    height: 400px;
    padding: 15px 20px 12px 20px;
  }
  .kjdt-left-box .index-title .title span {
    font-size: 18px;
  }
  .kjdt-left-box .index-title a {
    font-size: 14px;
  }
  .kjdt-list {
    margin-top: 7px;
    padding-top: 7px;
  }
  .kjdt-list li a {
    font-size: 14px;
  }
  .kjdt-list li {
    margin-bottom: 2px;
  }
  .index-tab-title .title img {
    margin-right: 5px;
    width: 20px;
  }
  .index-title .title img {
    margin-right: 5px;
    width: 20px;
  }
  .tzgg-box li {
    margin-bottom: 27px;
  }
  .tzgg-box ul#scroll-01 {
    height: 368px;
  }
  .ry-list {
    margin-top: 10px;
    box-shadow: 0px 0px 24px 4px rgba(0, 48, 85, 0.18);
    border-radius: 0px 4px 0px 20px;
  }
  .ry-list .img-box {
    margin-top: -20px;
    height: 175px;
    border-radius: 0px 20px 0px 20px;
  }
  .rc-list li {
    margin-bottom: 4px;
  }
  .footer {
    padding: 45px 0;
  }
  .tzgg-box .date div:nth-child(1) {
    font-size: 20px;
  }
  .left-nav {
    padding-left: 6px;
  }
  .left-nav .menu-title {
    font-size: 20px;
    min-height: 70px;
  }
  .left-nav .menu-cont {
    padding-left: 10px;
  }
  .left-nav .menu-cont .box-a .a-title {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 40px 10px 20px;
  }
  .left-nav .menu-cont .box-a .a-title::after {
    right: 20px;
    top: 10px;
  }
  .ny-right-box .right-title {
    padding-top: 0px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .ny-right-box .right-title .fl {
    font-size: 22px;
    line-height: 30px;
  }
  .ny-right-box .right-title .fl::before {
    bottom: -19px;
  }
  .leadered-box .leadered-link .img-box {
    height: 178px;
  }
  .leadered-box .leadered-link {
    margin-bottom: 20px;
  }
  .lsyg-list .date {
    width: 150px;
    font-size: 22px;
    line-height: 30px;
  }
  .lsyg-list .date::before {
    top: 25px;
  }
  .lsyg-list li::before {
    left: 70px;
  }
  .lsyg-list .date::after {
    left: 57px;
    top: 150px;
  }
  .lsyg-list img {
    height: 150px;
  }
  .lsyg-list .info {
    padding: 12px 20px 20px 20px;
  }
  .lsyg-list li {
    margin-bottom: 40px;
  }
  .lsyg-list .scroll {
    max-height: 205x;
  }
  .yjdw-list-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 30px;
    height: 146px;
    margin-bottom: 30px;
  }
  .yjdw-list-link .icon {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
  .yjdw-list-link .title {
    font-size: 22px;
  }
  .yjdw-list-link {
    padding: 10px 20px;
    height: 120px;
  }
  .lw-list li {
    width: 20%;
  }
  .lw-list li:nth-child(6n+1) {
    clear: none;
  }
  .lw-list li:nth-child(5n+1) {
    clear: left;
  }
  .lw-list a {
    height: 50px;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 10px 5px;
  }
  .yjpt-list-link {
    height: 90px;
    margin-bottom: 25px;
  }
  .lxwm-box .info {
    padding: 45px 30px 30px 45px;
  }
  .lxwm-box .map {
    height: 430px;
  }
  .details-page .detail-top .title-s {
    font-size: 22px;
  }
  .details-page .detail-top .top-other .other-info span:nth-child(1) {
    margin-right: 20px;
  }
  .details-page .main-cont.cont-xilan img {
    max-width: 100%;
  }
  .details-page .main-cont .qk {
    margin-bottom: 20px;
  }
  .ktz-box {
    height: 300px;
  }
  .ktz-box .ktz-title {
    width: 340px;
    height: 140px;
    border-radius: 0px 40px 0px 0px;
    padding: 20px 30px 5px 30px;
    font-size: 24px;
    line-height: 30px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .yjfx-list a {
    padding: 30px 30px 30px 76px;
  }
  .yjfx-list a::before {
    top: 32px;
  }
  .yjfx-top-title {
    height: 130px;
    font-size: 24px;
    line-height: 30px;
    padding: 10px 20px;
    border-radius: 0px 50px 0px 50px;
    margin-bottom: 40px;
  }
  .kycg-wz-list .wcr,
  .kycg-wz-list .qk {
    line-height: 30px;
  }
  .kycg-wz-list a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .zzzg-list .img-box {
    height: 224px;
  }
  .zzzg-list .col-lg-5ths:nth-child(5n+1) {
    clear: none;
  }
  .zzzg-list .col-lg-5ths:nth-child(4n+1) {
    clear: left;
  }
  .ktzcy-top-tab {
    margin-bottom: 35px;
  }
  .zzzg-list a {
    margin-bottom: 40px;
  }
  .bhs-list .img-box {
    height: 135px;
  }
  .bhs-list a {
    margin-bottom: 30px;
  }
  .znxc-list .img-box {
    height: 136px;
  }
  .znxc-list .info {
    padding: 15px 20px;
  }
  .znxc-list .title {
    font-size: 16px;
  }
  .znxc-list a {
    margin-bottom: 40px;
  }
  .rcdw-list .col-md-2:nth-child(6n+1) {
    clear: none;
  }
  .rcdw-list .col-md-2:nth-child(4n+1) {
    clear: left;
  }
  .rcdw-list .img-box {
    height: 200px;
  }
  .details-page .main-cont.wzc .TRS_Editor table {
    width: 100%;
  }
  .details-page .main-cont.wzc .TRS_Editor table img {
    max-width: 80%;
  }
  .details-page .main-cont.wzc .trs_editor_view table {
    width: 100%;
  }
  .details-page .main-cont.wzc .trs_editor_view table img {
    max-width: 80%;
  }
  .leader-box {
    width: 180px;
  }
  .leader-box .img-box {
    height: 230px;
  }
  .leader-list li {
    width: 160px;
  }
  .leader-list li .leader-box .img-box {
    height: 216px;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 25px 0;
    border-bottom: 5px solid #1469AA;
  }
  .top-logo {
    display: block;
    float: none;
  }
  .search-cont {
    float: none;
    width: 100%;
    height: 40px;
    margin-top: 20px;
  }
  .nav-wrap {
    display: none;
  }
  .toggle {
    z-index: 1;
  }
  .toggle span,
  .toggle span::before,
  .toggle span::after {
    background: #1469AA;
  }
  .toggle {
    top: 47px;
    right: 15px;
  }
  .toggle:hover span,
  .toggle:hover span::before,
  .toggle:hover span::after {
    background: #1469AA;
  }
  .hc-mobile-nav .nav-wrapper {
    background: #1469AA;
  }
  .hc-mobile-nav li.nav-close a,
  .hc-mobile-nav li.nav-back a {
    background: #1469AA;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .hc-mobile-nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .hc-mobile-nav li.nav-close a:hover,
  .hc-mobile-nav li.nav-back a:hover {
    background: #1469AA;
  }
  .hc-mobile-nav h2 {
    color: #fff;
  }
  .hc-mobile-nav a[href]:not([href="#"]) > span.nav-next {
    border-left: none;
  }
  .hc-mobile-nav a,
  .hc-mobile-nav a:hover {
    color: #fff;
  }
  .banner-swiper {
    float: none;
    width: 100%;
  }
  .banner-box {
    height: 475px;
  }
  .kjdt-left-box .index-title {
    margin-bottom: 20px;
  }
  .kjdt-left-box .index-title .title span {
    font-size: 20px;
  }
  .index-title .title img {
    margin-right: 10px;
    width: 24px;
  }
  .kjdt-top-link .title {
    max-height: 56px;
    -webkit-line-clamp: 2;
  }
  .kjdt-list li a {
    font-size: 16px;
  }
  .kjdt-list li {
    margin-bottom: 12px;
  }
  .kjdt-left-box {
    height: auto;
    padding: 25px 20px;
  }
  .kjdt-list {
    margin-top: 20px;
    padding-top: 20px;
  }
  .p80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .index-box1 {
    padding-top: 30px;
  }
  .col-index-8,
  .col-index-4 {
    width: 100%;
  }
  .zhxw-left-box .img-box {
    height: 227px;
  }
  .zhxw-left-box,
  .zhxw-list {
    margin-bottom: 40px;
  }
  .zhxw-list a div {
    max-height: 52px;
    -webkit-line-clamp: 2;
  }
  .zhxw-list a {
    height: 78px;
  }
  .index-tab-title .title img {
    margin-right: 10px;
    width: 24px;
  }
  .ry-list .img-box {
    height: 215px;
  }
  .ry-list {
    margin-bottom: 40px;
  }
  .footer span,
  .footer a {
    margin-right: 10px;
  }
  .left-nav {
    display: none;
  }
  .col-ny-md9,
  .col-ny-md3 {
    width: 100%;
  }
  .leadered-box .group-title {
    margin-bottom: 20px;
  }
  .leadered-box .leadered-link .img-box {
    height: 270px;
  }
  .group-main .col-md-3:nth-child(4n+1) {
    clear: none;
  }
  .group-main .col-md-3:nth-child(3n+1) {
    clear: left;
  }
  .yjdw-list .col-md-4:nth-child(3n+1) {
    clear: none;
  }
  .yjdw-list .col-md-4:nth-child(2n+1) {
    clear: left;
  }
  .yjpt-list .col-md-4:nth-child(3n+1) {
    clear: none;
  }
  .yjpt-list .col-md-4:nth-child(2n+1) {
    clear: left;
  }
  .lxwm-box {
    margin-bottom: 0px;
  }
  .lxwm-box .map {
    height: 390px;
  }
  .lxwm-box .info {
    padding: 40px 25px 25px 30px;
  }
  .lxwm-box .info h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
  }
  .lxwm-box .info h1::before {
    bottom: -20px;
  }
  .tw-list .img-box {
    width: 240px;
    height: 158px;
    margin-right: 25px;
  }
  .tw-list .info {
    padding-top: 0px;
  }
  .tw-list .title {
    margin-bottom: 10px;
  }
  .tw-list .desc {
    margin-bottom: 10px;
  }
  .ktz-box {
    height: 320px;
  }
  .zzzg-list .img-box {
    height: 240px;
  }
  .bhs-list .img-box {
    height: 144px;
  }
  .znxc-list .img-box {
    height: 145px;
  }
  .ph-left-nav {
    display: block;
    margin-bottom: 30px;
    padding: 0;
  }
  .ph-left-nav .menu-title {
    display: none;
  }
  .ph-left-nav .menu-cont {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .ph-left-nav .menu-cont .box-a {
    width: 16.6666666%;
  }
  .ph-left-nav .menu-cont .box-a .a-title {
    padding: 5px 15px;
    text-align: center;
  }
  .ph-left-nav .menu-cont .box-a .a-title::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 25px 0 20px;
  }
  .top-logo {
    width: 300px;
  }
  .toggle {
    top: 26px;
    right: 14px;
  }
  .banner-box {
    height: auto;
  }
  .banner-swiper .banner-page {
    display: none;
  }
  .banner-box .banner-title {
    bottom: 20px;
    padding: 0 20px;
  }
  .kjdt-top-link .title {
    max-height: none;
    display: block;
    margin-bottom: 18px;
  }
  .kjdt-top-link .date {
    margin-bottom: 15px;
  }
  .kjdt-list li a {
    overflow: visible;
    white-space: normal;
  }
  .zhxw-left-box .img-box {
    height: auto;
  }
  .zhxw-left-box .info {
    padding: 20px 15px;
  }
  .zhxw-left-box .title {
    margin-bottom: 10px;
    max-height: none;
    display: block;
  }
  .zhxw-list a {
    height: 90px;
  }
  .footer {
    padding: 30px 0;
  }
  .rc-list .title {
    padding-right: 0px;
    overflow: hidden;
    white-space: normal;
  }
  .rc-list .date {
    padding-left: 25px;
    position: static;
  }
  .rc-list li {
    margin-bottom: 12px;
  }
  .ry-list .img-box img {
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px 20px 0px 20px;
  }
  .leadered-box .group-title {
    padding: 10px 20px;
  }
  .leadered-box .leadered-link .img-box {
    height: 177px;
  }
  .leadered-box .leadered-link .img-box img {
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .leadered-box .leadered-link .name {
    margin-bottom: 6px;
  }
  .leadered-box .leadered-link .js {
    line-height: 26px;
  }
  .leadered-box .leadered-link .time {
    line-height: 24px;
  }
  .leadered-box > li {
    margin-bottom: 15px;
  }
  .group-main .col-md-3:nth-child(3n+1) {
    clear: none;
  }
  .group-main .col-md-3:nth-child(2n+1) {
    clear: left;
  }
  .leadered-box > li::before {
    top: 27px;
  }
  .leadered-box > li::after {
    top: 34px;
  }
  .ny-box {
    padding: 40px 0 30px;
  }
  .leadered-box::before {
    bottom: 15px;
  }
  .wz-list a {
    padding: 12px 20px;
  }
  .wz-list .title {
    overflow: visible;
    white-space: normal;
    padding: 0 0 0 15px;
  }
  .wz-list .title::before {
    left: -6px;
  }
  .wz-list .date {
    position: static;
    padding-left: 15px;
  }
  .comp-pages {
    padding-top: 30px;
  }
  .ny-right-box .right-title {
    padding-bottom: 8px;
  }
  .ny-right-box .right-title .fl {
    float: none;
  }
  .ny-right-box .right-title .fl::before {
    display: none;
  }
  .ny-right-box .bread-crumbs {
    float: none;
  }
  .lsyg-list {
    margin-top: 20px;
  }
  .lsyg-list li {
    margin-bottom: 30px;
  }
  .lsyg-list li:last-child {
    margin-bottom: 0;
  }
  .lsyg-list li::before {
    left: 40px;
  }
  .lsyg-list .date {
    width: 80px;
    font-size: 16px;
    padding: 5px 3px;
    margin-right: 30px;
  }
  .lsyg-list .date::before {
    right: -25px;
    width: 20px;
    top: 20px;
  }
  .lsyg-list .date::after {
    left: 27px;
    top: 130px;
  }
  .lsyg-list .info {
    padding: 12px 15px 15px 15px;
  }
  .lsyg-list .title {
    line-height: 26px;
  }
  .lsyg-list img {
    height: auto;
  }
  .lsyg-list .scroll {
    max-height: 180px;
  }
  .lw-list li:nth-child(5n+1) {
    clear: none;
  }
  .lw-list li:nth-child(3n+1) {
    clear: left;
  }
  .lw-list li {
    width: 33.33333333%;
  }
  .yjpt-list-link {
    height: auto;
    padding: 25px 60px 25px 20px;
    font-size: 16px;
  }
  .lxwm-box {
    margin-bottom: 0px;
  }
  .lxwm-box .map {
    float: none;
    width: 100%;
    height: 300px;
  }
  .lxwm-box .info {
    padding: 25px 15px;
  }
  .lxwm-box .info p {
    margin-bottom: 10px;
  }
  .tw-list li {
    margin-bottom: 30px;
  }
  .tw-list .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .tw-list .info {
    padding-left: 0px;
    padding-top: 14px;
  }
  .tw-list .title {
    overflow: visible;
    white-space: normal;
  }
  .fy-box .comp-pages {
    padding-top: 0px;
  }
  .details-page .detail-top .title-s {
    font-size: 20px;
  }
  .details-page .cont-page {
    margin-top: 20px;
    padding-top: 20px;
  }
  .ktz-box {
    height: auto;
  }
  .ktz-box .ktz-title {
    width: 100%;
    height: auto;
    border-radius: 0px 20px 0px 0px;
    padding: 6px 20px;
    font-size: 20px;
  }
  .ktz-box .ktz-title > div {
    padding-bottom: 0px;
  }
  .ktz-box .ktz-title > div span::before {
    display: none;
  }
  .ktz-index-swiper .ktz-page {
    display: none;
  }
  .mb80 {
    margin-bottom: 30px;
  }
  .ktz-index-title {
    margin-bottom: 20px;
  }
  .ktz-index-title .title {
    font-size: 18px;
    min-width: 190px;
    padding: 5px 10px 5px 40px;
  }
  .ktz-index-title a {
    font-size: 14px;
    margin-top: 5px;
  }
  .yjfx-list a {
    font-size: 16px;
    padding: 12px 10px 12px 40px;
  }
  .yjfx-list a::before {
    top: 20px;
    left: 12px;
    width: 16px;
    height: 16px;
    border: 4px solid #A7C7DF;
  }
  .zndt-list li:last-child {
    margin-bottom: 0;
  }
  .zndt-list a {
    padding: 20px;
  }
  .zndt-list .title {
    overflow: visible;
    white-space: normal;
    margin-bottom: 8px;
  }
  .yjfx-top-title {
    height: auto;
    font-size: 18px;
    line-height: 32px;
    padding: 15px 20px;
    border-radius: 0px 30px 0px 30px;
    margin-bottom: 30px;
  }
  .yjfx-txt {
    font-size: 16px;
    line-height: 30px;
  }
  .yjfx-txt b,
  .yjfx-txt strong {
    font-size: 18px;
  }
  .kycg-wz-list .title {
    max-height: none;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .kycg-wz-list .wcr,
  .kycg-wz-list .qk {
    font-size: 14px;
  }
  .ktzcy-top-tab li {
    margin-right: 8px;
  }
  .ktzcy-top-tab li a {
    width: 90px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
  }
  .zzzg-list .img-box {
    height: 240px;
  }
  .zzzg-list .img-box img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .zzzg-list a {
    margin-bottom: 30px;
  }
  .bhs-list .img-box {
    height: auto;
  }
  .znxc-list .img-box {
    height: auto;
  }
  .znxc-list a {
    margin-bottom: 30px;
  }
  .details-page .main-cont.wzc .TRS_Editor table {
    width: 100%;
  }
  .details-page .main-cont.wzc .TRS_Editor table img {
    max-width: 100%;
  }
  .details-page .main-cont.wzc .trs_editor_view table {
    width: 100%;
  }
  .details-page .main-cont.wzc .trs_editor_view table img {
    max-width: 100%;
  }
  .znxc-list .title {
    height: auto;
    display: block;
  }
  .ph-left-nav .menu-cont .box-a {
    width: 33.33333333%;
  }
  .ph-left-nav .menu-cont .box-a .a-title {
    font-size: 14px;
    padding: 5px 12px;
  }
  .leader-box .img-box {
    height: auto;
  }
  .leader-list {
    display: block;
  }
  .leader-list li {
    width: 180px;
    margin-right: auto;
    margin-left: auto;
  }
  .leader-list li .leader-box .img-box {
    height: auto;
  }
}
