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

    .container {
        width: 1300px;
    }

}

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

    .container {
        width: 1240px;
    }

  .org-list li a {
      font-size: 15px;
   }

}


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

    body {
        min-width: auto;
    }

    .container {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .header {
        background: #0e6799;
    }

    .top {
        line-height: 30px;
    }

    .top a {
        margin: 0 5px;
        font-size: 13px;
    }

    .logo {
        padding: 15px 0;
        background: none;
    }

    .logo img {
        height: 40px;
    }

    .header .toggle {
        display: block;
        position: absolute;
        right: 10px;
        top: 20px;
    }

    .nav {
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        height: auto;
        background: rgba(0, 0, 0, .8);
        z-index: 999;
        display: none;
    }

    .menu {
        display: block;
        float: none;
    }

    .menu > li {
        display: flex;
    }

    .menu > li > a {
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 16px;
        padding-left: 2em;
        text-align: left;
        border-bottom: 1px solid #666;
    }

    .menu > li:before {
        display: none;
    }

    .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: 41px;
        background: var(--varColor);
    }

    .menu .second-menu a {
        line-height: 40px;
        color: #fff;
        font-size: 14px;
        border-bottom: 1px solid #eee;
    }

    .search span {
        top: 0;
        right: 5%;
        font-size: 40px;
    }

    .section {
        min-height: 200px;
        padding-bottom: 0;
    }

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

    .title {
        margin: 20px 0;
    }

    .title img {
        height: 50px;
    }

    .title .rt {
        font-size: 14px;
        margin-top: 20px;
    }

    .news {
        padding-bottom: 20px;
    }

    .news-img, .news-list {
        float: none;
        width: 100%;
        height: auto;
    }

    .news-img .news-info {
        padding: 15px;
    }

    .news-img .date {
        top: -40px;
        padding: 12px 10px;
        font-size: 15px;
    }

    .news-img .date h2 {
        font-size: 24px;
    }

    .news-img .text h3 {
        font-size: 18px;
    }

    .news-img .text p {
        font-size: 14px;
    }

    .news-img .text > a {
        font-size: 16px;
    }

    #news-img .swiper-pagination {
        display: none;
    }

    .news-list {
        margin: 20px 0;
    }

    .news-list li {
        margin-bottom: 10px;
    }

    .flex > div {
        width: 100%;
    }

    .notice ul li:last-of-type, .lecture ul li:last-of-type{
        margin-bottom: 0;
    }



    #service, #links {
        overflow: hidden;
    }

    #service img {
        width: 80px;
    }

    #service p, #links p {
        margin-top: 10px;
        font-size: 14px;
    }

    .links {
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .footer {
        font-size: 14px;
        padding: 20px 0;
        text-align: center;
    }

    .footer .copyright {
        width: 100%;
        line-height: 1.75em;
    }

    .footer .copyright img {
        float: none;
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }

    .footer .copyright div {
        margin: 10px 0;
        font-size: 13px;
        line-height: 1.5em;
    }

    .footer .copyright div span{
        display: block;
    }

    .footer .rt {
        width: 100%;
    }

    .footer ul{
        display: none;
    }

    .bread {
        height: 40px;
        line-height: 40px;
    }

    .bread .lf {
        display: none;
    }

    .bread .rt {
        float: none;
        font-size: 14px;
    }

    .side {
        display: none;
    }

    .column {
        margin: 15px 0 25px;
        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;
        min-height: 150px;
    }

    .profile {
        margin-top: 15px;
        min-height: 150px;
    }

    .teacher {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .teacher li {
        width: 48%;
        padding: 0 0 10px 0;
        margin: 0 0 15px 0;
        box-sizing: border-box;
    }

    .org-list li {
        width: 100%;
        margin: 8px 0;
    }

}

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

    .container {
        padding: 0 10px;
    }

    .news-img .swiper-slide > a {
        height: 208px;
    }

}
