/*多行溢出*/
/*网站响应样式*/
@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: auto;
    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: auto;
    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: auto;
    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: auto;
    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-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;
  }
  /*side menu*/
  .side-menu {
    display: none;
  }
}
@media (max-width: 1279px) {
  .img-text-list .box-s .box-img img {
    height: 146px;
  }
}
@media (max-width: 1100px) {
  .img-text-list .box-s .box-img img {
    height: 180px;
  }
}
@media (max-width: 991px) {
  .section {
    height: auto !important;
  }
  .section .fp-tablecell {
    padding-top: 0 !important;
    height: auto !important;
  }
  .index-banner {
    height: 560px !important;
  }
  .index-news-research .latest-news {
    width: 100%;
    float: none;
    padding-top: 0;
    margin-bottom: 1.9531rem;
  }
  .index-news-research .latest-news .box-s .box-img img {
    height: auto;
  }
  .index-news-research .latest-news .latest-news-page {
    right: 15px;
    bottom: 0;
    left: auto;
    width: auto;
    top: auto;
  }
  .index-news-research .latest-news .latest-news-page .swiper-pagination-bullet {
    background: rgba(17, 45, 141, 0.4);
  }
  .index-news-research .latest-news .latest-news-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #112d8d;
  }
  .index-news-research .research-progress {
    width: 100%;
    float: none;
  }
  .index-news-research .research-progress .main-cont {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0px 5.8594rem 0rem 0px;
    min-height: 36.3281rem;
    padding: 3.125rem 1.3672rem 0.7813rem;
  }
  .index-news-research .research-progress .box-s .box-img {
    margin-bottom: 0.9766rem;
    float: none;
    margin-right: 0;
  }
  .index-news-research .research-progress .box-s .box-img img {
    width: 100%;
    height: auto;
  }
  .index-news-research .research-progress .box-s .box-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }
  .index-event-notice .main-list-01 .col-w:nth-child(4) {
    display: block;
  }
  .index-event-notice .main-list-02 .row-w .col-w:nth-child(10) {
    display: block;
  }
  .index-infrastructures .box-s {
    position: relative;
  }
  .index-infrastructures .box-s .box-img {
    width: 100%;
  }
  .index-infrastructures .box-s .box-info {
    position: relative;
    left: 15%;
    right: 0;
    top: 0;
    transform: translatey(0);
    width: 70%;
    margin-top: -15%;
  }
  .index-infrastructures .large-page {
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
  .index-infrastructures .large-page .swiper-pagination-bullet {
    background: rgba(17, 45, 141, 0.4);
  }
  .index-infrastructures .large-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #112d8d;
  }
  .index-members .list-groups li {
    width: 33.3333%;
  }
  .index-other .other-groups {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    transform: translatey(0);
  }
  .index-other .other-groups .box-s {
    margin-bottom: 1.1719rem;
  }
  .index-other .other-links {
    position: static;
    padding-top: 1.1719rem;
  }
}
@media (max-width: 767px) {
  .cont-xilan.h18 {
    font-size: 0.7813rem;
  }
  .container-new {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .index-banner {
    height: 260px !important;
  }
  .index-banner .banner-page {
    position: absolute;
    bottom: auto !important;
    left: auto !important;
    right: 15px !important;
    top: 50%;
    transform: translatey(-50%);
    width: auto !important;
  }
  .index-banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    overflow: hidden;
    display: block;
    margin: 8px 0 !important;
    background: #fff;
    opacity: 1;
    vertical-align: bottom;
    font-size: 0;
  }
  .index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: url(/uploads/image/images/kclm-banner-icon.png) no-repeat top -2px center;
    background-size: contain;
    width: 24px;
    height: 13px;
    border: none;
    font-size: 0;
    margin-left: -8px !important;
  }
  .index-banner .banner-box .banner-title {
    background: url(/uploads/image/images/kclm-banner-bg.png) repeat-x left bottom;
    background-size: 100% 50px;
  }
  .index-banner .banner-box .banner-title > div {
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-weight: normal;
    white-space: normal;
    height: auto;
    line-height: 26px;
    line-height: 22px;
    font-size: 16px;
  }
  .mouse-icon {
    display: none;
  }
  .index-news-research .latest-news .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .index-news-research .research-progress .box-s .box-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }
  .index-event-notice .tabs-title > div {
    padding-left: 1.1719rem;
    padding-right: 1.1719rem;
  }
  .index-event-notice .main-list-01 .box-s .box-img img {
    height: auto;
  }
  .index-event-notice .main-list-01 .box-s .box-info {
    height: auto;
  }
  .index-event-notice .main-list-01 .box-s .box-info .info-title .title-txt {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }
  .index-event-notice .main-list-02 {
    margin-bottom: 0.5859rem;
  }
  .index-event-notice .main-list-02 .row-w {
    margin-left: -0.7813rem;
    margin-right: -0.7813rem;
  }
  .index-event-notice .main-list-02 .row-w .col-w {
    padding-left: 0.7813rem;
    padding-right: 0.7813rem;
  }
  .index-event-notice .main-list-02 .row-w .col-w:nth-child(10) {
    display: none;
  }
  .index-event-notice .main-list-02 .box-s {
    height: auto;
    padding: 1.1719rem;
  }
  .index-event-notice .main-list-02 .box-s .box-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }
  .index-infrastructures {
    background-image: url(/uploads/image/images/kclm-dzz-bg.png);
  }
  .index-infrastructures .box-s {
    position: relative;
  }
  .index-infrastructures .box-s .box-info {
    width: 90%;
    left: 5%;
    padding: 1.1719rem 1.1719rem 1.9531rem;
  }
  .index-infrastructures .box-s .box-info .info-title .title-txt {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }
  .index-infrastructures .large-next,
  .index-infrastructures .large-prev {
    top: 20%;
  }
  .index-infrastructures .large-next {
    right: 15px;
  }
  .index-infrastructures .large-prev {
    left: 15px;
  }
  .index-members .list-groups li {
    width: 50%;
    margin-bottom: 1.1719rem;
  }
  .index-members .box-s {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
  }
  .index-members .box-s .box-img {
    overflow: hidden;
  }
  .index-members .box-s .box-img img {
    display: block;
    width: 100%;
    height: 6.0156rem;
    transition: all 0.5s;
  }
  .index-members .box-s .box-img .box-title span {
    position: absolute;
    left: 0.7813rem;
    right: 0.7813rem;
    bottom: 0.5859rem;
    color: #fff;
    font-weight: bold;
    display: block;
    max-height: none;
  }
  .index-members .box-s .box-mc {
    display: none!important;
  }
  .index-other .row-w {
    margin-left: -0.3906rem;
    margin-right: -0.3906rem;
  }
  .index-other .row-w .col-w {
    padding-left: 0.3906rem;
    padding-right: 0.3906rem;
  }
  .index-other .other-groups .box-s {
    height: 11rem;
    padding: 0.9766rem 0.7813rem;
  }
  .index-other .other-groups .box-s .box-title {
    margin-bottom: 1.5625rem;
    font-size: 1.0938rem;
  }
  .index-other .other-links .box-s {
    margin-bottom: 0.7813rem;
  }
  .language-box {
    position: absolute;
    right: 1.1719rem;
    top: 0.7813rem;
  }
  .page-wrap {
    min-height: 100%;
  }
  .page-content {
    padding-top: 3.125rem;
  }
  .page-content .guide-logo {
    margin-bottom: 1.3672rem;
  }
  .page-content .guide-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 6.1328rem;
  }
  .page-content .guide-title {
    font-size: 1.1719rem !important;
    line-height: 1.2;
    margin-bottom: 1.1719rem;
  }
  .page-content .guide-map .main-map {
    height: 11.7188rem;
    width: 100%;
  }
  .page-content .guide-num-groups {
    position: relative;
    z-index: 9;
    margin-top: -8%;
  }
  .page-content .guide-num-groups .row-w {
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-content .guide-num-groups .row-w .col-w {
    padding-left: 5px;
    padding-right: 5px;
  }
  .page-content .guide-num-groups .box-s {
    text-align: center;
  }
  .page-content .guide-num-groups .box-s .num-s {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .page-content .guide-num-groups .box-s .txt-s {
    line-height: 1.4;
  }
  .page-cont-other {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .content-top {
    padding-bottom: 0.7813rem;
    line-height: 1;
    position: relative;
    margin-bottom: 1.3672rem;
  }
  .content-top .public-title {
    float: none;
    margin-bottom: 5px;
  }
  .content-top .bread-crumbs {
    float: none;
  }
  .personnel-details .details-img {
    float: none;
    margin-left: 0;
  }
  .personnel-details .details-top::before {
    right: 0;
  }
  .personnel-details .details-cont {
    display: block;
  }
  .img-list .box-s .box-img {
    margin-right: 1.1719rem;
  }
  .img-list .box-s .box-info {
    padding-top: 0.3906rem;
  }
  .img-list-02 .box-s .box-img {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .img-list-02 .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 1.1719rem;
  }
  .table-info {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .table-info table {
    min-width: 600px;
  }
  .text-list li {
    padding: 0.7813rem 0.7813rem 0.7813rem 1.875rem;
  }
  .text-list .a-box {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .test-list-02 li {
    margin-bottom: 1.1719rem;
  }
  .test-list-02 li:last-child {
    margin-bottom: 0;
  }
  .test-list-02 .box-s {
    padding: 1.1719rem 0.7813rem 0.7813rem 0.7813rem;
  }
  .test-list-02 .box-s .box-date {
    margin-right: 0.9766rem;
  }
  .test-list-02 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .img-text-list .box-s .box-img img {
    height: auto;
    width: 100%;
  }
  .img-text-list .box-s .box-title .a-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 1.0156rem;
  }
}
