@media screen and (max-width: 992px) {
  .mode-classList {
    display: none;
  }
  .header,
  .inner-header {
    display: none;
  }
  .m-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: var(--header-height);
    background: #fff;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  }
  .m-header .logo {
    display: block;
    height: 75%;
    width: auto;
  }
  .m-header .logo img {
    display: block;
    height: 100%;
    width: auto;
  }
  .m-header .menuBtn {
    font-size: 32px;
    color: #000;
    cursor: pointer;
  }
  .m-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: all .5s ease;
    display: flex;
  }
  .m-nav .mNavList-box {
    width: 280px;
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
    transform: translateX(-280px);
    transition: transform .5s ease-in-out;
    flex-shrink: 0;
  }
  .m-nav .mNavList-box .m-nav-btn {
    height: var(--header-height);
    border-bottom: 1px solid #eee;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 20px;
  }
  .m-nav .mNavList-box .m-nav-btn i {
    font-size: 20px;
  }
  .m-nav .mNavList-box .m-navList {
    --li-height: 40px;
  }
  .m-nav .mNavList-box .m-navList .one-title {
    border-bottom: 1px solid #eee;
  }
  .m-nav .mNavList-box .m-navList .one-title h2 {
    height: var(--li-height);
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m-nav .mNavList-box .m-navList .one-title h2 a {
    color: #000;
  }
  .m-nav .mNavList-box .m-navList .one-title.active h2 a,
  .m-nav .mNavList-box .m-navList .one-title.active h2 i {
    color: var(--text-color);
  }
  .m-nav .mNavList-box .m-navList .one-title.active .subList {
    display: block;
  }
  .m-nav .mNavList-box .m-navList .subList {
    display: none;
  }
  .m-nav .mNavList-box .m-navList .subList .two-title {
    border-bottom: 1px solid #eee;
  }
  .m-nav .mNavList-box .m-navList .subList .two-title h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--li-height);
    padding: 0 20px 0 30px;
  }
  .m-nav .mNavList-box .m-navList .subList .two-title h3 a {
    color: #000;
  }
  .m-nav .mNavList-box .m-navList .subList .two-title:first-child {
    border-top: 1px solid #eee;
  }
  .m-nav .mNavList-box .m-navList .subList2 {
    display: none;
  }
  .m-nav .mNavList-box .m-navList .subList2 h4 {
    border-bottom: 1px solid #eee;
    height: var(--li-height);
    padding: 0 20px 0 40px;
  }
  .m-nav .mNavList-box .m-navList .subList2 h4 a {
    line-height: var(--li-height);
    display: block;
    width: 100%;
    color: #000;
  }
  .m-nav .mNavList-box .m-navList .subList2 h4:first-child {
    border-top: 1px solid #eee;
  }
  .m-nav .mNavList-box .m-navList i {
    transition: transform .5s ease-in-out;
  }
  .m-nav .mNavList-box .m-navList i.aniRote {
    transform: rotate(180deg);
  }
  .m-nav .m-bg {
    flex: 1;
    height: 100%;
  }
  .m-nav.active {
    opacity: 1;
    z-index: 100000;
    pointer-events: auto;
  }
  .m-nav.active .mNavList-box {
    transform: translateX(0);
  }
  main {
    margin-top: var(--header-height) !important;
  }
  .mode-box .mode-left {
    display: none;
  }
  .mode-box .mode-right {
    width: 100%;
  }
  footer .footer-top .box1 .right .right-bot {
    display: none !important;
  }
  footer .footer-top .footer-top .box2 .left {
    font-size: 18px;
  }
  .index .i-banner {
    height: calc(100vh - var(--header-height));
  }
  .index .bgBox .bg {
    display: none;
  }
  .index .i-news {
    margin-top: 5rem;
  }
  .index .i-news .mode-newsStyle li {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
  }
  .index .i-event {
    margin-top: 5rem;
  }
  .index .i-school {
    margin-top: 5rem;
  }
  .index .i-job .list a .title {
    font-size: 16px;
  }
  .about-5 .swiper-box .table-box {
    width: 80%;
  }
  .about-5 .bigSwiper .box {
    padding-left: 0;
  }
  .about-5 .bigSwiper .left,
  .about-5 .bigSwiper .right {
    width: 50%;
    flex: none;
  }
  .about-5 .bigSwiper .left {
    padding-right: 15px;
  }
  .about-5 .bigSwiper .left .mode-content {
    width: 100%;
  }
  .dangjian-index-1 {
    margin-top: 3.125rem;
    gap: unset;
    flex-wrap: wrap;
  }
  .dangjian-index-1 .left,
  .dangjian-index-1 .right {
    flex: none;
    width: 100%;
  }
  .dangjian-index-1 .left {
    order: 2;
    margin-top: 3.125rem;
  }
  .person-nav {
    height: auto;
    padding: 20px 0;
  }
  .person-nav .container {
    flex-wrap: wrap;
  }
  .person-nav .breadCrumbs {
    width: 100%;
  }
  .person-nav .person-navList {
    display: none;
  }
  .school .school-1 .list .item {
    flex-wrap: wrap;
    gap: unset;
    padding: 2.5rem;
  }
  .school .school-1 .list .item .text-box {
    width: 100%;
    flex: none;
    padding: 0;
  }
  .school .school-1 .list .item .text-box .title {
    text-align: center;
  }
  .school .school-1 .list .item .img-box {
    margin: 1.25rem auto 0;
  }
}

@media screen and (max-width: 768px) {
  .inner-title2 p {
    width: 11.0625rem;
  }
  .breadCrumbs a,
  .breadCrumbs span {
    font-size: 14px;
  }
  .mode-content {
    font-size: var(--font16);
    line-height: 2;
    text-align: left;
  }
  footer .footer-top .box1 {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footer-top .box1 .footer-logo {
    margin-top: 0;
    width: 200px;
  }
  footer .footer-top .box1 .right {
    margin-top: 30px;
  }
  footer .footer-top .box1 .right .right-top .select-box .selected-box {
    height: 40px;
    border-radius: 1.875rem;
  }
  footer .footer-top .box1 .right .right-top .linkBtn {
    height: 40px;
    line-height: 40px;
    border-radius: 1.875rem;
    font-size: 14px;
  }
  footer .footer-top .box2 {
    margin-top: 2.5rem;
    flex-wrap: wrap;
  }
  footer .footer-top .box2 .left {
    width: 100%;
    font-size: 14px;
  }
  footer .footer-top .box2 .right {
    margin-top: 15px;
    width: 100%;
    justify-content: center;
  }
  footer .footer-top .box2 .right .item {
    width: 100px;
  }
  footer .footer-bot {
    height: auto;
    flex-wrap: wrap;
    padding: 5px 0;
  }
  footer .footer-bot p,
  footer .footer-bot a {
    width: 50%;
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
    text-align: center;
  }
  .index .i-banner {
    height: 350px;
  }
  .index .i-banner .banner-text .box {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
  .index .i-banner .banner-text .mod-desc p:not(:first-child) {
    font-size: 16px;
    -webkit-line-clamp: 3;
    line-height: 1.6;
  }
  .index .i-profess .list {
    height: auto;
    flex-wrap: wrap;
  }
  .index .i-profess .list .item {
    width: 100%;
    min-height: 37.5rem;
  }
  .index .i-profess .list .item .title {
    opacity: 0;
  }
  .index .i-profess .list .item .text {
    transform: translateY(0);
    opacity: 1;
  }
  .index .i-profess .list .item::after {
    opacity: 0;
  }
  .index .i-profess .list .item.active {
    width: 100%;
  }
  .index .i-profess .list .item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .about-2-title {
    font-size: 22px;
  }
  .about-2-box .list li {
    flex-wrap: wrap;
    text-align: center;
  }
  .about-2-box .list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .about-2-box .list .btn {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .about-3 .list li .desc {
    font-size: 14px;
  }
  .about-4 .list li {
    flex-wrap: wrap;
  }
  .about-4 .list li .left {
    width: 100%;
    padding: 3.125rem;
  }
  .about-4 .list li .left .desc {
    line-height: 1.8;
  }
  .about-4 .list li .right {
    width: 100%;
    height: 200px;
  }
  .about-5 .bigSwiper .box {
    flex-wrap: wrap;
  }
  .about-5 .bigSwiper .box .left,
  .about-5 .bigSwiper .box .right {
    width: 100%;
    padding: 0;
  }
  .about-5 .swiper-box .swiper-button-prev {
    left: 0;
  }
  .about-5 .swiper-box .swiper-button-next {
    right: 0;
  }
  .about-5 .swiper-box .cir .year {
    font-size: 14px;
  }
  .shiziXq-1 .box {
    flex-wrap: wrap;
  }
  .shiziXq-1 .box img {
    width: 50%;
  }
  .shiziXq-1 .box .text-box {
    margin-top: 2rem;
    margin-left: 0;
  }
  .organization .list {
    gap: unset;
    flex-wrap: wrap;
  }
  .organization .list .item {
    flex: none;
    width: 100%;
    padding: 3.75rem;
  }
  .organization .list .item i {
    font-size: 30px;
  }
  .organization .list .item .more {
    margin-top: 1.5rem;
    position: relative;
    left: unset;
    bottom: unset;
  }
  .organization .list .item .more i {
    font-size: 14px;
  }
  .organization .list .item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .news-box .newsBtnList {
    margin-top: 3.125rem;
  }
  .news-box .newsBtnList li {
    padding: 0;
  }
  .news-box .newsBtnList li::after {
    content: none !important;
  }
  .news-box .newsBtnList a {
    font-size: 16px;
  }
  .news-box .noticeList {
    margin-top: 3.125rem;
  }
  .newsXq-box .container {
    flex-wrap: wrap;
  }
  .newsXq-box .container .left {
    width: 100%;
  }
  .newsXq-box .container .left .pageBtn {
    margin-top: 2.5rem;
    padding-bottom: 2.5rem;
    flex-wrap: wrap;
  }
  .newsXq-box .container .left .pageBtn a {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    padding-left: 0;
  }
  .newsXq-box .container .left .pageBtn .center {
    display: none;
  }
  .newsXq-box .container .right {
    width: 100%;
    margin-top: 3.125rem;
  }
  .newsXq-box .container .right .box1 .list a {
    padding: 15px 0;
  }
  .newsXq-box .container .right .box1 .list .img-box {
    width: 110px;
    height: 60px;
  }
  .dangjian-index-1 .title {
    font-size: 26px;
  }
  .dangjian-index-1 .list li p {
    font-size: 16px;
  }
  .dangjian-index-1 .list li .time {
    font-size: 14px;
  }
  .dangjian-index-2 .item .img-box .title {
    font-size: 20px;
  }
  .dangjian-index-2 .item .btnMore {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .person .personList .item {
    padding: 0 15px;
    min-height: 15rem;
    padding: 5rem 15px;
    justify-content: flex-start !important;
    text-align: left !important;
    position: relative;
    overflow: hidden;
  }
  .person .personList .item .btnList {
    margin-top: 2.5rem;
  }
  .person .personList .item .btnList a {
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-bottom: 1.25rem;
  }
  .person .personList .item .more {
    margin-top: 1.25rem;
    justify-content: flex-start !important;
  }
  .person .personList .item .desc {
    margin-left: 0 !important;
  }
  .person .personList .item .text {
    z-index: 2;
  }
  .person .personList .item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .person .academic .academic-list {
    gap: unset;
    flex-wrap: wrap;
    margin-top: 3.125rem;
  }
  .person .academic .academic-list .item {
    width: 100%;
  }
  .person .academic .academic-list .item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .recruit .recruit-1 {
    flex-wrap: wrap;
  }
  .recruit .recruit-1 .text-box .more {
    margin-top: 1.25rem;
  }
  .recruit .recruit-1 .img-box {
    order: 2;
    width: 100%;
    margin-top: 1.25rem;
  }
  .recruit .recruit-2 .item i {
    font-size: 40px;
  }
  .recruit .recruit-2 .item p {
    font-size: 20px;
  }
  .school .school-1 .contactList {
    gap: unset;
    flex-wrap: wrap;
  }
  .school .school-1 .contactList .item {
    flex: unset;
    width: 100%;
  }
  .school .school-1 .contactList .item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .school .school-1 .contactList .item .icon-box {
    font-size: 14px;
    width: 9rem;
  }
  .school .school-1 .contactList .item .text-box {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .dangjian .banner .banner-text {
    font-size: 34px;
  }
  .dangjian-imgTextList a {
    flex-wrap: wrap;
  }
  .dangjian-imgTextList .img-box {
    width: 100%;
  }
  .dangjian-imgTextList .text-box {
    margin-left: 0;
    margin-top: 1.25rem;
  }
  .dangjian-textList a {
    padding-right: 0;
  }
  .dangjian-textList p {
    font-size: 14px;
  }
  .dangjian-textList .time {
    font-size: 12px;
  }
  .inner-title {
    display: block;
  }
  .inner-title .breadCrumbs {
    margin-top: 15px;
  }
  .breadCrumbs a,
  .breadCrumbs span {
    font-size: 12px;
  }
  .person .download .download-list li {
    height: 50px;
  }
  .person .download .download-list li .title,
  .person .download .download-list li .downloadBtn i {
    font-size: 16px;
  }
  .recruit .recruit-3 .form-title {
    font-size: 20px;
  }
  .recruit .recruit-3 .row {
    flex-wrap: wrap;
    gap: unset;
    margin-bottom: 0 !important;
  }
  .recruit .recruit-3 .row .item {
    flex: none;
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .recruit .recruit-3 .row input {
    height: 40px;
  }
  .recruit .recruit-3 .row .submit {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .recruit .recruit-4 .list .ques {
    height: 40px;
    padding: 0 10px;
  }
  .recruit .recruit-4 .list .ques .left p {
    font-size: 14px;
  }
  .recruit .recruit-4 .list .ques .right {
    font-size: 14px;
  }
  .recruit .recruit-4 .list .answer {
    padding: 2.5rem;
  }
  .recruit .recruit-5 .list .text-box {
    margin-top: 1.25rem;
    font-size: 14px;
  }
  .school .school-1 .list .img-box {
    width: 100%;
  }
}
