/*公司简介页面样式*/

/*主体内容样式*/
#main
{
	width:950px;
	margin:10px auto;
	overflow:hidden;
	*display:inline-block;
}
#side_nav
{
	background:url(../images/bg_side3.jpg) no-repeat bottom center;
	padding-bottom:40px;
	width:156px;
	float:left;
}
#content
{
	width:784px;
	float:right;
	font-size:14px;
	margin-bottom:30px;
}


#com_desc
{
	padding:0 5px;
}
#com_desc p
{
	line-height:24px;
	color:#717171;
	margin:10px 0;
	text-indent:2em;
}
#com_desc p:first-child,#com_desc .first_child
{
	text-indent:0;
}
#com_desc p:first-child .big_first,#com_desc .first_child .big_first
{
	font-size:2em;
	float:left;
}
#com_desc p em
{
	color:#c00;
	text-decoration:underline;
	font-style:normal;
}

#com_desc a
{
	color:#369;
}
#com_desc a:hover
{
	color:#c00;
}


