/*多行溢出*/
/*网站响应样式*/
@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;
  }
  .h32 {
    font-size: 30px;
  }
  .h40 {
    font-size: 32px;
  }
  .footer .info-cont {
    padding-right: 100px;
  }
  .footer .cont-logo {
    margin-right: 25px;
    width: 200px;
    padding-top: 10px;
  }
  .footer .cont-text {
    padding-left: 30px;
  }
  .list-people .box-s .box-img img {
    height: 208px;
  }
  .list-img-01 .box-s .box-img img {
    height: 178px;
  }
  .index-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .news-banner .banner-box .banner-img img {
    height: 288px;
  }
  .news-list .box-s {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .index-kyld .box-s .box-img img {
    height: 246px;
  }
  .index-kxss .box-s .box-img img {
    height: 144px;
  }
}
@media (max-width: 1279px) {
  .footer .info-cont {
    padding-right: 100px;
  }
  .footer .cont-logo {
    margin-right: 25px;
    width: 220px;
    padding-top: 10px;
  }
  .footer .cont-text {
    padding-left: 25px;
  }
  .footer .cont-link .link-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .footer .cont-link .link-groups {
    font-size: 15px;
  }
  .list-people .box-s .box-img img {
    height: 200px;
  }
  .list-img-01 .box-s .box-img img {
    height: 172px;
  }
  .index-kyld .box-s .box-img img {
    height: 240px;
  }
  .index-kxss .box-s .box-img img {
    height: 140px;
  }
}
@media (max-width: 1199px) {
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h26 {
    font-size: 22px;
  }
  .h30 {
    font-size: 26px;
  }
  .h36 {
    font-size: 28px;
  }
  .h38 {
    font-size: 30px;
  }
  .public-mb {
    margin-bottom: 30px;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer .cont-logo {
    padding-top: 0;
    margin-bottom: 15px;
    float: none;
    margin-right: 0;
  }
  .footer .cont-text {
    padding-left: 0;
  }
  .footer .cont-text::before {
    display: none;
  }
  .list-people .box-s .box-img img {
    height: 178px;
  }
  .list-img-01 .box-s .box-img img {
    height: 192px;
  }
  .index-banner .banner-box .banner-img img {
    height: 480px;
    min-height: auto;
  }
  .news-banner .banner-box .banner-img img {
    height: 300px;
  }
  .news-list .box-s {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .index-kyld .box-s .box-img img {
    height: 194px;
  }
  .index-kxss .box-s .box-img img {
    height: 142px;
  }
}
@media (max-width: 991px) {
  .h28 {
    font-size: 22px;
  }
  .h30 {
    font-size: 24px;
  }
  .h40 {
    font-size: 30px;
  }
  .footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .footer .cont-text {
    padding-left: 0;
    float: none;
    margin-bottom: 20px;
  }
  .footer .cont-text:before {
    display: none;
  }
  .footer .cont-link {
    float: none;
  }
  .channel-menu {
    display: none;
  }
  .list-people .box-s .box-img img {
    height: 196px;
  }
  .list-img-01 .box-s .box-img img {
    height: 208px;
  }
  .contact-us .contact-info {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .contact-us .contact-map {
    height: 400px;
  }
  .index-banner .banner-box .banner-img img {
    height: 380px;
  }
  .organization-page {
    line-height: 40px;
    padding: 0;
  }
  .news-banner .banner-box .banner-img img {
    height: 475px;
  }
  .index-kyld .box-s .box-img img {
    height: 146px;
  }
  .index-kyld .box-s .box-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .index-kyld .box-s .box-info .info-date {
    left: 20px;
  }
  .calendar-main {
    display: none;
  }
  .index-kxss .box-s .box-img img {
    height: 146px;
  }
}
@media (max-width: 767px) {
  .h22 {
    font-size: 18px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 20px;
  }
  .h32 {
    font-size: 26px;
  }
  .h30 {
    font-size: 22px;
  }
  .h36 {
    font-size: 22px;
  }
  .h38 {
    font-size: 24px;
  }
  .h40 {
    font-size: 26px;
  }
  .footer {
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
  }
  .footer .info-cont {
    padding-right: 0;
  }
  .footer .info-cont a,
  .footer .info-cont span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
  }
  .footer .info-cont a:last-child,
  .footer .info-cont span:last-child {
    margin-right: 0;
  }
  .footer .cont-logo {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    width: 220px;
  }
  .footer .cont-text {
    padding-left: 0;
    padding-top: 0;
    line-height: 24px;
  }
  .footer .cont-text:before {
    display: none;
  }
  .footer .cont-link {
    margin-bottom: 20px;
  }
  .footer .cont-sydw {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
  .page-main > .container {
    margin-top: -60px;
  }
  .public-banner {
    height: 200px;
  }
  .page-content {
    padding: 0 20px 20px 20px;
  }
  .list-txt-01 .box-s {
    padding-right: 0;
    padding-left: 20px;
  }
  .list-txt-01 .box-s::before {
    left: 0;
    top: 22px;
  }
  .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: 28px;
  }
  .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 {
    padding-top: 0;
  }
  .list-img-text .box-s .box-info .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .content-top {
    margin-bottom: 30px;
  }
  .content-top .channle-title {
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 8px;
  }
  .content-top .bread-crumbs {
    float: left;
    width: 100%;
  }
  .bread-crumbs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .list-img-01 li:last-child {
    margin-bottom: 0;
  }
  .list-img-01 .box-s .box-img img {
    height: auto;
  }
  .list-img-01 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .contact-us .contact-info {
    padding-top: 0;
    margin-bottom: 25px;
  }
  .contact-us .contact-map {
    height: 360px;
  }
  .index-banner .banner-box .banner-img img {
    height: 260px;
  }
  .index-banner .banner-title .box-title {
    font-size: 18px;
    margin-right: 0;
    padding-left: 20px;
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .index-banner .banner-title .box-title::after {
    height: auto;
    top: 6px;
    bottom: 4px;
    width: 5px;
  }
  .index-banner .banner-title::after {
    height: 200px;
  }
  .index-banner .banner-page-w {
    position: static;
    padding-top: 15px;
  }
  .index-banner .banner-page-w .banner-page {
    position: relative;
    left: 0;
    right: 0;
  }
  .index-banner .banner-page-w .swiper-pagination-bullet {
    background-image: url('sklpa2025-icon-02.png');
    opacity: 0.5;
  }
  .index-banner .banner-page-w .swiper-pagination-bullet:first-child {
    margin-left: 0;
  }
  .index-banner .banner-page-w .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }
  .index-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news-banner .banner-box .banner-img {
    margin-bottom: 0;
  }
  .news-banner .banner-box .banner-img img {
    height: 230px;
  }
  .news-banner .banner-box .banner-title {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 15px 20px;
    min-height: 82px;
  }
  .news-banner .banner-box .banner-title .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .news-banner .news-page {
    left: 0;
    right: 0;
    bottom: auto;
    top: 190px;
  }
  .news-list li:last-child .box-s {
    padding-bottom: 0;
    border-bottom: none;
  }
  .news-list .box-s {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .news-list .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .list-people .box-s .box-img img {
    height: 190px;
  }
  .list-people .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .development-history-list {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
  }
  .development-history-list::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    width: 1px;
    background: #DEDEDE;
  }
  .development-history-list ul li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .development-history-list ul li:nth-child(2n + 1) {
    float: none;
  }
  .development-history-list ul li:nth-child(2n + 1) .box-s {
    padding-right: 0;
    padding-left: 100px;
  }
  .development-history-list ul li:nth-child(2n + 1) .box-s::before {
    right: auto;
    left: 58px;
  }
  .development-history-list ul li:nth-child(2n + 1) .box-s::after {
    left: 0;
  }
  .development-history-list ul li:nth-child(2n) {
    float: none;
  }
  .development-history-list ul li:nth-child(2n) .box-s {
    padding-left: 100px;
  }
  .development-history-list ul li:nth-child(2n) .box-s::before {
    left: 58px;
  }
  .development-history-list ul li:nth-child(2n) .box-s::after {
    left: 0;
  }
  .leader-page {
    height: 300px;
    padding-left: 30px;
  }
  .leader-page.leader-02 ul {
    width: 100%;
  }
  .leader-page.leader-02 ul li {
    width: 50%;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .list-txt-02 .box-s {
    padding-bottom: 15px;
    margin-bottom: 22px;
  }
  .list-txt-02 .box-s .box-date {
    margin-right: 20px;
  }
  .list-txt-02 .box-s .box-info .info-title-02 {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .index-kyld .box-s .box-img img {
    height: auto;
  }
  .index-kyld .box-s .box-info {
    height: auto;
  }
  .index-kyld .box-s .box-info .info-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .index-xshd .col-w:last-child .box-s {
    margin-bottom: 0;
  }
  .index-xshd .box-s {
    height: auto;
    padding: 20px 20px 20px 25px;
  }
  .index-xshd .box-s .box-title::after {
    left: -25px;
  }
  .index-xshd .box-s .box-title .title-s {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .index-kxss .row-w {
    margin-left: -6px;
    margin-right: -6px;
  }
  .index-kxss .row-w .col-w {
    padding-left: 6px;
    padding-right: 6px;
  }
  .index-kxss .box-s {
    margin-bottom: 12px;
  }
  .index-kxss .box-s .box-img img {
    height: 110px;
  }
  .index-kxss .box-s .box-title {
    font-size: 15px;
  }
  .details-people .people-left {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .details-people .people-content .cont-title {
    text-align: center;
  }
}
