/*多行溢出*/
/*网站响应样式*/
@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;
  }
  .banner-img {
    height: 372px;
  }
  .news-right-list li {
    margin-bottom: 6px;
  }
  .sytj-list .img-box {
    height: 183px;
  }
  .index-box3 .swiper-container {
    margin-left: 180px;
    margin-right: 180px;
  }
  .xmal-img .img-box {
    width: 546px;
    height: 360px;
  }
  .xmal-img .info {
    height: 360px;
    padding: 25px 20px;
  }
  .index-box3 .xmal-prev {
    left: 120px;
  }
  .index-box3 .xmal-next {
    right: 120px;
  }
  .zxjj-box .img-box {
    top: 30px;
    width: 550px;
    height: 310px;
  }
  .zxjj-box .info {
    margin-left: 470px;
    height: 406px;
    border-top: 4px solid #2d65ac;
    padding: 35px 30px 40px 120px;
  }
}
@media (max-width: 1279px) {
  .banner-img {
    height: 334px;
  }
  .index-title {
    margin-bottom: 20px;
  }
  .news-top .title {
    margin-bottom: 10px;
  }
  .news-top {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .news-right-list a {
    font-size: 14px;
  }
  .news-right-list li {
    margin-bottom: 3px;
  }
  .index-box2 {
    padding: 60px 0;
  }
  .sytj-list .img-box {
    height: 164px;
  }
  .sytj-botton .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .xmal-img .img-box {
    width: 500px;
    height: 330px;
  }
  .xmal-img .info {
    height: 330px;
  }
  .xmal-img .more {
    margin-top: 45px;
  }
  .details-page .detail-top .title-s {
    font-size: 24px;
  }
  .details-page .detail-top .top-other {
    margin-top: 20px;
  }
  .details-page .detail-top {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .head-logo {
    width: 660px;
  }
  .search-box {
    margin-top: 22px;
  }
  nav.navbar ul.navbar-nav > li > a {
    font-size: 15px;
    padding: 12px 3px !important;
  }
  nav.navbar ul.navbar-nav li.dropdown .dropdown-menu > a {
    padding: 4px 8px;
    font-size: 12px;
  }
  .index-box1 {
    padding: 40px 0 20px 0;
  }
  .m20 {
    margin: 0 -15px;
  }
  .p20 {
    padding: 0 15px;
  }
  .banner-img {
    height: 278px;
  }
  .index-title {
    margin-bottom: 15px;
    padding-bottom: 8px;
  }
  .index-title .title {
    font-size: 20px;
    line-height: 30px;
  }
  .index-title .title::before {
    bottom: -10px;
  }
  .news-top .title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .news-top .desc {
    font-size: 12px;
    line-height: 22px;
    height: 44px;
  }
  .news-right-list a {
    line-height: 20px;
  }
  .news-right-list a::before {
    top: 8px;
    width: 4px;
    height: 4px;
  }
  .news-top {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sytj-swiper {
    margin: -10px -15px;
  }
  .sytj-swiper .swiper-slide {
    padding: 10px 15px;
  }
  .sytj-list .img-box {
    height: 192px;
  }
  .xmal-img .img-box {
    width: 390px;
    height: 258px;
  }
  .index-box3 .swiper-container {
    margin-left: 120px;
    margin-right: 120px;
  }
  .xmal-img .info {
    height: 258px;
  }
  .xmal-img .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    height: 52px;
  }
  .xmal-img .desc {
    margin-bottom: 12px;
    -webkit-line-clamp: 2;
    height: 52px;
  }
  .xmal-img .more {
    margin-top: 25px;
  }
  .index-box3 .xmal-next {
    right: 90px;
  }
  .index-box3 .xmal-prev {
    left: 90px;
  }
  .zxjj-box .img-box {
    width: 410px;
    height: 230px;
  }
  .zxjj-box .info {
    margin-left: 345px;
    height: 288px;
    padding: 30px 30px 30px 95px;
  }
  .zxjj-box .txt {
    -webkit-line-clamp: 4;
    height: 120px;
  }
  .footer .info {
    margin-top: 0px;
  }
  .footer .info span,
  .footer .info a {
    line-height: 26px;
  }
  .col-ny-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-ny-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .left-nav .menu-title {
    padding: 20px 15px;
    font-size: 22px;
    line-height: 30px;
  }
  .left-nav {
    padding-left: 4px;
  }
  .left-nav .menu-cont {
    padding: 6px 0 170px 0;
  }
  .left-nav .menu-cont .box-a {
    padding: 0 15px;
  }
  .left-nav .menu-cont .box-a .a-title {
    font-size: 16px;
  }
  .ny-right {
    padding: 20px 25px 30px 25px;
  }
  .ny-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .head-top > .container {
    position: relative;
  }
  .search-box {
    float: none;
    width: 100%;
  }
  .head-logo {
    float: none;
    width: 590px;
  }
  .nav-wrap {
    display: none;
  }
  .toggle {
    display: block;
    top: 24px;
    right: 15px;
  }
  .toggle span,
  .toggle span::before,
  .toggle span::after {
    background: #FFF;
  }
  .toggle:hover span,
  .toggle:hover span::before,
  .toggle:hover span::after {
    background: #fff;
  }
  .hc-mobile-nav .nav-wrapper {
    background: #1667D3;
  }
  .hc-mobile-nav li.nav-close a,
  .hc-mobile-nav li.nav-back a {
    color: #1667D3;
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .hc-mobile-nav:not(.touch-device) a:hover {
    color: #1667D3;
    background: #fff;
  }
  .hc-mobile-nav:not(.touch-device) a:hover span.nav-next::before {
    border-top: 2px solid #1667D3;
    border-left: 2px solid #1667D3;
  }
  .hc-mobile-nav li.nav-close span::before,
  .hc-mobile-nav li.nav-close span::after {
    border-top: 2px solid #1667D3;
    border-left: 2px solid #1667D3;
  }
  .hc-mobile-nav li.nav-back span::before {
    border-top: 2px solid #1667D3;
    border-left: 2px solid #1667D3;
  }
  .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: 22px;
    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 .news-bg {
    padding: 20px 20px;
  }
  .banner-img {
    height: 417px;
  }
  .banner-swiper {
    margin-bottom: 30px;
  }
  .news-top .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .news-top .desc {
    font-size: 14px;
    line-height: 28px;
    height: 56px;
  }
  .news-top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .index-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .news-right-list a {
    font-size: 16px;
    line-height: 28px;
    padding-left: 25px;
  }
  .news-right-list a::before {
    top: 12px;
    width: 6px;
    height: 6px;
  }
  .news-right-list li {
    margin-bottom: 10px;
  }
  .index-title .title {
    font-size: 24px;
  }
  .index-title .title::before {
    bottom: -15px;
  }
  .sytj-list .img-box {
    height: 140px;
  }
  .index-box2 {
    padding: 40px 0;
  }
  .index-box3 {
    padding: 40px 0;
  }
  .index-box3 .swiper-container {
    margin-left: 140px;
    margin-right: 140px;
  }
  .xmal-img .img-box {
    float: none;
    width: 100%;
    height: 270px;
  }
  .xmal-img .info {
    height: auto;
  }
  .index-box3 .xmal-next {
    right: 125px;
  }
  .index-box3 .xmal-prev {
    left: 125px;
  }
  .index-box4 {
    padding: 40px 0;
  }
  .zxjj-box .img-box {
    position: static;
    width: 80%;
    height: auto;
    margin: 0 auto 20px;
  }
  .zxjj-box .info {
    margin-left: 0;
    height: auto;
    padding: 30px 25px;
  }
  .left-nav {
    display: none;
  }
  .col-ny-3,
  .col-ny-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .head-logo {
    width: 290px;
  }
  .toggle {
    top: 6px;
  }
  .index-box1,
  .index-box2,
  .index-box3,
  .index-box4 {
    padding: 30px 0;
  }
  .banner-img {
    height: 200px;
  }
  .banner-swiper .banner-page {
    display: none;
  }
  .banner-img .title {
    font-size: 16px;
    padding: 0 15px 18px 15px;
  }
  .banner-img img {
    object-fit: cover;
  }
  .news-top .title {
    overflow: visible;
    white-space: normal;
  }
  .news-top .desc {
    height: auto;
  }
  .news-right-list a {
    overflow: visible;
    white-space: normal;
  }
  .index-box2 {
    background: url(jczx-bg3.png) no-repeat top center / 100% 130px;
  }
  .sytj-list .img-box {
    height: 230px;
  }
  .sytj-list .img-box img {
    object-fit: cover;
  }
  .sytj-botton .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .index-box3 .swiper-container {
    margin-left: 0;
    margin-right: 0;
  }
  .xmal-img .img-box {
    height: 228px;
  }
  .xmal-img .img-box img {
    object-fit: cover;
  }
  .sytj-list .title {
    overflow: visible;
    white-space: normal;
  }
  .sytj-list .subtitle {
    overflow: visible;
    white-space: normal;
  }
  .index-box3 .xmal-next {
    right: 10px;
  }
  .index-box3 .xmal-prev {
    left: 10px;
  }
  .xmal-img .title {
    height: auto;
    display: block;
  }
  .xmal-img .desc {
    height: auto;
  }
  .zxjj-box .img-box {
    width: 100%;
    border-radius: 20px;
  }
  .zxjj-box .info {
    padding: 20px;
  }
  .zxjj-box .txt {
    -webkit-line-clamp: 7;
    height: 210px;
  }
  .footer .info {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .link {
    float: none;
  }
  .footer .link-group {
    width: 100%;
  }
  .ny-right {
    padding: 20px 15px;
  }
  .ny-title .title {
    float: none;
    font-size: 20px;
  }
  .ny-title .title::before {
    display: none;
  }
  .ny-title .bread-crumbs {
    float: none;
  }
  .tw-list a {
    padding: 15px;
  }
  .tw-list .img-box {
    float: none;
    margin-right: 0;
    width: 100%;
    height: auto;
  }
  .tw-list .info {
    padding-top: 15px;
  }
  .tw-list .title {
    overflow: visible;
    white-space: normal;
  }
  .tw-list .desc {
    margin-bottom: 10px;
    height: auto;
  }
  .comp-pages {
    padding-top: 30px;
  }
  .ny-box {
    padding: 30px 0;
  }
  .wz-list .title {
    padding: 0 0px 0 20px;
    overflow: visible;
    white-space: normal;
  }
  .wz-list .date {
    position: static;
    padding-left: 20px;
    margin-top: 5px;
  }
  .details-page .detail-top .title-s {
    font-size: 20px;
  }
  .details-page .detail-top .top-other {
    margin-top: 14px;
  }
  .details-page .detail-top .top-other .other-info {
    float: none;
  }
  .details-page .detail-top .top-other .other-info span {
    margin-right: 0;
    display: block;
  }
  .details-page .detail-top {
    margin-bottom: 20px;
  }
  .details-page .main-cont {
    line-height: 30px;
  }
  .details-page .main-cont.cont-xilan img {
    max-width: 100%;
  }
  .details-page video {
    max-width: 100%;
  }
}
