/*多行溢出*/
/*网站响应样式*/
@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: 462px;
  }
  .news-text-list .a-title {
    height: 36px;
    line-height: 36px;
  }
  .news-text-list .a-date {
    line-height: 36px;
  }
  .list-img-01 .box-s .box-img img {
    height: 168px;
  }
  .people-list .box-s {
    margin-bottom: 30px;
  }
  .people-list .box-s .box-img img {
    height: 196px;
  }
  .people-list .box-s .box-title {
    padding: 10px;
  }
  .details-groups .groups-people-info {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h30 {
    font-size: 26px;
  }
  .h36 {
    font-size: 28px;
  }
  .h38 {
    font-size: 30px;
  }
  .index-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .public-mb {
    margin-bottom: 30px;
  }
  .top-banner .banner-box .banner-img img {
    height: 362px;
  }
  .list-img-01 li {
    margin-bottom: 30px;
  }
  .list-img-01 .box-s .box-img img {
    height: 202px;
  }
  .details-groups .groups-people-info .info-cont {
    padding-top: 0;
  }
  .details-groups .groups-instrument-info .info-img {
    float: none;
    margin-right: 0;
    width: 400px;
    margin-bottom: 30px;
  }
  .details-groups .groups-instrument-info .info-cont {
    padding-top: 0;
  }
  .details-groups .groups-instrument-info .info-cont .cont-title {
    margin-bottom: 25px;
  }
  .index-img-groups .box-s .box-img img {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .h28 {
    font-size: 22px;
  }
  .h30 {
    font-size: 24px;
  }
  .h40 {
    font-size: 30px;
  }
  .footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .top-banner .banner-box .banner-img img {
    height: 280px;
  }
  .left-menu {
    display: none;
  }
  .list-img-01 .box-s .box-img img {
    height: 210px;
  }
  .list-img-01 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .people-list .box-s .box-img img {
    height: 202px;
  }
  .index-img-groups .box-s .box-img img {
    height: 228px;
  }
}
@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: 30px;
  }
  .public-mb {
    margin-bottom: 25px;
  }
  .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;
  }
  .list-img-text .box-s .box-info .box-txt {
    margin-bottom: 15px;
  }
  .top-banner .container {
    position: relative;
  }
  .top-banner .banner-page {
    position: static;
    width: 100%;
    padding-top: 20px;
  }
  .top-banner .banner-page .swiper-pagination-bullet {
    border-color: #004385;
  }
  .top-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0 6px;
    border-color: #004385;
    background: #004385;
  }
  .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;
  }
  .news-text-list li {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .news-text-list li:last-child {
    margin-bottom: 0;
  }
  .news-text-list .a-title {
    background-position: 0 9px;
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .news-text-list .a-date {
    position: static;
    line-height: 26px;
    padding-left: 22px;
  }
  .list-news {
    overflow: hidden;
    padding-bottom: 10px;
  }
  .list-news .news-box .box-img {
    float: none;
  }
  .list-news .news-box .box-img img {
    width: 100%;
    height: auto;
  }
  .list-news .news-box .box-info {
    overflow: hidden;
    padding: 20px 25px;
  }
  .list-news .news-box .box-info .info-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .list-xshd .box-s .box-date {
    width: 80px;
  }
  .list-xshd .box-s .box-info .info-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .list-xshd .box-s .box-info .info-text > div {
    width: 100% !important;
    float: none;
    padding-right: 0;
  }
  .list-tzgg .box-info .info-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .index-img-groups .col-w:last-child .box-s {
    margin-bottom: 0;
  }
  .index-img-groups .box-s {
    margin-bottom: 25px;
  }
  .index-img-groups .box-s .box-img img {
    height: auto;
  }
  .index-img-groups .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .page-main {
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .page-content {
    padding: 15px 20px 20px;
  }
  .content-top {
    margin-bottom: 30px;
  }
  .content-top .channle-title {
    float: none;
    line-height: 40px;
    background-position: 0 10px;
  }
  .content-top .bread-crumbs {
    float: none;
  }
  .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-01 li:last-child {
    margin-bottom: 0;
  }
  .list-img-01 .box-s .box-img img {
    height: auto;
  }
  .list-img-01 .box-s .info-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .people-list .box-s {
    max-width: 138px;
    margin-left: auto;
    margin-right: auto;
  }
  .people-list .box-s .box-img img {
    height: 196px;
  }
  .details-groups .groups-people-info {
    padding: 25px 15px;
  }
  .details-groups .groups-people-info .info-img {
    float: none;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .details-groups .groups-people-info .info-cont .cont-title {
    text-align: center;
  }
  .details-groups .groups-people-info .info-cont .cont-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .details-groups .groups-people-info .info-cont .cont-text {
    line-height: 26px;
  }
  .details-groups .groups-people-info .info-cont .cont-text > div {
    margin-bottom: 10px;
  }
  .details-groups .groups-people-info .info-cont .cont-text > div:last-child {
    margin-bottom: 0;
  }
  .details-groups .groups-people-info .info-cont .cont-text .text-title {
    width: 85px;
  }
  .details-groups .groups-instrument-info .info-img {
    width: 100%;
  }
}
