/*---------------------我是华丽的分割线(改公告为TAB样式)-------------------------*/
.b-tabnav {
	float: left;
	width: 1000px;
	height: 275px;
}

.b-tabnav-l { /*改公告为TAB样式*/
	border: 1px solid #e3e3e3;
	float: left;
	width: 494px;
	height: 275px;
	background-repeat: no-repeat;
}

.b-tabnav-r { /*改公告为TAB样式*/
	background-repeat: no-repeat;
	border: 1px solid #e3e3e3;
	float: right;
	width: 494px;
	height: 275px;
}

/*Tab导航*/
.b-main {
	clear: both;
	padding: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e3e3e3;
}

#b-tabs0 {
	display: inline;
	height: 260px;
	width: 705px;
}

.b-menu0 {
	width: 400px;
}

.b-menu0 li {
	display: block;
	float: left;
	width: 98px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #9c9c9c;
	padding-top: 9px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

.b-menu0 li.hover {
	height: 23px;
	font-size: 14px;
	font-weight: bold;
	color: #f77400;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f77400;
}

#b-main0 ul {
	display: none;
}

#b-main0 ul.block {
	display: block;
}

.tabcontent {
	height: 23px;
	font-family: "宋体";
	font-size: 12px;
	color: #4c4c4c;
	line-height: 23px;
}