@media screen  and (max-width: 1400px) {

    .container {
        width: 1200px;
    }

}

@media screen  and (max-width: 1280px) {

    body {
        min-width: auto;
    }

    .container {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

}

@media screen and (max-width: 768px) {

    .header {
        height: auto;
    }

    .header .top {
        height: auto;
        padding: 20px 0;
    }

    .header .link {
        display: none;
    }

    .header .toggle {
        display: block;
        position: absolute;
        right: 10px;
        top: 25px;
    }

    .nav {
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        height: auto;
        background: rgba(0, 0, 0, .95);
        z-index: 999;
        display: none;
    }

    .menu {
        display: block;
    }

    .menu > li {
        display: block;
        line-height: normal;
    }

    .menu > li > a {
        display: block;
        height: 45px;
        line-height: 45px;
        color: #fff;
        font-size: 16px;
        font-weight: normal;
        padding-left: 22px;
        text-align: left;
        border-bottom: 1px solid #666;
    }

    .menu > li:after {
        position: absolute;
        content: "+";
        top: 0;
        bottom: 1px;
        right: 15px;
        color: #fff;
        font-size: 24px;
        text-align: center;
        width: 45px;
        line-height: 45px;
    }

    .menu .second-menu {
        top: 45px;
        background-color: var(--varColor);
    }

    .menu .second-menu li a {
        line-height: 45px;
        border-top: 1px solid #fff;
    }

    .footer {
        height: auto;
        padding: 15px 0;
        line-height: 1.5em;
    }

    .footer .rt{
        float: none;
        text-align: center;
    }

    .footer p:first-of-type{
        margin-top: 10px;
    }

    .footer span {
        display: block;
        padding: 0;
    }

    .bread {
        margin-top: 20px;
        height: auto;
        line-height: normal;
        font-size: 14px;
    }

    .bread h1 {
        float: none;
        font-size: 20px;
    }

    .bread div {
        float: none;
        padding: 10px 0;
    }

    .side {
        display: none;
    }

    .column {
        margin: 0 0 20px;
        min-height: 300px;
    }

    .common-list li {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

    .detail {
        min-height: auto;
        padding: 0 15px;
    }

    .caption {
        padding: 20px 0 10px;
    }

    .caption h2 {
        line-height: 25px;
        font-size: 20px;
    }

    .caption h3 {
        font-size: 18px;
    }

    .caption p span {
        font-size: 14px;
        margin: 0 3px;
    }

    .content {
        font-size: 16px;
    }

    .profile {
        min-height: 150px;
    }

    .teacher-list {
       margin: 0 -10px -10px;
    }
    .teacher-list li {
        width: 50%;
        padding: 0 10px;
    }
    .teacher-list li .img{
        height: 220px;
    }

}

@media screen and (max-width: 767px) {

    .logo img {
        height: 40px;
    }

    #slide, .banner img {
        margin-top: 80px;
    }

    #slide .swiper-pagination {
        display: none;
    }

    .title {
        margin: 20px 0;
        font-size: 14px;
    }

    .title h2 {
        font-size: 20px;
    }

    .title img {
        height: 26px;
    }

    .title span {
        font-size: 12px;
    }

    .title a {
        height: 20px;
        padding-left: 25px;
        background-size: contain;
    }

    .section {
        /*min-height: calc(100vh - 304px);*/
    }

    .news, .notice {
        height: auto;
    }

    #news {
        margin: 20px -120px 70px;
    }

    #news .swiper-slide {
        transition: 0s;
    }

    .news-detail {
        font-size: 8px;
    }

    .news-detail span {
        font-size: 10px;
    }

    .news-detail h3 {
        margin: 5px 0;
    }

    .news-detail h3 a {
        font-size: 11px;
    }

    .notice {
        padding: 20px 0;
    }

    .notice > div {
        flex-direction: column;
        align-items: start;
    }

    .notice .headline {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        padding-left: 35px;
        margin-bottom: 10px;
        background-size: contain;
        box-sizing: border-box;
    }

    .notice .headline h2 {
        font-size: 20px;
        flex-grow: 1;
    }

    .notice .headline p {
        display: none;
    }

    .notice .headline a {
        height: 20px;
        padding-left: 30px;
        background-size: contain;
    }

    .notice ul {
        width: 100%;
    }

    .notice ul li {
        width: 100%;
        padding-bottom: 10px;
        margin: 5px 0;
    }

    .notice ul li a {
        font-size: 16px;
    }

    .wrapper {
        padding: 0 0 20px;
    }

    .wrapper .container > div {
        width: 100%;
    }

    .academic .box img {
        display: none;
    }

    .academic .box .text {
        padding: 20px 15px;
    }

    .academic .box .text h3 {
        margin-bottom: 1em;
    }

    .academic .box .text h3 a {
        font-size: 18px;
    }

    .academic .box .text p {
        margin: 5px 0;
    }

    .academic ul li {
        font-size: 14px;
        margin: 10px 0;
    }

    .academic ul li p {
        margin-left: 110px;
    }

    .media ul li {
        height: 134px;
    }

    .media ul li:nth-of-type(2) {
        margin: 15px 0;
    }

    .media ul li .img {
        min-width: 127px;
        height: 127px;
    }

    .media ul li .date {
        top: -5px;
        left: -5px;
        width: 60px;
        height: 60px;
        font-size: 13px;
    }

    .media ul li .date h2 {
        font-size: 26px;
    }

    .media ul li .txt {
        width: calc(100% - 147px);
        margin-left: 20px;
        padding: 15px;
    }

    .media ul li .txt h3 {
        font-size: 15px;
    }

    .media ul li .txt i {
        margin-bottom: 5px;
    }

    .media ul li .txt p {
        font-size: 12px;
    }

    .special {
        height: auto;
        padding: 0 0 140px;
    }

    #special {
        margin: 50px 0 80px;
        overflow: visible;
    }

    .spe-link {
        float: none;
        margin-top: 0;
        overflow: hidden;
    }

    .spe-link li {
        width: 50%;
        margin: 0 0 1.2em 0;
        text-align: center;
    }

    .spe-link li img {
        width: 80px;
    }

    .spe-link li p {
        margin-top: 0.8em;
    }

    .main {
        height: auto;
        padding: 100px 0 25px;
        margin-bottom: 30px;
        position: relative;
        z-index: 1;
    }

    .main:after{
        content: '';
        position: absolute;
        top: 770px;
        right: 0;
        bottom: 0;
        left: 0;
        background: #0130A8;
        z-index: -1;
    }

    .main .container > div {
        float: none;
        width: 100%;
    }

    .main .container > div:nth-of-type(2) {
        margin: 0;
    }

    .main .title {
        margin-bottom: 25px;
    }

    .party ul li a {
        font-size: 16px;
    }

    .links {
        display: none;
    }

    .leader-list li{
        width: 100%;
        margin-top: 20px;
    }
    .leader-list li .txt h2 {
        font-size: 18px;
    }
    .leader-list li .txt div p{
        margin-bottom: 2em;
    }

    .leader-prev li{
        width: 100%;
        padding: 15px;
        margin-top: 20px;
    }
    .leader-prev li .txt{
        padding-left: 20px;
    }

    .nav-list li{
        min-width: 50%;
        margin-top: 10px;
    }
    .nav-list li a{
        height: 40px;
        font-size: 16px;
    }

    .view-list li{
        width: 100%;
        margin-top: 20px;
    }

    .hot{
        display: none;
    }
    .detail{
        margin-right: 0;
        padding: 0 0 20px 0;
    }
    .social-share{
        display: none;
    }
    .article{
        margin-top: 10px;
        padding: 15px 20px 5px;
        border-top: 3px solid #D8E4FA;
    }
    .article ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    .article ul li h3 {
        font-size: 14px;
    }
    .article ul li p{
        font-size: 14px;
        height: 3em;
        line-height: 1.5em;
    }
    .article ul li span{
        font-size: 14px;
    }

    .xyml-title{
        height: 50px;
        font-size: 20px;
    }
    .xyml-title img{
        height: 35px;
    }
    .xyml-list li{
        width: 50%;
    }
    .xyml-list li a{
        height: 60px;
        font-size: 16px;
    }

    .team-list{
        margin: 0;
    }
    .team-list li{
        width: 50%;
        padding: 5px;
    }
    .team-list li div{
        font-size: 16px;
        padding: 25px 15px 15px;
    }
    .team-list li h2{
        font-size: 22px;
    }

}