﻿
.menuMore {
    width: 100%;
    height: 32px;
    margin-top: 20px;
    position: relative;
}
.menuMore a {
	display: inline-block;
	width: 91px;
	height: 32px;
	background: url(../public/images/menuMore.png);
	float: right;
	font-size: 14px;
	font-family: 微软雅黑;
	color: #fff;
	line-height: 29px;
	text-indent: 10px;
	cursor: pointer;
}
.menuTwo {
	width: 100%;
    clear: both;
    overflow: hidden;
}

.teaching {
	width: 130px;
	line-height: 37px;
	background: #0D78AA;
	font-size: 18px;
	font-family: 微软雅黑;
	text-align: center;
	float: left;
	color: #FFFFFF;
	cursor: pointer;
}
.teacher {
	width: 130px;
	line-height: 37px;
	background: #fbad06;
	font-size: 18px;
	font-family: 微软雅黑;
	text-align: center;
	float: left;
	cursor: pointer;
}
.menuTwo p {
}
.menuBodyTwo {
	position: relative;
	height: 400px;
}
.teachingBody {
	display: block;
	position: absolute;
	top: 12px;
	height: 298px;
	width: 100%;
}
.teachingBody ul {
	height: 230px;
}
.teacherBody {
	display: none;
	position: absolute;
	top: 12px;
	height: 298px;
	width: 100%;
}
.teacherBody ul {
	height: 200px;
}