/* µç×ÓÐ£±¨ */
.elec_news li
{
	height: 29px;
	border-bottom: 1px dashed #b7b7b7;
	background: url(../images/news_list_arrow.gif) no-repeat left center;
	line-height: 30px;
	text-indent: 11px;
}
.elec_news li a
{
	color: #666;
}
.elec_news li a:hover
{
	color: red;
}
.elec_news li a span
{
	float: right;
}


.about_nav
{
	width:1100px;
	height: 26px;
	background: url(../images/about_nav_bg.gif) repeat-x bottom;
	margin: 10px auto;
}
.about_nav ul
{
	height: 26px;
}
.about_nav ul li
{
	width: 83px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	overflow: hidden;
	display: inline;
	float: left;
	margin-right: 8px;
}
.about_nav ul li a
{
	width: 83px;
	height: 26px;
	display: block;
	background: url(../images/about_nav_li.gif) no-repeat right top;
	color: #4c4c4c;
}
.about_nav ul li a:hover
{
	background-position: left top;
	color: #fff;
}
.about_nav ul li a.fos
{
	background-position: left top;
	color: #fff;
}
.about_nav ul li a.nofos
{
	background-position: right top;
	color: #4c4c4c;
}

.about_con{
	height: auto;
	width: 1100px;
	overflow: hidden;
	border: 1px solid #CCC;
	margin: 0 auto;
	text-align: center;
}
