.column-box {
	padding: 30px 40px 45px;
}
.detail-content h3 {
	text-align: center;
	font-size: 18px;
	color: #333;
}
.detail-content .time {
	font-size: 12px;
	color: #999;
	text-align: center;
	line-height: 30px;
}
.detail-content .texts {
	font-size: 14px;
	color: #666;
	line-height: 25px;
    min-height:500px;
}
.detail-content .texts strong{ font-weight:bold;}
.detail-content .texts a{ color:#0066ff;}
.detail-content .texts td{border:solid #666; border-width:0px 1px 1px 0px; padding:5px;}
.detail-content .texts table{border:solid #666; border-width:1px 0px 0px 1px;}
.detail-content .texts p {text-indent:2em;margin-top:5px; margin-bottom:5px;}



.fx {
	margin-top: 50px;
	font-size: 12px;
	color: #999;
	/*height: 25px;*/
	line-height: 25px;
	padding-bottom: 10px;
	border-bottom: #f0f2f3 dashed 1px;
}
/*.fx a {
	display: inline-block;
	width: 150px;
	height: 25px;
	margin-left: 5px;
	background-color: #f0f2f3;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	color: #666;
}*/
.article-listed p {
	margin-top: 10px;
	line-height: 20px;
}
.article-listed p span {
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-right: 5px;
	background-color: #ccc;
	border-radius: 4px;
	vertical-align: middle;
}
.article-listed p a {
	font-size: 12px;
	color: #999;
	vertical-align: middle;
}
.article-listed p a:hover {
	color: #004b98;
}