/*多行溢出*/
/*网站响应样式*/
@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: 1660px) {
  .index-title {
    max-width: 650px;
  }
  .index-banner .swiper-button-prev {
    left: -50px;
  }

  .index-banner .swiper-button-next {
    right: -50px;
  }


}

@media (max-width: 1599px) {
  .kxj-detail-box .xsff-list-a .img-box {
    height: 170px;
  }

  .kxj-detail-box .sgjy-left-img .img-box {
    height: 274px;
  }

  .kxj-detail-box .sgjy-right-img .img-box {
    height: 177px;
  }

  .index-banner .swiper-button-prev {
    left: -50px;
  }

  .index-banner .swiper-button-next {
    right: -50px;
  }

  .kxj-detail-box[data-v-list] .sgjy-right-img .img-box {
    height: 177px;
  }

  .kxj-detail-box .right-group[data-v-shhd] .sgjy-right-img .img-box {
    height: 177px;
  }

  .xlmain .textxl iframe {
    height: 1216px;
  }

  .lunb-a .img-box {
   height: 230px;
  }
}

@media (max-width: 1439px) {
  .index-title {
    max-width: 570px;
  }

  .kxj-detail-box .left-img {
    width: 270px;
  }

  .kxj-detail-box .left-img .img-box {
    width: 220px;
    height: 293px;
  }

  .kxj-detail-box .right-info {
    margin-left: 270px;
    padding: 15px 30px 24px;
  }

  .kxj-detail-box .name {
    font-size: 34px;
    line-height: 40px;
  }

  .kxj-detail-box .zw {
    font-size: 20px;
  }

  .kxj-detail-box .zw-info {
    line-height: 30px;
  }

  .kxj-detail-box .title span {
    font-size: 20px;
  }

  .kxj-detail-box .xsff-list-a .img-box {
    height: 177px;
  }

  .kxj-detail-box .sgjy-left-img .img-box {
    height: 285px;
  }

  .kxj-detail-box .sgjy-right-img .img-box {
    height: 184px;
  }

  .kxj-detail-box .jnc-box .img-box {
    width: 220px;
    height: 290px;
    margin-left: 30px;
  }

  .kxj-detail-box .jnc-box .info {
    padding-top: 5px;
  }

  .kxj-detail-box[data-v-list] .sgjy-right-img .img-box {
    height: 184px;
  }

  .kxj-detail-box .right-group[data-v-shhd] .sgjy-right-img .img-box {
    height: 184px;
  }

  .index-banner {
    height: 100%;
    padding-bottom: 160px;
  }

  .xlmain .textxl iframe {
    height: 1260px;
  }
  .lunb-a .img-box {
    height: 216px;
  }
}

@media (max-width: 1365px) {
  .index-title {
    max-width: 480px;
  }

  .kxj-detail-box .xsff-list-a .img-box {
    height: 162px;
  }

  .kxj-detail-box .sgjy-left-img .img-box {
    height: 261px;
  }

  .kxj-detail-box .sgjy-right-img .img-box {
    height: 169px;
  }

  .kxj-detail-box[data-v-list] .sgjy-right-img .img-box {
    height: 169px;
  }

  .kxj-detail-box .right-group[data-v-shhd] .sgjy-right-img .img-box {
    height: 169px;
  }

  .xlmain .textxl iframe {
    height: 1160px;
  }
  .lunb-a .img-box {
    height: 197px;
  }
}

@media (max-width: 1279px) {
  .index-banner .swiper-button-prev {
    left: -20px;
  }

  .index-banner .swiper-button-next {
    right: -20px;
  }

  .lunb-a .img-box {
    height: 335px;
  }


}

@media (max-width: 1199px) {
  .kxj-detail-box .xsff-list-a .img-box {
    height: 117px;
  }

  .kxj-detail-box .sgjy-left-img .img-box {
    height: 195px;
  }

  .kxj-detail-box .sgjy-right-img .img-box {
    height: 125px;
  }

  .index-banner {
    height: 130vh;
  }

  .kxj-detail-box[data-v-list] .col-md-4 {
    float: left;
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .kxj-detail-box[data-v-list] .sgjy-right-img .img-box {
    height: 195px;
  }

  .kxj-detail-box .right-group[data-v-shhd] .sgjy-right-img .img-box {
    height: 125px;
  }

  .kxj-detail-box[data-v-jnc] .right-info iframe {
    height: 960px;
  }

  .xlmain .textxl iframe {
    height: 872px;
  }
}

@media (max-width: 991px) {
  .index-banner {
    height: 100vh;
  }

  .kxj-detail-box::before {
    width: 300px;
    height: 207px;
  }

  .kxj-detail-box .left-img {
    width: 220px;
  }

  .kxj-detail-box .left-img .img-box {
    width: 170px;
    height: 226px;
  }

  .kxj-detail-box .left-img ul a {
    font-size: 18px;
    padding: 16px 10px;
  }

  .kxj-detail-box .right-info {
    margin-left: 220px;
    padding: 15px 20px 24px;
  }

  .kxj-detail-box .name {
    font-size: 26px;
    line-height: 30px;
  }

  .kxj-detail-box .zw {
    font-size: 18px;
    padding: 7px 22px;
    margin-bottom: 16px;
  }

  .kxj-detail-box .zw-info {
    line-height: 26px;
    font-size: 14px;
  }

  .kxj-detail-box .title span {
    font-size: 18px;
  }

  .kxj-detail-box .xs-list-a {
    font-size: 14px;
    margin-bottom: 15px;
    max-height: inherit;
	-webkit-line-clamp: inherit;
  }

  .kxj-detail-box .xsff-list-a .img-box {
    height: 140px;
  }

  .kxj-detail-box .sgjy-left-img .img-box {
    height: 306px;
  }

  .kxj-detail-box .sgjy-right-img .img-box {
    height: 145px;
  }

  .kxj-detail-box .jnc-box .img-box {
    width: 150px;
    height: 198px;
  }

  .kxj-detail-box .jnc-box .info {
    padding-top: 0px;
  }

  .kxj-detail-box .jnc-box .jnz-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .kxj-detail-box .jnc-box .jnc-desc {
    font-size: 14px;
    line-height: 26px;
    -webkit-line-clamp: 3;
    height: 78px;
  }

  .kxj-detail-box .right-group .col-md-4:nth-child(3n+1) {
    clear: none;
  }

  .kxj-detail-box .right-group .col-md-4:nth-child(2n+1) {
    clear: left;
  }

  .kxj-detail-box .bread-crumbs .bread-item-groups {
    float: none;
  }

  .kxj-detail-box[data-v-list] .sgjy-right-img .img-box {
    height: 145px;
  }

  .kxj-detail-box .right-group[data-v-shhd] .sgjy-right-img .img-box {
    height: 145px;
  }

  .xlmain .textxl iframe {
    height: 660px;
  }
  .lunb-a .img-box {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .kxjjs-ny-box {
    background-size: 100% 500px;
  }

  .index-title {
    max-width: 310px;
    margin: 30px auto 30px;
  }

  .kxj-detail-box {
    border-top: 3px solid #E9D1A6;
    margin-bottom: 10px;
  }

  .kxj-detail-box .left-img {
    position: static;
    width: 100%;
    padding: 15px;
  }

  .kxj-detail-box .left-img .img-box {
    margin: 0 auto 30px;
  }

  .kxj-detail-box .left-img ul {
    background: none;
    margin-bottom: 30px;
  }

  .kxj-detail-box .left-img ul li {
    float: left;
    width: 33.333333%;
  }

  .kxj-detail-box .left-img ul li:nth-child(4),
  .kxj-detail-box .left-img ul li:nth-child(5) {
    width: 50%;
  }

  .kxj-detail-box .right-info {
    margin-left: 0px;
    padding: 15px 0;
    background: #FFF;
  }

  .kxj-detail-box .zw {
    max-width: 100%;
  }

  .kxj-detail-box .xsff-list-a .img-box {
    height: auto;
  }

  .kxj-detail-box .xsff-list-a p {
    overflow: initial;
    white-space: normal;
  }

  .kxj-detail-box .sgjy-left-img .img-box {
    height: auto;
  }

  .kxj-detail-box .sgjy-left-img .info div {
    display: block;
    height: auto;
  }

  .kxj-detail-box .sgjy-right-img .img-box {
    height: auto;
  }

  .kxj-detail-box .sgjy-right-img .info {
    display: block;
    height: auto;
  }

  .kxj-detail-box .jnc-box .img-box {
    float: none;
    margin: 0 auto 20px;
  }

  .kxj-detail-box .jnc-box .jnz-title {
    text-align: center;
  }

  .kxj-detail-box .jnc-box .jnc-desc {
    -webkit-line-clamp: 5;
    height: auto;
  }

  .index-banner .swiper-button-prev,
  .index-banner .swiper-button-next {
    width: 45px;
    height: 45px;
  }

  .index-banner .swiper-button-prev {
    left: 0px;
  }

  .index-banner .swiper-button-next {
    right: 0px;
  }

  .index-banner .kxjjs-swiper {
    margin-top: 80px;
  }

  .kxj-detail-box[data-v-list] .col-md-4 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .kxj-detail-box[data-v-list] .sgjy-right-img .img-box,
  .kxj-detail-box .right-group[data-v-shhd] .sgjy-right-img .img-box {
    height: auto;
  }

  .kxj-detail-box[data-v-jnc] .right-info {
    padding: 0 15px 15px;
  }

  .kxj-detail-box,
  .kxj-detail-box .right-info {
    min-height: inherit;
  }

  .kxj-detail-box[data-v-jnc] .right-info iframe {
    height: 450px;
  }

  .xlmain .textxl iframe {
    height: 490px;
  }

  .kxj-detail-box li:nth-child(4).p20,
  .kxj-detail-box li:nth-child(4).p12 {
    display: none;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 40%;
  }
  .lunb-a {
    padding: 15px;
  }
  .lunb-a .img-box {
    width: 200px;
    height: 266px;
  }
	.kxj-detail-box .sgjy-right-img .img-box img {width: 100%;height: auto;}
}