/*多行溢出*/
/*网站响应样式*/
@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: 1440px) {
  /*header*/
  .header {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header .header-logo img {
    max-width: 550px;
  }
  /*footer*/
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tp-a .img-box {
    height: 183px;
  }
  .index-banner .banner-box .banner-img img {
    height: 420px;
  }
}
@media (max-width: 1366px) {
  .tp-a {
    margin-bottom: 30px;
  }
  .tp-a .img-box {
    height: 173px;
    margin-bottom: 12px;
  }
  .index-banner .banner-box .banner-img img {
    height: 396px;
  }
}
@media (max-width: 1280px) {
  .tp-a .img-box {
    height: 150px;
  }
  .index-banner .banner-box .banner-img img {
    height: 366px;
  }
}
@media (max-width: 1279px) {
  .tp-a .img-box {
    height: 156px;
  }
  .index-banner .banner-box .banner-img img {
    height: 344px;
  }
}
@media (max-width: 1199px) {
  .ny-right {
    margin-left: 0;
  }
  .m20 {
    margin: 0 -15px;
  }
  .p20 {
    padding: 0 15px;
  }
  .tp-a .img-box {
    height: 130px;
  }
  .xswyh-group .img-box {
    width: 140px;
    height: 184px;
  }
  .index-banner .banner-box .banner-img img {
    height: 294px;
  }
}
@media (max-width: 1024px) {
  /*header*/
  .header .header-logo img {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .other-menu {
    display: none;
  }
  .tp-a .img-box {
    height: 132px;
  }
  .yjteam-group .team-name {
    font-size: 20px;
    line-height: 26px;
  }
  .yjteam-group li {
    background: url('hyswx-wzlist-icon.png') no-repeat 9px 14px;
  }
  .yjteam-group span,
  .yjteam-group a {
    line-height: 36px;
  }
  .ry-name-list .col-md-5ths:nth-child(5n+1) {
    clear: none;
  }
  .ry-name-list .col-md-5ths:nth-child(4n+1) {
    clear: left;
  }
  .index-banner .banner-box .banner-img img {
    height: 220px;
  }
}
@media (max-width: 767px) {
  /*header*/
  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .header .header-logo img {
    max-width: 280px;
  }
  .index-banner {
    position: relative;
  }
  .index-banner .swiper-container {
    width: 100%;
    height: 100%;
  }
  .index-banner .banner-box {
    position: relative;
    height: 100%;
  }
  .index-banner .banner-box .banner-img img {
    display: block;
    width: 100%;
    height: 200px;
  }
  .index-banner .banner-page {
    padding-top: 10px;
    position: static;
    left: 0 !important;
    right: 0 !important;
    bottom: 30px !important;
    width: auto !important;
    z-index: 101;
  }
  .index-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #1A6DE2 !important;
  }
  .index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 28px;
    background: #BC1717 !important;
  }
  .index-banner .banner-next,
  .index-banner .banner-prev {
    transition: all 0.7s;
  }
  .index-banner .banner-next::after,
  .index-banner .banner-prev::after {
    color: #2B83F6;
    font-size: 30px;
  }
  .index-banner .banner-next {
    right: -100%;
  }
  .index-banner .banner-prev {
    left: -100%;
  }
  .index-banner:hover .banner-next {
    right: 20px;
  }
  .index-banner:hover .banner-prev {
    left: 20px;
  }
  .index-main {
    padding-top: 35px;
  }
  .index-news-groups-01 {
    margin-bottom: 20px;
  }
  .index-news-groups-01 .news-top .box-img {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .index-news-groups-01 .news-top .box-img img {
    width: 100%;
    height: auto;
  }
  .index-news-groups-01 .news-top .box-info {
    padding: 20px;
  }
  .index-news-groups-01 .news-top .box-info .info-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .index-news-groups-01 .news-list li {
    background: url('hyswx-arrow.png') no-repeat 0 7px;
    line-height: 26px;
    min-height: 26px;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .index-news-groups-01 .news-list li:last-child {
    bottom: 0;
  }
  .index-news-groups-01 .news-list li .box-date {
    position: static;
  }
  .index-news-groups-01 .news-list li .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .index-news-groups-02 {
    height: auto;
    padding: 30px 20px 30px 7px;
    margin-bottom: 30px;
  }
  .index-news-groups-02 .news-list li .box-title {
    max-height: none;
    display: block;
  }
  .hyswx-ny-box {
    padding: 30px 0 0 0;
  }
  .ny-right {
    padding: 0px 15px 10px 15px;
  }
  .right-top {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .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: 8px;
  }
  .right-top .bread-crumbs .bread-item-groups {
    line-height: 26px;
    padding-left: 0px;
    background: none;
  }
  .tw-a .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .tw-a .tw-title {
    font-size: 16px;
    line-height: 24px;
    overflow: initial;
    white-space: normal;
    margin-bottom: 6px;
    text-align: justify;
  }
  .tw-a .tw-desc {
    line-height: 22px;
    height: auto;
    margin-bottom: 6px;
  }
  .tw-a .tw-date {
    font-size: 14px;
  }
  .tw-list li {
    margin-bottom: 25px;
  }
  .tw-list li:last-child {
    margin-bottom: 0px;
  }
  .tp-a {
    margin-bottom: 25px;
  }
  .tp-a .img-box {
    height: auto;
  }
  .tp-a .tp-title {
    overflow: initial;
    white-space: normal;
  }
  .details-page .detail-top {
    margin-bottom: 15px;
    padding-bottom: 6px;
  }
  .details-page .detail-top .title-s {
    line-height: 26px;
  }
  .details-page .detail-top .top-other {
    margin-top: 10px;
  }
  .details-page .detail-top .top-other .other-info,
  .details-page .detail-top .top-other .other-share {
    float: none;
  }
  .details-page .main-cont p {
    line-height: 24px;
  }
  .wz-list li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .wz-list .wz-date {
    width: 65px;
    height: 65px;
    margin-right: 20px;
    padding-top: 11px;
    line-height: 22px;
  }
  .wz-list .wz-date div:first-child {
    font-size: 20px;
  }
  .wz-list .wz-title {
    font-size: 16px;
    line-height: 22px;
    overflow: initial;
    white-space: normal;
    text-align: justify;
  }
  .wz-list .wz-desc {
    line-height: 20px;
    height: auto;
  }
  .wz2-list {
    padding-bottom: 0px;
  }
  .wz2-list li:first-child .wz2-a {
    padding: 0px 0 13px 0;
  }
  .wz2-list .wz2-a {
    padding: 13px 0;
  }
  .wz2-list .wz-title {
    overflow: initial;
    white-space: normal;
    padding: 0px 0px 0px 40px;
    margin-bottom: 5px;
    text-align: justify;
  }
  .wz2-list .wz-date {
    position: static;
    padding-left: 40px;
  }
  .yjteam-group {
    margin-bottom: 12px;
  }
  .yjteam-group .team-name {
    font-size: 18px;
    line-height: 24px;
  }
  .ry-name-list .col-md-5ths:nth-child(4n+1) {
    clear: none;
  }
  .ry-name-list .col-md-5ths:nth-child(2n+1) {
    clear: left;
  }
  .ry-name {
    padding-left: 24px;
    margin-bottom: 15px;
  }
  .person-detail {
    padding-bottom: 70px;
  }
  .person-detail::before {
    width: 100%;
    background-size: 100% 155px;
  }
  .person-detail .img-box {
    float: none;
    display: block;
    width: 200px;
    height: auto;
    margin: 0 auto;
  }
  .person-detail .detail-info {
    margin-bottom: 0;
    padding: 20px 15px 0 15px;
  }
  .person-detail .info-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .person-detail .info-title span:nth-child(2) {
    margin-top: 6px;
  }
  .person-detail .info-info p {
    line-height: 26px;
  }
  .leader-list li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .leader-a .img-box {
    float: none;
    width: 200px;
    height: auto;
    margin: 0 auto 15px;
  }
  .leader-a .zw {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .leader-a .desc {
    line-height: 24px;
  }
  .xswyh-group {
    margin-bottom: 20px;
  }
  .xswyh-group .title-box {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .xswyh-group .img-box {
    float: none;
    width: 200px;
    height: auto;
    margin: 0 auto 15px;
  }
  .xswyh-group .name {
    font-size: 19px;
  }
  .sxwy-name .col-sm-3:nth-child(4n+1) {
    clear: none;
  }
  .sxwy-name .col-sm-3:nth-child(2n+1) {
    clear: left;
  }
  .index-banner .banner-box .banner-img img {
    height: 160px;
  }
}
