.content-list{
	width: 100%;
	height: auto;
	display: table;
	margin : 30px auto;}
.content-newslist{
	width: 20%;
	height: auto;
	float: left;}
.content-newslist h4{
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #fff;
	font-size: 20px;
	border-bottom: 1px solid #006EEB;}
.content-hotlist{
	width: 80%;
	height: auto;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;}
.content-newslist div{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 10px 15px;
	box-sizing: border-box;}
.content-newslist div a{
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #000;
	font-size: 14px;
	margin: 10px auto;
	text-decoration: none;
	background: #dae1e7;}
.content-newslist div a:hover{
	color: #fff;
	background: #006EEB;}
.newslistActive{
	color: #fff !important;
	background: #006EEB !important;}

.content-teacher-list{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;}

.teacher-position{
	width: 100%;
	height: auto;}
.teacher-position p{
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #006EEB;
	color: #fff;
	font-size: 16px;
	border: 1px solid #006EEB;}
.teacher-name{
	display: table;
	width: 100%;
	height: auto;
	border-left: 1px solid;}
.teacher-name a{
	display: inline-block;
	width: 20%;
	height: 36px;
	text-align: center;
	color: #000;
	line-height: 36px;
	text-decoration: none;
	float: left;
	position: relative;}
.teacher-name a:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid;
	border-right: 1px solid;}