/*多行溢出*/
/*网站响应样式*/
@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: 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-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: 1799px) {
  .kyjz-list-a .img-box {
    height: 234px;
  }
  .kyjz-list-a .date {
    margin-bottom: 17px;
  }
}
@media (max-width: 1679px) {
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    padding: 0;
  }
  .kyjz-list-a .img-box {
    height: 217px;
  }
  .left-notice-box .info-box {
    width: 470px;
  }
}
@media (max-width: 1540px) {
  .index-banner .banner-prev {
    left: 15px;
  }
  .index-banner .banner-next {
    right: 15px;
  }
  .index-banner .swiper-pagination {
    right: 30px;
  }
  .banner-box {
    height: 420px;
  }
}
@media (max-width: 1439px) {
  .banner-box {
    height: 370px;
  }
  .kyjz-list-a .img-box {
    height: 200px;
  }
  .index-box1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .index-title {
    margin-bottom: 25px;
  }
  .index-title > div {
    font-size: 32px;
  }
  .index-title > div span:last-child {
    font-size: 20px;
  }
  .zszp-list-a {
    padding: 25px 25px 20px 25px;
    min-height: 136px;
    margin-bottom: 30px;
  }
  .zszp-list-a .date-box {
    margin-right: 25px;
  }
  .zszp-list-a .date-box div:nth-child(1) {
    font-size: 28px;
  }
  .index-box2 {
    padding-bottom: 20px;
  }
  .index-box3 {
    padding-top: 110px;
    padding-bottom: 50px;
    min-height: 540px;
  }
  .left-notice-box .img-box {
    width: 410px;
    height: 271px;
  }
  .left-notice-box .info-box {
    width: 400px;
    min-height: auto;
    padding: 20px 25px;
  }
  .left-notice-box .date {
    margin-bottom: 8px;
  }
  .left-notice-box .title {
    margin-bottom: 15px;
  }
  .left-notice-box .desc {
    margin-bottom: 10px;
  }
  .notice-list-ul li {
    margin-bottom: 17px;
  }
  .index-box4 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .link-list-a {
    height: 90px;
  }
  .footer {
    padding: 100px 0 35px 0;
  }
  .tp-list-a .img-box {
    height: 174px;
  }
  .m25 {
    margin: 0 -10px;
  }
  .p25 {
    padding: 0 10px;
  }
  .ry-list-a .img-box {
    height: 210px;
  }
}
@media (max-width: 1365px) {
  .header .header-logo {
    max-width: 530px;
  }
  .header-other {
    margin-top: 20px;
  }
  .header-other a {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    margin-left: 15px;
  }
  .searchbox {
    margin-top: 0px;
  }
  .banner-box {
    height: 350px;
  }
  .banner-box .banner-tit {
    font-size: 22px;
  }
  .index-title > div {
    font-size: 28px;
    line-height: 30px;
  }
  .index-title > div span {
    line-height: 30px;
  }
  .index-title > div span:last-child {
    font-size: 16px;
    margin-left: 6px;
  }
  .index-title a {
    margin-top: 16px;
  }
  .kyjz-list-a .img-box {
    height: 184px;
  }
  .kyjz-list-a .info {
    margin-right: 20px;
    min-height: 148px;
    padding: 10px 20px 20px 20px;
    margin-top: -30px;
  }
  .kyjz-list-a .date {
    margin-bottom: 10px;
  }
  .kyjz-list-a .title {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    margin-bottom: 8px;
  }
  .zszp-list-a {
    min-height: 124px;
  }
  .zszp-list-a .title {
    font-size: 18px;
    line-height: 28px;
    height: 84px;
  }
  .left-notice-box .img-box {
    width: 340px;
    height: 225px;
  }
  .left-notice-box .info-box {
    top: 20px;
  }
  .left-notice-box .title {
    height: 56px;
    font-size: 18px;
    line-height: 28px;
  }
  .notice-list-ul {
    padding-top: 20px;
  }
  .notice-list-ul li {
    margin-bottom: 13px;
  }
  .index-box3 {
    min-height: auto;
    padding-top: 80px;
  }
  .index-box4 {
    padding-bottom: 10px;
  }
  .index-box4 .index-title {
    margin-bottom: 10px;
  }
  .tp-list-a .img-box {
    height: 167px;
  }
  .ry-list-a .img-box {
    height: 202px;
  }
}
@media (max-width: 1279px) {
  nav.navbar.bootsnav ul.nav > li > a {
    line-height: 30px;
    padding: 10px 0;
  }
  .banner-box {
    height: 320px;
  }
  .kyjz-list-a .img-box {
    height: 174px;
  }
  .other-menu .menu-title {
    font-size: 20px;
    min-height: 60px;
    padding: 15px 25px;
  }
  .other-menu .menu-cont .box-a {
    margin: 0 10px;
  }
  .other-menu .menu-cont .box-a:hover .a-title,
  .other-menu .menu-cont .box-a.active .a-title {
    margin: 0 -10px;
    padding: 12px 20px 12px 20px;
  }
  .other-menu .menu-cont .box-a:hover .a-title::before,
  .other-menu .menu-cont .box-a.active .a-title::before {
    left: 9px;
  }
  .other-menu .menu-cont .a-title {
    padding: 12px 15px 12px 15px;
  }
  .other-menu .menu-cont .a-title::before {
    top: 20px;
  }
  .ny-right {
    padding: 20px 20px 20px 20px;
  }
  .right-top .ny-r-title {
    font-size: 20px;
  }
  .details-page .detail-top .title-s {
    font-size: 24px;
  }
  .tp-list-a {
    margin-bottom: 35px;
  }
  .tp-list-a .img-box {
    height: 162px;
  }
  .ry-list-a .img-box {
    height: 195px;
  }
}
@media (max-width: 1199px) {
  .kyjz-list-a .img-box {
    height: 140px;
  }
  .m16,
  .m22 {
    margin: 0 -15px;
  }
  .p16,
  .p22 {
    padding: 0 15px;
  }
  .left-notice-box .info-box {
    width: 300px;
  }
  .link-list-a {
    height: 65px;
  }
  .details-page .detail-top .title-s {
    font-size: 22px;
  }
  .fzr-top .img-box {
    width: 160px;
    height: 206px;
    margin-right: 25px;
  }
  .fzr-top .info {
    padding-top: 0px;
  }
  .fzr-top .title-box {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .fzr-top .title-box span:nth-child(1) {
    line-height: 26px;
    font-size: 22px;
  }
  .fzr-top ul li {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .fzr-top ul b {
    line-height: 26px;
    margin-right: 15px;
  }
  .fzr-top ul span {
    line-height: 26px;
  }
  .tp-list-a .img-box {
    height: 130px;
  }
  .ry-list-box .col-lg-5ths:nth-child(5n+1) {
    clear: none;
  }
  .ry-list-box .col-lg-5ths:nth-child(4n+1) {
    clear: left;
  }
  .ry-list-a .img-box {
    height: 200px;
  }
  .ry-top {
    padding: 25px;
    margin-bottom: 30px;
  }
  .ry-top .img-box {
    width: 130px;
    height: 180px;
    margin-left: 20px;
  }
  .ry-top .info {
    padding-top: 0px;
  }
  .ry-top .title-box {
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
  .ry-top .title-box span {
    font-size: 14px;
  }
  .ry-top .title-box span:nth-child(1) {
    font-size: 20px;
  }
  .ry-top ul li {
    margin-bottom: 7px;
  }
  .ry-top ul span:nth-child(1) {
    margin-right: 10px;
  }
  .ry-info b {
    font-size: 17px;
    line-height: 26px;
    padding: 8px 20px;
    margin-bottom: 15px;
  }
  .ny-links .link-list-a {
    height: 60px;
  }
}
@media (max-width: 991px) {
  .header .header-logo {
    float: none;
  }
  .header-top {
    padding: 30px 0;
  }
  .header-top .container {
    position: relative;
  }
  .header-other {
    float: none;
  }
  .header-other li:first-child {
    width: calc(100% - 60px);
  }
  .searchbox {
    width: 100%;
  }
  .toggle {
    top: 25px;
    right: 20px;
  }
  .nav-wrap {
    display: none;
  }
  .banner-box {
    height: 260px;
  }
  .banner-box .banner-tit {
    font-size: 20px;
  }
  .index-banner .banner-prev,
  .index-banner .banner-next {
    width: 45px;
    height: 45px;
  }
  .index-box1 {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .kyjz-list-a {
    margin-bottom: 30px;
  }
  .kyjz-list-a .img-box {
    height: 230px;
  }
  .index-box2 {
    padding-bottom: 10px;
  }
  .index-box3 {
    background-size: 100% 100%;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .col-fzgsw-i8,
  .col-fzgsw-i4,
  .col-nymd-3,
  .col-nymd-9 {
    width: auto;
  }
  .left-notice-box {
    padding-bottom: 12px;
  }
  .left-notice-box .img-box {
    width: 290px;
    height: 192px;
    float: left;
    margin-right: 20px;
  }
  .left-notice-box .info-box {
    position: static;
    width: auto;
  }
  .left-notice-box .title {
    height: 28px;
    -webkit-line-clamp: 1;
    margin-bottom: 10px;
  }
  .left-notice-box .desc {
    -webkit-line-clamp: 2;
    height: 48px;
  }
  .index-box4 {
    padding-top: 40px;
  }
  .index-box4 .link-next {
    right: 0px;
  }
  .index-box4 .link-prev {
    left: 0px;
  }
  .conent {
    width: 220px !important;
  }
  .conent .sition {
    width: 220px !important;
  }
  .fzgsw-ny-box {
    padding: 30px 0 30px 0;
  }
  .tp-list-a .img-box {
    height: 138px;
  }
  .m25 {
    margin: 0 -15px;
  }
  .p25 {
    padding: 0 15px;
  }
  .ry-list-box .col-lg-5ths:nth-child(4n+1) {
    clear: none;
  }
  .ry-list-box .col-lg-5ths:nth-child(3n+1) {
    clear: left;
  }
  .ry-list-a .img-box {
    height: 285px;
  }
  .call-cont {
    font-size: 18px;
  }
  .call-cont .col-md-6 div {
    margin-bottom: 15px;
  }
  .link-list-a {
    height: 100px;
  }
  .ny-links .link-list-a {
    height: 96px;
  }
}
@media (max-width: 767px) {
  .header .header-logo {
    max-width: 265px;
  }
  .toggle {
    top: 10px;
  }
  .banner-box {
    height: 220px;
  }
  .banner-box .banner-tit {
    font-size: 18px;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .banner-box .container {
    left: 0;
    right: 0;
    transform: translateX(0);
  }
  .index-banner .swiper-pagination {
    display: none;
  }
  .index-title > div {
    font-size: 24px;
  }
  .index-title a {
    margin-top: 14px;
  }
  .kyjz-list-a .img-box {
    height: auto;
  }
  .kyjz-list-a .title {
    height: auto;
    display: block;
    text-align: justify;
  }
  .kyjz-list-a .desc {
    height: auto;
  }
  .zszp-list-a {
    min-height: auto;
    padding: 18px 15px 18px 15px;
  }
  .zszp-list-a .date-box {
    margin-right: 15px;
  }
  .zszp-list-a .date-box div:nth-child(1) {
    font-size: 22px;
  }
  .zszp-list-a .title {
    font-size: 16px;
    line-height: 26px;
    height: auto;
    display: block;
  }
  .left-notice-box .img-box {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .left-notice-box .info-box {
    padding: 20px 15px;
  }
  .left-notice-box .title {
    display: block;
    height: auto;
  }
  .left-notice-box .desc {
    -webkit-line-clamp: 3;
    height: auto;
  }
  .notice-list-ul a .title {
    font-size: 16px;
    line-height: 26px;
    overflow: initial;
    white-space: normal;
    padding-right: 0px;
  }
  .notice-list-ul a .date {
    position: static;
    font-size: 14px;
    line-height: 26px;
  }
  .link-list-a {
    height: 100px;
  }
  .footer {
    background: linear-gradient(90deg, #00C4F8 0%, #0099F2 100%);
    padding: 30px 0 24px 0;
  }
  .footer span,
  .footer a {
    margin-right: 0px;
  }
  .conent {
    width: 110px !important;
  }
  .conent .sition {
    width: 110px !important;
  }
  .ny-right {
    padding: 15px 15px 15px 15px;
  }
  .right-top {
    margin-bottom: 20px;
  }
  .right-top .ny-r-title {
    float: none;
    line-height: 26px;
  }
  .right-top .ny-r-title::before {
    display: none;
  }
  .right-top .bread-crumbs {
    float: none;
    margin-top: 5px;
  }
  .details-page .detail-top {
    margin-bottom: 20px;
  }
  .details-page .detail-top .title-s {
    line-height: 28px;
    font-size: 20px;
  }
  .details-page .detail-top .top-other {
    margin-top: 12px;
  }
  .details-page .main-cont p,
  .details-page .main-cont div {
    line-height: 26px;
  }
  .details-page .cont-page {
    margin-top: 25px;
    padding-top: 20px;
  }
  .fzgsw-ny-box::before {
    display: none;
  }
  .fzr-top {
    padding: 20px 15px;
    margin-bottom: 25px;
  }
  .fzr-top .img-box {
    float: none;
    margin: 0 auto 20px;
  }
  .fzr-top .title-box {
    font-size: 14px;
  }
  .fzr-top .title-box span {
    margin-top: 4px;
  }
  .fzr-top .title-box span:nth-child(1) {
    font-size: 20px;
  }
  .fzr-top .title-box span:nth-child(2) {
    margin: 4px 5px 0;
  }
  .fzr-top ul b {
    width: 80px;
    margin-right: 10px;
  }
  .fzr-info b {
    margin-bottom: 10px;
  }
  .tp-list-a {
    margin-bottom: 25px;
  }
  .tp-list-a .img-box {
    height: auto;
  }
  .tp-list-a p {
    display: block;
    height: auto;
    text-align: justify;
  }
  .wz-list-a {
    padding: 12px 10px 12px 25px;
  }
  .wz-list-a::before {
    top: 22px;
  }
  .wz-list-a .title {
    overflow: initial;
    white-space: normal;
    padding-right: 0px;
  }
  .wz-list-a .date {
    position: static;
    margin-top: 5px;
  }
  .tw-list-a {
    margin-bottom: 30px;
  }
  .tw-list-a .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .tw-list-a .title {
    overflow: initial;
    white-space: normal;
    text-align: justify;
  }
  .tw-list-a .desc {
    height: auto;
  }
  .ry-list-a {
    width: 180px;
    margin: 0 auto 30px;
  }
  .ry-list-a .img-box {
    height: auto;
  }
  .ry-top {
    padding: 25px 15px;
  }
  .ry-top .img-box {
    float: none;
    width: 160px;
    height: auto;
    margin: 0 auto 20px;
  }
  .ry-top ul li {
    float: none;
    width: 100%;
  }
  .call-cont {
    margin-top: 40px;
  }
  .ny-links .link-list-a {
    height: auto;
  }
}
