/*---------------------我是华丽的分割线(改公告为TAB样式)-------------------------*/

.a-tabnav {
	margin: 0 auto;
	margin-top: 10px;
	width: 100%;
}
.a-tabnav-l {/*改公告为TAB样式*/
	width: 100%;
	margin:auto;
}
/*Tab导航*/
.a-main {
	clear: both;
}
.a-menu0 {
	width: 500px;
}
.a-menu0 li {
	display: block;
	float: left;
	width: 98px;
	text-align: center;
	cursor: pointer;
	padding: 9px 0 4px 0;
	margin: 0 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.a-menu0 li.hover {
	height: 23px;
	color: #fff;
	text-align: center;
	background: #208adc;
}
.a-menu0 li.hover:hover {
	height: 23px;
	color: #fff;
	text-align: center;
	background: #208adc;
}
.a-menu0 li:hover {
	height: 23px;
	text-align: center;
	background: #dfdfdf;
}
#a-main0 ul {
	display: none;
}
#a-main0 ul.block {
	display: block;
}
.divtitle {
	width: 100%;
	height: 32px;
	margin: 12px 0 0 0;
}
.divtitle span {
	font-weight: bold;
	margin: 12px 0 0 0;
}
