/*首页及各页面固定部分css设置*/
.mainbody{
	text-align:left;
	width: 760px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: url(/images/bg2.gif);
	padding-right: 10px;
	padding-left: 10px;
}
.mainbody .lframe{
	float:left;
	width:589px;
	}
.mainbody .rframe{
	float:right;
	width:160px;
	padding-left:10px;
	}
.mainbody div .lanmu{
	float:left;
	width: 100%;
	height: 26px;
	background-image: url(/images/h2grey.png);
	clear: both;
	background-repeat: repeat-x;MARGIN: 0px;
	}
.mainbody div .lanmu span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 32px;
	padding-left: 7px;
	font-weight: bold;
	color: #000099;
	}
.mainbody div .lanmu1{
	float:left;
	width: 98%;
	clear: both;
	background-color: #EBEBEB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	}
.mainbody div .lanmu1 span .title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: 32px;
	padding-left: 7px;
	font-weight: bold;
	color: #000099;
	}
.mainbody div .lanmu1 span .author{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 32px;
	padding-left: 7px;
	font-weight: bold;
	color: #000099;
	text-align: right;
	}

.mainbody .content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 100%;
	}
