﻿/*--整体背景--*/
#info
{
	background-color: White;
	position: relative;
	height: 100%;
}

/*--头部--*/
#info_header
{
	height: 56px;
	background: url(images/read1.gif);
	background-repeat: no-repeat;
}

.infosmp
{
	position: absolute;
	left: 20px;
	top: 10px;
}

.info_back
{
	position: absolute;
	left: 79%;
}

/*--标题部分--*/
#info_title
{
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
}

#info_title h3
{
	font-family: "宋体";
	font-size: 25px;
	font-weight: bold;
	color: #FF9900;
}

#info_date
{
	text-align: center;
}

#info_content
{
	margin-top: 20px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	word-wrap: break-word;
	word-break: break-all;	
}

/*--页脚部分--*/
#info_footer
{
	width: 93%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#info hr
{
	color: #cc6600;
	height: 1px;
	width: 680px;
}

#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;
}