/* 详情页面 */
.detail_title{
	width:100%; 
	text-align: center;
	padding:10px 0 16px 0; 
	margin-bottom:16px; 
	font-size:26px; 
	color:#333; 
	border-bottom:1px solid #dedede;
}
.detail_date{
	font-size: 14px;
	margin-top: 10px;
	color: #999;
}
.detail_container{
	padding-bottom: 25px;
	border-bottom: 1px solid #dedede;
}
.detail_container p{
	text-indent: 20px;
	letter-spacing: 0.2px;
	font-size: 15px;
	color: #666;
	margin-top: 20px;
	text-align: center;
}
.detail_container p img{
	width: 90%;
    margin-left: -20px;
}
.metfield{
	padding: 15px 0px;
	line-height: 30px;
}
.pages_bar{
	text-align: center;
	margin-bottom: 70px;
}
.pages_bar a{
	width: 100px;
	height: 40px;
	line-height: 40px;
	margin-right: 20px;
	background: #669ACC;
	color: #fff;
	border: none;
	text-decoration:none;
}
.pages_bar a:hover{
	background: #152B5A;
	border: none;
	color: #fff;
}