/*多行溢出*/
/*网站响应样式*/
@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: none;
    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: none;
    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: none;
    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: none;
    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: 1679px) {
  .h28 {
    font-size: 26px;
  }
}
@media (max-width: 1439px) {
  .h28 {
    font-size: 24px;
  }
  .h40 {
    font-size: 32px;
  }
  .index-top-news .top-banner,
  .index-top-news .top-zhxw {
    height: 514px;
  }
  .top-banner .banner-next,
  .top-banner .banner-prev {
    width: 54px;
    height: 54px;
  }
  .top-banner .banner-next {
    right: 25px;
  }
  .top-banner .banner-prev {
    left: 25px;
  }
  .top-zhxw {
    padding: 20px 30px 20px;
  }
  .top-zhxw .zhxw-title {
    margin-bottom: 15px;
  }
  .top-zhxw .zhxw-hot-new {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .top-zhxw .zhxw-news-list {
    margin-bottom: 10px;
  }
  .top-zhxw .zhxw-news-list li {
    margin-bottom: 5px;
  }
  .top-zhxw .zhxw-news-list li:last-child {
    margin-bottom: 0;
  }
  .top-zhxw .zhxw-news-list .a-title {
    height: 32px;
    line-height: 32px;
    background: url('jps2025-icon-dian2.png') no-repeat 0 12px;
  }
  .list-news .news-box .box-img img {
    width: 270px;
    height: 180px;
  }
  .list-news .news-box .box-info {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .list-news .news-list li::after {
    top: 11px;
  }
  .list-news .news-list li .box-title {
    height: 32px;
    line-height: 32px;
  }
  .list-news .news-list li .box-date {
    line-height: 32px;
  }
}
@media (max-width: 1199px) {
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h30 {
    font-size: 26px;
  }
  .h36 {
    font-size: 28px;
  }
  .h38 {
    font-size: 30px;
  }
  .public-mb {
    margin-bottom: 30px;
  }
  .index-top-news .top-zhxw {
    height: auto;
  }
}
@media (max-width: 991px) {
  .h28 {
    font-size: 22px;
  }
  .h30 {
    font-size: 24px;
  }
  .h40 {
    font-size: 30px;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .footer .info-cont {
    padding-top: 0;
  }
  .left-menu {
    display: none;
  }
  .left-other {
    margin-top: 30px;
  }
  .index-top-news .top-banner {
    height: 474px;
  }
  .contact-us .contact-info {
    padding: 30px 50px 30px;
  }
  .contact-us .contact-map {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .h22 {
    font-size: 18px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 20px;
  }
  .h30 {
    font-size: 22px;
  }
  .h36 {
    font-size: 22px;
  }
  .h38 {
    font-size: 24px;
  }
  .h40 {
    font-size: 26px;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
  }
  .footer .info-cont {
    padding-right: 0;
    line-height: 28px;
  }
  .footer .erwm-box {
    position: static;
    right: 0;
    top: 0;
    width: 70px;
    margin: 15px auto 0;
  }
  .footer .erwm-box img {
    display: block;
    width: 70px;
    height: 70px;
  }
  .footer .erwm-box .erwm-title {
    text-align: center;
    font-size: 12px;
    color: #FEFEFE;
    line-height: 30px;
  }
  .top-zhxw {
    padding: 20px;
  }
  .top-zhxw .zhxw-hot-new .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .top-zhxw .zhxw-news-list {
    margin-bottom: 10px;
  }
  .top-zhxw .zhxw-news-list li {
    margin-bottom: 5px;
  }
  .top-zhxw .zhxw-news-list li:last-child {
    margin-bottom: 0;
  }
  .top-zhxw .zhxw-news-list .a-title {
    background-position: 0 9px !important;
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .public-mb {
    margin-bottom: 20px;
  }
  .list-news .news-box .box-img {
    float: none;
    margin-right: 0;
  }
  .list-news .news-box .box-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .list-news .news-box .box-info {
    overflow: hidden;
    padding: 22px 30px;
  }
  .list-news .news-box .box-info .info-title {
    font-weight: bold;
    color: #262626;
    margin-bottom: 10px;
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .list-news .news-list li {
    padding-right: 0;
    margin-bottom: 5px;
  }
  .list-news .news-list li::after {
    top: 9px;
  }
  .list-news .news-list li .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .list-news .news-list li .box-date {
    position: static;
  }
  .index-tzgg .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .page-content {
    padding: 15px 20px 30px;
  }
  .list-txt-01 .box-s {
    padding-right: 10px;
  }
  .list-txt-01 .box-s::before {
    left: 10px;
    top: 19px;
  }
  .list-txt-01 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .list-txt-01 .box-s .box-date {
    position: static;
    line-height: 30px;
  }
  .list-img-text li {
    margin-bottom: 30px;
  }
  .list-img-text li:last-child {
    margin-bottom: 0;
  }
  .list-img-text .box-s .box-img {
    float: none;
    margin-right: 0;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
  }
  .list-img-text .box-s .box-img img {
    height: auto;
  }
  .list-img-text .box-s .box-info .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .contact-us .contact-info {
    padding: 30px 20px;
  }
  .contact-us .contact-info .info-title {
    margin-bottom: 10px;
  }
  .contact-us .contact-map {
    height: 300px;
  }
  .index-top-news .top-banner {
    height: auto;
  }
  .top-banner .container {
    position: relative;
  }
  .top-banner .swiper-container {
    height: 100%;
  }
  .top-banner .banner-next,
  .top-banner .banner-prev {
    display: none;
  }
  .top-banner .banner-page {
    position: static;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .top-banner .banner-page .swiper-pagination-bullet {
    margin: 0 6px;
    border-color: #F6C132;
  }
  .top-banner .banner-box {
    border-radius: 4px;
  }
  .top-banner .banner-box .banner-img img {
    height: 230px;
  }
  .top-banner .banner-box .banner-title {
    padding: 10px;
  }
  .top-banner .banner-box .banner-title .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .top-zhxw {
    border-radius: 4px;
  }
}
