﻿@media screen and (max-width: 600px) {
    .container {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .header .logo{
        line-height: normal;
        padding: 15px 0;
    }
    .header .logo img{
        height: 30px;
    }
    .header .toggle{
        display: block;
        position: absolute;
        top: 15px;
        right: 10px;
    }
    .header .search{
        float: none;
        padding-bottom: 10px;
    }
    .header .search p{
        display: none;
    }
    .header .search input{
        height: 35px;
        line-height: 35px;
    }
    .header .search form{
        display: flex;
        width: 100%;
    }
    .header .search form input[type='text']{
        flex-grow: 1;
        width: auto;
    }

    .nav{
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        height: auto;
        background: rgba(0,0,0,.85);
        z-index: 99999;
        display: none;
    }
    .menu{
        flex-direction: column;
        margin-top: 0;
    }
    .menu>li{
        margin-left: 0;
    }
    .menu>li>a{
        line-height: 40px;
        font-size: 15px;
        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: 40px;
        line-height: 40px;
    }
    .menu .second-menu{
        top: 40px;
        background: rgba(0,0,0,.8);
        border-top-width: 2px;
    }
    .menu .second-menu a{
        line-height: 35px;
        font-size: 13px;
    }

    .title {
        height: 50px;
        line-height: 50px;
    }
    .title h2{
        font-size: 22px;
        padding-left: 20px;
    }
    .title h2:before{
        width: 2px;
        height: 20px;
    }
    .title .rt{
        margin-right: 20px;
    }

    .news-notice{
        margin-top: 20px;
    }
    .news-notice>div{
        height: auto;
        margin-bottom: 20px;
    }
    .news, .news-info .txt,
    .notice{
        float: none;
        width: 100%;
    }
    .news-info{
        padding: 20px;
        height: 255px;
    }
    .news-info .img{
        display: none;
    }
    .news-info .txt .date span {
        font-size: 30px;
    }

    .notice ul{
        padding: 20px 20px 0;
    }

    .activity ul{
        margin: 0;
    }
    .activity ul li{
        float: none;
        width: 100%;
        margin: 20px 0 10px;
    }
    .activity ul li:nth-of-type(2){
        margin: 30px 0;
    }
    .activity ul li .date h2 {
        font-size: 28px;
    }

    .honor{
        margin: 20px 0;
    }
    .honor .box>.lf,
    .honor .box>.rt {
        float: none;
        width: 100%;
    }
    .honor .box>.lf{
        border-right: none;
        border-bottom: 1px solid #DFDFDF;
    }

    .garden{
        padding-top: 30px;
    }
    .garden>div{
        width: 90%;
        padding: 0 20px 5px;
    }
    .garden h1{
        font-size: 20px;
        padding: 20px 0 30px;
    }

    .footer{
        margin-top: 30px;
        padding: 15px 0;
        font-size: 14px;
    }
    .footer .lf, .footer .rt{
        width: 100%;
    }

    .banner{
        margin-bottom: 10px;
    }
    .banner img{
        height: 78px;
        object-fit: cover;
    }

    .bread{
        height: 40px;
        line-height: 40px;
    }
    .bread h1{
        display: none;
    }
    .bread .rt{
        float: none;
    }
    .side{
        display: none;
    }
    .column{
        margin: 0;
        min-height: 200px;
        padding: 0;
    }

    .common-list li {
        height: 40px;
        line-height: 40px;
        padding: 0;
        font-size: 14px;
    }
    .common-list li p{
        margin-right: 90px;
    }
    .common-list li a {
        padding-left: 15px;
    }
    .common-list li a:before {
        top: 7px;
    }

    .detail{
        margin-top: 0;
    }
    .caption h3{
        line-height: 25px;
        font-size: 18px;
    }
    .caption p span{
        font-size: 12px;
        margin: 0 5px;
    }
    .content {
        margin: 15px 0;
        padding-bottom: 15px;
        min-height: 150px;
    }
    .profile {
        padding: 15px 0;
        min-height: 150px;
    }

       .teacher li {
		width: 50%;
		padding:15px 10px 0 0;
	}
	.teacher li:nth-child(2n){
		padding:15px  0 0 10px;
	}
	.teacher li img{
		height: 228px;
	}
	.leader ul {
		margin: 0;
	}
	
	.leader li {
		float: none;
		width: auto;
		margin: 0 0 20px 0;
	}
	.leader li .ptbox{
		width: 130px;
		margin-right: 15px;
	}
	.leader li .info p{
		margin-top: 15px;
	}

}
