/*信息页*/
#article{
	width:968px;
	overflow:hidden;
	padding:15px 0;
	margin-top:6px;
	margin-bottom:10px;
	border:1px solid #dadada;
}
#article h1.title1{
	width:800px;
	margin:0pt auto;
	padding:20px 0;
	border-bottom:1px solid #ccc;
	font-size:30px;
	font-family:SimHei;
	font-weight:normal;
	text-align:center;
}
#article p.date{
	color:#2478b9;
	line-height:30px;
	text-align:center;
}
#article p.title2{
	margin-top:30px;
	color:#777;
	font-weight:bold;
	text-align:center;
}
#article b{
	font-weight:bold;
}
#article div.text{
	width:780px;
	margin:0pt auto;
	padding:25px 0;
	color:#777;
	font-size:12px;
	font-family:SimSun;
	line-height:20px;
}
#article div.text img{
	float:none;
}
#article div.text p.img{
	width:100%;
	text-align:center;
}
#article div.text object{
	float:none;
}
#article div.text p.object{	
	text-align:center;
}
#article p.fujian{
	width:600px;
	margin-left:87px;
	padding:0 15px;
	border:1px solid #e6e6e6;
	line-height:30px;
}
#article p.fujian b{
	font-size:14px;
}
#article div.comment{
	width:600px;
	margin-top:10px;
	margin-left:87px;
	padding:12px 15px;
	border:1px solid #e6e6e6;
	overflow:hidden;
}
#article div.comment a{
	color:#2478b9;
	text-decoration:underline;
}
#article div.comment input,#article div.comment textarea{
	margin-top:8px;
	float:left;
}
#article div.comment input.title{
	width:275px;
	height:18px;
}
#article div.comment textarea{
	width:590px;
}
#article div.comment input.submit{
	width:72px;
	height:24px;
	float:right;
	margin-right:5px;
	font-size:12px;
	line-height:20px;
}
#article h1.comment-title{
	width:800px;
	margin:0pt auto;
	padding:14px 0;
	border-bottom:1px dashed #ccc;
	color:#222;
	font-family:SimSun;
	font-weight:bold;
	font-size:24px;
	text-align:left;
}
#article .allcomment{
	width:800px;
	overflow:hidden;
	margin:0pt auto;
	padding:15px 0;
}
#article .allcomment dl dt{
	width:795px;
	height:24px;
	float:left;
	padding-left:5px;
	background-color:#eef5ff;
	color:#666;
	line-height:24px;
}
#article .allcomment dl dt span{
	margin-left:10px;
	color:#336699;
}
#article .allcomment dl dd{
	width:780px;
	height:auto!important;
	height:30px;
	min-height:30px;
	float:left;
	padding-left:20px;
	margin-bottom:15px;
	line-height:30px;
}

/*静态文章页*/
#article_left{
	width:688px;
	float:left;
	border:1px solid #d3d3d3;
	margin-top:5px;
	margin-bottom:15px;
	color:#333;
}
#article_left .breadcrumb{
	width:664px;
	height:24px;
	padding:3px 0 0 10px;
	line-height:24px;
	border-bottom:1px solid #d3d3d3;
}
#article_right{
	width:256px;
	float:left;
	margin-left:22px;
	border:1px solid #d3d3d3;
	margin-top:5px;
	margin-bottom:15px;
	color:#333;	
}
#article_right .title{
	width:256px;
	height:24px;
	float:left;
	padding-top:3px;
	line-height:24px;
	border-bottom:1px solid #d3d3d3;
}
#article_right .title h4{
	padding-left:8px;
}

#article_right .pic{
	float:left;
	padding:7px 50px;
	margin-top:15px;
	margin-bottom:0px;
}
#article_right .pic p{
	float:left;
	width:114px;
	font-size:12px;
	padding-left:40px;
	margin-top:1px;
	margin-bottom:1px;
	border-top:1px solid #d3d3d3;
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	background-color:#f3f3f3;
}
#article_right .pic a img{
	float:left;
	padding:2px 2px;
	border:1px solid #d3d3d3;
	margin-bottom:0px;	
}
#article_static{
	width:624px;
	padding:25px;
	overflow:hidden;
}

