/*多行溢出*/
/*网站响应样式*/
@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) {
  .news-inner .news-prev {
    left: -30px;
  }
  .news-inner .news-next {
    right: -30px;
  }
  .links-inner .link-prev {
    left: -30px;
  }
  .links-inner .link-next {
    right: -30px;
  }
}
@media (max-width: 1699px) {
  .about-inner .about-photo .img-box {
    width: 639px;
    height: 422px;
  }
  .about-inner .about-photo::before {
    width: 680px;
  }
  .about-inner .about-copy {
    padding-top: 55px;
  }
  .about-inner .about-copy .desc {
    -webkit-line-clamp: 6;
    max-height: 180px;
    margin-bottom: 40px;
  }
  .platform-list .img-box {
    height: 211px;
  }
  .news-card-img .img-box {
    height: 290px;
  }
  .person-card .img-box {
    height: 224px;
  }
  .inner-result-section .inner-paper-table col:nth-child(1) {
    width: 400px;
  }
  .inner-result-section .inner-paper-table col:nth-child(2) {
    width: 260px;
  }
  .inner-result-section .inner-paper-table col:nth-child(4) {
    width: 100px;
  }
  .inner-result-section .inner-paper-table col:nth-child(5) {
    width: 130px;
  }
  .inner-result-section .inner-paper-table col:nth-child(6) {
    width: 180px;
  }
  .inner-result-section .inner-book-table col:nth-child(1) {
    width: 370px;
  }
  .inner-result-section .inner-book-table col:nth-child(2) {
    width: 320px;
  }
  .inner-result-section .inner-book-table col:nth-child(3) {
    width: 280px;
  }
  .inner-result-section .inner-book-table col:nth-child(4) {
    width: 110px;
  }
  .inner-table-scroll .inner-project-table col:nth-child(1) {
    width: 420px;
  }
  .inner-table-scroll .inner-project-table col:nth-child(2) {
    width: 260px;
  }
  .inner-table-scroll .inner-project-table col:nth-child(6) {
    width: 150px;
  }
  .qk-list .img-box {
    height: 441px;
  }
  .qk-list .title > div {
    padding: 22px 15px;
  }
}
@media (max-width: 1499px) {
  .nav-wrap .head-logo img {
    width: 330px;
    height: auto;
  }
  .nav-wrap .head-right-top {
    margin-left: 24px;
  }
  .index-box1 .hero-title {
    font-size: 40px;
  }
  .index-box1 .hero-desc {
    max-width: 100%;
    margin: 30px auto 0;
  }
  .index-box1 .hero-more {
    margin: 45px auto 0;
  }
  .index-box1 .hero-content {
    margin-bottom: 80px;
  }
  .index-box1 .banner-mc {
    padding: 120px 0 60px 0;
  }
  .index-title .title h2 {
    font-size: 42px;
  }
  .index-title .title span {
    font-size: 54px;
  }
  .index-title .more-btn {
    margin-top: 20px;
  }
  .news-card-img .img-box {
    height: 267px;
  }
  .news-card-img {
    filter: drop-shadow(2px 3px 10px rgba(29, 92, 181, 0.2));
  }
  .about-box .about-copy {
    width: 510px;
    margin-right: 70px;
  }
  .about-inner .about-copy .desc {
    -webkit-line-clamp: 8;
    max-height: 240px;
  }
  .about-inner .about-photo .img-box {
    width: 719px;
    height: 474px;
  }
  .about-inner .about-photo::before {
    width: 710px;
  }
  .index-title-tab .title h2 {
    font-size: 42px;
  }
  .index-title-tab .title span {
    font-size: 54px;
  }
  .platform-list .img-box {
    height: 195px;
  }
  .links-inner .links-box img {
    max-height: 55px;
  }
  .person-card .img-box {
    height: 202px;
  }
  .contact-box .map {
    width: 720px;
  }
  .contact-box .contact-left {
    padding: 55px;
  }
  .inner-table-scroll .inner-project-table col:nth-child(1) {
    width: 370px;
  }
  .qk-list .img-box {
    height: 407px;
  }
}
@media (max-width: 1399px) {
  .nav-wrap .head-logo img {
    width: 300px;
  }
  .nav-wrap .head-right-top {
    margin-left: 20px;
  }
  .index-box1 .hero-entry-list {
    gap: 56px;
  }
  .about-inner .about-photo .img-box {
    width: 644px;
    height: 425px;
  }
  .about-inner .about-photo::before {
    width: 625px;
  }
  .person-card .img-box {
    height: 184px;
  }
  .xscg-list {
    margin: 0 -15px;
  }
  .xscg-list li {
    padding: 0 15px;
  }
  .m30 {
    margin: 0 -15px;
  }
  .p30 {
    padding: 0 15px;
  }
  .news-swiper {
    margin: -30px -15px;
  }
  .news-swiper .swiper-slide {
    padding: 30px 15px;
  }
  .news-inner .news-next {
    right: -15px;
  }
  .news-inner .news-prev {
    left: -15px;
  }
  .links-inner .link-next {
    right: -15px;
  }
  .links-inner .link-prev {
    left: -15px;
  }
  .p40 {
    padding: 0 20px;
  }
  .m40 {
    margin: 0 -20px;
  }
  .inner-table-scroll .inner-project-table col:nth-child(2) {
    width: 200px;
  }
  .qk-list .img-box {
    height: 382px;
  }
}
@media (max-width: 1279px) {
  .nav-wrap .head-logo img {
    width: 260px;
  }
  .about-inner .about-photo::before {
    width: 625px;
  }
  .index-box1 .hero-entry-list {
    gap: 42px;
  }
  .news-card-img .news-card-body {
    padding: 55px 30px 35px;
  }
  .news-card-img .news-card-body h3 {
    font-size: 17px;
    line-height: 28px;
    height: 56px;
  }
  .index-title,
  .index-title-tab {
    margin-bottom: 36px;
  }
  .index-title .title span {
    font-size: 46px;
  }
  .index-title .title h2 {
    margin-top: -22px;
    font-size: 36px;
  }
  .index-title-tab .title {
    padding-top: 30px;
  }
  .index-title-tab .title span {
    font-size: 46px;
  }
  .index-title-tab .title h2 {
    font-size: 36px;
  }
  .index-box4 {
    padding: 70px 0;
  }
  .news-card-img .img-box {
    height: 225px;
  }
  .news-card-img .news-date {
    left: 25px;
  }
  .about-inner .about-photo .img-box {
    width: 530px;
    height: 350px;
  }
  .index-title-tab .title::before {
    top: 32px;
  }
  .m20 {
    margin: 0px -15px;
  }
  .p20 {
    padding: 0 15px;
  }
  .platform-list .img-box {
    height: 168px;
  }
  nav.navbar ul.navbar-nav > li {
    margin-left: 26px;
  }
  .inner-banner {
    height: 360px;
  }
  .inner-page .inner-channel {
    margin-bottom: 70px;
  }
  .inner-single-img {
    margin-right: 50px;
    width: 300px;
  }
  .person-card .img-box {
    height: 204px;
  }
  .person-card {
    margin-bottom: 45px;
  }
  .contact-box .map {
    width: 550px;
  }
  .contact-box .contact-left {
    padding: 35px 50px;
  }
  .contact-box .logo {
    width: 290px;
    margin-bottom: 25px;
  }
  .contact-box .info {
    font-size: 16px;
    line-height: 24px;
  }
  .inner-result-section .inner-paper-table col:nth-child(1) {
    width: 290px;
  }
  .inner-result-section .inner-paper-table col:nth-child(2) {
    width: 160px;
  }
  .qk-list .img-box {
    height: 343px;
  }
}
@media (max-width: 1199px) {
  .nav-wrap .head-logo img {
    width: 220px;
  }
  .nav-wrap .head-right-top {
    margin-left: 12px;
  }
  .nav-wrap nav.navbar ul.navbar-nav > li {
    margin-left: 18px;
  }
  .nav-wrap nav.navbar ul.navbar-nav > li > a {
    font-size: 16px;
  }
  .index-title-tab .title-box {
    flex: 1;
    min-width: 0;
  }
  .index-title-tab .title {
    margin-right: 32px;
  }
  .index-title-tab .title::before {
    right: -16px;
  }
  .index-title-tab .title h2 {
    font-size: 32px;
  }
  .index-title-tab .more-btn {
    margin-top: 28px;
  }
  .academic-top .img-box {
    width: 310px;
    height: auto;
    aspect-ratio: 349 / 230;
    margin-right: 28px;
  }
  .index-box1 .entry-shape {
    width: 130px;
    height: 130px;
  }
  .index-box1 .entry-icon {
    left: 43px;
    top: 43px;
  }
  .news-inner {
    padding: 70px 0;
  }
  .news-card-img .img-box {
    height: 293px;
  }
  .about-box .about-copy {
    width: 450px;
    margin-right: 50px;
    padding-top: 0;
  }
  .about-inner .about-photo {
    padding-bottom: 50px;
  }
  .about-inner .about-photo .img-box {
    width: 430px;
    height: 284px;
    clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
  }
  .about-inner .about-photo::before {
    width: 455px;
  }
  .about-inner {
    padding: 1px 0 70px;
  }
  .index-box3::before {
    height: 40px;
  }
  .index-box3 {
    padding: 70px 0;
  }
  .index-box3 .notice-pagination {
    margin-top: 30px;
  }
  .academic-list {
    margin-bottom: 70px;
  }
  .index-box5 {
    padding: 70px 0 30px;
  }
  .platform-list .img-box {
    height: 297px;
  }
  .platform-list {
    margin-bottom: 40px;
  }
  .ry-list-box .col-xl-2:nth-child(6n+1) {
    clear: none;
  }
  .ry-list-box .col-xl-2:nth-child(4n+1) {
    clear: left;
  }
  .person-card .img-box {
    height: 272px;
  }
  .inner-ai-card {
    margin-bottom: 40px;
  }
  .contact-box .fix {
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
  }
  .contact-box .map {
    width: 466px;
  }
  .contact-box .info p {
    margin-bottom: 6px;
  }
  .inner-ai-list .col-xl-4:nth-child(3n+1) {
    clear: none;
  }
  .inner-ai-list .col-xl-4:nth-child(2n+1) {
    clear: left;
  }
  .qk-list .img-box {
    height: 283px;
  }
}
@media (max-width: 991px) {
  .nav-wrap .head-logo img {
    width: 410px;
  }
  .nav-wrap .collapse.navbar-collapse {
    display: none;
  }
  .toggle {
    display: block;
    top: 27px;
    right: 75px;
  }
  .toggle span,
  .toggle span::before,
  .toggle span::after {
    background: linear-gradient(90deg, #0c60bd 0%, #1a79e3 100%);
  }
  .toggle:hover span,
  .toggle:hover span::before,
  .toggle:hover span::after {
    background: linear-gradient(90deg, #0c60bd 0%, #1a79e3 100%);
  }
  .hc-mobile-nav li.nav-close a,
  .hc-mobile-nav li.nav-back a {
    background: none;
    border-top: 0;
    border-bottom: 0;
  }
  .hc-mobile-nav li.nav-close a,
  .hc-mobile-nav li.nav-back a {
    border-top: 0;
  }
  .hc-mobile-nav a[href]:not([href="#"]) > span.nav-next {
    border-left: 0 !important;
  }
  .index-box1 .banner-mc {
    padding: 80px 0 50px 0;
  }
  .index-box1 .hero-content {
    margin-bottom: 50px;
  }
  .index-box1 .hero-title {
    font-size: 38px;
  }
  .index-box1 .hero-desc {
    margin-top: 26px;
    font-size: 15px;
    line-height: 24px;
  }
  .index-box1 .hero-more {
    margin-top: 38px;
  }
  .index-box1 .hero-entry-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 54px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .index-box1 .hero-entry {
    width: 120px;
  }
  .index-box1 .entry-shape {
    width: 120px;
    height: 120px;
  }
  .index-box1 .entry-icon {
    left: 37px;
    top: 37px;
  }
  .index-box1 .entry-title {
    margin-top: 12px;
    font-size: 16px;
  }
  .news-inner {
    padding: 45px 0;
  }
  .news-swiper {
    margin: -15px -15px;
  }
  .news-swiper .swiper-slide {
    padding: 15px 15px;
  }
  .news-inner .news-prev,
  .news-inner .news-next {
    display: none;
  }
  .news-card-img .img-box {
    height: 218px;
  }
  .news-card-img {
    filter: drop-shadow(1px 1px 5px rgba(29, 92, 181, 0.2));
  }
  .news-card-img .news-date strong {
    font-size: 30px;
    line-height: 1;
  }
  .news-card-img .news-date span {
    margin-top: 3px;
    font-size: 13px;
  }
  .news-card-img .news-date {
    left: 20px;
    width: 84px;
    height: 76px;
    top: -50px;
  }
  .news-card-img .news-card-body {
    padding: 46px 25px 30px;
  }
  .about-inner {
    padding: 1px 0 45px;
  }
  .about-inner .about-copy {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about-inner .about-copy .desc {
    margin-bottom: 30px;
  }
  .about-inner .about-photo {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  .about-inner .about-photo::before {
    display: none;
  }
  .about-inner .about-photo .img-box {
    width: 100%;
    height: auto;
    clip-path: polygon(28px 0, calc(100% - 28px) 0, 100% 28px, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
  }
  .index-box3 {
    padding: 45px 0;
  }
  .index-box4 {
    padding: 45px 0;
  }
  .notice-card {
    padding: 35px 25px 35px;
  }
  .academic-top .info {
    padding-top: 6px;
  }
  .index-title .title span {
    font-size: 46px;
  }
  .index-title .title h2 {
    font-size: 34px;
  }
  .index-title-tab {
    display: flex;
    align-items: flex-start;
    gap: 18px;
  }
  .index-title-tab .title-box {
    flex: 1;
    min-width: 0;
    flex-wrap: nowrap;
  }
  .index-title-tab .title {
    margin-right: 28px;
  }
  .index-title-tab .title::before {
    right: -14px;
  }
  .index-title-tab .title span {
    font-size: 42px;
  }
  .index-title-tab .title h2 {
    font-size: 32px;
  }
  .index-title-tab .more-box {
    flex: 0 0 auto;
  }
  .academic-list {
    margin-bottom: 45px;
  }
  .platform-list .img-box {
    height: 220px;
  }
  .popsci-list .img-box {
    width: 160px;
    height: auto;
  }
  .index-box5 {
    padding: 45px 0 15px;
  }
  .platform-list {
    margin-bottom: 30px;
  }
  .platform-list .img-box {
    height: 205px;
  }
  .index-box6 {
    padding: 45px 0;
  }
  .links-inner .links-box {
    height: 104px;
  }
  .links-inner .link-prev,
  .links-inner .link-next {
    display: none;
  }
  .platform-list .title {
    margin-right: 16px;
  }
  .site-search-box {
    width: min(92vw, 720px);
    padding: 30px 24px 24px;
  }
  .site-search-form label {
    font-size: 20px;
  }
  .footer .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .footer .footer-info {
    width: 100%;
  }
  .hc-mobile-nav .nav-wrapper {
    background: linear-gradient(180deg, rgba(10, 95, 188, 0.98) 0%, rgba(7, 60, 132, 0.98) 100%), #0c60bd;
  }
  .hc-mobile-nav h2 {
    padding: 20px 18px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    border-bottom: 1px solid rgba(177, 226, 255, 0.28);
  }
  .hc-mobile-nav a {
    padding: 14px 18px;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    border-bottom: 1px solid rgba(177, 226, 255, 0.18);
    background: transparent;
  }
  .hc-mobile-nav:not(.touch-device) a:hover,
  .hc-mobile-nav li.level-open,
  .hc-mobile-nav li.level-open a,
  .hc-mobile-nav li.nav-close a,
  .hc-mobile-nav li.nav-back a {
    background: rgba(255, 255, 255, 0.1);
  }
  .hc-mobile-nav li.nav-close a,
  .hc-mobile-nav li.nav-back a {
    border-top: 1px solid rgba(177, 226, 255, 0.18);
    border-bottom: 1px solid rgba(177, 226, 255, 0.18);
  }
  .hc-mobile-nav a[href]:not([href="#"]) > span.nav-next {
    border-left: 1px solid rgba(177, 226, 255, 0.18);
  }
  .hc-mobile-nav span.nav-next::before,
  .hc-mobile-nav li.nav-back span::before,
  .hc-mobile-nav li.nav-close span::before,
  .hc-mobile-nav li.nav-close span::after {
    border-color: #fff;
  }
  .footer::before {
    display: none;
  }
  .inner-title .inner-title-en {
    font-size: 46px;
  }
  .inner-title h1 {
    margin-top: -22px;
    font-size: 34px;
  }
  .inner-title {
    margin-bottom: 50px;
  }
  .inner-single-img {
    margin-right: 30px;
    width: 210px;
    clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
  }
  .inner-banner {
    height: 260px;
  }
  .person-card .img-box {
    height: 192px;
  }
  .ry-detail .detail-card {
    padding: 40px 25px 40px 25px;
  }
  .ry-detail .detail-card .photo {
    margin-left: 30px;
    width: 170px;
  }
  .ry-detail .detail-card h2 {
    margin: 0 0 22px;
    padding-bottom: 16px;
    font-size: 26px;
    line-height: 40px;
  }
  .ry-detail .detail-card .info-list li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .tp-list-box .col-xl-3:nth-child(4n+1) {
    clear: none;
  }
  .tp-list-box .col-xl-3:nth-child(2n+1) {
    clear: left;
  }
  .tw-list .img-box {
    margin-right: 30px;
    width: 260px;
    height: 172px;
  }
  .tw-list .info {
    padding-top: 0px;
  }
  .tw-list h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .tw-list .desc {
    margin: 0 0 15px;
    max-height: 84px;
    -webkit-line-clamp: 3;
  }
  .tw-list time {
    font-size: 16px;
  }
  .details-page .main-cont.cont-xilan img {
    max-width: 100%;
  }
  .details-page .detail-top .title-s {
    font-size: 24px;
  }
  .contact-box .map {
    float: none;
    width: 100%;
  }
  .inner-page .inner-crumb {
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 20px;
    justify-content: flex-start;
    margin-top: 18px;
  }
  .inner-page .inner-channel {
    display: block;
  }
  .qk-list .col-lg-3:nth-child(4n+1) {
    clear: none;
  }
  .qk-list .col-lg-3:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .nav-wrap .head-logo img {
    width: 260px;
  }
  .toggle {
    top: 12px;
    right: 59px;
  }
  .site-search-panel .site-search-box {
    top: 140px;
    width: 90%;
    max-width: 90%;
    padding: 40px 20px 30px;
  }
  .site-search-panel .site-search-form label {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 30px;
  }
  .site-search-panel .site-search-row button {
    width: 80px;
    min-width: 80px;
  }
  .index-box1 .banner-mc {
    padding: 50px 0 30px;
  }
  .index-box1 .hero-content {
    margin-bottom: 30px;
  }
  .index-box1 .hero-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .index-box1 .hero-desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .index-box1 .hero-more {
    width: 170px;
    height: 46px;
    margin-top: 28px;
    gap: 16px;
  }
  .index-box1 .hero-entry {
    width: 110px;
  }
  .index-box1 .hero-entry::after {
    right: -7px;
    top: 0px;
    width: 40px;
    height: 40px;
  }
  .index-box1 .entry-icon {
    left: 28px;
    top: 28px;
  }
  .index-box1 .entry-shape {
    width: 100px;
    height: 100px;
  }
  .index-box1 .hero-entry-list {
    gap: 15px 30px;
  }
  .index-title {
    flex-direction: row;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
  }
  .index-title .title {
    padding-top: 0;
  }
  .index-title .title span {
    display: none;
  }
  .index-title .title h2 {
    margin-top: 0;
    font-size: 28px;
  }
  .index-title .more-btn {
    margin-top: 0;
    width: 100px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .news-inner .news-pagination {
    display: none;
  }
  .index-box3::before {
    height: 30px;
    clip-path: polygon(28px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
  }
  .index-box3 .notice-pagination {
    display: none;
  }
  .notice-card {
    padding: 28px 24px 28px;
  }
  .notice-card h3 {
    margin-bottom: 16px;
  }
  .notice-card .desc {
    margin-bottom: 16px;
  }
  .academic-top {
    margin-bottom: 26px;
  }
  .academic-top .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .academic-top .info {
    padding-top: 0;
  }
  .academic-top .desc {
    height: auto;
  }
  .academic-top time {
    margin-bottom: 14px;
  }
  .academic-top h3 {
    overflow: visible;
    white-space: normal;
    margin-bottom: 15px;
  }
  .index-title-tab {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
  }
  .index-title-tab .title-box {
    flex-wrap: wrap;
    gap: 12px 22px;
  }
  .index-title-tab .title {
    margin-right: 0;
    padding-top: 0;
  }
  .index-title-tab .title::before {
    display: none;
  }
  .index-title-tab .title span {
    display: none;
  }
  .index-title-tab .title h2 {
    font-size: 20px;
  }
  .index-title-tab .more-box .more-btn {
    width: 100px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    margin-top: 0;
  }
  .academic-list a {
    align-items: flex-start;
  }
  .academic-list time {
    width: 108px;
    min-width: 108px;
    font-size: 12px;
    margin-right: 12px;
  }
  .academic-list p {
    font-size: 14px;
    line-height: 26px;
    white-space: normal;
  }
  .popsci-list li + li {
    margin-top: 22px;
  }
  .popsci-list .img-box {
    width: 120px;
    margin-right: 18px;
  }
  .popsci-list .title {
    font-size: 15px;
    line-height: 26px;
    height: auto;
    display: block;
  }
  .platform-list .img-box {
    height: auto;
  }
  .inner-banner {
    height: 170px;
  }
  .inner-page .inner-channel-bar {
    display: none;
  }
  .inner-page .inner-channel {
    padding-top: 24px;
    margin-bottom: 20px;
  }
  .inner-title {
    margin-bottom: 30px;
  }
  .inner-title h1 {
    margin-top: 0;
    font-size: 28px;
  }
  .inner-title .inner-title-en {
    font-size: 36px;
    display: none;
  }
  .inner-single-img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 80%;
  }
  .inner-article {
    font-size: 16px;
    line-height: 30px;
  }
  .inner-article p {
    margin-bottom: 10px;
  }
  .inner-page {
    padding-bottom: 30px;
  }
  .m40 {
    margin: 0 -15px;
  }
  .p40 {
    padding: 0 15px;
  }
  .person-card .img-box {
    width: 200px;
    height: auto;
    margin: 0 auto;
  }
  .person-card {
    margin-bottom: 30px;
  }
  .ry-detail .detail-card {
    padding: 20px 15px;
  }
  .ry-detail .detail-card .photo {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 170px;
  }
  .ry-detail .detail-card h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .ry-detail .inner-info-block {
    margin-top: 30px;
  }
  .ry-detail .inner-info-block h2 {
    font-size: 20px;
    padding: 0 18px;
  }
  .tp-list-box .platform-list {
    margin-bottom: 30px;
  }
  .platform-list .title span {
    overflow: visible;
    white-space: normal;
  }
  .fy-box {
    padding-top: 0;
  }
  .wz-list {
    margin-bottom: 30px;
  }
  .wz-list a {
    padding: 20px 0 20px 30px;
  }
  .wz-list a::before {
    top: 32px;
  }
  .wz-list .title {
    overflow: visible;
    white-space: normal;
  }
  .wz-list time {
    position: static;
  }
  .xscg-list li {
    float: none;
    width: 100%;
  }
  .inner-table-scroll {
    margin-bottom: 30px;
  }
  .inner-table-scroll .inner-project-table th {
    font-size: 16px;
  }
  .inner-table-scroll .inner-project-table td {
    font-size: 14px;
  }
  .inner-result-section .result-title {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 30px;
  }
  .tw-list li {
    margin-bottom: 30px;
  }
  .tw-list .img-box {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
  }
  .tw-list h3 {
    overflow: visible;
    white-space: normal;
  }
  .tw-list {
    margin-bottom: 30px;
  }
  .inner-ai-card {
    margin-bottom: 30px;
  }
  .details-page .detail-top .title-s {
    font-size: 20px;
  }
  .details-page .detail-top {
    margin-bottom: 30px;
  }
  .details-page .cont-page {
    margin-top: 30px;
    padding-top: 25px;
    font-size: 14px;
  }
  .contact-box .contact-left {
    padding: 25px 20px;
  }
  .contact-box .logo {
    width: 100%;
    margin-bottom: 20px;
  }
  .inner-result-section .inner-paper-table col:nth-child(1) {
    width: 220px;
  }
  .inner-result-section .inner-paper-table col:nth-child(2) {
    width: 240px;
  }
  .inner-result-section .inner-paper-table col:nth-child(4) {
    width: 100px;
  }
  .inner-result-section .inner-paper-table col:nth-child(5) {
    width: 90px;
  }
  .inner-result-section .inner-paper-table col:nth-child(6) {
    width: 110px;
  }
  .inner-result-section .inner-book-table col:nth-child(1) {
    width: 220px;
  }
  .inner-result-section .inner-book-table col:nth-child(2) {
    width: 220px;
  }
  .inner-result-section .inner-book-table col:nth-child(3) {
    width: 220px;
  }
  .inner-result-section .inner-book-table col:nth-child(4) {
    width: 110px;
  }
  .inner-table-scroll .inner-project-table col:nth-child(1) {
    width: 220px;
  }
  .inner-table-scroll .inner-project-table col:nth-child(2) {
    width: 160px;
  }
  .inner-table-scroll .inner-project-table col:nth-child(3) {
    width: 120px;
  }
  .inner-table-scroll .inner-project-table col:nth-child(4) {
    width: 130px;
  }
  .inner-table-scroll .inner-project-table col:nth-child(5) {
    width: 150px;
  }
  .inner-table-scroll .inner-project-table col:nth-child(6) {
    width: 90px;
  }
  .inner-page .inner-crumb {
    margin-top: 0;
  }
  .qk-list .img-box {
    height: auto;
  }
  .qk-list a {
    margin-bottom: 30px;
  }
}
