@media screen and (max-width: 768px) {

    .container {
        padding: 0 10px;
    }

    header .logo {
        padding: 10px 0;
    }

    header .logo img {
        height: 40px;
    }

    header .info {
        display: none;
    }

    .toggle {
        position: absolute;
        top: 15px;
        right: 10px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 30px;
        height: 30px;
    }

    .toggle i {
        display: inline-flex;
        width: 100%;
        height: 3px;
        background: #fff;
        border-radius: 2px;
        transition: .5s;
        transform-origin: 0 50%;
    }

    .toggle.on i:first-of-type {
        transform: rotate(40deg);
    }

    .toggle.on i:nth-of-type(2) {
        opacity: 0;
    }

    .toggle.on i:last-of-type {
        transform: rotate(-40deg);
    }

    nav {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        background: linear-gradient(45deg, #AA0000 0%, #A41F35 100%);
        display: none;
    }

    nav ul {
        display: block;
        width: 100%;
    }

    nav ul li {
        margin: 0;
    }

    nav ul li a {
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        color: #fff;
        font-size: 18px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    nav ul li:after {
        display: none;
    }

    nav ul li:before {
        position: absolute;
        content: ">";
        top: 0;
        bottom: 1px;
        right: 0;
        color: #fff;
        font-size: 20px;
        font-family: 'fangsong';
        text-align: center;
        width: 50px;
        line-height: 50px;
        transform: rotate(90deg);
    }

    nav ul li:hover a {
        background: none;
    }

    nav ul li dl {
        top: 51px;
        text-align: center;
        background: rgba(0, 0, 0, .9);
    }

    #swiper .swiper-pagination {
        bottom: 5px;
    }

    #swiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    #swiper .swiper-pagination-bullet-active {
        width: 24px;
        border-radius: 12px;
    }

    footer .contact > .flex {
        display: block;
    }

    footer .logo img {
        display: none;
    }

    footer .code {
        justify-content: center;
    }
    footer .code div {
        margin: 10px 20px 0;
        text-align: center;
    }

    footer .code img {
        width: 100px;
    }

    footer .copyright {
        padding: 15px 0;
    }

    section{
        padding-bottom: 25px;
    }

    .title {
        margin: 20px 0;
    }

    .title h2 {
        font-size: 20px;
    }

    .title h2::before,
    .title h2::after {
        width: 40px;
    }

    .title h2 a {
        padding: 0 10px;
    }

    .title h2 a::before,
    .title h2 a::after {
        width: 3px;
        height: 3px;
    }

    #news, .news {
        width: 100%;
    }

    #news .swiper-slide .img {
        height: 60vw;
    }

    #news .swiper-slide p {
        height: 40px;
        line-height: 40px;
        padding: 0 80px 0 10px;
    }
    #news .swiper-slide p a {
        font-size: 16px;
    }
    #news .swiper-pagination {
        right: 10px;
        bottom: 10px;
    }

    #news .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .news {
        margin-top: 0;
    }
    .news li {
        margin-top: 15px;
        height: auto;
        padding-bottom: 15px;
    }
    .news li .date {
        height: 62px;
        margin-right: 10px;
    }
    .news li .date p {
        padding: 5px 0;
    }
    .news li .date h2 {
        font-size: 20px;
        padding: 0 20px;
    }
    .news li .text a {
        font-size: 16px;
    }

    .notice li {
        width: 100%;
        margin: 0 0 10px;
    }
    .notice li .date {
        padding: 10px;
    }
    .notice li .date h2 {
        font-size: 22px;
    }

    .notice li .text {
        padding: 5px 10px;
    }

    .mid {
        padding: 20px 0 30px;
    }
    .heading {
        margin-bottom: 20px;
    }
    .heading h2 a {
        font-size: 20px;
    }

    .journal, .activity {
        width: 100%;
    }

    .journal-img .img {
        height: 60vw;
    }
    .journal-img .txt {
        padding: 10px 20px 20px 10px;
        margin: -20px 10px 0;
    }
    .journal-img .txt .date {
        padding: 0 10px;
        margin-right: 10px;
    }
    .journal-img .txt .date p {
        font-size: 12px;
    }
    .journal-img .txt .date h1 {
        font-size: 30px;
    }
    .journal-img .txt .text h2 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .journal-img .txt .text p {
        font-size: 12px;
    }

    .activity {
        margin-top: 20px;
    }
    .activity ul li {
        height: auto;
        padding: 10px 0;
    }
    .activity ul li span {
        font-size: 12px;
    }

    #friend .swiper-slide {
        padding: 12px 20px;
        border-top-width: 2px;
    }
    #friend .swiper-slide .date h2 {
        font-size: 22px;
    }
    #friend .swiper-slide p {
        font-size: 16px;
        margin-left: 1em;
    }

    aside {
        display: none;
    }

    main {
        margin-top: 15px;
    }

    .bread {
        height: 40px;
        margin-bottom: 15px;
    }

    .bread h2 {
        font-size: 18px;
    }

    .bread h2::after {
        height: 2px;
    }

    .list li span {
        margin-left: 10px;
    }

    .caption {
        font-size: 14px;
        padding: 0 0 20px;
    }

    .caption h2 {
        font-size: 20px;
    }

    .caption p {
        margin-top: 10px;
    }

    .caption p span {
        margin: 0 5px;
    }

    .content {
        font-size: 16px !important;
    }

    .list-project li .img {
        width: 100px;
        min-width: 100px;
        height: 75px;
    }

    .list-project li .text div h3 {
        font-size: 16px;
        line-height: 1.2em;
    }

    .list-project li .text div p span {
        font-size: 10px;
    }

    .list-project li .text > p {
        display: none;
    }

    .list-project li .text h4 a {
        padding-right: 40px;
    }

    .list-text li {
        padding: 10px 0;
        background-position: right center;
    }
    .list-text .date {
        width: 60px;
    }
    .list-text .date .day {
        font-size: 20px;
    }
    .list-text .text {
        line-height: 2.5em;
        width: calc(100% - 70px);
        font-size: 16px;
    }

    .list-mien {
        padding-top: 5px;
    }
    .list-mien li {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .list-mien li .img {
        width: 150px;
        height: 200px;
    }

    .list-mien li p {
        font-size: 18px;
        margin-top: 5px;
    }

    .category{
        font-size: 22px;
        margin-bottom: 10px;
    }

}