.id_box{
	width:1200px;
	margin:30px auto;
}
.id_box>h2{
	font-size: 20px;
	padding:15px 0;
	border-bottom: 1px solid #ccc;
	color: #000;
	text-align: center;
}
.id_box>em{
	display: block;
	width:800px;
	margin:20px auto;
	color: #999;
	font-style: normal;
}
.id_box .id_con{
	width:800px;
	margin:20px auto;
	color: #333;
	overflow: hidden;
}
.id_box .id_con p{
	text-indent: 2em;
	line-height: 20px;
	margin-bottom: 10px;
}
.id_box .id_con img{
	max-width: 100%;
	display: block;
	margin:10px auto;
}

.id_box .from{
	width:800px;
	margin:0 auto; 
	padding:20px 0;
	color: #666;
	text-indent: 2em;
}
.id_box .page_div{
	width:800px;
	margin:0 auto; 
	padding:20px 0;
	overflow: hidden;
}
.id_box .page_div a{
	display: inline-block;
	width:300px;
	height: 40px;
	background: #eee;
	overflow: hidden;
	line-height: 40px;
	text-decoration: none;
	padding:0 10px;

}
.id_box .page_div .page_before{
	float: left;
}
.id_box .page_div .page_next{
	float: right;
}
.id_box .page_div a span{
	padding:0 30px;
	width:190px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: bottom;
}
.id_box .page_div .page_next span{
	text-align: right;
}
