/*多行溢出*/
/*网站响应样式*/
@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;
  }
  .people-list .box-s {
    margin-bottom: 30px;
  }
  .people-list .box-s .box-img img {
    height: 282px;
  }
  .list-img-02 .box-s .box-img img {
    height: 248px;
  }
  .list-img-03 .box-s .box-img img {
    height: 180px;
  }
}
@media (max-width: 1279px) {
  .footer .info-logo {
    padding-top: 8px;
  }
  .footer .info-cont {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h30 {
    font-size: 26px;
  }
  .h36 {
    font-size: 28px;
  }
  .h38 {
    font-size: 30px;
  }
  .details-groups .groups-people-info {
    padding: 20px;
  }
  .details-groups .groups-people-info .info-cont {
    padding: 0 30px;
  }
  .details-groups .groups-people-info .info-cont .div-01 {
    width: 100%;
    float: none;
  }
  .details-groups .groups-people-info .info-cont .cont-title {
    margin-bottom: 10px;
  }
  .details-groups .groups-people-info .info-cont .cont-text .text-title {
    width: 90px;
  }
  .details-groups .groups-instrument-info {
    padding: 20px;
  }
  .details-groups .groups-instrument-info .info-cont {
    padding: 0 30px;
  }
  .details-groups .groups-instrument-info .info-cont .cont-title {
    margin-bottom: 10px;
  }
  .details-groups .groups-instrument-info .info-cont .cont-text {
    line-height: 30px;
  }
  .details-groups .groups-instrument-info .info-cont .cont-text > div {
    margin-bottom: 5px;
    float: none;
    width: 100%;
  }
  .list-img-01 li,
  .list-img-02 li,
  .list-img-03 li {
    margin-bottom: 40px;
  }
  .list-img-02 .box-s .box-img img {
    height: 302px;
  }
  .list-img-03 .box-s .box-img img {
    height: 194px;
  }
  .top-banner .banner-box img {
    height: 420px;
  }
  .index-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .index-tzgg {
    margin-bottom: 30px;
  }
  .index-tzgg .box-s {
    height: 86px;
    padding: 15px 20px;
  }
  .index-tzgg .box-s .box-date {
    text-align: center;
    margin-right: 20px;
  }
  .index-tzgg .box-s .box-date::before {
    display: none;
  }
  .index-tzgg .box-s .box-date .date-01 {
    line-height: 30px;
  }
  .index-tzgg .box-s .box-date .date-02 {
    line-height: 20px;
    margin-top: 6px;
  }
  .index-tzgg .box-s .box-title {
    margin-top: 0;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .index-whtdjx .box-s .box-img {
    width: 186px;
  }
  .index-whtdjx .box-s .box-img a img {
    height: 124px;
  }
}
@media (max-width: 991px) {
  .h25 {
    font-size: 22px;
  }
  .h30 {
    font-size: 24px;
  }
  .h40 {
    font-size: 30px;
  }
  .page-main {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .left-menu {
    display: none;
  }
  .contact-us .contact-info {
    text-align: center;
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact-us .contact-info .info-txt {
    display: inline-block;
  }
  .contact-us .contact-info .info-txt > div {
    text-align: left;
  }
  .contact-us .contact-map {
    height: 400px;
  }
  .people-list .box-s .box-img img {
    height: 308px;
  }
  .details-groups .groups-instrument-info .info-img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .details-groups .groups-instrument-info .info-cont {
    padding: 0;
  }
  .list-img-02 .box-s .box-img img {
    height: 228px;
  }
  .list-img-02 .box-s .box-info {
    padding: 15px 70px 15px 20px;
  }
  .list-img-02 .box-s .public-more {
    top: 25px;
    right: 20px;
  }
  .list-img-03 .box-s .box-img img {
    height: 228px;
  }
  .top-banner .banner-box img {
    height: 340px;
  }
  .index-news .news-hot .news-img .img-s {
    height: 230px;
  }
  .index-news .news-list .box-s {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .index-fwcx {
    margin-bottom: 40px;
  }
  .index-fwcx .fwcx-box .fwcx-img img {
    height: 230px;
  }
  .index-links .links-title {
    width: 100%;
    position: static;
    margin-bottom: 20px;
  }
  .index-links .links-title .channel-icon {
    height: auto;
    line-height: 40px;
  }
  .index-links .links-title .channel-name {
    width: auto;
    line-height: 40px;
  }
  .index-links .links-main {
    padding-left: 0;
    min-height: auto;
  }
}
@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;
  }
  .footer .info-logo {
    float: none;
    margin-right: auto;
    margin-left: auto;
    width: 60px;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .footer .info-cont {
    line-height: 26px;
    color: #fff;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
  }
  .footer .info-cont a,
  .footer .info-cont span {
    margin-right: 5px;
    margin-left: 5px;
  }
  .content-top {
    margin-bottom: 30px;
  }
  .content-top .channle-title {
    float: none;
  }
  .content-top .bread-crumbs {
    float: none;
  }
  .three-menu {
    margin-bottom: 30px;
  }
  .three-menu a {
    width: 49%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 2%;
  }
  .three-menu a:nth-child(2n) {
    margin-right: 0;
  }
  .contact-us .contact-info {
    padding: 35px 20px;
  }
  .contact-us .contact-info .info-logo {
    margin-bottom: 30px;
  }
  .contact-us .contact-info .info-txt {
    font-size: 14px;
  }
  .contact-us .contact-map {
    height: 300px;
  }
  .people-list .box-s .box-img img {
    height: 220px;
  }
  .people-list .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
    margin-bottom: 3px;
  }
  .people-list .box-s .box-text > div {
    word-break: break-word;
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .details-groups .groups-people-info .info-img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .details-groups .groups-people-info .info-cont {
    padding: 0;
  }
  .details-groups .groups-people-info .info-cont .div-01 {
    width: 100%;
    float: none;
  }
  .details-groups .groups-people-info .info-cont .cont-title {
    text-align: center;
  }
  .list-img-01 li,
  .list-img-02 li,
  .list-img-03 li {
    margin-bottom: 30px;
  }
  .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;
    padding: 14px 0;
  }
  .list-img-02 .box-s .box-img img {
    height: auto;
  }
  .list-img-02 .box-s .box-info {
    padding: 15px 70px 15px 20px;
  }
  .list-img-02 .box-s .info-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .list-img-02 .box-s .public-more {
    top: 25px;
    right: 20px;
  }
  .list-img-03 .box-s .box-img img {
    height: auto;
  }
  .list-img-03 .box-s .info-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .list-img-03 .box-s .info-title::after {
    top: 10px;
  }
  .list-txt-01 .box-s {
    padding-right: 0;
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .list-txt-01 .box-s::before {
    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;
  }
  .list-img-text .box-s .box-img {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
  .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;
  }
  .top-banner .banner-page {
    bottom: 12px;
  }
  .top-banner .banner-page .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    background-size: 20px;
  }
  .top-banner .banner-box img {
    height: 220px;
  }
  .index-tzgg .box-s {
    height: auto;
    padding: 15px 20px;
  }
  .index-tzgg .box-s .box-title {
    margin-top: 0;
  }
  .index-tzgg .box-s .box-title .a-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .index-news .news-hot {
    margin-bottom: 15px;
  }
  .index-news .news-hot .news-img .img-s {
    height: auto;
  }
  .index-news .news-hot .news-info {
    padding: 20px;
  }
  .index-news .news-hot .news-info .info-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .index-news .news-list {
    border-top: none;
  }
  .index-news .news-list .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .index-fwcx {
    margin-bottom: 30px;
  }
  .index-fwcx .fwcx-page {
    position: static;
    padding-top: 10px;
    text-align: center;
  }
  .index-fwcx .fwcx-page .swiper-pagination-bullet {
    background: #134B92;
  }
  .index-fwcx .fwcx-box .fwcx-img img {
    height: auto;
  }
  .index-fwcx .fwcx-box .fwcx-title {
    padding: 15px 20px;
  }
  .index-fwcx .fwcx-box .fwcx-title .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .index-whtdjx {
    margin-bottom: 30px;
  }
  .index-whtdjx .box-s .box-img a img {
    height: auto;
  }
  .index-whtdjx .box-s .box-info {
    padding-top: 0;
  }
  .index-whtdjx .box-s .info-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .index-yqsb .yqsb-scroll {
    height: auto;
    margin-bottom: 25px;
  }
  .index-yqsb .swiper-slide {
    height: auto;
  }
  .index-yqsb .box-s .box-img img {
    height: 230px;
  }
  .index-yqsb .box-s .info-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .index-yqsb .box-s .info-title::after {
    top: 10px;
  }
  .index-links .col-w:last-child .a-link {
    margin-bottom: 0;
  }
  .index-links .a-link {
    margin-bottom: 20px;
  }
}
