.teacher_right {
	width:830px;
	height:180px;
	background:#f8f8f8;
}
.news_right {
	float:left;
	margin-left:30px;
	width:77%;
}
.news_right h1 {
	font-size:16px;
	color:#333333;
	display:block;
	margin:20px 0px 10px;
	float:left;
}
.news_right h1 span {
	font-size:14px;
	display:block;
	width:30px;
	height:30px;
	float:right;
	background:url(../images/pic_pen.png) 8px 7px no-repeat #a71931;
	line-height:30px;
	color:#fff;
	margin:0px;
	padding:0px;
	cursor:pointer;
}
.news_right h1 span {
	font-size:14px;
	display:block;
	width:30px;
	height:30px;
	float:right;
	background:url(../images/pic_pen.png) 8px 7px no-repeat #a71931;
	line-height:30px;
	color:#fff;
	margin:0px;
	padding:0px;
	cursor:pointer;
}
.news_right h1 span a {
	display:block;
	width:30px;
	height:30px;
}
.news_right h1 font {
	font-size:14px;
	color:#666666;
	margin:0px 15px;
}
.news_right span {
	font-size:14px;
	color:#666666;
	display:block;
	margin:8px 0px;
	padding-left:20px;
	clear:both;
}
/* tabbtn */
.tabbtne {
	height:49px;
	margin-top:20px;
}
.tabbtne li {
	float:left;
	position:relative;
	margin-right:10px;
	border-top:4px solid #a71931;
}
.tabbtne li a {
	display:block;
	float:left;
	height:35px;
	line-height:31px;
	overflow:hidden;
	width:130px;
	text-align:center;
	font-size:16px;
	cursor:pointer;
	color:#333333;
 transition: all .3s ease-in-out .1s;
 -webkit-transition: all .3s ease-in-out .1s;/*谷歌和safari*/
 -moz-transition: all .3s ease-in-out .1s;/*火狐*/
 -ms-transition: all .3s ease-in-out .1s;/*ie*/
 -o-transition: all .3s ease-in-out .1s;/*opera*/
}
.tabbtne li.current {
}
.tabbtne li.current a {
	color:#fff;
	background:#a71931;
}
/* tabcon */
.tabcone {
	position:relative;/*必要元素*/
	overflow:hidden;
	margin-top:10px;
}
.tabcone .subbox {
	position:absolute;/*必要元素*/
	left:0;
	top:0;
}
/* sublist */
.subliste {
	width:830px;
}
.subliste p {
	font-size:14px;
	color:#666666;
	line-height:27px;
}
.subliste h1 {
	font-size:16px;
	color:#a71931;
	margin-top:10px;
	background:url(../images/news_pic.png) 0px no-repeat;
	padding-left:20px;
	margin-bottom:5px;
}
.share {
	width:830px;
	height:38px;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	margin:20px 0px;
}
.flip {
	height:40px;
	width:830px;
}
.left {
	background:url(../images/left.jpg) 0px no-repeat;
	height:40px;
}
.left h1 {
	font-size:12px;
	color:#a71931;
	margin-left:50px;
	margin-top:2px;
}
.left p {
	font-size:14px;
	color:#333333;
	margin-left:50px;
}
.left:hover {
	background:url(../images/left_h.jpg) 0px no-repeat;
}
.left:hover p {
	color:#a71931;
}
.right {
	background:url(../images/right.jpg) right 0px no-repeat;
	height:40px;
}
.right h1 {
	font-size:12px;
	color:#a71931;
	margin-right:50px;
	text-align:right;
	margin-top:2px;
}
.right p {
	font-size:14px;
	color:#333333;
	margin-right:50px;
}
.right:hover {
	background:url(../images/right_h.jpg) right 0px no-repeat;
}
.right:hover p {
	color:#a71931;
}
