/*多行溢出*/
/*网站响应样式*/
@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: 1680px) {
  .top-box {
    height: 600px;
  }
  .ny-topbox {
    height: 560px;
  }
}
@media (max-width: 1366px) {
  .link-next {
    right: 0px;
    top: -25px;
  }
  .link-prev {
    left: 0px;
    top: -25px;
  }
  #certify .swiper-button-prev {
    left: -50px;
  }
  #certify .swiper-button-next {
    right: -50px;
  }
  nav.navbar.bootsnav.bootsnavnew {
    padding: 20px;
  }
  .top-box {
    height: 550px;
  }
  .ny-topbox {
    height: 500px;
  }
  .ny-top {
    padding-bottom: 69px;
  }
  .ydz-casMember,
  .ab-year-box {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 1439px) {
  .top-box {
    height: 500px;
  }
  .ny-topbox {
    height: 450px;
  }
  .ny-top {
    padding-top: 280px;
  }
  .index-tw-list .img-box {
    height: 268px;
  }
  #certify .swiper-button-prev {
    left: -45px;
  }
  #certify .swiper-button-next {
    right: -45px;
  }
  .res-book-list a .img-box {
    height: 315px;
  }
  .news-rea-list a .img-box,
  .news-ime-list a .img-box {
    height: 268px;
  }
  .more-pepList .img-box {
    height: 246px;
  }
  .leader-list-a .img-box {
    width: 130px;
    height: 182px;
  }
  .leader-list-a .info {
    padding: 17px 20px 0 0;
  }
  .history-list .img-box {
    height: 242px;
  }
  .tp-list-a {
    margin-bottom: 45px;
  }
  .tp-list-a .img-box {
    height: 186px;
  }
  .fj-img-a .img-box {
    height: 222px;
  }
}
@media (max-width: 1365px) {
  .top-box {
    height: 470px;
  }
  .ny-topbox {
    height: 420px;
  }
  .ny-top {
    padding-top: 250px;
  }
  .index-tw-list .img-box {
    height: 246px;
  }
  #certify {
    width: 100%;
  }
  #certify .swiper-slide {
    width: 500px;
    height: 320px;
  }
  #certify .swiper-button-prev {
    left: 0;
  }
  #certify .swiper-button-next {
    right: 0;
  }
  .res-book-list a .img-box {
    height: 288px;
  }
  .ydz-peopleList .item .imgBox {
    width: 130px;
    height: 100%;
  }
  .ydz-peopleList .item .imgBox img {
    width: 100%;
    height: 100%;
  }
  .ydz-peopleList .item .peopleInfo {
    padding: 10px;
    padding-left: 150px;
  }
  .ydz-peopleList .item .peopleInfo p {
    font-size: 14px;
  }
  .news-rea-list a .img-box,
  .news-ime-list a .img-box {
    height: 246px;
  }
  .ab-cont1 .img-txt {
    width: 600px;
  }
  .ab-year-top .img-box {
    width: 180px;
    height: 120px;
    margin-top: 5px;
  }
  .abnews .img-box {
    height: 206px;
  }
  .ab-year-top p {
    margin-top: 0;
  }
  .more-pepList .img-box {
    height: 225px;
  }
  .leader-list-a .img-box {
    width: 110px;
    height: 154px;
  }
  .leader-list-a .info {
    padding: 11px 10px 0 0;
  }
  .leader-list-a .title {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .leader-list-a .title::before {
    height: 2px;
    bottom: -10px;
  }
  .leader-list-a .desc {
    font-size: 15px;
    line-height: 26px;
    height: 78px;
  }
  .history-list li:nth-child(2n+1) .info {
    padding: 0 72px 0 0;
  }
  .history-list li:nth-child(2n+1) .title {
    padding: 0 0 0 72px;
  }
  .history-list .title {
    padding: 0 72px 0 0;
  }
  .history-list .title div {
    font-size: 60px;
  }
  .history-list .info {
    padding: 0 0 0 72px;
  }
  .history-list .img-box {
    height: 246px;
  }
  .tp-list-a .img-box {
    height: 170px;
  }
  .tp-list-a .title {
    padding: 15px;
  }
  .tp-list-a .title div {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
  .fj-img-a .img-box {
    height: 202px;
  }
}
@media (max-width: 1279px) {
  .navbar-brand {
    width: 300px;
  }
  .top-box {
    height: 440px;
  }
  .ny-top {
    padding-top: 220px;
  }
  .ny-topbox {
    height: 390px;
  }
  .top-box .top-banner .banner-box::before {
    height: 200px;
  }
  .top-box .top-banner .banner-box::after {
    height: 100px;
  }
  .index-tw-list .img-box {
    height: 232px;
  }
  .link {
    height: 100px;
  }
  .top-btm {
    right: 40px;
  }
  .ny-bt h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .ny-bt a {
    line-height: 36px;
  }
  .res-book-list a .img-box {
    height: 272px;
  }
  .news-rea-list a .img-box,
  .news-ime-list a .img-box {
    height: 232px;
  }
  .more-pepList .img-box {
    height: 192px;
  }
  .leader-list-a {
    margin-bottom: 35px;
  }
  .history-list .img-box {
    height: 230px;
  }
  .m30 {
    margin: 0 -15px;
  }
  .p30 {
    padding: 0 15px;
  }
  .tp-list-a {
    margin-bottom: 40px;
  }
  .tp-list-a .img-box {
    height: 173px;
  }
  .fj-img-a .img-box {
    height: 250px;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav.bootsnavnew ul.nav > li > a {
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-box {
    height: 374px;
  }
  .index-tw-list .img-box {
    height: 190px;
  }
  #certify .swiper-slide {
    width: 420px;
    height: 300px;
  }
  .lab-list li a {
    height: 120px;
  }
  .link {
    height: 85px;
  }
  .index-box {
    padding: 60px 0;
  }
  .ny-top {
    padding-top: 204px;
  }
  .res-news a {
    height: 380px;
  }
  .res-news .res-news-scroll {
    width: 400px;
  }
  .res-news .img-box {
    height: 264px;
  }
  .res-news .img-txt {
    padding-left: 120px;
  }
  .res-pep-left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
  .res-pep-left p {
    max-height: 210px;
    height: auto;
  }
  .res-pep-right {
    margin-left: 0;
    float: none;
    width: 100%;
  }
  .ny-bt {
    margin-bottom: 30px;
  }
  .res-lab-list li {
    margin-bottom: 30px;
  }
  .res-box3 {
    padding-bottom: 30px;
  }
  .res-box4 {
    padding-bottom: 30px;
  }
  .res-ach-list a {
    height: 200px;
  }
  .res-ach-list a p {
    font-size: 24px;
  }
  .res-book-list a .img-box {
    height: 226px;
  }
  .res-book-list a .img-txt {
    padding: 7px 10px;
  }
  .res-book-list a .img-txt p {
    font-size: 14px;
    line-height: 22px;
    max-height: 66px;
    font-weight: normal;
    -webkit-line-clamp: 3;
  }
  .ydz-casMember .peopleInfo {
    width: calc(100% - 300px);
  }
  .news .img-box {
    width: 400px;
    height: 264px;
    margin-top: 60px;
  }
  .news .img-txt {
    width: calc(100% - 400px);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .news-rea-list a .img-box,
  .news-ime-list a .img-box {
    height: 194px;
  }
  .news-rea-list a .img-txt h1,
  .news-ime-list a .img-txt h1 {
    font-size: 16px;
  }
  .join-map-left {
    width: 300px;
  }
  .join-map-right {
    width: calc(100% - 320px);
  }
  .join-btm p {
    font-size: 20px;
  }
  .abnews .img-box {
    height: 256px;
  }
  .more-pepList .img-box {
    height: 162px;
  }
  .more-pepList .img-tit {
    font-size: 16px;
  }
  .other-menu .menu-cont .a-title {
    padding: 16px 20px;
    padding-left: 35px;
  }
  .other-menu .menu-cont .a-title::before {
    left: 12px;
    height: 17px;
  }
  .other-menu .menu-cont .box-a-down .a-title:after {
    line-height: 62px;
  }
  .leader-list li:nth-child(3n+1) {
    clear: none;
  }
  .leader-list li:nth-child(2n+1) {
    clear: left;
  }
  .history-list .img-box {
    height: 182px;
  }
  .history-list .title::before {
    top: 80px;
  }
  .history-list .title::after {
    top: 85px;
  }
  .history-list .title div {
    font-size: 50px;
    padding-top: 60px;
    line-height: 60px;
  }
  .history-list .info::before {
    top: 76px;
  }
  .history-list .info::after {
    top: 88px;
  }
  .history-list .txt {
    font-size: 16px;
    line-height: 30px;
  }
  .gjhz-list .col-lg-3:nth-child(4n+1) {
    clear: none;
  }
  .gjhz-list .col-lg-3:nth-child(3n+1) {
    clear: left;
  }
  .gjhz-list-a {
    padding: 15px;
    margin-bottom: 30px;
  }
  .tp-list-a {
    margin-bottom: 30px;
  }
  .tp-list-a .img-box {
    height: 140px;
  }
  .comp-pages {
    margin-bottom: 30px;
  }
  .leader-list-detail {
    padding: 40px 30px;
    margin-bottom: 30px;
  }
  .leader-list-detail .detail-top div {
    float: none;
    margin-right: 0;
  }
  .lab-list li a p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav.bootsnavnew .navbar-toggle {
    display: none;
  }
  nav.navbar.bootsnav .navbar-header {
    float: left;
  }
  .top-other {
    margin-right: 60px;
  }
  .top-other li {
    padding-top: 7px;
  }
  .top-box {
    height: 300px;
  }
  .top-box .top-banner .banner-box::before {
    height: 100px;
  }
  .top-box .top-banner .banner-box::after {
    height: 50px;
  }
  .top-box .top-banner .swiper-pagination {
    bottom: 20px;
  }
  .index-news-top .index-news-img {
    width: 300px;
    height: 200px;
    margin-top: 50px;
  }
  .index-news-top .index-news-txt {
    width: calc(100% - 340px);
    padding-top: 15px;
    padding-bottom: 15px;
    height: 300px;
  }
  .index-news-top .index-news-txt span {
    margin-bottom: 10px;
  }
  .index-news-top .index-news-txt h1 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .index-news-top .index-news-txt p {
    margin-bottom: 10px;
  }
  .index-news-top .index-news-txt::after {
    width: calc(100% + 150px);
  }
  .index-tw-list .img-box {
    height: 145px;
  }
  .index-tw-list .img-txt p {
    font-size: 14px;
  }
  #certify .swiper-slide {
    width: 350px;
    height: 224px;
  }
  #certify .swiper-slide .img-box::after {
    height: 100px;
  }
  #certify .swiper-slide p {
    font-size: 16px;
    bottom: 10px;
    line-height: 24px;
  }
  .index-more {
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin-top: 30px;
  }
  .foot-top li a {
    margin-bottom: 10px;
    line-height: 26px;
    font-size: 14px;
  }
  .ny-top {
    padding-top: 140px;
  }
  .ny-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .bread-crumbs .bread-item a {
    font-size: 14px;
  }
  .res-news .res-news-scroll {
    width: 300px;
  }
  .res-news .img-box {
    height: 198px;
  }
  .res-news .img-txt {
    width: calc(100% - 200px);
  }
  .ny-bt h1 {
    font-size: 28px;
  }
  .res-ach-list a {
    height: 180px;
  }
  .res-book-list li {
    margin-bottom: 20px;
  }
  .res-book-list a .img-box {
    height: 304px;
  }
  .ydz-casMember .swiper-button-prev {
    left: -55px;
  }
  .ydz-casMember .swiper-button-next {
    right: -55px;
  }
  .news .img-box {
    width: 350px;
    height: 232px;
  }
  .news .img-txt {
    width: calc(100% - 350px);
  }
  .news-rea-list a .img-box,
  .news-ime-list a .img-box {
    height: 145px;
  }
  .news-rea-list a .img-txt,
  .news-ime-list a .img-txt {
    padding: 15px;
  }
  .news-rea-list a .img-txt {
    height: 274px;
  }
  .ab-cont1 .img-box {
    width: 100%;
    height: auto;
  }
  .ab-cont1 {
    padding-bottom: 0;
  }
  .ab-cont1 .img-txt {
    position: static;
    width: 100%;
    margin-top: 20px;
    height: auto;
  }
  .ab-cont2 .img-txt {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .ab-cont2 .img-box {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .ab-box3 ul li {
    margin-bottom: 20px;
  }
  .ab-box3 ul li:nth-child(3n + 1) {
    clear: left;
  }
  .abnews {
    height: 270px;
  }
  .abnews .img-box {
    height: 184px;
  }
  .ab-year-top p {
    width: calc(100% - 180px);
  }
  .more-pepList .img-box {
    height: 307px;
  }
  .more-pepList li:nth-child(5n + 1) {
    clear: none;
  }
  .more-pepList li:nth-child(3n + 1) {
    clear: left;
  }
  .ny-right-tit {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .introduction-cont .title {
    font-size: 26px;
    line-height: 36px;
  }
  .introduction-cont .txt {
    color: #333333;
    line-height: 32px;
    font-size: 16px;
  }
  .history-list .title div {
    font-size: 45px;
  }
  .history-list .img-box {
    height: 190px;
  }
  .tp-list-a .img-box {
    height: 145px;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav.bootsnavnew {
    padding: 10px;
  }
  .navbar-brand {
    width: 200px;
  }
  .top-box {
    height: 250px;
  }
  .top-other {
    margin-right: 30px;
  }
  .top-other li {
    padding-top: 5px;
    margin-left: 10px;
  }
  .top-other li a {
    width: 30px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
  }
  .top-other li a.search {
    background-size: 12px;
  }
  .top-other li a.search:hover {
    background-size: 12px;
  }
  .toggle {
    top: 17px;
    right: 15px;
  }
  .top-box .top-banner .swiper-pagination {
    bottom: 10px;
  }
  .top-box .top-banner .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
  }
  .index-box {
    padding: 40px 0;
  }
  .index-title {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .index-title::after {
    width: 25px;
    height: 3px;
  }
  .index-news-top {
    margin-bottom: 30px;
  }
  .index-news-top .index-news-img {
    margin: 0;
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .index-news-top .index-news-txt {
    height: auto;
    width: 100%;
    float: none;
    padding: 15px;
  }
  .index-news-top .index-news-txt::after {
    width: 100%;
  }
  .index-news-top .index-news-txt p {
    margin-bottom: 20px;
  }
  .index-news-top .index-news-txt i {
    margin: 0 auto;
    width: 100px;
    height: 36px;
    line-height: 36px;
  }
  .index-tw-list {
    display: block;
    margin-bottom: 30px;
  }
  .index-tw-list .img-box {
    height: auto;
  }
  .index-tw-list .img-txt {
    height: auto;
  }
  .index-tw-list .img-txt p {
    display: block;
    max-height: none;
  }
  .index-more {
    width: 150px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin-top: 20px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  #certify .swiper-slide {
    width: 100%;
  }
  .lab-list li {
    margin-bottom: 20px;
  }
  .link {
    height: 70px;
  }
  .foot-top {
    display: none;
  }
  .foot-bottom {
    font-size: 14px;
    padding: 20px;
  }
  .ny-title {
    height: 30px;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .ny-top {
    padding-bottom: 0;
    padding-top: 165px;
  }
  .bread-crumbs {
    display: none;
  }
  .top-btm {
    display: none;
  }
  .res-news a {
    height: 228px;
  }
  .res-news .res-news-scroll {
    width: 100%;
  }
  .res-news .img-box {
    width: 100%;
    height: 228px;
  }
  .res-news .img-txt {
    height: 228px;
    position: static;
    width: 100%;
    padding: 15px;
  }
  .res-news .img-txt p {
    -webkit-line-clamp: 5;
  }
  .res-news .res-news-down {
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    z-index: 99;
  }
  .ny-bt h1 {
    font-size: 22px;
    max-width: calc(100% - 100px);
  }
  .ny-bt a {
    font-size: 14px;
  }
  .res-pep {
    padding: 15px;
  }
  .res-pep-list li a .img-box-top {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .res-pep-list li a .img-txt {
    width: 100%;
    float: none;
  }
  .res-lab-list li a {
    height: auto;
    padding: 20px;
  }
  .res-lab-list li a h1 {
    max-height: none;
    display: block;
  }
  .res-fac-list li a p {
    max-height: none;
    display: block;
  }
  .res-ach-list li {
    margin-bottom: 20px;
  }
  .res-book-list a .img-box {
    height: 218px;
  }
  .ydz-casMember {
    width: 100%;
  }
  .ydz-casMember .picBox {
    width: 100px;
    height: auto;
  }
  .ydz-casMember .peopleInfo {
    width: 100%;
    padding-top: 60px;
  }
  .ydz-casMember .peopleInfo h2 {
    padding-top: 20px;
    margin-bottom: 40px;
    max-width: calc(100% - 110px);
  }
  .news .img-box {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .news .img-txt {
    width: 100%;
    height: 315px;
    padding: 15px;
  }
  .news-rea-list a .img-box,
  .news-ime-list a .img-box {
    height: auto;
  }
  .news-rea-list a .img-txt h1,
  .news-ime-list a .img-txt h1 {
    font-size: 15px;
    line-height: 22px;
    max-height: none;
    display: block;
  }
  .news-rea-list li,
  .news-ime-list li {
    margin-bottom: 20px;
  }
  .join-top h1 {
    width: 250px;
    height: auto;
    padding: 10px;
    line-height: normal;
    font-size: 32px;
    margin-left: -125px;
  }
  .join-btm {
    margin-bottom: 20px;
  }
  .join-map {
    padding: 15px;
  }
  .join-map-left {
    width: 100%;
    float: none;
    padding: 15px;
  }
  .join-map-right {
    width: 100%;
    float: none;
  }
  .ab-cont1 .img-txt {
    padding: 15px;
  }
  .ab-cont2 .img-box::after {
    width: calc(100% - 50px);
  }
  .ab-peplist .img-box {
    width: 200px;
    height: 200px;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .more-pepList li {
    margin-bottom: 30px;
  }
  .more-pepList a {
    width: 150px;
    height: auto;
    margin: 0 auto;
  }
  .more-pepList .img-box {
    height: auto;
  }
  .comp-personnel-details-01 .info-top .box-img {
    float: none;
  }
  .comp-personnel-details-01 .info-top .box-info {
    width: 100%;
    float: none;
  }
  .comp-image-text-list-06 .box-s .box-title {
    max-height: none;
  }
  .ny-twlist .box-s .box-img {
    height: auto;
  }
  .details-page .detail-top .title-s {
    font-size: 16px;
  }
  .details-page .cont-page .a-page a,
  .details-page .cont-page .a-page span,
  .details-page .cont-page .a-page p {
    font-size: 14px;
  }
  .ny-right-tit {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .introduction-cont .title {
    font-size: 22px;
    line-height: 30px;
    background: url(lxsen-icon1.png) no-repeat left 8px;
    background-size: 12px 12px;
  }
  .introduction-cont .txt {
    line-height: 30px;
  }
  .introduction-cont .txt img {
    float: none !important;
    width: 100%;
    height: auto;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
  .introduction-cont .txt p,
  .introduction-cont .txt div {
    margin-bottom: 10px;
  }
  .leader-list-a {
    margin-bottom: 30px;
  }
  .leader-list-a .desc {
    height: auto;
  }
  .history-list {
    height: auto;
    overflow: visible;
    overflow-y: visible;
  }
  .history-list ul::before {
    display: none;
  }
  .history-list li {
    margin-bottom: 20px;
  }
  .history-list .title {
    float: none !important;
    width: 100%;
    padding: 0 !important;
    position: relative;
    margin-bottom: 15px;
  }
  .history-list .title::before {
    display: none;
  }
  .history-list .title::after {
    display: none;
  }
  .history-list .title div {
    text-align: left !important;
    font-size: 26px;
    line-height: 38px;
    padding-top: 0px;
  }
  .history-list .info {
    float: none !important;
    width: 100%;
    padding: 0 !important;
  }
  .history-list .info::before {
    display: none;
  }
  .history-list .info::after {
    display: none;
  }
  .history-list .img-box {
    height: auto;
    margin-bottom: 10px;
  }
  .tp-list-a .img-box {
    height: auto;
  }
  .wz-list-a {
    padding: 12px 20px 12px 10px;
  }
  .wz-list-a .title {
    padding: 0 0px 0 20px;
    overflow: initial;
    white-space: normal;
  }
  .wz-list-a .date {
    position: static;
    padding-left: 20px;
  }
  .tw-list-a {
    margin-bottom: 35px;
  }
  .tw-list-a .img-box {
    float: none;
    height: auto;
    margin: 0 auto 15px;
  }
  .tw-list-a .title {
    overflow: initial;
    white-space: normal;
    margin-bottom: 10px;
  }
  .tw-list-a .desc {
    height: auto;
    margin-bottom: 15px;
  }
  .tw-list-a .more {
    width: 110px;
    height: 30px;
    line-height: 30px;
  }
  .tw-list-a:hover .img-box img {
    transform: scale(1.1);
    transition: all 0.5s;
  }
  .tw-list-a:hover .title {
    color: #0E4DAF;
  }
  .tw-list-a:hover .more {
    margin-left: 20px;
    transition: all 0.5s;
  }
  .tw-list2-ul li:last-child {
    margin-bottom: 30px;
  }
  .tw-list2-a .title {
    overflow: inherit;
    white-space: normal;
  }
  .tw-list2-a .desc {
    height: auto;
  }
  .tw-list3-ul li:last-child {
    margin-bottom: 30px;
  }
  .tw-list3-a .data-box {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    padding-top: 10px;
  }
  .tw-list3-a .data-box div {
    font-size: 12px;
  }
  .tw-list3-a .data-box div:nth-child(1) {
    font-size: 22px;
  }
  .tw-list3-a .title {
    overflow: initial;
    white-space: normal;
  }
  .tw-list3-a .desc {
    height: auto;
  }
  .fj-img-a .img-box {
    height: auto;
  }
  .mechanics-dp-box p {
    font-size: 16px;
    line-height: 30px;
  }
  .leader-list-detail {
    padding: 25px 15px;
    margin-bottom: 10px;
    background: #F4F6F9 url(lxsen-img19.png) no-repeat right top;
  }
  .leader-list-detail .left-img-cont {
    float: none;
    margin: 0 auto;
    padding-bottom: 25px;
    background: none;
  }
  .leader-list-detail .img-box {
    height: auto;
  }
  .leader-list-detail .txt {
    color: #000000;
    line-height: 30px;
  }
  .leader-list-detail .txt p,
  .leader-list-detail .txt div {
    margin-bottom: 0;
  }
  .swiper-event-box .event-down,
  .swiper-abnews-box .abnews-down {
    width: 100%;
  }
  .swiper-event-box .event-page,
  .swiper-abnews-box .abnews-page {
    width: 100%;
  }
  .ab-year-top .img-box {
    width: 150px;
    margin-top: 14px;
  }
  .ab-year-top p {
    width: calc(100% - 150px);
  }
  .ab-year-a h1 {
    font-size: 28px;
  }
  .join-top h1 {
    bottom: 100px;
  }
  .res-news .res-news-scroll {
    float: none;
  }
  .res-news .res-news-down {
    bottom: auto;
    top: 180px;
  }
  .res-news .res-news-page {
    color: #fff;
  }
  .res-news .img-txt p {
    max-height: 200px;
    font-size: 18px;
    line-height: 30px;
  }
	.events {height: auto;}
	.events p {line-height: 1.4;max-height: inherit;-webkit-line-clamp: inherit;}
	.news-event-list a {height: auto;}
	.news-event-list a p {line-height: 1.4;max-height: inherit;-webkit-line-clamp: inherit;}
}