@charset "utf-8";
.show-main{
	padding-bottom: 70px;
}
.show-banner{
	width: 100%;
	height: 500px;
}
.show-h2{
	font-size: 24px;
	color: #333333;
	text-align: center;
	padding: 60px 0 30px 0;
}
.show-ul li{
	float: left;
	width: 380px;
	height: 400px;
	text-align: center;
	background: #FFFFFF;
}
.show-ul li:hover{
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.15);
}
.show-ul li img{
	margin-top: 50px;
}
.show-p1{
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-top: 20px;
}
.show-p2{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	text-align: left;
	width: 340px;
	margin: 27px auto 0;
}
.show-ul .middle-li{
	margin: 0 30px;
}
.show-con{
	background: #fff;
	margin-top: 60px;
}
.show-con .show-h2{
	padding: 20px 0;
}
.show-con-ul{
	padding: 74px 0;
	margin-left: 92px;
}
.show-con-ul li{
	float: left;
	width: 300px;
}
.show-con-ul li:last-child{
	width: 120px;
}
.show-con-ul li span{
	display: block;
	width: 120px;
	text-align: center;
	padding-top: 40px;
	font-size: 18px;
	color: #333333;
}
/*学校列表样式*/
.school-banner{
	background: url(/common/img/banner5.png) top center no-repeat #0D0F1C;
}
.school-ul{
	padding:50px 0 60px;
}
.school-ul li{
	width: 285px;
	height: 150px;
	line-height: 150px;
	background: #fff;
	float: left;
	margin:0 20px 20px 0;
}
.school-ul li:nth-child(4n){
	margin-right: 0px;
}
.school-ul li img{
	vertical-align: middle;
	margin:0 10px 0 20px;
	width: 66px;
	height: 66px;
}
.school-ul li span{
	font-size: 20px;
	color: #333333;
	display: inline-block;
	width: 170px;
}
.school-ul li span.text-more{
	line-height: 28px;
	vertical-align: middle;
}
.school-more{
	display: block;
	width: 217px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 20px;
	font-size: 14px;
	line-height: 40px;
	color: #999999;
	text-align: center;
	margin: 0 auto;
}
/*远程课堂*/
.long-banner{
	height: 240px;
	background: url(/teacher/static/img/3.6/l-banner2.png) top center no-repeat #6E49FD;
}
/*在线实验*/
.experiment-banner{
	height: 240px;
	background: url(/teacher/static/img/3.6/l-banner3.png) top center no-repeat #0B2079;
}