@media screen and (max-width: 768px) {

    .container {
        width: 100%;
    }

    section {
        /*display: none;*/
    }

    nav {
        display: none;
    }

    header {
        position: relative;
        padding: 10px;
        border-top: none;
    }

    header:after {
        display: none;
    }

    header .flex {
        height: auto;
    }

    .logo img{
        height: 50px;
    }

    .toggle {
        top: 0;
        right: 10px;
        width: 35px;
        background: none;
    }

    .toggle span {
        width: 100%;
        height: 6px;
        border-radius: 3px;
        background: var(--blueColor);
        margin: 3px 0;
    }

    .nav ul {
        width: 90%;
        margin-top: 70px;
    }

    .nav ul li {
        font-size: 18px;
    }

    .nav span {
        right: 10px;
        font-size: 60px;
    }

    footer {
        height: auto;
        padding: 15px;
        font-size: 13px;
    }

    footer .copyRight > img, footer .copyRight > a {
        display: none;
    }

    footer > .flex {
        flex-wrap: wrap;
    }

    footer .qrCode {
        width: 100%;
        margin-top: 10px;
        font-size: 14px;
        text-align: center;
        line-height: 2em;
    }

    footer .qrCode img {
        width: 120px;
    }


    #slide .swiper-slide img {
        height: auto;
    }

    #slide .swiper-pagination {
        display: none;
    }

    .search {
        margin-top: 0;
        padding: 0 15px;
        height: 53px;
    }

    .search form {
        width: 100%;
    }

    .search input[type='text'] {
        width: 100%;
        height: 50px;
        padding-right: 35px;
        font-size: 18px;
    }

    .search input[type='text']::placeholder {
        font-size: 18px;
    }

    .search input[type='submit'] {
        width: 25px;
        padding: 0;
        background-size: contain;
    }

    .wrapper {
        padding: 20px 0;
    }

    .title {
        margin-bottom: 20px;
    }

    .title h2 span, .title a {
        font-size: 14px;
    }

    .news {
        padding: 0 15px;
    }

    #news .flex {
        flex-wrap: wrap;
    }

    #news .flex .img {
        width: 100%;
        height: 160px;
    }

    #news .flex .txt {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    #news .flex .txt h3 {
        font-size: 16px;
        line-height: 1.5em;
    }

    #news .flex .txt p {
        font-size: 14px;
        line-height: 1.5em;
    }

    #news .swiper-button-prev, #news .swiper-button-next {
        display: none;
    }

    #info {
        display: none;
    }

    .campus {
        margin-top: 20px;
        padding: 0 20px;
    }

    #imaging {
        width: 100%;
        height: 240px;
    }

    #imaging .txt {
        padding: 15px;
    }

    #imaging .txt span {
        font-size: 14px;
    }

    #imaging .txt p {
        font-size: 16px;
        line-height: 1.5em;
    }

    #imaging .swiper-pagination,
    #thumbnail {
        display: none;
    }

    .notice {
        margin-top: 20px;
        padding: 20px 15px 0;
    }

    .notice ul {
        width: 100%;
    }

    .notice ul:last-of-type {
        display: none;
    }

    .notice ul li {
        font-size: 16px;
        padding: 15px 20px;
        margin-bottom: 20px;
        border-left-width: 3px;
    }

    .notice ul li p {
        margin-top: 5px;
    }

    .media {
        height: auto;
        padding: 20px 0;
    }

    #media {
        margin: 0;
        padding: 0 20px;
        box-sizing: border-box;
    }

    #media .swiper-slide-active {
        transform: scale(1);
    }

    #media .swiper-slide .img {
        height: 220px;
    }

    #media .swiper-slide p {
        padding: 30px 20px 15px;
    }

    #media .tag {
        top: 15px;
        left: 20px;
    }

    .links {
        height: auto;
        padding: 20px 0;
    }

    .links ul {
        justify-content: space-between;
        flex-wrap: wrap;
        margin: -10px 15px 0;
    }

    .links ul li {
        width: 48%;
        margin-top: 10px;
    }

    .links ul li a img {
        margin-right: 10px;
        width: 26px;
        height: auto;
    }

    .media .title, .links .title {
        padding: 0 15px;
    }

    .banner::before{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,.3);
    }
    .bread{
        padding: 0 10px;
        font-size: 16px;
        z-index: 2;
    }
    .bread h1 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .bread .home{
        padding-left: 25px;
        background-size: 16px;
    }
    .bread span{
        margin: 0 10px;
    }

    .heading{
        font-size: 22px;
        padding: 20px 0 15px;
    }

    /*列表页*/
    .common-list li{
        margin: 15px 10px 0;
        height: 85px;
        border-radius: 5px;
    }
    .common-list li .date{
        font-size: 16px;
        width: 85px;
        min-width: 85px;
        height: 85px;
    }
    .common-list li .date h3{
        font-size: 26px;
    }
    .common-list li .text{
        width: calc(100% - 85px);
        padding: 0 15px;
    }
    .common-list li .text h2{
        font-size: 18px;
    }
    .common-list li .text p {
        font-size: 14px;
        margin-top: 5px;
    }

    /*机构列表页*/
    .org-list{
        margin: 15px 0;
    }
    .org-list li{
        width: 100%;
        padding: 8px 15px;
    }
    .org-list li a {
        display: flex;
        align-items: center;
        height: 60px;
        padding: 0 10px 0 20px;
        font-size: 16px;
        border-radius: 5px;
    }

    /*详情页*/
    .read{
        display: none;
    }
    .detail{
        width: 100%;
        padding: 0 10px;
    }
    .caption{
        padding: 20px 0 ;
    }
    .caption h1 {
        font-size: 22px;
    }
    .caption p{
        font-size: 14px;
    }
    .caption p span{
        margin: 0 5px;
    }
    .content {
        padding: 20px 0;
    }
    .bottom{
        padding: 6px 0;
    }
    .bottom p{
        font-size: 14px;
    }

    /*二级导航*/
    .nav-bar{
        display: none;
    }

    /*董事会*/
    .dsh-list{
        margin: 10px 2px;
        overflow: hidden;
    }
    .dsh-list li{
        width: 50%;
        padding: 10px 5px;
    }
    .dsh-list li > div{
        border-radius: 5px;
    }
    .dsh-list li .img{
        height: 240px;
    }
    .dsh-list li .txt{
        padding: 10px;
    }
    .dsh-list li .txt h3 a{
        font-size: 20px;
    }
    .dsh-list li .txt p{
        font-size: 14px;
        margin-top: 5px;
    }

    .dsh-title > p{
        font-size: 22px;
        margin: 20px 0 10px;
    }
    .dsh-title ul li {
        font-size: 14px;
        margin: 0 5px;
    }
    .dsh-title ul li > img {
        width: 18px;
    }
    .social-share .social-share-icon{
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
    }
    .dsh-context {
        padding: 20px 0;
    }

    /*校园风貌*/
    .view-list{
        margin: 10px 5px;
    }
    .view-list li{
        width: 50%;
        padding: 5px;
    }
    .view-list li div {
        padding: 10px;
        border-radius: 5px;
    }
    .view-list li .img{
        height: 110px;
        border-radius: 5px;
    }
    .view-list li p {
        font-size: 14px;
        margin-top: 10px;
    }
    .modal-img{
        width: 100%;
    }
    .modal-img img{
        max-width: 100%;
        border: none;
    }
    .modal .close{
        top: 20px;
        right: 20px;
    }
    .modal .prev,
    .modal .next{
        left: 0;
        transform: translateY(-100%) scale(0.5);
    }
    .modal .next {
        left: auto;
        right: 0;
    }

    /*学校领导*/
    .leader-list{
        margin: 10px;
    }
    .leader-list li{
        width: 100%;
        margin: 10px 0;
    }
    .leader-list li > div{
        height: 171px;
    }
    .leader-list li .img{
        width: 120px;
        min-width: 120px;
        border-radius: 5px;
    }
    .leader-list li .txt{
        margin: 14px 0;
        padding: 0 10px;
        border-radius: 0 5px 5px 0;
    }
    .leader-list li .txt h3 a {
        font-size: 20px
    }
    .leader-list li .txt h3 span {
        font-size: 16px;
    }
    .leader-list li .txt p{
        font-size: 14px;
        line-height: 1.5em;
        margin: 10px 0;
    }
    .leader-list li .txt div a{
        font-size: 12px;
    }
    .leader-list li .txt div img{
        height: 14px;
    }

    .leader{
        margin: 20px 0;
        flex-direction: column;
        align-items: center;
    }
    .leader > img{
        border-radius: 5px;
        margin-right: 0;
    }
    .leader > div > h2{
        text-align: center;
        margin: 10px;
    }
    .leader .context{
        padding: 0 10px;
    }

}
