﻿/*--整体背景--*/
#info
{
    float:left;
	background-color: White;
	position: relative;
	height: 100%;
	width:100%;
}

/*--头部--*/
#info_header
{
	height: 56px;
	background: url(images/read1.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
}

#list_header_text
{
	left: 20px;
}

.info_back
{
     float:right;
	left: 79%;
	margin-top:-30px;
	margin-top:-7px\9;
	*margin-top:-25px\9;
	_margin-top:-22px;
}

/*--标题部分--*/
#info_wrapper
{
    width:100%;
    float:left;
    clear:both;
    margin:0 auto;
    height:auto;
    background-color: White;
}
#info_title
{
	text-align: center;
}

#info_title h3
{
	font-size: 20px;
	font-weight: bold;
}

#info_date
{
	text-align: center;
}

#info_content
{
	margin-top: 20px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/*--页脚部分--*/
#info_footer
{
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	text-align: center;
}

#info_content img
{
/*	width: 700px;*/
}

.infohr
{
	width: 750px;
	height:1px;
	border-top:solid 1px #cc6600;
}

#info_footerlink
{
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 50px;
}

#info_footerlink a
{
   color:#999;
}
#info_footerlink a:link,#info_footerlink a:visited
{
    color:#999;
    text-decoration:none;
}

#info_footerlink A:hover
{
	color: 	#cc3300;
	text-decoration: none;
}
