/*多行溢出*/
/*网站响应样式*/
@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) {
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-md,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
  nav.navbar ul.navbar-nav > li {
    margin-right: 143px;
  }
  .index-box1 .nivoSlider {
    height: 560px;
  }
  .m34 {
    margin: 0 -20px;
  }
  .p34 {
    padding: 0 20px;
  }
  .m30 {
    margin: 0 -20px;
  }
  .p30 {
    padding: 0 20px;
  }
  .news-list .img-box {
    height: 390px;
  }
  .right-news-list .img-box {
    height: 154px;
  }
  .right-news-list .date {
    margin-bottom: 12px;
  }
  .right-news-list .title {
    margin-bottom: 20px;
  }
  .right-news-list .info {
    padding: 4px 10px 0;
  }
  .tjzl-link .img-box {
    height: 390px;
  }
  .zlcs-index-list .bottom-info {
    padding: 30px 30px 5px 30px;
  }
  .zlcs-index-list .bottom-info img {
    width: 176px;
  }
  .zlcs-index-list .info .desc {
    -webkit-line-clamp: 6;
    max-height: 180px;
  }
  .footer .foot-nav > li {
    margin-right: 50px;
  }
  .zdxm-list-link .img-box {
    height: 247px;
  }
  .zlcs-link .img-box {
    height: 290px;
  }
  .zlcs-ny-list-link:hover .info {
    padding: 30px 20px 10px 20px;
  }
  .zlcs-detail-top .img-box {
    width: 465px;
  }
  .zlcs-detail-top .info {
    padding: 25px 40px;
  }
  .zlcs-detail-top .title {
    margin-bottom: 20px;
  }
  .cggs-list .img-box {
    height: 247px;
  }
  .lxwm-box .img-box {
    width: 530px;
    height: 362px;
  }
  .cgcs-zl-table thead th {
    padding: 10px 12px;
  }
  .cgcs-zl-table tbody tr td {
    padding: 10px 12px;
  }
}
@media (max-width: 1279px) {
  .head-logo {
    width: 760px;
  }
  .head-right {
    margin-top: 18px;
  }
  nav.navbar ul.navbar-nav > li {
    margin-right: 121px;
  }
  .index-box1 .nivoSlider {
    height: 470px;
  }
  .zdcy-list li {
    height: 500px;
  }
  .m34,
  .m23,
  .m30,
  .m25 {
    margin: 0 -15px;
  }
  .p34,
  .p23,
  .p30,
  .p25 {
    padding: 0 15px;
  }
  .news-list .img-box {
    height: 356px;
  }
  .right-news-list .img-box {
    height: 142px;
  }
  .right-news-list .date div:nth-child(1) {
    font-size: 32px;
  }
  .right-news-list .date {
    font-size: 14px;
  }
  .right-news-list .title {
    line-height: 26px;
    height: 78px;
  }
  .right-news-list .title {
    margin-bottom: 18px;
  }
  .tjzl-link .img-box {
    height: 356px;
  }
  .zlcs-index-list .bottom-info img {
    width: 157px;
  }
  .zlcs-index-list .info .desc {
    -webkit-line-clamp: 5;
    max-height: 150px;
  }
  .footer .foot-nav > li {
    margin-right: 35px;
  }
  .zdxm-list-link .img-box {
    height: 229px;
  }
  .ny-top-banner {
    height: 300px;
  }
  .wz-list .img-box {
    width: 420px;
    height: 277px;
  }
  .wz-list .info {
    padding: 25px 35px;
  }
  .wz-list .title {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    margin-bottom: 12px;
  }
  .wz-list .desc {
    font-size: 15px;
    line-height: 26px;
    max-height: 78px;
    margin-bottom: 16px;
  }
  .zlcs-link .img-box {
    height: 268px;
  }
  .zlcs-index-list.zlcs-ny-list-link .info .desc {
    -webkit-line-clamp: 6;
    max-height: 180px;
  }
  .zlcs-detail-top .img-box {
    width: 400px;
  }
  .zlcs-detail-top .info {
    padding: 20px 30px;
  }
  .zlcs-detail-top .title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 26px;
  }
  .zlcs-detail-top .right-ewm {
    margin-left: 20px;
  }
  .zlcs-detail-top .left-cont li {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .zlcs-detail-top .view-lxfs-btn {
    width: 120px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    margin-top: 10px;
  }
  .zlcs-detail-top .left-cont.lxfs-cont.active {
    padding-top: 9px;
  }
  .zlcs-detail-bottom .title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .zlcs-detail-bottom .txt {
    font-size: 16px;
    line-height: 30px;
  }
  .zlcs-detail-bottom {
    margin-bottom: 20px;
  }
  .leadergh-dp video {
    width: 600px;
  }
  .cggs-list .img-box {
    height: 231px;
  }
  .lxwm-box .img-box {
    width: 430px;
    height: 294px;
  }
  .lxwm-box .info {
    padding: 50px 25px;
  }
  .cgcs-zl-table thead th {
    padding: 10px 8px;
  }
  .cgcs-zl-table tbody tr td {
    padding: 10px 8px;
  }
  .zdxm-tab-title li {
    padding: 20px 40px;
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .head-logo {
    width: 610px;
  }
  .head-right {
    margin-top: 10px;
  }
  nav.navbar ul.navbar-nav > li {
    margin-right: 85px;
  }
  .index-box1 .nivoSlider {
    height: 400px;
  }
  .index-box {
    padding: 60px 0;
  }
  .news-list .img-box {
    height: 297px;
  }
  .right-news-list .img-box {
    height: 112px;
  }
  .right-news-list {
    border-top: 4px solid #164691;
  }
  .right-news-list .info {
    padding: 0;
  }
  .right-news-list .title {
    margin-bottom: 23px;
    height: 52px;
    -webkit-line-clamp: 2;
  }
  .index-title h2 {
    font-size: 30px;
  }
  .index-title a {
    top: 5px;
  }
  .index-title {
    margin-bottom: 35px;
  }
  .tjzl-link .img-box {
    height: 297px;
  }
  .zlcs-index-list::before {
    height: 8px;
  }
  .tjzl-link .info::before {
    height: 8px;
  }
  .zlcs-index-list .bottom-info img {
    width: 124px;
  }
  .footer .xglink-list li {
    font-size: 14px;
    margin-right: 20px;
  }
  .footer .xglink-list li:first-child {
    margin-right: 10px;
  }
  .footer .xglink-list {
    margin-bottom: 25px;
  }
  .footer .foot-nav .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer .foot-nav > li ul li a {
    font-size: 14px;
  }
  .footer .foot-nav > li ul li {
    margin-bottom: 5px;
  }
  .zlcs-index-list .info .desc {
    -webkit-line-clamp: 4;
    max-height: 120px;
  }
  .zdxm-list-link .img-box {
    height: 190px;
  }
  .zdxm-list-link {
    margin-bottom: 40px;
  }
  .wz-list .img-box {
    width: 300px;
    height: 198px;
  }
  .wz-list .info {
    padding: 20px 25px;
  }
  .wz-list .title {
    height: 30px;
    -webkit-line-clamp: 1;
  }
  .wz-list .desc {
    max-height: 52px;
    margin-bottom: 6px;
    -webkit-line-clamp: 2;
  }
  .zlcs-link .img-box {
    height: 222px;
  }
  .zlcs-link {
    margin-bottom: 40px;
  }
  .zlcs-detail-top .info {
    padding: 17px 30px;
  }
  .zlcs-detail-top {
    margin-bottom: 30px;
  }
  .zdxm-detail-banner .zdxm-detail-top-title {
    font-size: 34px;
    line-height: 40px;
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .zdxm-detail-banner {
    padding: 24px 0 80px 0;
  }
  .zdxm-detail-box .lxfs-box ul li {
    margin-right: 40px;
  }
  .zdxm-detail-box .lxfs-title {
    padding-right: 30px;
    margin-right: 30px;
  }
  .zdxm-tab-title li {
    padding: 18px 32px;
    font-size: 20px;
    line-height: 30px;
  }
  .zdxm-bg {
    padding: 35px 50px 50px;
  }
  .zdxm-detail-box {
    padding: 30px 0 50px 0;
  }
  .cggs-list .img-box {
    height: 191px;
  }
  .jggk-dp .img-box {
    width: 350px;
    margin-left: 30px;
  }
  .jggk-dp {
    margin-bottom: 20px;
  }
  .lxwm-box .img-box {
    width: 350px;
    height: 240px;
  }
  .lxwm-box .info {
    padding: 20px 15px;
  }
  .lxwm-box .cont {
    margin-left: 30px;
    padding-top: 20px;
  }
  .xzzx-list a::before {
    height: 8px;
  }
  .xzzx-list a {
    margin-bottom: 40px;
    padding: 30px 25px;
  }
}
@media (max-width: 991px) {
  .header {
    border-top: 4px solid #183884;
    padding-bottom: 20px;
  }
  .head-logo {
    float: none;
    display: block;
  }
  .head-right {
    float: none;
    margin-top: 15px;
  }
  .search-cont {
    width: calc(100% - 90px);
  }
  .nav-wrap {
    display: none;
  }
  nav.navbar {
    display: none;
  }
  .toggle {
    display: block;
    top: 13px;
    right: 15px;
  }
  .toggle span,
  .toggle span::before,
  .toggle span::after {
    background: #183884;
  }
  .toggle:hover span,
  .toggle:hover span::before,
  .toggle:hover span::after {
    background: #183884;
  }
  .hc-mobile-nav .nav-wrapper {
    background: #004098;
  }
  .hc-mobile-nav li.nav-close a,
  .hc-mobile-nav li.nav-back a {
    color: #004098;
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .hc-mobile-nav:not(.touch-device) a:hover {
    color: #004098;
    background: #fff;
  }
  .hc-mobile-nav:not(.touch-device) a:hover span.nav-next::before {
    border-top: 2px solid #004098;
    border-left: 2px solid #004098;
  }
  .hc-mobile-nav li.nav-close span::before,
  .hc-mobile-nav li.nav-close span::after {
    border-top: 2px solid #004098;
    border-left: 2px solid #004098;
  }
  .hc-mobile-nav li.nav-back span::before {
    border-top: 2px solid #004098;
    border-left: 2px solid #004098;
  }
  .hc-mobile-nav li.nav-close a:hover,
  .hc-mobile-nav li.nav-back a:hover {
    background: #fff;
  }
  .hc-mobile-nav h2 {
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .hc-mobile-nav a[href]:not([href="#"]) > span.nav-next {
    border-left: none;
  }
  .hc-mobile-nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .index-box1 .nivoSlider {
    height: 340px;
  }
  .index-box {
    padding: 50px 0;
  }
  .zdcy-list .zdcy-list-link .top img {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
  }
  .zdcy-list .zdcy-list-link .top .title {
    font-size: 18px;
    line-height: 25px;
  }
  .zdcy-list li {
    width: 90px;
    height: 380px;
  }
  .zdcy-list .zdcy-list-link {
    padding: 30px 15px;
  }
  .zdcy-list li.active {
    width: calc(100% - 20px - 270px);
  }
  .zdcy-list li.active:nth-child(1) {
    width: calc(100% - 10px - 270px);
  }
  .zdcy-list li.active:nth-child(4) {
    width: calc(100% - 10px - 270px);
  }
  .zdcy-list li.active .bottom {
    padding: 20px;
  }
  .zdcy-list .zdcy-list-link .bottom img {
    width: 35px;
    height: 35px;
  }
  .zdcy-list .zdcy-list-link .bottom .info {
    padding-top: 0px;
  }
  .zdcy-list .zdcy-list-link .bottom .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .zdcy-list .zdcy-list-link .bottom::before {
    top: 26px;
    right: 30px;
  }
  .zdcy-list li.active .bottom:hover::before {
    right: 20px;
  }
  .news-list .img-box {
    height: 455px;
  }
  .news-swiper {
    margin-bottom: 40px;
  }
  .right-news-list .img-box {
    height: 192px;
  }
  .tjzl-link .img-box {
    height: auto;
  }
  .footer .foot-logo {
    width: 100%;
  }
  .footer .foot-nav {
    float: none;
  }
  .footer .foot-bottom .info {
    float: none;
  }
  .ny-top-banner {
    height: 230px;
  }
  .col-ny-3,
  .col-ny-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .zdxm-list-link .img-box {
    height: 186px;
  }
  .zlcs-link .img-box {
    height: 217px;
  }
  .zlcs-detail-top .img-box {
    float: none;
    margin: 0 auto;
  }
  .zlcs-detail-top {
    padding: 20px;
  }
  .zlcs-detail-top .info {
    padding: 22px 0 0;
  }
  .tw-list .img-box {
    width: 270px;
    height: 178px;
    margin-left: 30px;
  }
  .tw-list .title {
    margin-bottom: 15px;
  }
  .tw-list .date {
    margin-bottom: 15px;
  }
  .fy-box {
    padding-bottom: 20px;
  }
  .cggs-list .img-box {
    height: 138px;
  }
  .cggs-list a {
    margin-bottom: 40px;
  }
  .cggs-list .title {
    font-size: 16px;
    padding: 14px 5px;
  }
  .zdxm-tab-title li {
    padding: 16px 20px;
    font-size: 18px;
    line-height: 26px;
  }
  .cgcs-zl-xl {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .head-logo {
    width: 285px;
  }
  .toggle {
    top: 35px;
  }
  .head-logo img:nth-child(1) {
    display: none;
  }
  .head-logo img:nth-child(2) {
    display: block;
  }
  .index-box1 .nivoSlider {
    height: 220px;
  }
  .index-box {
    padding: 30px 0;
  }
  .head-right {
    margin-top: 20px;
  }
  .index-title {
    margin-bottom: 30px;
  }
  .index-title h2 {
    font-size: 22px;
    text-align: left;
    line-height: 30px;
  }
  .index-title a {
    top: 0;
    line-height: 30px;
  }
  .index-title a::before {
    top: 14px;
  }
  .index-title a::after {
    top: 12px;
  }
  .news-list .img-box {
    height: 228px;
  }
  .news-list .title {
    padding: 0 120px 14px 15px;
    font-size: 16px;
    line-height: 24px;
    overflow: visible;
    white-space: normal;
  }
  .index-box3 .news-page {
    right: 15px;
  }
  .news-swiper {
    margin-bottom: 30px;
  }
  .right-news-list {
    margin-bottom: 30px;
    padding: 15px;
  }
  .right-news-list .date div:nth-child(1) {
    font-size: 28px;
  }
  .right-news-list .title {
    font-size: 16px;
    margin-bottom: 20px;
    height: auto;
    display: block;
  }
  .right-news-list .img-box {
    height: auto;
  }
  .index-box3 {
    padding-bottom: 1px;
  }
  .zlcs-index-list::before {
    height: 5px;
  }
  .zlcs-index-list .bottom-info {
    padding: 20px 20px 5px 20px;
  }
  .tjzl-link .info {
    padding: 20px 15px;
  }
  .tjzl-link .info::before {
    height: 5px;
  }
  .tjzl-link .title {
    font-size: 18px;
    overflow: visible;
    white-space: normal;
    margin-bottom: 12px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .xglink-list {
    margin-bottom: 15px;
  }
  .footer .foot-bottom {
    margin-top: 20px;
    padding-top: 20px;
  }
  .footer .foot-nav {
    display: flex;
    justify-content: space-between;
  }
  .footer .foot-nav > li {
    margin-right: 5px;
  }
  .footer .foot-nav .title {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .footer .foot-nav > li ul li a {
    font-size: 12px;
    line-height: 16px;
  }
  .footer .foot-bottom .ewm {
    margin-right: 20px;
    font-size: 12px;
    padding-top: 5px;
  }
  .footer .foot-bottom .ewm img {
    width: 70px;
    height: 70px;
  }
  .footer .foot-bottom .cont {
    font-size: 12px;
    line-height: 20px;
  }
  .footer .foot-bottom .cont span,
  .footer .foot-bottom .cont a {
    font-size: 12px;
    line-height: 20px;
  }
  .footer .foot-bottom .info {
    margin-top: 15px;
  }
  .zdcy-list li {
    float: none;
    width: 100%;
    height: 50px;
  }
  .zdcy-list .zdcy-list-link {
    padding: 5px 10px;
  }
  .zdcy-list .zdcy-list-link .top::before {
    left: auto;
    transform: translateX(0);
    width: 22px;
    height: 16px;
    background: url(cgcs-icon9.png) no-repeat center / 100% 100%;
    animation: none;
    right: 15px;
    bottom: 12px;
  }
  .zdcy-list .zdcy-list-link .top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
  }
  .zdcy-list .zdcy-list-link .top img {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
  }
  .zdcy-list .zdcy-list-link .top .title {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 12px;
  }
  .zdcy-list li.active {
    width: 100% !important;
    margin: 0;
    height: 210px;
  }
  .zdcy-list .zdcy-list-link .bottom .title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .zdcy-list .zdcy-list-link .bottom .desc {
    line-height: 24px;
    height: 48px;
  }
  .ny-top-banner {
    height: 180px;
  }
  .right-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .right-title .title {
    font-size: 22px;
    float: none;
    margin-bottom: 5px;
  }
  .bread-crumbs {
    float: none;
    font-size: 14px;
    padding-left: 0;
    background: none !important;
  }
  .zdxm-list-link {
    margin-bottom: 30px;
  }
  .zdxm-list-link .img-box {
    height: auto;
  }
  .zdxm-ny-list .col-md-6:last-child .zdxm-list-link {
    margin-bottom: 0;
  }
  .wz-list .img-box {
    float: none !important;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .wz-list a {
    padding: 20px 15px;
  }
  .wz-list {
    padding-top: 0;
  }
  .wz-list li {
    margin-bottom: 30px;
  }
  .wz-list li:last-child {
    margin-bottom: 0;
  }
  .wz-list .info {
    padding: 15px 0 0;
  }
  .wz-list .title {
    display: block;
    height: auto;
  }
  .wz-list .desc {
    -webkit-line-clamp: 3;
    max-height: 78px;
  }
  .zlcs-link .img-box {
    height: auto;
  }
  .zlcs-link .info {
    padding: 20px 15px 15px 15px;
  }
  .zlcs-link .title {
    font-size: 18px;
    overflow: hidden;
    white-space: normal;
  }
  .zlcs-link {
    margin-bottom: 30px;
  }
  .zlcs-index-list.zlcs-ny-list-link {
    margin-bottom: 30px;
  }
  .zlcs-ny-dplist li:last-child .zlcs-index-list.zlcs-ny-list-link {
    margin-bottom: 0;
  }
  .zlcs-detail-top .img-box {
    width: 100%;
  }
  .zlcs-detail-top .title {
    font-size: 18px;
  }
  .zlcs-detail-top .right-ewm {
    width: 70px;
  }
  .zlcs-detail-top .left-cont li {
    float: none;
    min-width: 100% !important;
  }
  .zlcs-detail-bottom .title {
    font-size: 16px;
    padding: 7px 25px;
  }
  .zlcs-detail-bottom .title::before {
    width: 3px;
    height: 17px;
    left: 15px;
  }
  .zlcs-detail-bottom .txt {
    font-size: 15px;
    line-height: 28px;
  }
  .zlcs-detail-bottom {
    margin-bottom: 0;
  }
  .zdxm-detail-banner {
    padding: 15px 0 50px 0;
  }
  .zdxm-detail-banner .zdxm-detail-top-title {
    font-size: 22px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .zdxm-detail-banner .zdxm-detail-top-title::before {
    bottom: -14px;
    height: 2px;
  }
  .zdxm-detail-banner .zdxm-detail-top-desc {
    line-height: 30px;
  }
  .zdxm-detail-box .lxfs-box {
    margin-top: -55px;
    height: auto;
    padding: 10px 15px;
  }
  .zdxm-detail-box .lxfs-title {
    float: none;
    padding-right: 0;
    margin-right: 0;
    font-size: 20px;
  }
  .zdxm-detail-box .lxfs-title::before {
    display: none;
  }
  .zdxm-detail-box .lxfs-box ul li {
    float: none;
    margin-right: 0;
    font-size: 15px;
  }
  .zdxm-tab-title li:nth-child(2n):before {
    display: none;
  }
  .zdxm-tab-title li {
    padding: 10px 15px;
    font-size: 16px;
    width: 50%;
    text-align: center;
  }
  .zdxm-tab-title li::after {
    height: 3px;
  }
  .zdxm-bg {
    padding: 20px 15px;
    line-height: 30px;
  }
  .zdxm-bg img {
    max-width: 100%;
  }
  .zdxm-detail-box {
    padding: 30px 0;
  }
  .tw-list .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .tw-list .title {
    font-size: 18px;
    overflow: visible;
    white-space: normal;
    margin-bottom: 10px;
  }
  .tw-list .date {
    font-size: 14px;
  }
  .tw-list {
    margin-bottom: 30px;
  }
  .fy-box {
    padding-bottom: 0;
  }
  .details-page .detail-top .title-s {
    font-size: 22px;
  }
  .details-page .detail-top .top-other .other-info {
    float: none;
  }
  .details-page .detail-top .top-other .other-share {
    display: none;
  }
  .details-page .detail-top {
    margin-bottom: 25px;
  }
  .details-page .main-cont.cont-xilan img {
    max-width: 100%;
  }
  .details-page {
    margin-bottom: 0;
  }
  .leadergh-dp video {
    width: 100%;
  }
  .leadergh-dp {
    font-size: 16px;
    line-height: 30px;
  }
  .hjzs-top .img-box {
    height: 260px;
  }
  .hjzs-top .swiper-button-next {
    right: 10px;
  }
  .hjzs-top .swiper-button-prev {
    left: 10px;
  }
  .hjzs-top .swiper-button-prev,
  .hjzs-top .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .hjzs-top {
    margin-bottom: 25px;
  }
  .hjzs-thumbs {
    margin-bottom: 0;
  }
  .hjzs-thumbs .img-box {
    height: 60px;
  }
  .cggs-list .img-box {
    height: auto;
  }
  .cggs-list a {
    margin-bottom: 30px;
  }
  .cggs-list .col-md-4:last-child a {
    margin-bottom: 0;
  }
  .jggk-dp .img-box {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .jggk-dp .info {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
  }
  .jggk-dp {
    margin-bottom: 0;
  }
  .lxwm-box .img-box {
    float: none;
    width: 100%;
    height: auto;
  }
  .lxwm-box .cont {
    margin-left: 0;
  }
  .lxwm-box .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .lxwm-box .cont p {
    font-size: 14px;
  }
  .lxwm-box {
    margin-bottom: 0;
  }
  .xzzx-list a {
    margin-bottom: 30px;
    padding: 20px 15px;
  }
  .xzzx-list .title {
    font-size: 18px;
    overflow: visible;
    white-space: normal;
    margin-bottom: 10px;
  }
  .xzzx-list a::before {
    height: 4px;
  }
  .lg-outer .lg-object {
    max-width: 70%;
  }
  .leadergh-dp .xgplayer-skin-default {
    width: 100% !important;
    height: 200px !important;
  }
  .cgcs-zl-table {
    margin-bottom: 30px;
  }
  .cgcs-zl-xl li .title {
    width: 145px;
    padding: 10px 12px;
  }
  .cgcs-zl-xl li {
    padding-left: 145px;
  }
  .cgcs-zl-xl li .txt {
    padding: 10px 15px;
  }
  .cgcs-zl-xl {
    margin-bottom: 0;
  }
  .cgcs-zl-sjlm li {
    margin-right: 20px;
  }
  .cgcs-zl-sjlm a {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 20px;
    border-radius: 10px;
  }
}
