@media screen and (max-width: 768px) {

    body {
        min-width: auto;
    }

    .container {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .header .top {
        height: auto;
    }

    .header .top .search {
        display: none;
    }

    .header .toggle {
        display: block;
        position: absolute;
        right: 10px;
        top: 20px;
    }

    .header .logo {
        height: 36px;
        line-height: 36px;
        padding: 15px 0;
    }

    .header .logo img {
        max-height: 100%;
    }

    .nav {
        position: absolute;
        top: 66px;
        left: 0;
        right: 0;
        height: auto;
        background: rgba(0, 0, 0, .95);
        z-index: 999;
        display: none;
    }

    .menu {
        display: block;
    }

    .menu > li > a {
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 16px;
        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: 40px;
        line-height: 40px;
    }

    .menu .second-menu {
        top: 40px;
        background: var(--varColor);
    }

    .menu .second-menu a {
        line-height: 40px;
    }

    #enter .swiper-slide a {
        height: 100px;
        background-size: cover;
    }

    #enter .swiper-slide img {
        height: 30px;
    }

    #enter .swiper-slide p {
        margin-top: 10px;
    }

    .title {
        margin: 15px 0;
    }

    .title h2 a {
        font-size: 20px;
    }

    .title > a {
        font-size: 16px;
        padding-left: 30px;
    }

    .title > a::before {
        width: 30px;
        height: 30px;
    }

    .title > a::after {
        left: 15px;
        width: 10px;
        height: 2px;
    }

    #news, .news ul {
        width: 100%;
        float: none;
    }

    #news .swiper-slide .img {
        height: 200px;
    }

    #news .swiper-slide .txt {
        padding: 5px 10px;
    }

    #news .swiper-slide .date {
        width: 80px;
        height: 80px;
        font-size: 16px;
    }
    #news .swiper-slide .date h3 {
        font-size: 28px;
    }
    #news .swiper-slide .txt h2 {
        font-size: 18px;
        margin-right: 90px;
    }
    #news .swiper-slide .txt > p {
        font-size: 14px;
    }

    #news .swiper-pagination {
        transform: translateY(-100px);
    }
    #news .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }

    .news ul li:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .notice {
        height: auto;
        margin-top: 20px;
        padding-bottom: 10px;
    }
    .notice .flex {
        flex-direction: column;
    }
    .notice .title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        margin-right: 0;
    }
    .notice ul{
        height: 360px;
        overflow: hidden;
    }
    .notice ul li {
        width: 100%;
        height: 80px;
        margin: 5px 0;
    }
    .notice ul li div {
        padding: 0 10px;
    }
    .notice ul li div h3 {
        font-size: 28px;
    }
    .notice ul li p {
        font-size: 16px;
        padding: 0 10px;
    }

    .fast-list {
        margin: -5px;
    }
    .fast-list li {
        width: 50%;
        padding: 5px;
    }
    .fast-list li a {
        height: 100px;
        background-size: cover;
    }

    #infos .swiper-slide a {
        height: 120px;
        background-size: cover;
    }
    #infos .swiper-slide img {
        height: 30px;
    }
    #infos .swiper-slide p {
        font-size: 15px;
        margin-top: 10px;
        padding: 0 10px;
        height: 1.2em;
        line-height: 1.2em;
    }

    .footer {
        height: auto;
        font-size: 14px;
        margin-top: 30px;
    }

    .footer .container {
        height: auto;
    }
    .footer ul, .footer .lf {
        display: none;
    }

    .footer .copyright {
        float: none;
        text-align: center;
        line-height: 1.5em;
        margin: 10px 0 0 0;
        padding-left: 0;
        border-left: none;
    }

    .footer .code {
        width: 50%;
        margin: 10px 0 0 0;
        line-height: 1.5em;
    }
    .footer .code img {
        width: 100px;
    }

    .footer .bottom .container {
        line-height: 1.5em;
        padding: 10px;
    }

    .bread {
        height: 40px;
        line-height: 40px;
    }

    .bread .lf {
        display: none;
    }

    .bread .rt {
        float: none;
        font-size: 14px;
    }

    .side {
        display: none;
    }

    .column {
        margin: 15px 0 0;
        min-height: 300px;
    }

    .common-list li {
        height: 40px;
        line-height: 40px;
        padding: 0;
        font-size: 16px;
    }

    .common-list li p {
        margin-right: 90px;
    }

    .common-list li a {
        padding-left: 15px;
    }

    .common-list li a:before {
        top: 7px;
    }

    .caption h3 {
        line-height: 25px;
        font-size: 18px;
        margin: 20px 0 10px;
    }

    .caption p span {
        font-size: 12px;
        margin: 0 3px;
    }

    .content {
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .profile {
        margin-top: 15px;
    }

    .leader-list {
        margin: 10px 0;
    }

    .leader-list li > a {
        float: none;
        display: block;
    }

    .leader-list li div {
        margin: 10px 0 0;
        height: auto;
    }

    .leader-list li h3 {
        line-height: 1.5em;
        margin-bottom: 0;
        text-align: center;
    }

    .leader-list li h3 a {
        font-size: 16px;
    }

    .leader-list li p {
        display: none;
    }

}
