@media (max-width: 1720px) {
  .navbar li > a {
    padding: 0 1rem;
  }
}
@media (max-width: 1560px) {
  .navbar li > a {
    padding: 0 10px;
  }
}
@media (max-width: 1480px) {
  html {
    font-size: 15px;
  }
  .header .logo {
    position: relative;
    z-index: 9;
  }
  .header .logo img {
    width: 360px;
  }
  .header .top-fr {
    width: 100%;
    margin-top: -50px;
  }
  .header .top-fr .navbar {
    margin-top: 20px;
  }
  .index-news .small-pic .tit {
    padding: 2.5rem 0;
  }
  .index-campus li {
    width: calc(33.33% - 1.5rem);
  }
  .list-nav li {
    margin-right: 3%;
  }
}
@media (max-width: 1280px) {
  .index-title h2 {
    font-size: 3rem;
  }
  .index-more {
    width: 160px;
    height: 36px;
    line-height: 36px;
  }
  .navbar li > a {
    font-size: 1.125rem;
  }
  .index-news .small-pic .tit {
    padding: 1.5rem 0;
  }
  .foot-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .foot-nav ul li {
    width: calc(33.33% - 10px);
    margin: 10px 0;
  }
  .footer .foot-info .foot-logo {
    max-width: 18rem;
  }
  .list-page .page {
    margin-top: 1rem;
  }
  .list-pics li {
    width: 50%;
    margin-bottom: 1.25rem;
  }
  .list-scholars li {
    width: calc(50% - 1.25rem);
  }
}
@media (max-width: 992px) {
  .header .top-fr {
    margin-top: 0;
    width: 50px;
    position: relative;
  }
  .header .top-fr .topbar {
    display: none;
  }
  .menu-btn {
    display: block;
    width: 30px;
    cursor: pointer;
    position: absolute;
    right: 3%;
    top: 10px;
    z-index: 9;
    padding-top: 4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .menu-btn b {
    display: block;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 2px;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .navbar {
    display: none;
  }
  .phone-menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: block;
    background: #9e2e24;
    z-index: 99;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 60px 3% 20px;
    left: 0;
    top: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .phone-menu .menu-btn {
    top: 40px;
  }
  .phone-menu .menu-btn b {
    background: #fff !important;
  }
  .phone-menu .navbar {
    margin-bottom: 20px;
    display: block;
    float: none;
    width: 100%;
    background: none;
  }
  .phone-menu .navbar ul {
    float: none;
  }
  .phone-menu .navbar li > a:before {
    display: none;
  }
  .phone-menu .navbar li {
    float: none;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .phone-menu .navbar li > a {
    display: block;
    color: #fff;
    padding: 0;
    line-height: 40px;
    text-align: left;
    font-weight: normal !important;
    background: none !important;
  }
  .phone-menu .navbar li em {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 20px;
    background: url(../images/nav-select.png) center 25px no-repeat;
  }
  .phone-menu .navbar dd em {
    background: url(../images/nav-select.png) center 15px no-repeat;
  }
  .phone-menu .navbar .subnav {
    position: relative;
    display: none;
    background: none;
    padding: 0 0px 0 10px;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .phone-menu .navbar .subnav dd {
    text-align: left;
    position: relative;
    background: none !important;
    padding: 0;
  }
  .phone-menu .navbar .subnav a {
    color: #fff !important;
    display: block;
    line-height: 30px;
  }
  .phone-menu .navbar li.active .subnav {
    display: block !important;
  }
  .phone-menu .navbar .lv3 {
    -webkit-transform: none !important;
            transform: none !important;
    background: none !important;
    position: relative;
    left: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .phone-menu .navbar .lv3 a {
    padding: 0 10px;
  }
  .phone-menu .navbar dd:hover:after {
    display: none !important;
  }
  .phone-menu .topbar {
    overflow: hidden;
    width: 100%;
  }
  .phone-menu .top-link a {
    padding-left: 20px;
  }
  .phone-menu .search-box {
    margin-left: 10px;
    width: calc(100% - 105px);
  }
  body.side-right {
    overflow: hidden;
  }
  body.side-right .menu-btn b {
    display: none;
    margin: 0;
    position: absolute;
    background: #006786;
    left: 0;
    top: 50%;
    width: 30px;
  }
  body.side-right .menu-btn b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  body.side-right .menu-btn b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  body.side-right .phone-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  .row1 {
    padding: 3rem 0 6rem;
  }
  .row1 .index-title {
    margin-bottom: 2rem;
  }
  .index-news .news-pic {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-news .big-pic {
    width: 100%;
  }
  .index-news .small-pic {
    width: 100%;
    margin-top: 1.25rem;
  }
  .index-news .small-pic h2 {
    height: auto;
    max-height: 5.625rem;
  }
  .index-news .small-pic .date {
    margin-top: 1.25rem;
  }
  .index-news .news-txt ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-news .news-txt ul li {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .index-news .news-txt ul li h2 {
    height: auto;
    max-height: 5.625rem;
  }
  .row2 {
    padding: 7rem 0 4rem;
  }
  .index-campus .index-title {
    position: relative;
    margin-bottom: 2rem;
  }
  .index-campus ul li {
    width: calc(50% - 1rem);
    margin-top: 0 !important;
    margin-bottom: 1.25rem;
  }
  .index-campus .index-more {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .row3 {
    padding: 3rem 0;
  }
  .footer .foot-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .foot-info .foot-logo {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .footer .foot-info .foot-logo img {
    max-width: 18rem;
  }
  .footer .foot-info .contact {
    margin-top: 1.25rem;
  }
  .list-page {
    padding: 2rem 0;
  }
  .list-column {
    padding: 2rem 0;
  }
  .list-column h2 {
    font-size: 2rem;
  }
  .list-nav li a {
    font-size: 1.5rem;
    margin-right: 10px;
    padding: 0 0 1rem;
    white-space: nowrap;
  }
  .list-nav3 {
    margin-top: 2rem;
  }
  .list-nav3 li a {
    padding: 0 3rem;
    line-height: 3rem;
  }
  .list-zysz {
    margin-top: 2rem;
  }
  .list-zysz li {
    font-size: 1.25rem;
  }
  .list-zysz li .tit {
    padding: 0 1rem;
  }
  .list-news li .pic {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .list-news li .pic a {
    width: 100%;
    height: 56vw;
  }
  .list-news li .txt {
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .list-news li .tit {
    margin-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    height: auto;
    max-height: 3.5rem;
  }
  .list-news li .abst {
    margin-top: 1rem;
  }
  .article .tit {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .list-zsjh li {
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 1rem;
    border-bottom: 1px solid #9e2e24;
  }
  .list-zsjh li .pic {
    width: 100%;
    padding-bottom:97%;
    margin-top: 1.25rem;
  }
  .list-zsjh li .txt {
    width: 100%;
    padding-top: 1.25rem;
  }
  .list-zsjh li .txt .abst {
    height: auto;
    max-height: 18.375rem;
    font-size: 1.25rem;
  }
  .list-zsjh li .txt .more {
    position: relative;
    margin-top: 1.25rem;
  }
  .page-department {
    margin-top: 3rem;
  }
  .page-department .dep-data li .num {
    font-size: 3rem;
  }
  .page-department .dep-data li p {
    font-size: 1.25rem;
  }
  .page-department .list-dep li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #9e2e24;
  }
  .page-department .list-dep li .pic {
    width: 100%;
    padding-bottom: 62%;
    margin-top: 1.25rem;
  }
  .page-department .list-dep li .txt {
    width: 100%;
    padding-top: 1.25rem;
  }
  .page-department .list-dep li dd {
    margin-top: 1.25rem;
  }
  .page-department .dep-model .inner {
    margin: 5rem auto 0;
    padding: 1.5rem;
  }
  .page-department .dep-model .title {
    font-size: 1.5rem;
  }
  .page-department .dep-model .photo {
    margin-top: 1.25rem;
  }
  .page-department .dep-model .info {
    margin-top: 1.25rem;
  }
  .page-department .dep-model .info h2 {
    font-size: 1.5rem;
    margin-top: 1.25rem;
  }
  .page-department .dep-model .info p {
    line-height: 2;
  }
  .page-overview {
    margin-top: 3rem;
  }
  .page-overview .cont {
    font-size: 1.25rem;
    line-height: 2;
  }
  .page-overview .data li {
    margin-top: 2rem;
  }
  .page-overview .data li .num {
    font-size: 3rem;
  }
  .page-overview .data li p {
    font-size: 1.25rem;
  }
  .page-overview .pics {
    margin-top: 2rem;
  }
  .page-overview .pics .box .tit {
    font-size: 1.25rem;
  }
  .page-history {
    margin-top: 3rem;
  }
  .page-history li {
    padding-bottom: 2rem;
  }
  .page-history li:after {
    width: 30px;
    height: 60px;
  }
  .page-history li .tit {
    font-size: 3rem;
  }
  .page-history li .pic-box {
    margin-top: 4rem;
    width: 48%;
  }
  .page-history li .pic {
    width: 100%;
    height: auto;
    padding-bottom: 47%;
    float: none;
  }
  .page-history li .txt {
    width: 47%;
    font-size: 1.125rem;
    line-height: 2;
  }
  .list-scholars li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .list-zysz .key p{
    width:100%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .header .logo img {
    width: auto;
    height: 40px;
  }
  .index-news .big-pic a .tit {
    padding: 3rem 1rem 0.75rem;
  }
  .index-title h2 {
    font-size: 2.25rem;
    text-align: left;
  }
  .row2 {
    padding: 5rem 0 3rem;
  }
  .index-campus ul li {
    width: calc(50% - 10px);
  }
  .index-campus ul li .tit {
    padding: 1rem;
  }
  .index-campus ul li .tit h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .location h2 {
    float: none;
    width: 100%;
  }
  .location .weizhi {
    float: none;
    padding-left: 0;
    margin-top: 10px;
  }
  .list-leader li {
    display: block;
  }
  .list-leader li .pic {
    margin: 0 auto;
  }
  .list-leader li .txt {
    margin: 1rem 0 0;
  }
  .list-leader li .tit a {
    font-size: 1.75rem;
  }
  .page-overview .data li {
    width: 50%;
  }
  .page-overview .data li:nth-child(2n) {
    border-right: none;
  }
  .page-overview .pics li {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .page-history li {
    margin-top: 1.25rem;
    border-bottom: 1px solid #9e2e24;
  }
  .page-history li:before, .page-history li:after {
    display: none;
  }
  .page-history li .tit {
    position: relative;
    left: auto !important;
    right: auto !important;
  }
  .page-history li .pic-box {
    width: 100%;
    float: none;
    margin-top: 1.25rem;
  }
  .page-history li .txt {
    width: 100%;
    float: none;
    margin-top: 1.25rem;
  }
}
@media (max-width: 600px) {
  .foot-nav {
    padding: 0;
  }
  .foot-nav ul li {
    width: calc(50% - 10px);
  }
  .list-pics li {
    width: 100%;
  }
  .list-pics .box .date {
    left: 1rem;
  }
  .list-pics .box .tit {
    padding: 1rem;
  }
  .page-department .list-dep li dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-department .list-dep li dl dd {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .list-teacher li .pic {
    float: none;
    margin: 0 auto;
  }
  .list-teacher li .txt {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .list-teacher li .txt h2,
  .list-teacher li .txt h3 {
    text-align: center;
  }
  .list-scholars li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-scholars li .pic-box {
    width: 100%;
  }
  .list-scholars li .pic-box .pic {
    margin: 0 auto;
    width: 246px;
    padding-bottom: 246px;
  }
  .list-scholars li .txt-box {
    width: 100%;
    margin: 0;
  }
}