﻿
#info_wrapper
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;			
}

/*--标题部分--*/
#info_title
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}

.info_smp
{
	padding-top: 8px;
}

#info_title h3
{
	font-size: 16px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	margin: 0px;
}

#info_date
{
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-image: url(images/read_3.gif);
}

#info_tool
{
	height: 40px;
	line-height: 40px;
	text-align: center;

}

#info_content
{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	word-wrap: break-word;
}

/*--页脚部分--*/
#info_footer
{
	width: 98%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#info_footer hr
{
	color: #cc6600;
	height: 1px;
}

#info_footerlink
{
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 50px;
}

#info_footerlink A,
#info_footerlink A:link,
#info_footerlink A:visted
{
	color: #999999;
	text-decoration: none;
}

#info_footerlink A:hover
{
	color: 	#cc3300;
	text-decoration: none;
}