@media all and (max-width: 375px){
	*{
		padding: 0;
		margin: 0;
		}
		body{
			max-width: 750px;
		}
		@font-face {
			font-family: "MFL";
			src: url('MF.ttf');
		}
		.header{
			/*width: 100%;*/
			position: relative;
		}
		.bgimg{
			width: 100%;
			height: 350px;
			/*position: absolute;*/
		}
		.logoimg{
			position:absolute;
			margin-top:20px;
			left:50%;
			-webkit-transform:translateX(-50%);
			transform:translateX(-50%);
			width: 60%;
		}
		.bgtitleimg {
				width: 100%;
				position: absolute;
				margin-top: 15%;
				left: 50%;
				-webkit-transform: translateX(-50%);
				transform: translateX(-50%);
		}
			.title1{
			width: 100%;
			margin: -144px auto 20px auto;
			/*position: relative;*/
			text-align: center;
		}
		.title1_province{
			/*width: 561px;*/
			/*height: 95px;*/
			opacity: 1;
			/* border: 12px solid #ffffff; */
			font-size: 30px;
			/* font-family: MFL; */
			font-weight: bold;
			font-style: italic;
			text-align: left;
			color: #F0C65A;
			/*line-height: 116px;*/
			letter-spacing: 5px;
			text-shadow: 1px 1px 2px 0px #211815 inset; 
		}
		.title1_desc{
			/*width: 561px;*/
			/*height: 95px;*/
			opacity: 1;
			/* border: 12px solid #ffffff; */
			font-size: 24px;
			/* font-family: MFL; */
			font-weight: bold;
			font-style: italic;
			text-align: left;
			color: #009ed9;
			line-height: 35px;
			/*letter-spacing: 21px;*/
			text-shadow: 1px 1px 2px 0px #211815 inset; 
		}
		.time{
			width: 250px;
			height: 40px;
			opacity: 1;
			background: #ffffff;
			border: 2px solid #0bafd7;
			border-radius: 34px;
			/*margin: 1% auto;*/
			text-align: center;
			position: relative;
		}
		.time span{
			/*width: 345px;*/
		/*height: 21px;*/
		opacity: 1;
		font-size: 16px;
		font-family: MF LiHei (Noncommercial) Regular, MF LiHei (Noncommercial) Regular-Regular;
		/*font-weight: 1000;*/
		font-style: italic;
		text-align: left;
		color: #009ed9;
		line-height: 42px;
			letter-spacing: 4px;
		}
		.content{
			background: url(../img/bgcontent.png) no-repeat;
			width: 100%;
			height:auto;
			background-size:100% 100%;
				/*position:absolute;*/
				/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bgcontent.png',sizingMethod='scale');*/
	
		}
		.desc{
			width: 100%;
		}
		.desc span{
			line-height: 30px;
			font-size: 16px;
			font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
			font-weight: 400;
			text-align: justifyLeft;
			color: #212121;
		}
		.ad{
			width: 100%;
		}
		.ad img{
			width: 100%;
			margin: 5px;
		}
		.hdyx{
			width: 100%;
		}
		.hdyx_title {
				font-size: 28px;
				font-weight: 400;
				text-align: justifyLeft;
				color: #009ed9;
		}
		.left_img{
			width: 30%;
		}
		.right_img{
			width: 30%;
		}
		.school_card{
			background-size: 100% 100%!important;
			float: left;
			margin: 0 5px 100px 5px;
			border-style: solid;
			border-width: 10px;
			border-color: #fff;
			/*box-sizing: border-box;*/
			width: 42%;
			/*height: 280px;*/
			/*overflow:hidden;*/
		}
		/*.school_card:nth-child(even){
			margin-left: 30px;
		}*/
		.teacher{
			position: relative;
			/*background: rgba(1,1,1,.5);*/
		bottom: 49px;
		padding: 5px 0;
			/*bottom: 0px;*/
		}
		.teacher span{
			/*z-index: 22;*/
			/*position: absolute;*/
			margin-left: 10px;
			font-size: 30px;
			font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
			font-weight: 400;
			text-align: justifyLeft;
			color: #ffffff;
		}
		.live_button{
			position: absolute;
			width: 20px;
		}
		.video_button{
			/*position: relative;*/
			display: table;
			margin: 24% auto;
	
		}
		.school_name{
			/*position: relative;*/
			margin-top: 62px;
			width: 100%;
			height: auto;
			font-size: 18px;
			font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
			font-weight: 400;
			text-align: justifyLeft;
			color: #222627;
			line-height: 30px;
			/*overflow: hidden;*/
			/* position: relative;
			bottom: 30px; */
		}
		.school_name span{
			background: #009ed9;
			border-radius: 4px;
			font-size: 14px;
			font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
			font-weight: 400;
			text-align: justifyLeft;
			color: #ffffff;
			line-height: 29px;
	
		}
		.mx{
			width: 100%;
			margin:50px auto 0 auto;
			overflow: hidden;
		}
		.mx_content{
			text-align: center;
		}
		.mx_content div{
			/*float: left;*/
			width: 100%;
			height: 25px;
			font-size: 46px;
			font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
			font-weight: 400;
			text-align: justifyLeft;
			color: #212121;
			/*margin: 40px;*/
			margin-left: 0px;
			margin-bottom: 100px;
		}
		.footer {
				position: relative!important;
				width: 100%;
				height: 40px;
				position: relative;
				bottom: 0px;
				text-align: center;
				padding-top: 20px;
				background-color: #009FDA;
				color: #fff;
				font-size: 22px;
		}
		/*.footer img{
			width: 100%;
			height: 183px;
		}
		.footer span{
			font-size: 16px;
			font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
			font-weight: 400;
			position: relative;
			top: -100px;
			color: #ffffff;
			line-height: 22px;
		}*/
	
	
	
		.school_wrap {
				background: #dd554d;
				border-radius: 4px;
				width: 75px;
				height: 25px;
		}
		.state {
				/* position: absolute; */
				margin-left: 22px;
				color: #fff;
				font-size: 15px;
		}
	
	
		.school_list {
			padding: 0 2%;
		}
		.school_list .school_item{
			width: 49%;
			margin-right: 2%;
			margin-bottom: 2%;	
		}
		.school_list .school_item:nth-child(2n+2) {
			margin-right: 0;
		}
		.school_list .school_item .school_in .statu {
			width: auto;
			padding: 0 13px;
			height: 22px;
			line-height: 22px;
			font-size: 12px;
		}
		.school_list .school_item .school_in .play_icon {
			width: 30px;
			height: 22px;
		}
		.school_list .school_item .title_sl {
			font-size: 13px;
			min-height: 40px;
			padding-left: 2%;
			padding-right: 2%;
		}
		.school_list .school_item .title_sl span{
			display: inline;
		}
}