/*多行溢出*/
/*网站响应样式*/
@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) {
  .index-banner {
    height: 475px;
  }
  .box1-left-cont .img-box {
    height: 413px;
  }
  .box1-right-list li {
    padding-bottom: 13px;
    margin-bottom: 13px;
  }
  .medias .img-box,
  .events .img-box {
    height: 314px;
  }
  .links {
    height: 98px;
  }
}
@media (max-width: 1679px) {
  .index-banner {
    height: 444px;
  }
  .box1-left-cont .img-box {
    height: 385px;
  }
  .box1-right-cont {
    height: 365px;
  }
  .box1-right-list li {
    padding-bottom: 13px;
    margin-bottom: 13px;
  }
  .medias .img-box,
  .events .img-box {
    height: 292px;
  }
  .links {
    height: 92px;
  }
}
@media (max-width: 1580px) {
  .swiper-media-box .media-prev {
    left: 0;
  }
  .swiper-media-box .media-next {
    right: 0;
  }
  .box3-cont {
    padding: 30px 50px 30px 100px;
  }
  .box3-cont {
    height: auto;
  }
}
@media (max-width: 1439px) {
  .index-banner {
    height: 380px;
  }
  .index-banner .banner-box .banner-tit {
    padding-left: 100px;
  }
  .box1-left-cont .img-box {
    height: 442px;
  }
  .box1-right-cont {
    height: 270px;
  }
  .medias .img-box,
  .events .img-box {
    height: 270px;
  }
  .links {
    height: 85px;
  }
  .m42 {
    margin: 0 -20px;
  }
  .p42 {
    padding: 0 20px;
  }
  .ry-list-a .img-box {
    height: 284px;
  }
}
@media (max-width: 1365px) {
  .index-banner {
    height: 362px;
  }
  .box1-left-cont .img-box {
    height: 386px;
  }
  .box1-right-cont {
    height: 234px;
  }
  .medias .img-box,
  .events .img-box {
    height: 234px;
  }
  .box1-right-list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .swiper-media-box .media-prev {
    left: 0px;
  }
  .swiper-media-box .media-next {
    right: 0px;
  }
  .links {
    height: 74px;
  }
  .box3-desc {
    width: 65%;
  }
  .ry-list-a .img-box {
    height: 273px;
  }
}
@media (max-width: 1279px) {
  .index-banner {
    height: 320px;
  }
  .index-banner .swiper-pagination {
    right: 50px;
  }
  .swiper-media-box .media-prev {
    left: 0px;
  }
  .swiper-media-box .media-next {
    right: 0px;
  }
  .box3-cont .index-title {
    float: none;
    margin-bottom: 20px;
  }
  .box3-cont .index-title h1 {
    display: block;
  }
  .box3-cont .index-title h1 span {
    float: left;
  }
  .box3-cont .index-title h1 .title-desc {
    float: left;
    margin-top: 0;
    margin-left: 20px;
  }
  .box3-desc {
    width: 100%;
    float: none;
  }
  .box3-desc a {
    position: absolute;
    right: 30px;
    top: 45px;
  }
  .links {
    height: 74px;
  }
  .ry-list-a .img-box {
    height: 257px;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 14px;
  }
  .logo {
    max-width: 500px;
  }
  .logo p {
    margin-top: 5px;
  }
  .index-banner {
    height: 280px;
  }
  .index-banner .banner-box .banner-tit {
    width: 500px;
  }
  .box1-left-cont .img-box {
    height: 316px;
  }
  .box1-right-cont {
    height: 190px;
  }
  .medias .img-box,
  .events .img-box {
    height: 190px;
  }
  .box1-right-list li a {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
  .index-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .box2::before {
    height: 300px;
  }
  .medias .img-txt {
    padding-left: 15px;
    padding-right: 15px;
  }
  .medias p {
    font-size: 16px;
  }
  .events h1 {
    font-size: 18px;
    line-height: 28px;
    max-height: 56px;
  }
  .box3::before {
    height: 300px;
  }
  .links {
    height: 60px;
  }
  .footer .f-logo1 {
    margin-right: 20px;
  }
  .footer .f-info {
    padding-left: 20px;
  }
  .m20 {
    margin: 0 -15px;
  }
  .p20 {
    padding: 0 15px;
  }
  .other-menu .menu-cont .a-title {
    padding: 17px 25px 17px 35px;
  }
  .other-menu .menu-cont .a-title::before {
    width: 3px;
    height: 15px;
    left: 14px;
    top: 21px;
  }
  .other-menu .menu-cont .a-title:after {
    right: 15px;
  }
  .right-top .ny-r-title {
    font-size: 30px;
    line-height: 36px;
  }
  .dp-cont img {
    width: 300px !important;
  }
  .ry-list-a .img-box {
    height: 292px;
  }
  .ry-list-box .col-lg-3:nth-child(4n+1) {
    clear: none;
  }
  .ry-list-box .col-lg-3:nth-child(3n+1) {
    clear: left;
  }
  .ry-detail-info .info-top {
    padding: 25px 25px;
  }
}
@media (max-width: 991px) {
  .logo {
    max-width: 350px;
  }
  .logo p {
    font-size: 15px;
  }
  .navbar .toggle {
    margin-top: 12px;
  }
  .index-banner {
    height: 210px;
  }
  .index-banner .banner-box .banner-tit {
    width: 400px;
    padding: 5px 15px;
    height: 70px;
  }
  .index-banner .banner-box .banner-tit::after {
    border-bottom-width: 60px;
  }
  .index-banner .banner-box .banner-tit::before {
    border-bottom-width: 60px;
  }
  .index-banner .banner-box .banner-tit p {
    font-size: 14px;
    line-height: 25px;
  }
  .box1-left,
  .box1-right {
    width: 100%;
  }
  .box1-left-cont {
    float: none;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
  }
  .box1-left-cont .img-box {
    width: 50%;
    float: left;
    height: 204px;
  }
  .box1-left-cont .img-txt {
    width: 50%;
    float: left;
    height: 204px;
  }
  .box1-left-cont .img-txt p {
    font-size: 16px;
    line-height: 26px;
    max-height: 78px;
    -webkit-line-clamp: 3;
  }
  .box1-right-cont {
    height: auto;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .medias .img-box,
  .events .img-box {
    height: 225px;
  }
  .box3-cont {
    padding: 30px;
  }
  .box3-desc a {
    right: 20px;
    top: 20px;
  }
  .links {
    height: 70px;
  }
  .footer .f-logo1 {
    float: none;
    margin-bottom: 20px;
    display: block;
  }
  .footer .f-info {
    padding-left: 0;
  }
  .footer .f-info::before {
    display: none;
  }
  .col-nymd-3,
  .col-nymd-9 {
    width: 100%;
  }
  .details-page .detail-top .top-other {
    margin-top: 35px;
  }
  .ry-list-a .img-box {
    height: 298px;
  }
}
@media (max-width: 767px) {
  .logo {
    max-width: 100%;
    margin-bottom: 20px;
    float: none;
  }
  .top-other-box {
    width: 100%;
    float: none;
  }
  .top-other {
    text-align: center;
  }
  .top-other li {
    float: none;
    display: inline-block;
  }
  nav.navbar.bootsnav {
    height: 0;
    min-height: 0;
  }
  .navbar .toggle {
    margin-top: -60px;
    right: 10px;
  }
  .searchbox {
    width: auto;
    height: 36px;
    margin-left: 0;
    margin-right: 55px;
  }
  .searchbox input[type="text"] {
    line-height: 26px;
    height: 26px;
  }
  .searchbox input[type="submit"] {
    width: 40px;
    height: 24px;
    background-size: 16px;
  }
  .index-banner {
    height: 230px;
  }
  .index-banner .banner-box .banner-img {
    height: 180px;
  }
  .index-banner .banner-box .banner-tit {
    width: 100%;
    border: none;
    height: 60px;
  }
  .index-banner .banner-box .banner-tit::before,
  .index-banner .banner-box .banner-tit::after {
    display: none;
  }
  .index-banner .swiper-pagination {
    right: 50%;
    bottom: 66px;
    width: 150px;
    transform: translateX(50%);
  }
  .index-title h1 {
    font-size: 20px;
    max-width: 200px;
    line-height: 28px;
  }
  .index-title a {
    width: 100px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
  .index-title a::after {
    border-bottom: 30px solid #E30000;
  }
  .box1-left-cont .img-box {
    width: 100%;
    float: none;
    height: auto;
  }
  .box1-left-cont .img-txt {
    width: 100%;
    float: none;
    height: auto;
    padding: 15px;
  }
  .box1-left-cont .img-txt p {
    font-size: 16px;
    line-height: 26px;
    max-height: 78px;
    -webkit-line-clamp: 3;
  }
  .box1-right-cont .img-txt {
    position: static;
    padding: 10px 15px;
  }
  .box1-right-cont .img-txt p {
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 4;
    max-height: 96px;
  }
  .box1-left-cont .img-txt p {
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 4;
    max-height: 96px;
  }
  .box1-right-list li a {
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 4;
    max-height: 96px;
    height: auto;
  }
  .medias .img-box,
  .events .img-box {
    height: 230px;
  }
  .events h1 {
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 2;
    max-height: 48px;
  }
  .box3-cont {
    width: 85%;
    height: auto;
    padding: 20px 15px;
  }
  .box3-desc a {
    position: static;
  }
  .box3-cont .index-title h1 .title-desc {
    margin-left: 0;
    font-size: 16px;
    line-height: 22px;
  }
  .footer {
    text-align: center;
    padding: 30px 0 30px 0;
  }
  .footer .f-logo2 {
    float: none;
    margin: 10px auto 0;
    display: block;
  }
  .footer .f-logo1 {
    margin: 0 auto 10px;
  }
  .sznmen-ny-box {
    padding: 30px 0 30px 0;
  }
  .right-top {
    padding-bottom: 6px;
    margin-bottom: 30px;
  }
  .right-top .ny-r-title {
    float: none;
    font-size: 22px;
    line-height: 30px;
  }
  .right-top .bread-crumbs {
    float: none;
    margin-top: 0px;
  }
  .dp-cont {
    line-height: 28px;
  }
  .dp-cont img {
    float: none !important;
    width: 100% !important;
    display: block;
    margin: 0 auto 15px !important;
  }
  .wz-ul a {
    padding: 10px 0 10px 30px;
  }
  .wz-ul a::before {
    top: 19px;
    left: 14px;
  }
  .wz-ul .title {
    overflow: initial;
    white-space: normal;
    padding-right: 15px;
  }
  .wz-ul .date {
    position: static;
    font-size: 14px;
    color: #0E4DAF;
  }
  .call-cont div {
    line-height: 30px;
  }
  .tw-list-a .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .tw-list-a .title {
    overflow: initial;
    white-space: normal;
    margin-bottom: 10px;
  }
  .tw-list-a .desc {
    height: auto;
    margin-bottom: 20px;
  }
  .details-page .detail-top .top-other {
    margin-top: 10px;
  }
  .details-page .detail-top .top-other .other-info {
    float: none;
    font-size: 14px;
    line-height: 24px;
  }
  .details-page .detail-top .top-other span {
    margin-right: 0;
    display: block;
    text-align: left;
    margin-bottom: 8px;
  }
  .details-page .detail-top .top-other .other-share {
    float: none;
    text-align: left;
  }
  .details-page .detail-top {
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  .details-page .main-cont {
    color: #333333;
    line-height: 28px;
  }
  .details-page .main-cont p,
  .details-page .main-cont div {
    color: #333333;
    line-height: 28px;
  }
  .details-page .main-cont.cont-xilan img {
    width: 100%;
  }
  .details-page .cont-page .a-page {
    margin-bottom: 10px;
    padding-left: 0px;
    background: none !important;
  }
  .ry-list-a .img-box {
    height: auto;
    width: 200px;
    margin: 0 auto 20px;
  }
  .ry-table-box .top-btn li {
    width: calc((100% - 90px) / 9);
  }
  .ry-table {
    table-layout: fixed;
  }
  .ry-table tbody td {
    padding: 12px 12px !important;
  }
  .ry-table thead th {
    font-size: 14px;
    padding: 7px 5px !important;
  }
  .ry-table thead th:nth-child(1),
  .ry-table thead th:nth-child(2) {
    width: 150px;
  }
  .ry-table thead th:nth-child(3) {
    width: 110px;
  }
  .ry-detail-info .info-top .box-img {
    float: none;
    height: auto;
    margin: 0px auto 20px;
  }
  .ry-detail-info .info-txt {
    padding: 0 12px;
  }
  .ry-detail-info .info-groups {
    line-height: 30px;
  }

  .index-title {
    margin-bottom: 45px;
  }

  .ry-table tbody td {
    font-size: 16px;
  }
}
