﻿/* 重新设置 margin, padding 默认值 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* 设置h1-h6标题默认字号 */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* 移除列表的默认图标 */
ol,ul { list-style : none; }

/* 设置其他标签的默认字号和粗细 */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* 设置表格的相邻边被合并 间距为零*/
table { border-collapse : collapse; border-spacing : 0; }

/* 父框和图片的边框为零 */
fieldset,img { border : 0; }

/* 设置表格的表头和标题中的文本左对齐 */
caption,th { text-align : left; }

/*设定页面居中对齐，与BODY的MARGIN左右的AUTO一起使用方有效*/
html {
	text-align: center;
}

/*设定页面使用的文字，大小，颜色，页面宽度，内容区的背景色*/
body { 
	background:url(./../images/bg.gif) 0 0 repeat-x;
	background-color: #FFF;
	width: 1003px;
	margin: 0 auto;
}

/*设定清除列属性，使的层和层脱离*/
.clear {
	clear: both;
}

div#maincontent {
	width: 992px;
	/*width: 987px;*/
	position: relative;
}

div#investleft {
	width: 251px;
	float: left;
	margin-right: 4px;
	margin-bottom: 5px;
	position: relative;
}
div#investcenter {
	width: 472px;
	float: left;
	margin-right: 4px;
	position: relative;
	margin-bottom: 5px;
}
div#investright {
	width: 252px;
	float: right;
	position: relative;
	margin-bottom: 5px;
}

div#baogaocontentleft {
	width: 730px;
	float: left;
	position: relative;
	margin-bottom: 5px;
}
div#baogaocontentright {
	width: 251px;
	float: right;
	margin-left: 
	position: relative;
	margin-bottom: 5px;
}
div#dzbgleft, div#diaochasecleft {
	width: 730px;
	float: left;
	position: relative;
	margin-bottom: 5px;
}
div#dzbgright, div#diaochasecright {
	width: 251px;
	float: right;
	margin-left: 
	position: relative;
	margin-bottom: 5px;
}
div#jingjileft {
	width: 691px;
	float: left;
	margin-bottom: 5px;
}
div#jingjiright {
	width: 251px;
	float: right;
	margin-bottom: 5px;
}
div#leftdc {
	width: 706px;
	margin-bottom: 5px;
	float: left;
}
div#rightdc {
	width: 272px;
	margin-bottom: 5px;
	float: right;
}
div#specialtopleft {
	width: 730px;
	float: left;
}
div#specialtopright {
	width: 251px;
	float: left;
	margin-left: 3px;
}
