/*多行溢出*/
/*网站响应样式*/
@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: 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-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: 1439px) {
  .dy-list-img-02 .box-s .box-img img {
    height: 204px;
  }
  .dy-list-img-03 .box-s .box-img img {
    height: 176px;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .tabs-groups .tabs-title .title-txt a {
    margin-right: 30px;
  }
}
@media (max-width: 1365px) {
  .dy-list-img-02 .box-s .box-img img {
    height: 198px;
  }
  .dy-list-img-03 .box-s .box-img img {
    height: 172px;
  }
}
@media (max-width: 1199px) {
  .left-menu {
    display: none;
  }
  .mod-mb {
    margin-bottom: 30px;
  }
  .dy-list-img-02 .box-s .box-img img {
    height: 154px;
  }
  .dy-list-img-03 .box-s .box-img img {
    height: 236px;
  }
  .index-list-img-02 .box-s .box-img img {
    height: 264px;
  }
  .index-list-img-03 .box-s .box-img img {
    height: 172px;
  }
}
@media (max-width: 991px) {
  .other-mb {
    margin-bottom: 30px;
  }
  .dy-list-img-02 .box-s .box-img img {
    height: 178px;
  }
  .dy-list-img-03 .box-s .box-img img {
    height: 172px;
  }
  .about-content .content-map {
    height: 400px;
    margin-bottom: 20px;
  }
  .about-content .content-info {
    position: static;
    width: 100%;
    background-color: #B53510;
  }
  .index-list-img-02 .box-s .box-img img {
    height: 200px;
  }
  .index-list-img-03 .box-s .box-img img {
    height: 130px;
  }
  .website-intr .cont-img {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .website-intr .cont-img .pc-img {
    display: none;
  }
  .website-intr .cont-img .phone-img {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer .footer-info {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .content-main {
    padding: 15px;
  }
  .channel-menu {
    padding: 10px;
    margin-bottom: 25px;
  }
  .channel-menu a {
    width: 32%;
    margin-right: 2%;
    line-height: 36px;
  }
  .channel-menu a:nth-child(3n) {
    margin-right: 0;
  }
  .dy-list-img.index-list-img li .box-s {
    margin-bottom: 20px;
  }
  .dy-list-img .box-s {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .dy-list-img .box-s .box-img {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .dy-list-img .box-s .box-img img {
    width: 100%;
  }
  .dy-list-img .box-s .box-info .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .dy-list-txt .box-s {
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dy-list-txt .box-s::before {
    top: 22px;
  }
  .dy-list-txt .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .dy-list-txt .box-s .box-date {
    position: static;
  }
  .dy-list-img-02 .box-s .box-img {
    margin-bottom: 10px;
  }
  .dy-list-img-02 .box-s .box-img img {
    height: auto;
  }
  .dy-list-img-02 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .dy-list-img-03 .col-w {
    margin-bottom: 20px;
  }
  .dy-list-img-03 .box-s {
    padding-bottom: 20px;
  }
  .dy-list-img-03 .box-s .box-img img {
    height: auto;
  }
  .dy-list-img-03 .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .about-list {
    margin-bottom: 40px;
  }
  .about-list li {
    border-bottom: 1px solid #E5E5E5;
  }
  .about-list li.active .groups-item .item-title span {
    color: #B53510;
  }
  .about-list li.active .groups-item .item-title::after,
  .about-list li.active .groups-item .item-title::before {
    color: #B53510;
  }
  .about-list li.active .groups-item .item-title:after {
    content: "\f106";
  }
  .about-list li.active .groups-item .item-cont {
    display: block;
  }
  .about-list .groups-item .item-title span {
    line-height: 26px;
  }
  .about-list .groups-item .item-title::after,
  .about-list .groups-item .item-title::before {
    content: '';
    position: absolute;
  }
  .about-list .groups-item .item-title::before {
    top: 25px;
  }
  .about-list .groups-item .item-title::after {
    top: 8px;
    content: "\f107";
    font-family: 'FontAwesome';
  }
  .about-content .content-map {
    height: 300px;
  }
  .about-content .content-info {
    padding: 20px;
  }
  .about-content .content-info .cont-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .about-content .content-info .box-s {
    margin-bottom: 25px;
    padding-left: 45px;
  }
  .about-content .content-info .box-s .box-icon img {
    width: 30px;
  }
  .dy-hzjg {
    padding: 15px;
  }
  .dy-hzjg .box-title {
    margin-bottom: 15px;
    color: #333333;
    font-weight: bold;
  }
  .dy-hzjg .box-main .row-w {
    margin-left: -10px;
    margin-right: -10px;
  }
  .dy-hzjg .box-main .row-w .col-w {
    padding-left: 10px;
    padding-right: 10px;
  }
  .dy-hzjg .box-s {
    margin-bottom: 20px;
  }
  .index-banner .banner-next,
  .index-banner .banner-prev {
    width: 25px;
    height: 55px;
    margin-top: -27px;
  }
  .index-banner .banner-next::after,
  .index-banner .banner-prev::after {
    font-size: 20px;
  }
  .index-banner .banner-page {
    bottom: 5px;
  }
  .index-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 46px;
  }
  .tabs-groups .tabs-title {
    height: auto;
    padding-bottom: 12px;
  }
  .tabs-groups .tabs-title .title-txt {
    width: 100%;
  }
  .tabs-groups .tabs-title .title-txt a {
    width: 32%;
    margin-right: 2%;
    text-align: center;
  }
  .tabs-groups .tabs-title .title-txt a:nth-child(3n) {
    margin-right: 0;
  }
  .tabs-groups .tabs-title .title-more-w {
    margin-right: 20px;
    margin-top: 10px;
  }
  .index-list-txt.list-txt-02 .box-s {
    min-height: 26px;
    line-height: 26px;
  }
  .index-list-txt.list-txt-02 .box-s .box-title {
    line-height: 26px;
    height: auto;
  }
  .index-list-txt.list-txt-02 .box-s::before {
    top: 10px;
  }
  .index-list-txt .box-s {
    padding-right: 0;
    margin-bottom: 3px;
  }
  .index-list-txt .box-s::before {
    top: 10px;
  }
  .index-list-txt .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .index-list-txt .box-s .box-date {
    position: static;
  }
  .index-list-img-02 .box-s {
    margin-bottom: 15px;
  }
  .index-list-img-02 .box-s .box-img img {
    height: auto;
  }
  .index-list-img-02 .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .index-list-img-03 .box-s {
    margin-bottom: 15px;
  }
  .index-list-img-03 .box-s .box-img img {
    height: auto;
  }
  .index-list-img-03 .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
}
