@media screen and (max-width: 600px){
	html{
		font-size:12px;
	}
	#nav{
		display: none;
	}
	.container{
		width:100%;
		padding:0 5%;
		box-sizing: border-box;
	}
	.header{
		text-align: left;
		padding: 1.5rem 5% 1rem 5%;
	}
	.header .headerlink{
		left:5%;
		top:0.5rem;
	}
	.header img{
		width:24rem;
		margin-top:1rem;
	}
	.main-bullet,.main-bullet-active{
		margin-bottom:0;
	}
	.title img{
		width:50%;
	}
.ss-div{
display:none;
}
	/*手机第一块*/
	.blog1-1,.blog1-2{
		width:100%;
	}
	.blog1-2{
		margin-top:3rem;
	}
	.blog1-1 li{
		width:100%;
		margin-left:0;
		height:auto;
		margin-top:2rem;
	}
	.blog1-1 li .newsimg{
		width:100%;
		height:auto;
	}
	.blog1-1 li .newsdata{
		margin-bottom:2rem;
	}
	.blog1-2 li .noticetitle{
		width:80%
	}
	/*正文第二块*/
	.changelist .more,.changelist2 .more{
		background: url(../img/sjmore.png) no-repeat;
		background-size: 100% 100%;
		top:0.5rem;
		width:1rem;
		height:1.4375rem;
		right:5%; 
	}
	.changetitle{
		width:100%;
		font-size:0;
	}
	.changetitle div{
		width:auto;
		height:1rem;
		padding:0.4rem;
	}
	.changetitle img{
		height:100%;
	}
	.changelist li:nth-of-type(2n){
		float:left;
	}
	.changelist li{
		width:100%;
	}
	.changelist li p{
		width:100%;
	}
	.changelist2 li{
		margin-left:0;
		width:100%;
		margin-top:2rem;
	}
	.changelist2 li img {
	    width: 100%;
	    height: auto;
	}
	/*第四块*/
	.blog4 li{
		width:100%;
		margin-left:0;
	}
	.blog4 .more{
		right:5%;
	}
	/*第五块*/
	.video{
		width:100%;
		height:auto;
	}
	.video img{
		width:100%;
		height:auto;
	}
	.videolist{
		margin-top:3rem;
	}
	/*底部*/
	.footer img.logoimg{
		margin-left:0;
		width:100%;
		margin-bottom:2rem;
	}
	.footer .meiticode{
		right:5%;
	}
	.links ul,.links p{
		margin:0;
	}
	.links li{
		margin-left:0;
		width:50%;
	}
	.list-left{
		display: none;
	}
	.list-right{
		width:100%;
	}
#dl-menu{
display:block;
}

/*教师列表页*/
.jslist li{
      width:33%;
 }
.jslist li:nth-of-type(9n):after{
            content: '';
    display:block;}

.jslist li:nth-of-type(3n+1):after{
        content:'';
display:none;}
.jslanmu a{
  height:50px;
overflow:hidden;
}
.jslanmu a:after{
display:none;
}
}