/*多行溢出*/
/*网站响应样式*/
@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-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: 1679px) {
  .news-top {
    background-size: 200px auto;
  }
  .news-top .img-box {
    width: 540px;
    height: 304px;
  }
  .news-top .info {
    padding: 40px 30px;
  }
  .jx-info-box .left-img-box {
    width: 540px;
    margin-right: 30px;
  }
  .jx-info-box .left-img-box .top-img {
    height: 304px;
    margin-bottom: 30px;
  }
  .jx-info-box .left-img-box .bottom-img {
    height: 145px;
  }
  .jx-info-box .right-info {
    padding-top: 0px;
  }
  .jx-info-box .right-info h4 {
    margin-bottom: 30px;
  }
  .jx-info-box .right-info .desc {
    -webkit-line-clamp: 10;
    max-height: 300px;
  }
  .m20 {
    margin: 0 -15px;
  }
  .p20 {
    padding: 0 15px;
  }
}
@media (max-width: 1499px) {
  nav.navbar.bootsnav .navbar-brand {
    margin-left: 0px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin: 0 22px 0 0;
  }
  .bjzt-top {
    height: 500px;
  }
  .bjzt-top img {
    width: 900px;
  }
  .news-top {
    background-size: 140px auto;
    padding-bottom: 30px;
    margin-bottom: 45px;
  }
  .news-top .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-top: 15px;
  }
  .news-top .desc {
    font-size: 17px;
    color: #333333;
    line-height: 28px;
    text-align: justify;
  }
  .jx-jj-cont .left-title {
    font-size: 30px;
    line-height: 40px;
    margin-right: 30px;
    min-width: 240px;
  }
  .jx-jj-cont .desc {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .bjzt-top img {
    width: 700px;
  }
  .bread-crumbs {
    position: static;
    margin-bottom: 20px;
  }
  .news-top {
    background: none;
  }
  .news-top .img-box {
    width: 320px;
    height: 180px;
  }
  .news-top .info {
    padding: 12px 20px;
  }
  .news-top .title {
    font-size: 22px;
  }
  .jx-info-box .left-img-box {
    width: 320px;
  }
  .jx-info-box .left-img-box .top-img {
    height: 180px;
    margin-bottom: 20px;
  }
  .jx-info-box .left-img-box .bottom-img {
    height: 180px;
    margin-bottom: 20px;
  }
  .jx-info-box .right-info h4 {
    font-size: 18px;
  }
  .jx-info-box .right-info .desc {
    -webkit-line-clamp: 13;
    max-height: 390px;
    font-size: 16px;
  }
  .footer {
    padding: 50px 0;
  }
  .footer .info-logo {
    width: 254px;
    margin-top: 15px;
  }
  .footer .info-txt {
    width: calc(100% - 300px);
  }
}
@media (max-width: 991px) {
  .bjzt-top img {
    width: 590px;
  }
  .news-top .img-box {
    float: none;
    display: block;
    width: 100%;
    height: auto;
  }
  .news-top .info {
    padding: 25px 0 0;
  }
  .hjxm-cont {
    padding: 30px;
  }
  .jx-jj-cont {
    margin-bottom: 20px;
  }
  .jx-jj-cont .left-title {
    float: none;
    font-size: 28px;
    line-height: 34px;
    margin-right: 0px;
    min-width: auto;
    margin-bottom: 15px;
  }
  .xmprev-box,
  .grprev-box {
    width: 90px;
    height: 35px;
  }
  .xmprev-box .swiper-button-next,
  .grprev-box .swiper-button-next,
  .xmprev-box .swiper-button-prev,
  .grprev-box .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  .jx-txt h3 span,
  .gr-txt h3 span {
    padding-left: 30px;
    line-height: 30px;
    font-size: 22px;
  }
  .jx-txt h3,
  .gr-txt h3 {
    padding-top: 4px;
  }
  .jx-txt,
  .gr-txt {
    margin-bottom: 30px;
    margin-right: 120px;
  }
  .jx-info-box .left-img-box {
    width: 270px;
  }
  .jx-info-box .left-img-box .top-img {
    height: 152px;
  }
  .jx-info-box .left-img-box .bottom-img {
    height: 152px;
  }
  .jx-info-box .right-info h3 {
    font-size: 20px;
  }
  .jx-info-box .right-info .desc {
    -webkit-line-clamp: 9;
    max-height: 270px;
  }
}
@media (max-width: 767px) {
  .bjzt-top {
    height: 260px;
    padding-top: 160px;
  }
  .bjzt-top img {
    width: 90%;
  }
  .header-line {
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-line a {
    font-size: 14px;
    margin-left: 15px !important;
  }
  .header-line a.line-a .icon-s {
    margin-right: 4px;
  }
  .header-line a.line-a .icon-s img {
    display: block;
    width: 24px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .info-logo {
    float: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .footer .info-txt {
    text-align: center;
    float: none;
    width: 100%;
  }
  .footer a,
  .footer span {
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .footer a:first-child,
  .footer span:first-child {
    margin-left: 5px;
  }
  .bjzt-cont {
    padding: 20px 15px;
  }
  .bjzt-cont:first-child {
    margin-top: -40px;
  }
  .bread-crumbs .bread-location,
  .bread-crumbs .bread-item {
    font-size: 12px;
  }
  .bread-crumbs .bread-item-groups {
    line-height: 20px;
  }
  .bread-crumbs {
    margin-bottom: 12px;
  }
  .news-top .title {
    font-size: 20px;
  }
  .news-top .desc {
    font-size: 16px;
    line-height: 30px;
  }
  .news-top {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .hjxm-cont {
    padding: 20px;
  }
  .hjxm-cont .top-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .hjxm-cont .hjxm-list a {
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 10px;
    background-size: 18px 7px;
  }
  .jx-jj-cont .left-title {
    font-size: 24px;
    line-height: 30px;
  }
  .jx-txt h3,
  .gr-txt h3 {
    padding-top: 0px;
    text-align: left;
  }
  .jx-txt h3 span,
  .gr-txt h3 span {
    padding-left: 0px;
    line-height: 26px;
    font-size: 18px;
  }
  .jx-txt h3::before,
  .gr-txt h3::before {
    display: none;
  }
  .xmprev-box .swiper-button-next,
  .grprev-box .swiper-button-next,
  .xmprev-box .swiper-button-prev,
  .grprev-box .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
  .xmprev-box,
  .grprev-box {
    width: 60px;
    height: 25px;
    top: 3px;
  }
  .jx-txt,
  .gr-txt {
    margin-bottom: 20px;
    margin-right: 80px;
  }
  .jx-info-box .left-img-box {
    float: none;
    width: 100%;
  }
  .jx-info-box .left-img-box .top-img {
    height: auto;
  }
  .jx-info-box .left-img-box .bottom-img {
    height: auto;
  }
  .jx-info-box .right-info .desc {
    -webkit-line-clamp: 9;
    max-height: none;
    margin-bottom: 20px;
  }
  .jx-info-box .right-info h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .jx-info-box .right-info h4 {
    font-size: 16px;
  }
  .jx-info-box .right-info .more {
    font-size: 14px;
    color: #B13B2E;
  }
}
