@charset 'utf-8';
a{
	display:inline;
}
/*文章页*/
.information_list_content_trap{
	width:100%;
}
.information_list_box{
	width:1000px;
	background:#FFFFFF;
	margin:auto;
	padding:50px 30px 0;
	overflow: hidden;
}
.aricle_trap{
	width:730px;
	min-height:300px;
	float:right;
}
.breadcrumb{
	width:100%;
	height:20px;
	margin-bottom:10px;
	font-size:14px;
}
.breadcrumb a{
	font-size:14px;
	color:#000;
}
.breadcrumb a:hover{
	color:#6aa63e;
}
.aricle_trap h3{
	font-size:21px;
	font-weight:bold;
	text-align: center;
	border-bottom:2px solid #3087d3;
	padding-bottom:10px;
}
.date{
	text-align: center;
	font-size:16px;
	color:#999;
	padding:10px 0px;
}
.aricle_content{
	min-height:300px;
}
.aricle_content p{
	min-height:4px;
	line-height:24px;
	/*text-indent:2em;*/
}
.aricle_content img{
	max-width: 730px;
    height: auto;
}

/*表格特别处理*/
table{
  border-spacing:1px;
  max-width: 730px;
}
table td{
  border:1px solid windowtext;
}

/*文章导航*/
.next-page{
  margin-top:20px;
  font-size: 15px;
}
.next-page li{
	min-height:20px;
	line-height:20px;
	margin-bottom: 10px;
}
.next-page li:hover a{
	color:#3087d3;
}