/*多行溢出*/
/*网站响应样式*/
@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) {
  .leader-box .leader-top {
    width: 534px;
  }
  .leader-box .img-box {
    height: 305px;
  }
  .ry-box .img-box {
    height: 168px;
  }
  .nyzt .zt-a {
    height: 95px;
  }
}
@media (max-width: 1199px) {
  .other-menu .menu-cont .a-title {
    padding: 14px 40px 12px 15px;
  }
  .other-menu .menu-cont .box-a.active .a-title{
    padding-right: 40px;
  }
  .other-menu .menu-cont .a-title:after {
    right: 20px;
  }
  .other-menu .menu-cont .down-menu {
    padding-left: 25px;
    padding-right: 20px;
  }
  .other-menu .menu-cont .down-menu a {
    padding: 12px 0px 12px 0px;
  }
  .leader-box .leader-top {
    width: 434px;
  }
  .leader-box .img-box {
    height: 243px;
  }
  .ry-list .row .col-lg-5ths:nth-child(5n+1) {
    clear: none;
  }
  .ry-list .row .col-lg-5ths:nth-child(4n+1) {
    clear: left;
  }
  .ry-box {
    margin-bottom: 25px;
  }
  .ry-box .img-box {
    height: 172px;
  }
  .comp-personnel-details-01 .info-top {
    min-height: 212px;
  }
  .comp-personnel-details-01 .info-top .box-img {
    width: 110px;
    height: 132px;
    margin-left: 10px;
  }
  .comp-personnel-details-01 .info-top .box-info .box-s {
    margin-bottom: 15px;
  }
  .nyzt .zt-a {
    height: 71px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .other-menu {
    display: none;
  }
  .qzgy-ny-box .ny-cont-9 {
    width: auto;
  }
  .leader-box .leader-top {
    width: 430px;
  }
  .leader-box .img-box {
    height: 242px;
  }
  .ry-box .img-box {
    height: 182px;
  }
  .call-cont > div {
    line-height: 28px;
    min-width: 180px;
  }
}
@media (max-width: 767px) {
  .qzgy-ny-box {
    padding: 25px 0 35px 0;
  }
  .right-top {
    padding-bottom: 12px;
    margin-bottom: 25px;
  }
  .right-top .ny-r-title {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
  .right-top .ny-r-title::before {
    display: none;
  }
  .right-top .bread-crumbs {
    float: none;
    width: 100%;
  }
  .details-page .detail-top {
    margin-bottom: 20px;
  }
  .details-page .detail-top .top-other {
    margin-top: 20px;
    padding: 0 15px;
  }
  .details-page .detail-top .top-other .other-info {
    float: none;
    line-height: 26px;
  }
  .details-page .detail-top .top-other .other-share {
    float: none;
    line-height: 26px;
  }
  .details-page .detail-top .top-other .other-share a:first-child {
    margin-right: 5px;
  }
  .details-page .main-cont {
    padding: 0 10px;
  }
  .details-page .main-cont p {
    line-height: 26px;
  }
  .leader-box {
    padding: 0 10px;
  }
  .leader-box .leader-top {
    width: auto;
  }
  .leader-box .img-box {
    width: 260px;
    margin: 0 auto 18px;
    height: auto;
  }
  .ry-list {
    padding: 0 10px;
  }
  .ry-list .row .col-lg-5ths:nth-child(4n+1) {
    clear: none;
  }
  .ry-list .row .col-lg-5ths:nth-child(2n+1) {
    clear: left;
  }
  .ry-box .img-box {
    height: 178px;
  }
  .comp-personnel-details-01 {
    padding: 0 10px;
  }
  .comp-personnel-details-01 .info-top {
    padding: 15px;
    min-height: auto;
  }
  .comp-personnel-details-01 .info-top .box-img {
    float: none;
    width: 180px;
    height: 217px;
    margin-left: 0px;
  }
  .comp-personnel-details-01 .info-top .box-info .box-s {
    margin-bottom: 10px;
    float: none;
    width: 100%;
    padding-right: 0px;
  }
  .comp-personnel-details-01 .info-groups .info-txt {
    line-height: 26px;
  }
  .tw3-list {
    padding: 0 10px;
  }
  .tw3-ul li {
    padding-bottom: 15px;
  }
  .tw3-box .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .tw3-box .tw3-title {
    overflow: initial;
    white-space: normal;
  }
  .tw3-box .tw3-desc {
    height: auto;
    margin: 10px 0;
  }
  .wz1-list {
    padding: 0 10px;
  }
  .zw1-box {
    background: url(qzgy-top-list-icon.png) no-repeat 0 5px;
  }
  .zw1-box .zw1-title {
    padding: 0 0px 0 16px;
    overflow: initial;
    white-space: normal;
    text-align: justify;
  }
  .zw1-box .zw1-date {
    position: static;
    padding-left: 16px;
  }
  .call-cont {
    float: left;
    width: 100%;
    min-height: auto;
    position: relative;
  }
  .call-cont > div {
    min-height: 130px;
    padding: 20px;
    position: static;
    transform: translate(0);
  }
  .map {
    float: none;
    width: 100% !important;
  }
  .zz-table td {
    padding: 12px 10px 12px 10px;
  }
  .zz-table td:first-child {
    max-width: 120px;
    width: 120px;
  }
  .nyzt .zt-a {
    height: auto;
  }
  .nyzt .zt-a img {
    height: auto;
  }
  .btn-primary {
    margin-bottom: 15px;
  }
}
