﻿/**!
 * [丹阳市网站群-二级页面]
 * author: [zhuyichao];
 */

.con {
	margin-top: 10px;
	border: 1px solid #ddd;
}
.position {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	color: #666;
	font-size: 14px;
	font-family: "宋体";
	border-bottom: 2px solid #4490db;
	background: url(../images/detail-position-bg.jpg);
}
.current-position {
	height: 28px;
	line-height: 28px;
}

.current-position p {
	margin-left: 16px;
	color: #666;
}

.current-position-span1 {
	font-weight: bold;
}

.current-position a {
	color: #666;
}

.current-position-span2 {
	color: #e51c23;
}
.p-link {
	color: #666;
}
.now-position {
	color: #e60000;
}

/*文章内容*/
.post-con {
	padding: 10px 60px;
	background: url(../images/post-bg.jpg) repeat-x 0 0 #fff;
}
.post-title {
	margin-top: 13px;
	line-height: 40px;
	font-size: 22px;
	font-family: "微软雅黑";
	color: #333;
	text-align: center;
}
.post-mark {
	margin-top: 15px;
	height: 29px;
	text-align: center;
	line-height: 29px;
	font-size: 12px;
	font-family: "宋体";
	color: #545454;
	background: #ededed;
}
.post-mark .font-size,
.post-mark .close,
.post-mark .print {
	color: #545454;
}
.post-content {
	padding-top: 15px;
	font-size: 14px;
	font-family: "宋体";
	color: #333;
}
.post-content p {
	text-align:justify; 
	text-justify:inter-ideograph;
	text-indent: 2em;
	line-height: 26px;
	margin-bottom: 26px;
}
.post-content img {
	max-width: 876px;
	_width: auto;
}
.post-content .center {
	text-align: center;
}