
.article_body {
	float:left;
	width:565px;
	margin:0px;
	padding:10px;
}

.article_body h1{
	text-align:center;
	font-size:18px;
	margin:0px;
	padding:10px;
}

.article_body .body{
	height:auto;
	overflow:auto;
	clear:both;
	line-height:24px;
	color:#000000;
	font-size:14px;
	width:565px;
}
.article_body p{
	line-height:24px;
	word-wrap: break-word;
	text-align:justify;text-justify:inter-ideograph;
}
.article_body div{
	line-height:24px;
	word-wrap: break-word;
	text-align:justify;text-justify:inter-ideograph;
}
.article_body span{
	line-height:24px;
	word-wrap: break-word;
	text-align:justify;text-justify:inter-ideograph;
}

/***********************分类导航**************************/

.article_class_index {
	float:left;
	width:100px;
	height:220px;
}


/******************列表***********************/
.newslist {
	float:left;
	width:575px;
	font-size:14px;
	line-height:23px;
	padding:8px 0 0 0;
	margin:10px 5px 0 5px;
	display:inline;
	background:#f9fff9;
}

.newslist .date {
	float:left;
	width:78px;
	padding:3px 0 0 0!important;
	background:none!important;
	color:#999;
	font:12px verdana;
	overflow:hidden;
	text-overflow:clip;
	white-space:nowrap;
}

.newslist ul {
	float:left;
	width:565px;
	margin:0;
	padding:0 0 13px 0;
}


.newslist li {
	float:left;
	width:458px;
	padding:0 0 0 20px;
	margin:0;
	list-style:none;
	background:url(/images/point1.gif) no-repeat 10px 8px;
}

.newslist a {	
	font-size:14px;
}

.pg {
	float:left;
	width:545px;
	padding:0px;
	background:#eeffee;
	font-size:12px;
}

.newslist .row3 li {
	width:155px;
}


.newslist .line {
	float:left;
	width:575px;
	height:13px;
	overflow:hidden;
	clear:both;
	border-top:#E2E5EC 1px dashed;
}

/*****************************知识首页列表**********************************/

.art_class {
	float:left;
	width:552px;
	padding:5px 0 5px 18px;
	background:#eeffee;
	font-weight:bold;
	color:red;
}

.newslist font {
	float:left;
	width:420px;
}

.newslist span {
	position:relative;
	left:10px;
}

.art_class font {
	float:left;
	width:480px;
}

.art_class span {
	position:relative;
	left:10px;
}

/*******************************知识列表页列表***********************************/

.list_list {
	float:left;
	width:575px;
	font-size:14px;
	line-height:23px;
	padding:8px 0 0 0;
	margin:10px 5px 0 5px;
	display:inline;
	background:#f9fff9;
}

.list_list ul {
	float:left;
	width:565px;
	margin:0;
	padding:0 0 13px 0;
}


.list_list li {
	float:left;
	width:545px;
	padding:0 0 0 20px;
	margin:10px 0 0 0;
	list-style:none;
	background:url(/images/point1.gif) no-repeat 10px 8px;
}

.list_list a {	
	font-size:14px;
	color:red;
}

.list_list_tit {
	float:left;
	width:552px;
	padding:5px 0 5px 18px;
	background:#eeffee;
	font-weight:bold;
	color:red;
}

.list_list p {
	margin:0;
	padding:0 0 10px 0;
	line-height:1.8em;
	font-size:12px;
	border-bottom:1px solid #eeeeee;
}

pre {
	clear: both;
	margin:0px;
	padding:0px;
	line-height:22px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;		 /* Internet Explorer 5.5+  */
	text-align:justify;text-justify:inter-ideograph;
}


