﻿@charset "utf-8";
.column-box {
	padding: 30px 20px 45px;
}
.detail-content h3 {
	text-align: center;
	font-size: 24px;
	color: #004b98;
	letter-spacing: 1px;
	padding: 10px 10px;
	font-weight: 800;
}
.detail-content .time {
	font-size: 12px;
	color: #c1c0c0;
	text-align: center;
	line-height: 30px;
	font-weight:400;
}
.detail-content .time i.eyou_arcclick{
	color: #c1c0c0;
}

.detail-content .time strong{color:#666;letter-spacing:2px;}
.detail-content .time i{color:#666;margin-left:5px}
.detail-content .texts {
	font-size: 16px;
	color: #666;
	line-height: 25px;
	min-height:500px;
	padding: 25px 25px;
}

/*
.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-align:justify;text-indent:2em;margin-bottom:15px}
.detail-content .texts img{max-width:100%;}


.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;
}