/* Tabs */
.tabs-nav{ 
	list-style:none; 
	margin:0; 
	padding:0; 
	width:100%;
}
.tabs-nav li{ 
	float:left; 
	line-height:35px; 
	margin:0 0 14px 1px;
	padding:0;
	position:relative;
}
.tabs-nav li a{
	color:#808080;
	display:block;
	outline:none;
	text-decoration:none;
	background-color:#f1f1f1;
	padding:0;
	border:1px solid #e8e8e8;
	border-bottom: none;
	padding-right:10px;
	padding-left:10px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}
.tabs-nav li a:hover,
.tabs-nav li.ui-tabs-active a{background-color:#525252; color: #fff;}


ul.tabs-nav {display: block; float: left; border-bottom:1px solid #e8e8e8; margin-bottom: 7px; }
ul.tabs-nav li {background: none; padding: 0; margin-bottom: 0;}
ul.tabs-nav li a {border-bottom: none;}


/*以下用于导师索引页*/
table.noborder, /*table.leaders,*/ table.celebrities, table.imglist, table.top10 {
  display: inline;
}
table.noborder td {
  vertical-align: top;
  /*font-size: 1.0em;*/
  line-height: 2.5em;
}
.yaheired {
    font-family: "Microsoft Yahei", Arial;
    font-size: 1.1em;
    color: #9b0000;
}

table.zpxx{
  boder:1px solid;
}

/* #Section Styles
================================================== */
section{margin: 5px 0px;}		/*margin: 14px 0px; -> margin: 5px 0px;		xingcj 20160520*/

section header,
aside header{
	background: url(../images/dotted-divider-lrg.png) repeat-x 5px 8px;
	margin:0 0 14px 0;
	line-height: 0px;
}
section header h2{
    font-family:"΢���ź�";
	font-size: 16px;
	line-height: 21px;
	background: #fff;
	display: inline;
	padding-right: 10px;
	font-weight: bold;		/*add by xingcj on 20160314*/
	color: #004e72;		/*add by xingcj on 20160314*/
}
section header h3{		/*add by xingcj on 20160523*/
    font-family:"΢���ź�";
	font-size: 15px;
	line-height: 21px;
	background: #fff;
	display: inline;
	padding-right: 10px;
	font-weight: bold;
}
aside header h2{
	font-size: 16px;	/*14 -> 16 xingcj 20160315*/
	line-height: 24px;
	background: #fff;
	display: inline;
	padding-right:7px;
}


@media only screen and (max-width: 374px) {
	.tabs-nav li a{font-size: 12px;padding: 0 8px;}
}