/*多行溢出*/
/*网站响应样式*/
@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: 1599px) {
  .header {
    height: auto;
  }
  .header .header-logo {
    max-width: 800px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .header .header-other {
    float: right;
    padding-top: 20px;
  }
  .header .header-other .other-link {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
  }
  .header .header-other .other-link a,
  .header .header-other .other-link span {
    float: right;
  }
  .header .header-other .other-link span {
    margin-left: 14px;
    margin-right: 14px;
  }
  .header .header-other .other-link a {
    color: rgba(255, 255, 255, 0.8);
  }
  .header .header-other .other-link a:hover {
    color: #fff;
  }
}
@media (max-width: 1499px) {
  .h26 {
    font-size: 24px;
  }
  .index-banner .banner-box .box-img img {
    height: 520px;
  }
  .index-banner .banner-box .box-title {
    height: 60px;
    padding: 10px 200px 10px 30px;
  }
  .index-banner .banner-page {
    right: 20px;
    bottom: 18px !important;
  }
  .index-banner .banner-next,
  .index-banner .banner-prev {
    width: 50px;
    height: 50px;
  }
  .index-scientific .box-top {
    padding: 15px 20px;
    height: 210px;
    margin-bottom: 15px;
  }
  .index-scientific .box-top .box-title {
    margin-bottom: 10px;
  }
  .index-scientific .text-list {
    margin-bottom: 13px;
  }
  .index-scientific .text-list .box-s {
    position: relative;
    background: url(kjtq-top-list-icon.png) no-repeat 0 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 90px;
    height: 38px;
    line-height: 24px;
  }
  .index-scientific .box-more a {
    width: 110px;
    height: 38px;
    line-height: 36px;
  }
  .index-news .main-cont {
    padding: 25px;
    min-height: auto;
  }
  .index-news .cont-top .box-s .box-img img {
    height: 230px;
  }
  .index-lectures {
    margin-bottom: 23px;
  }
  .index-lectures .main-cont {
    min-height: 320px;
    padding: 25px;
  }
  .index-lectures .main-cont .box-s {
    margin-bottom: 18px;
  }
  .index-email {
    height: 210px;
    padding: 25px;
  }
}
@media (max-width: 1199px) {
  .header .container {
    position: relative;
  }
  .index-banner {
    margin-bottom: 30px;
  }
  .phone-menu-toggle.toggle {
    display: block;
    padding-left: 45px;
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  .nav-wrap {
    display: none;
  }
  .index-news {
    margin-bottom: 30px;
  }
  .index-news .cont-top .box-s .box-img img {
    height: 280px;
  }
  .index-commonly-links {
    margin-bottom: 30px;
  }
  .index-information.info-01 {
    margin-bottom: 30px;
  }
  .index-other .groups-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .index-other .groups-row .groups-col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .index-other .box-s .box-img img {
    height: 140px;
  }
  .index-links {
    padding-bottom: 20px;
  }
  .index-links .links-page {
    display: block;
  }
}
@media (max-width: 991px) {
  .header .header-logo {
    max-width: 460px;
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .header .header-other .other-link {
    margin-bottom: 15px;
  }
  .index-box {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .index-banner .banner-box .box-img img {
    height: 470px;
  }
  .index-news .cont-top .box-s .box-img img {
    height: 210px;
  }
  .index-other .box-s .box-img img {
    height: 105px;
  }
  .sec-aside {
    display: none;
  }
}
@media (max-width: 767px) {
  .h26 {
    font-size: 22px;
  }
  .header {
    min-height: 130px;
  }
  .header .header-logo {
    margin-right: 55px;
    padding-top: 45px;
    padding-bottom: 25px;
  }
  .header .header-other {
    position: absolute;
    right: 15px;
    top: 0;
    padding-top: 5px;
  }
  .header .header-other .other-link {
    margin-bottom: 15px;
  }
  .phone-menu-toggle.toggle {
    padding-left: 30px;
  }
  .tools {
    position: relative;
    z-index: 999;
    height: 30px;
    width: 30px;
    margin-left: auto;
    margin-right: 0;
  }
  .tools .search-trigger {
    display: block;
    position: relative;
    z-index: 999;
  }
  .search-box {
    width: 100%;
    display: none;
  }
  .search-box.search-mobile {
    display: block;
  }
  .index-banner .banner-box .box-img img {
    height: 260px;
  }
  .index-banner .banner-box .box-title {
    height: auto;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 15px;
  }
  .index-banner .banner-box .box-title .title-s {
    white-space: normal;
    height: auto;
    line-height: 26px;
    font-size: 16px;
  }
  .index-banner .banner-page {
    left: 0 !important;
    width: 100% !important;
    right: 30px;
    bottom: 24px !important;
    position: static;
    padding-top: 15px;
  }
  .index-banner .banner-page .swiper-pagination-bullet {
    border: 1px solid #0B56D6;
  }
  .index-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0B56D6 !important;
  }
  .index-banner .banner-next,
  .index-banner .banner-prev {
    display: none;
  }
  .text-list .box-s {
    background: url(kjtq-top-list-icon.png) no-repeat 0 17px !important;
    padding: 8px 0 8px 25px !important;
    height: auto !important;
  }
  .text-list .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
    margin-bottom: 3px;
  }
  .text-list .box-s .box-date {
    position: static;
  }
  .index-scientific .box-top {
    height: auto;
    margin-bottom: 25px;
  }
  .index-scientific .box-top .box-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }
  .index-news .main-cont {
    padding: 15px;
  }
  .index-news .cont-top .box-s .box-img img {
    height: auto;
  }
  .index-news .cont-top .box-s .box-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }
  .index-lectures .main-cont {
    padding: 15px;
  }
  .index-lectures .main-cont .box-s {
    margin-bottom: 21px;
  }
  .index-lectures .main-cont .box-s:last-child {
    margin-bottom: 0;
  }
  .index-lectures .main-cont .box-s .box-date {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .index-lectures .main-cont .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .index-email {
    padding: 15px;
    height: auto;
  }
  .index-online {
    margin-bottom: 8px;
  }
  .index-commonly-links {
    margin-bottom: 20px;
  }
  .index-commonly-links .box-s {
    margin-bottom: 15px;
  }
  .index-information .main-cont {
    height: auto;
    padding: 15px;
  }
  .index-other {
    padding-bottom: 20px;
  }
  .index-other .tabs-title .public-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .index-other .box-s {
    margin-bottom: 20px;
  }
  .index-other .box-s .box-img img {
    height: 160px;
  }
  .index-links {
    padding-bottom: 20px;
  }
  .index-links .public-title {
    margin-bottom: 10px;
  }
  .index-links .scroll-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
  .index-links .swiper-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .index-links .swiper-slide {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .index-links .box-s {
    height: 90px;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 79, 153, 0.1);
    border-radius: 4px;
    padding: 15px;
    text-align: center;
  }
}
/*------------------------------- new add end-------------------------------------*/
@media (max-width: 1440px) {
  .lunb-box .img-box {
    height: 483px;
  }
  .lunb-box .lunb-title {
    max-width: 560px;
  }
  .top-left-box {
    min-height: 483px;
    padding: 20px 32px 20px 32px;
  }
  .top-t-box {
    padding: 10px 0 8px 0;
  }
  .top-t-box .top-t-desc {
    margin: 6px 0 4px 0;
  }
  .top-t-ul li {
    padding: 5px 0 5px 0;
  }
  .top-t-ul li:first-child {
    padding: 0 0 6px 0;
  }
  .top-t-ul li:last-child {
    padding: 6px 0 0 0;
  }
  .qymt-top .img-box {
    height: 231px;
  }
  .xs-ul li {
    padding-top: 12px;
    margin-bottom: 13px;
  }
  .yj-list-a .img-box {
    height: 174px;
  }
  .yj-list-a .yj-title {
    padding: 20px 30px;
  }
  .yj-list-a .yj-title > div {
    max-width: 175px;
  }
  .box4 .gallery-top {
    height: 314px;
    width: calc(100% - 260px);
  }
  .box4 .gallery-thumbs {
    width: 260px;
    height: 314px;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide > div {
    padding: 30px 0 30px 65px;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active > div {
    padding: 48px 0 48px 30px;
  }
  .zptz-ul li {
    margin-bottom: 13px;
  }
  .zptz-ul .zptz-date-box {
    width: 54px;
    height: 54px;
    padding-top: 10px;
  }
}
@media (max-width: 1279px) {
  .lunb-box .img-box {
    height: 440px;
  }
  .lunb-box .lunb-title {
    max-width: 500px;
  }
  .top-left-box {
    min-height: 440px;
  }
  .top-t-box {
    padding: 15px 0 14px 0;
  }
  .top-t-ul li {
    padding: 3px 0 3px 0;
  }
  .top-t-ul li:first-child {
    padding: 0 0 3px 0;
  }
  .top-t-ul li:last-child {
    padding: 3px 0 0 0;
  }
  .top-t-ul .t-list-title {
    font-size: 14px;
    line-height: 20px;
  }
  .top-t-ul .t-list-date {
    line-height: 20px;
  }
  .qymt-top .img-box {
    height: 208px;
  }
  .xs-ul {
    padding: 20px 28px 18px 26px;
  }
  .yj-list-a .img-box {
    height: 157px;
  }
  .yj-list-a .yj-title {
    padding: 14px 20px;
    min-height: 76px;
  }
  .box4 .gallery-top {
    height: 288px;
    width: calc(100% - 230px);
  }
  .box4 .gallery-thumbs {
    width: 230px;
    height: 288px;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide > div {
    padding: 26px 0 26px 50px;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active > div {
    padding: 42px 0 42px 30px;
  }
  .box5-right .tab-cont {
    padding: 17px 20px 17px 20px;
  }
  .zptz-ul {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .t-banner .owl-dots {
    right: 20px;
  }
  .title-box .i-title {
    font-size: 22px;
  }
  .title-box .tabber-titlebox .i-title {
    margin-right: 16px;
  }
  .lunb-box .img-box {
    height: 363px;
  }
  .lunb-box .lunb-title {
    padding: 7px 20px 7px 20px;
    max-width: 420px;
  }
  .top-left-box {
    min-height: 363px;
    padding: 16px 32px 2px 32px;
  }
  .top-left-box .title-box {
    margin-bottom: 15px;
  }
  .top-t-box {
    padding: 10px 0 8px 0;
  }
  .top-t-ul {
    padding-top: 9px;
  }
  .top-t-ul li:last-child {
    display: none;
  }
  .qymt-top {
    padding-bottom: 5px;
  }
  .qymt-top .img-box {
    height: 167px;
    margin-bottom: 10px;
  }
  .qymt-top .qymt-desc {
    margin: 5px 0 3px 0;
  }
  .tab-cont {
    padding: 25px 20px 22px 20px;
  }
  .qymt-ul {
    padding-top: 12px;
  }
  .qymt-ul li {
    padding: 5px 0 5px 0;
  }
  .qymt-ul li:first-child {
    padding: 0 0 5px 0;
  }
  .qymt-ul li:last-child {
    padding: 5px 0 0 0;
  }
  .xs-ul {
    padding: 20px 28px 15px 26px;
  }
  .xs-ul li {
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .xs-ul li:last-child {
    display: none;
  }
  .yj-list-a .img-box {
    height: 127px;
  }
  .yj-list-a .yj-title {
    padding: 10px 12px;
    min-height: 68px;
  }
  .box4 .gallery-top {
    height: 212px;
  }
  .box4 .gallery-thumbs {
    height: 212px;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide > div {
    padding: 14px 0 13px 50px;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active > div {
    padding: 30px 0 28px 30px;
  }
  .zptz-ul li:last-child {
    display: none;
  }
  .box5-right .tab-cont {
    padding: 10px 20px 2px 20px;
  }
}
@media (max-width: 991px) {
  .qzgy-md-7-tlb {
    width: 100%;
  }
  .pr0 {
    padding-right: 15px;
  }
  .pl0 {
    padding-left: 15px;
  }
  .qzgy-md-5-tlb {
    width: 100%;
  }
  .qzgy-md-7 {
    width: 100%;
  }
  .qzgy-md-5 {
    width: 100%;
  }
  .lunb-box .img-box {
    height: 457px;
  }
  .top-left-box {
    min-height: auto;
    margin-top: 30px;
    padding: 20px 15px 20px 15px;
  }
  .top-t-box .top-t-title {
    height: auto;
  }
  .top-t-ul {
    max-height: initial;
    overflow: initial;
  }
  .top-t-ul li:last-child {
    display: block;
  }
  .top-t-ul li {
    padding: 7px 0 7px 0;
  }
  .top-t-ul li:first-child {
    padding: 0 0 7px 0;
  }
  .top-t-ul li:last-child {
    padding: 7px 0 0 0;
  }
  .qymt-top .img-box {
    height: 218px;
  }
  .box2 .tab-cont {
    margin-bottom: 30px;
  }
  .xs-ul li:last-child {
    display: block;
  }
  .box3 .col-sm-4:nth-child(4),
  .box3 .col-sm-4:nth-child(5) {
    width: 50%;
  }
  .box3 .col-sm-4:nth-child(4) .yj-list-a .img-box,
  .box3 .col-sm-4:nth-child(5) .yj-list-a .img-box {
    height: 260px;
  }
  .box3 .col-sm-4:nth-child(4) .yj-list-a .yj-title,
  .box3 .col-sm-4:nth-child(5) .yj-list-a .yj-title {
    min-height: auto;
  }
  .box3 .col-sm-4:nth-child(4) .yj-list-a .yj-title > div,
  .box3 .col-sm-4:nth-child(5) .yj-list-a .yj-title > div {
    height: auto;
  }
  .yj-list-a .img-box {
    height: 168px;
  }
  .yj-list-a {
    margin-bottom: 15px;
  }
  .yj-list-a .yj-title > div {
    max-width: 100%;
  }
  .box4 {
    margin-top: 30px;
  }
  .box4 .gallery-top {
    height: 307px;
  }
  .box4 .gallery-thumbs {
    height: 307px;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide > div {
    padding: 29px 0 28px 50px;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active > div {
    padding: 48px 0 48px 30px;
  }
  .box4-left {
    margin-bottom: 30px;
  }
  .zptz-ul li:last-child {
    display: block;
  }
  .box5-right .tab-cont {
    padding: 17px 20px 17px 20px;
  }
  .box5 .ui-select-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .title-box .i-title {
    font-size: 20px;
  }
  .title-box .tabber-titlebox .i-title {
    font-size: 20px;
  }
  .t-banner {
    margin-top: 25px;
  }
  .lunb-box .img-box {
    height: auto;
  }
  .lunb-box .lunb-title {
    max-width: 100%;
    overflow: initial;
    white-space: normal;
    line-height: 22px;
    padding: 7px 10px 7px 15px;
  }
  .t-banner .owl-dots {
    right: 50%;
    transform: translateX(50%);
    bottom: -25px;
  }
  .t-banner .owl-dots .owl-dot {
    background: #ccc;
  }
  .t-banner .owl-dots .active {
    background: #0058AB;
  }
  .top-left-box {
    margin-top: 50px;
  }
  .top-t-box .top-t-title {
    display: block;
    overflow: initial;
    line-height: 22px;
  }
  .top-t-ul .top-list {
    background: url(qzgy-top-list-icon.png) no-repeat 0 5px;
  }
  .top-t-ul .t-list-title {
    overflow: initial;
    white-space: normal;
    padding: 0 16px 0 16px;
    text-align: justify;
  }
  .top-t-ul .t-list-date {
    position: static;
    padding-left: 16px;
  }
  .tab-cont {
    padding: 25px 15px 0px 15px;
  }
  .qymt-top .img-box {
    height: auto;
  }
  .qymt-top .qymt-title {
    overflow: initial;
    white-space: normal;
    line-height: 22px;
    text-align: justify;
  }
  .qymt-ul {
    margin-bottom: 25px;
  }
  .qymt-ul .qymt-list-a {
    overflow: initial;
    white-space: normal;
    text-align: justify;
    line-height: 22px;
    padding: 0 0 0 16px;
    background: url(qzgy-top-list-icon.png) no-repeat 0 5px;
  }
  .xs-ul .xs-list-title {
    height: auto;
    display: block;
    text-align: justify;
  }
  .yj-list-a .img-box {
    height: auto !important;
  }
  .yj-list-a .yj-title > div {
    height: auto;
    display: block;
    overflow: initial;
    line-height: 22px;
    text-align: justify;
  }
  .box3 .col-xs-6:nth-child(2n+1) {
    clear: left;
  }
  .box3 .col-xs-6:last-child {
    width: 100%;
  }
  .box3 .col-xs-6:last-child .yj-list-a .yj-title {
    min-height: auto;
  }
  .box4 .gallery-top {
    float: none;
    height: auto;
    width: 100%;
  }
  .box4 .gallery-thumbs {
    float: none;
    width: 100%;
    height: 80px;
    padding: 6px 0px 8px 0px;
  }
  .box4 .gallery-thumbs .swiper-wrapper {
    flex-direction: row;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide {
    width: calc(33.3333% - 10px) !important;
    height: 100% !important;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0 5px !important;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide > div {
    position: static;
    padding: 0;
    text-align: center;
    height: 100%;
    line-height: 64px;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide > div span {
    float: none;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide img {
    display: none !important;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active {
    height: 100% !important;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active > div {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .zptz-ul .zptz-list-title {
    display: block;
    height: auto;
    padding-top: 0;
    text-align: justify;
  }
  .box5 {
    margin-top: 30px;
  }
  .box5 .ui-select-wrap {
    margin-bottom: 15px;
  }
  .footer .f-s {
    margin-right: 0px;
  }
}
@media (max-width: 425px) {
  .lunb-box .img-box {
    height: 251px;
  }
}
@media (max-width: 375px) {
  .lunb-box .img-box {
    height: 219px;
  }
}
@media (max-width: 320px) {
  .title-box .tabber-titlebox .i-title {
    margin-right: 10px;
  }
  .lunb-box .img-box {
    height: 184px;
  }
}
@media (max-width: 1199px) {
  .secient-list .box-s .box-img img {
    height: 175px;
  }
}
@media (max-width: 767px) {
  .secBody {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .secBody .secCon {
    padding: 20px 20px 30px;
  }
  .xsbgDetail {
    padding: 20px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #333333;
  }
  .xsbgDetail strong {
    display: block;
    float: none !important;
    margin-bottom: 10px;
  }
  .xsbgDetail .user > div {
    width: 100% !important;
  }
  .textList.thesisList li {
    padding-right: 0;
    border: none;
    color: #333333;
    line-height: 30px;
    padding: 0;
    margin-bottom: 20px;
  }
  .textList.thesisList li::before {
    display: none;
  }
  .textList.thesisList li a {
    display: block;
  }
  .textList.thesisList li:hover {
    background: transparent;
    color: #0B56D6;
  }
  .textList.thesisList li:hover a {
    color: #0B56D6;
  }
  .textList li {
    padding: 10px 0 10px 35px;
  }
  .textList li:before {
    top: 20px;
  }
  .textList li .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .textList li .box-date {
    position: static;
  }
  .student-list-table {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .student-list-table table {
    min-width: 700px;
  }
  .student-list-table table tr td {
    line-height: 26px;
    border: 1px solid #CBE8F7;
    padding: 17px 10px;
    text-align: center;
  }
  .student-list-table table thead td {
    font-weight: bold;
    color: #333333;
    background: #E2F2FE;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .student-list-table table tbody tr > td[rowspan],
  .student-list-table table tbody tr > td:nth-child(1),
  .student-list-table table tbody tr > td[rowspan] + td {
    background: #E2F2FE;
    font-weight: bold;
  }
  .details-page .detail-top .other-info span {
    padding: 0 !important;
    margin-right: 20px !important;
  }
  .details-page .detail-top .other-info span:last-child {
    margin-right: 0 !important;
  }
  .details-page .detail-top .other-share {
    padding-top: 10px;
    float: left;
    width: 100%;
  }
  .scient {
    padding-top: 30px;
  }
  .peopleDetail .base {
    padding: 20px;
  }
  .peopleDetail .scientBox {
    line-height: 30px;
  }
  .peopleDetail .base .imgBox {
    position: static;
    transform: translateY(0);
  }
  .peopleDetail .base .imgBox img {
    margin: 0 auto;
    display: block;
    max-width: 160px;
  }
  .peopleDetail .base .leftModule {
    width: 100%;
    margin-bottom: 20px;
  }
  .peopleDetail .base .leftModule p {
    margin-bottom: 7px;
  }
  .peopleDetail .base .leftModule p.name {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 25px;
  }
  .secient-list > li:nth-last-child(-n + 2) .box-s {
    margin-bottom: 20px;
  }
  .secient-list .box-s {
    margin-bottom: 20px;
  }
  .secient-list .box-s .box-img img {
    height: auto;
  }
  .secient-list .box-s .textBox {
    height: auto;
    padding: 15px;
  }
  .secient-list .box-s .textBox .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .table-wrap {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .table-wrap .table {
    min-width: 650px;
  }
}
