
.content .crumbsNav{
	color:#2d2d2d;
	font-size:14px;
	font-weight:normal;
	padding:16px 32px;
}
.content .crumbsNav span{
	color:#ff0000;
}
.content .listBox{
	width:865px;
	background:#f9f9f9;
	padding:12px 56px 35px 35px;
	margin:0 auto;
}
.content .listBox1{
	padding-top:4px;
	border-top:1px solid #ff0000;
}
.content ul.list{
	margin:0 auto;
	background:url(../images/icon.png)repeat-y;
	padding-left:20px;
	background-size:10px 40px;
}
.content .list li{
	height:39px;
	line-height:40px;
	border-bottom:1px dashed #d2d2d2;
}
.content .list li a{
	display:block;
	font-size:14px;
	float:left;
	width:720px;
	color:#2d2d2d;
	overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.content .list li span{
	width:84px;
	float:right;
	font-size: 14px;
    color: #f4201c;
    text-align:right;
}
#pager{
	width:840px;
	margin:0 auto;
	background:#fff;
	height:30px;
	padding-top:30px;
	padding-bottom:40px;
	text-align:center;
}
#pager a{
	padding:0 10px;
	text-decoration: none;
	color:#333;
	display:inline-block;
	border:1px solid #b3b3b3;
	border-radius:2px;
	line-height:28px;
	cursor:pointer;
	margin:0 2px;
}
#pager span{
	color:#333;
	line-height:28px;
	display:inline-block;
}
.pageNum{
	display:inline-block;
	font-family: arial;
}
.pageNum a.current{
	color:#fff!important;
	background:#cd0102;
	border:1px solid #e5e5e5!important;
}
#pager a.noEvent {
    color: #b3b3b3;
}

/*正文*/
/*正文页*/

.content .articleTitle {
    font-size: 20px;
    color: #000;
    text-align: center;
    font-weight:bold;
    width:865px;
    margin:0 auto;
	margin-bottom:10px;
	line-height:30px;
}
.content .articleSubtitle {
    font-size: 18px;
    color: #3c3c3c;
    text-align: center;
    width:865px;
    margin:0 auto 16px;
}
.listBox .labelLine{
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#3c3c3c;
}
.labelLine .source{
	float:left;
}
.labelLine .date{
	float:right;
}

.articleBox .article,
.articleBox .article div,
.articleBox .article p{
	text-indent: 2em!important;
	font-size: 16px!important;
    color: #3c3c3c!important;
    margin: 15px auto!important;
    line-height:24px!important;
    text-align:left;
    background-color:#f9f9f9!important;
}

.articleBox .article p img,
.articleBox .article img{
	max-width:820px;
	margin:0 auto;
	display:block;
}
.editor{
	text-align: right;
    color: #3c3c3c;
    padding-top: 24px;
    font-size: 14px;
    margin-right: 25px;
    padding-bottom: 36px;
}