/*多行溢出*/
/*网站响应样式*/
@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 (min-width: 1921px) {
  .index-banner,
  .index-banner .banner-img {
    height: 930px;
  }
}
@media (max-width: 1680px) {
  .index-banner,
  .index-banner .banner-img {
    height: 613px;
  }
}
@media (max-width: 1440px) {
  .index-banner,
  .index-banner .banner-img {
    height: 525px;
  }
}
@media (max-width: 1366px) {
  .f-links-a {
    height: 92px;
  }
  .reco-a .img-box {
    height: 190px;
  }
  .links-a {
    height: 97px;
  }
  .index-banner,
  .index-banner .banner-img {
    height: 498px;
  }
}
@media (max-width: 1280px) {
  .index-banner,
  .index-banner .banner-img {
    height: 467px;
  }
}
@media (max-width: 1279px) {
  .news-lunb {
    width: 420px;
    height: 280px;
  }
  .news-info .n-title {
    -webkit-line-clamp: 2;
  }
  .news-info .n-desc {
    -webkit-line-clamp: 6;
  }
  .index-notice-ul li {
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  .reco-a .img-box {
    height: 176px;
  }
  .links-a {
    height: 90px;
  }
  .f-links-a {
    height: 85px;
  }
  .details-page .detail-top .top-other .other-info,
  .details-page .detail-top .top-other .other-share {
    float: none;
  }
  .index-banner,
  .index-banner .banner-img {
    height: 437px;
  }
  .news-lunb .news-a {
    height: 280px;
  }
  .footer .foottext {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .news-lunb {
    width: 300px;
    height: 199px;
  }
  .news-info .n-desc {
    -webkit-line-clamp: 3;
  }
  .news-info .news-detail-btn {
    margin-top: 15px;
  }
  .index-notice-ul li:last-child {
    display: none;
  }
  .reco-a .img-box {
    height: 143px;
  }
  .links-a {
    height: 74px;
  }
  .footer .footlogo {
    max-width: 280px;
  }
  .footer .foottext {
    padding-left: 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .m20 {
    margin: 0 -15px;
  }
  .p20 {
    padding: 0 15px;
  }
  .ry-a {
    margin-left: 30px;
    margin-bottom: 35px;
  }
  .ry-a .img-box {
    left: -30px;
  }
  .f-links-a {
    height: 68px;
  }
  .index-banner,
  .index-banner .banner-img {
    height: 374px;
  }
  .news-lunb .news-a {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .logo {
    max-width: 450px;
  }
  .top-nav {
    margin-top: 26px;
    margin-bottom: 35px;
  }
  .sdzy-md-5,
  .sdzy-md-7 {
    width: auto;
  }
  .index-notice-ul {
    margin-bottom: 30px;
  }
  .index-notice-ul li {
    min-height: auto;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .index-notice-ul li:last-child {
    display: block;
  }
  .reco-a .img-box {
    height: 227px;
  }
  .index-mediafocus-ul {
    margin-bottom: 30px;
  }
  .sdzy-index-box4 {
    margin-top: 0px;
  }
  .links-a {
    height: 86px;
  }
  .footer {
    padding-top: 50px;
  }
  .footer .foot {
    padding-bottom: 0px;
  }
  .footer .footlogo {
    float: none;
    max-width: 300px;
    width: 100%;
  }
  .footer .foottext {
    float: left;
    padding-left: 0px;
    margin: 20px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .footer .foottext::before {
    display: none;
  }
  .footer .sydw-icon {
    float: right;
    margin-top: 30px;
  }
  .m10 {
    margin: 0 -15px;
  }
  .p10 {
    padding: 0 15px;
  }
  .f-links-a {
    height: 79px;
  }
  .details-page .detail-top .title-s {
    line-height: 30px;
    max-width: 90%;
  }
  .details-page .main-cont p {
    line-height: 24px;
  }
  .index-banner,
  .index-banner .banner-img {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .logo {
    float: none;
    display: block;
    max-width: 100%;
    width: auto;
  }
  .top-other {
    float: none;
    width: 100%;
  }
  .top-nav {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .top-nav li {
    width: 50%;
    margin-right: 0;
    text-align: center;
    position: relative;
  }
  .top-nav li::before {
    position: absolute;
    margin-right: 0;
    left: 0;
  }
  .searchBox {
    width: 100%;
    padding-bottom: 20px;
  }
  .searchbox {
    width: 100%;
  }
  nav.navbar.bootsnav.bootsnavfull {
    min-height: 45px;
  }
  nav.navbar.bootsnav.bootsnavfull .navbar-collapse {
    background: #1a4da5;
  }
  nav.navbar.bootsnav.bootsnavfull ul.nav li.dropdown ul.dropdown-menu > li > a {
    padding: 8px 15px;
  }
  .index-banner .slick-dots {
    bottom: 10px;
  }
  .sdzy-index-box1 {
    margin-top: 35px;
  }
  .index-notice-ul .n-title {
    display: block;
    height: auto;
    padding-top: 0px;
    line-height: 22px;
  }
  .index-news {
    overflow: hidden;
  }
  .news-lunb {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .news-info .n-title {
    line-height: 26px;
  }
  .reco-a .img-box {
    height: auto;
  }
  .reco-a .re-title {
    display: block;
    overflow: initial;
    height: auto;
  }
  .media-recru-a .m-r-title {
    overflow: initial;
    white-space: normal;
    padding: 0 0 0 20px;
  }
  .media-recru-a .m-r-date {
    position: static;
    padding-left: 20px;
  }
  .footer .footlogo {
    max-width: 100%;
  }
  .sdzy-ny-box {
    padding: 22px 0 20px 0;
  }
  .ny-right {
    padding: 0 15px 10px 15px;
  }
  .right-top {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .right-top .ny-r-title {
    float: none;
  }
  .right-top .ny-r-title::before {
    display: none;
  }
  .right-top .bread-crumbs {
    float: none;
    width: 100%;
    margin-top: 5px;
  }
  .xkz-box p {
    line-height: 26px;
  }
  .xkz-list .img-box {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .f-links-a {
    height: auto;
  }
  .wz2-list .wz-date {
    margin-right: 20px;
  }
  .wz2-list .wz-title {
    overflow: initial;
    white-space: normal;
  }
  .wz1-list .wz-title {
    overflow: initial;
    white-space: normal;
    padding: 18px 0px 3px 30px;
  }
  .wz1-list .wz-title::before {
    left: 7px;
  }
  .wz1-list .wz-date {
    position: static;
    padding-left: 30px;
    margin-bottom: 12px;
  }
  .tw-a .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
  }
  .tw-a .tw-title {
    height: auto;
    display: block;
    overflow: initial;
    line-height: 24px;
    text-align: justify;
  }
  .tw-a .tw-desc {
    height: auto;
    margin: 10px 0 6px 0;
  }
  .tw-a .tw-date {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    text-align: left;
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    padding-top: 0px;
    margin-bottom: 10px;
  }
  .tw-a .tw-date div {
    display: inline-block;
  }
  .call-cont li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .leader-f {
    width: 100%;
  }
  .leader-f li {
    float: none;
    width: 100%;
  }
  .footer .foottext {
    width: 80%;
  }
  .footer .sydw-icon {
    width: 20%;
  }
  .footer {
    background-size: 200% 100%;
    padding-top: 70px;
  }
  .footer .foottext span {
    margin-bottom: 5px;
  }
  .index-banner,
  .index-banner .banner-img {
    height: 180px;
  }
  .news-lunb .news-a,
  .news-lunb {
    height: 230px;
  }
  .news-info .n-desc {
    display: none;
  }
  .searchbox input[type="submit"] {
    border-radius: 0;
  }
}
