﻿#maincontent {
	margin-top: 20px;
}
#maincontent h3 {
	color: #515151;
	font-size: 14px;
	height: 24px;
	background: url(img/titlebg1.png) no-repeat left top;
	padding: 5px 0 0 25px;
	margin: 0;
	float: left;
}
#maincontent p.more {
	height: 23px;
	text-align: right;
	background: url(img/titlebg1.png) no-repeat right top;
	padding: 6px 10px 0 0;
	margin: 0;
}
#maincontent .nrposts {
	margin: 0px 0px 5px;
	padding: 4px 10px 0;
	border: 1px solid #d3d6d9;
	width: 618px;
}

.nrposts h4 {
	text-align: center;
	font-family: Hei, STHeiti, 黑体;
	margin-bottom: 5px;
	margin-top: 15px;
}

.nrposts p.author {
	text-align: center;
	color: #909090;
	margin-bottom: 10px;
	border-bottom: 1px dashed #c5c5c5;
}
.nrposts p.author a {
	color: #909090;
}

.nrposts dl {
	margin: 0;
	padding: 0;
	color: #595959;
}

.nrposts dl dt.topic {
	margin: -5px -10px 6px;
	font-weight: bold;
	font-size:14px;
	padding: 5px;
	background: #e9f2fd url(img/titlebg1.png) center top;
}
.nrposts dl dd.author span {
	padding: 0px 0px 6px;
	border-bottom: 1px dotted #ccced5;
	color: #71a7c9;
	font-weight: normal;
	display: block;
}
.nrposts dl dd.desc {
	padding: 12px 0px;
	min-height: 1px; /* 解决float对象不自动增大问题 */
	height: auto;
	_height: 1px; /* 解决float对象不自动增大问题*/
	line-height: 150%;
	} 
.nrposts dl dd.desc:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.nrposts dl dd.desc {
	display:inline-block;
	}
.nrposts dl dd.desc {
	display:block;
	}

.nrposts dl dd.desc img {
	float: right;
	margin: 10px;
}

.nrposts dl dd.detail {
	margin: 0px -10px;
	background: transparent url(/styles/img/bg_newlist_op.png) repeat-x;
	height: 27px;
	line-height: 27px;
	}
.nrposts dl dd.detail span {
	padding: 0px 10px 0px;
	color: #71a7c9;
	}
.nrposts dl dd.detail em {
	margin-top: -27px;
	padding: 0px 10px 0px;
	color: #b5a585;
	text-align: right;
	float: right;
	}
.nrposts dl dd.detail em a:link,.newslist dl dd.detail em a:visited {
	color: #8fb772;
	text-decoration: none;
	font-weight:normal;
	}
 .newslist dl dd.detail em a:hover {
		color: #e69300;
		text-decoration: none;
		font-weight:normal;
		}
.slideposts_green,
 .slideposts_blue {
	margin-top: 20px;
}
.slideposts_green h3 {
	color: #515151;
	font-size: 14px;
	height: 24px;
	background: url(img/posttitlebg_green.png) no-repeat left top;
	padding: 5px 0 0 30px;
	margin: 0;
	float: left;

}
.slideposts_green p.more {
	height: 23px;
	text-align: right;
	background: url(img/posttitlebg_green.png) no-repeat right top;
	padding: 6px 10px 0 0;
	margin: 0;
}
.slideposts_green .wenbanav,
.slideposts_green .lists {
	margin: 0;
	padding: 3px;
	border-bottom: 2px solid #d6f0aa;
	border-left: 2px solid #d6f0aa;
	border-right: 2px solid #d6f0aa;
}
.slideposts_green .lists p,
.slideposts_blue .lists p {
	height: 42px;
	padding: 0;
	margin: 0 0 3px;
}
.slideposts_green .lists p a,
.slideposts_blue .lists p a {
	display: block;
	width: 130px;
	float: left;
	padding-left: 10px;
}
.slideposts_green .lists p a.img,
.slideposts_blue .lists p a.img {
	margin: 0;
	width: 52px;
	float: left;
	padding: 0;
}
.slideposts_green .lists p img,
.slideposts_blue .lists p img { padding:1px; border:1px solid #ccc; display:block; }
.slideposts_blue h3 {
	color: #515151;
	font-size: 14px;
	height: 24px;
	background: url(img/posttitlebg_blue.png) no-repeat left top;
	padding: 5px 0 0 30px;
	margin: 0;
	float: left;
	width: 90px;
}
.slideposts_blue p.more {
	height: 23px;
	text-align: right;
	background: url(img/posttitlebg_blue.png) no-repeat right top;
	padding: 6px 10px 0 0;
	margin: 0;
}




.slideposts_green .wenbanav a {
	display: block;
	width: 56px;
	text-align: center;
	float: left;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 3px;
	color: #4a9320;
	margin: 2px;
}
.slideposts_green .wenbanav a:hover {
	color: #006fcf;
}

