/*多行溢出*/
/*网站响应样式*/
@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;
  }
  .top-banner .banner-box .banner-img img {
    height: 326px;
  }
  .index-title {
    margin-bottom: 40px;
  }
  .index-title span {
    font-size: 44px;
  }
  .top-sjbs {
    min-height: 406px;
  }
  .top-sjbs::after {
    left: -120px;
  }
  .top-sjbs .sjbs-hot-new {
    padding: 20px 40px;
    margin-bottom: 20px;
    min-height: 140px;
  }
  .top-sjbs .sjbs-news-list li::after {
    top: 14px;
  }
  .top-sjbs .sjbs-news-list .a-title {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1199px) {
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h30 {
    font-size: 26px;
  }
  .h36 {
    font-size: 28px;
  }
  .h38 {
    font-size: 30px;
  }
  .top-banner {
    margin-top: 0;
  }
  .top-banner .banner-box .banner-img img {
    height: 510px;
  }
  .main-mb {
    margin-bottom: 60px;
  }
  .list-text-01 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .h28 {
    font-size: 22px;
  }
  .h30 {
    font-size: 24px;
  }
  .h40 {
    font-size: 30px;
  }
  .top-banner .banner-box .banner-img img {
    height: 390px;
  }
  .index-title {
    margin-bottom: 30px;
  }
  .index-title span {
    font-size: 36px;
  }
}
@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 {
    border-top-width: 6px;
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .index-title span {
    font-size: 28px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-banner .banner-page {
    position: static;
    width: 100%;
    padding-top: 20px;
  }
  .top-banner .banner-page .swiper-pagination-bullet {
    border-color: #CD0909;
  }
  .top-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #CD0909;
  }
  .top-banner .banner-box .banner-img img {
    height: 190px;
  }
  .top-banner .banner-box .banner-title {
    padding: 10px 15px;
  }
  .top-banner .banner-box .banner-title .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .top-sjbs {
    padding: 15px;
    min-height: auto;
  }
  .top-sjbs::after {
    left: 0;
  }
  .top-sjbs .sjbs-hot-new {
    padding: 20px;
    border-radius: 0 30px 0 30px;
  }
  .top-sjbs .sjbs-hot-new ul li {
    margin-bottom: 8px;
  }
  .top-sjbs .sjbs-hot-new ul li:last-child {
    margin-bottom: 0;
  }
  .top-sjbs .sjbs-hot-new ul li .a-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .top-sjbs .sjbs-news-list li {
    margin-bottom: 8px;
  }
  .top-sjbs .sjbs-news-list li::after {
    top: 7px;
  }
  .top-sjbs .sjbs-news-list .a-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .main-mb {
    margin-bottom: 40px;
  }
  .list-img-01 {
    padding: 15px 15px 0;
    overflow: hidden;
  }
  .list-img-01 .row-w {
    margin-left: -8px;
    margin-right: -8px;
  }
  .list-img-01 .row-w .col-w {
    padding-left: 8px;
    padding-right: 8px;
  }
  .list-img-01 .box-s {
    margin-bottom: 15px;
  }
  .list-text-01 {
    margin-bottom: 30px;
  }
  .list-text-01 .box-s {
    min-height: auto;
    padding: 20px 15px 20px 0;
    margin-bottom: 20px;
  }
  .list-text-01 .box-s .box-date {
    float: left;
    width: 100px;
  }
  .list-text-01 .box-s .box-date .date-01 {
    line-height: 36px;
  }
  .list-text-01 .box-s .box-date .date-02 {
    line-height: 24px;
  }
  .list-text-01 .box-s .box-title {
    height: auto;
    position: relative;
    padding-left: 20px;
    overflow: hidden;
    min-height: 60px;
  }
  .list-text-01 .box-s .box-title::after {
    height: auto;
    top: 0%;
    bottom: 0;
    transform: translateY(0);
  }
  .list-text-01 .box-s .box-title a {
    display: block;
  }
  .list-text-01 .box-s .box-title span {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .list-text-02 li {
    position: relative;
    padding: 20px 15px 20px 45px;
  }
  .list-text-02 li::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 27px;
  }
  .list-text-02 .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .list-text-02 .box-date {
    position: static;
    line-height: 30px;
  }
}
