/* 文章列表 */
.container{
	width: 1172px;
	margin: 0px auto;
	overflow: hidden;
}
.wrapper {
	width: 1172px !important;
	margin: auto;
}
.container .left {
	width: 208px;
	float: left;
}
.module {
	border: solid 1px #D7D7D7;
	margin-bottom: 10px;
}
.module-style01 {
	border-top: solid 2px #F89A20;
}
.module .title {
	background-color: #F5F5F5;
	height: 36px;
}
.module .title h3 {
	font: normal 14px/20px "microsoft yahei";
	color: #333;
	height: 20px;
	padding: 8px 10px;
}
.module .content {
	overflow: hidden;
}
.sidebar-article-class {
	font-size: 0;
	*word-spacing: -1px;
	width: 214px;
	padding: 4px 0;
	margin-left: -1px;
}
.sidebar-article-class li {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: center;
	display: inline-block;
	padding: 0 9px;
	margin: 4px 0;
	text-align: left;
	width: 180px;
	margin-left: 5px;
}
.sidebar-article-class li a {
	line-height: 16px;
	font-size: 12px;
	color: #555;
	display: block;
	width: 180px;
	height: 16px;
	padding: 4px 0;
	border-bottom: dotted 1px #D7D7D7;
}
.sidebar-article-class li a:hover{
	color: #E99202;
}

.container .right {
	width: 950px;
	float: right;
}
.article-con {
	background: #FFF;
	display: block;
	padding: 19px;
	border: 1px solid #E6E6E6;
	margin-bottom: 10px;
	overflow: hidden;
}
.article-con .title-bar {
	border-bottom: solid 1px #E6E6E6;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.article-con .title-bar h3 {
	font: normal 18px/20px "microsoft yahei";
}
.article-list li {
	line-height: 20px;
	display: block;
	height: 20px;
	padding: 5px 0;
}
.article-list li a {
	color: #333;
}
.article-list li time {
	font-size: 11px;
	color: #AAA;
	float: right;
	-webkit-text-size-adjust: none;
}
#pages {
	display: block;
	overflow: hidden;
	margin: 0px auto;
	float: right;
}
#pages a,#pages span {
	font: normal 14px/20px "microsoft yahei";
	color: #AAA;
	background-color: #FAFAFA;
	text-align: center;
	display: block;
	min-width: 20px;
	padding: 8px;
	border: 1px solid #E6E6E6;
	position: relative;
	z-index: 1;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: block;
	float: left;
	margin: 0 0 0 -1px;
}
#pages a:first-child,#pages span:first-child{
	margin-left: 0px;
}
.article-con h1 {
	font: 600 16px/32px "microsoft yahei";
	color: #3d3f3e;
	text-align: center;
}
.article-con h2 {
	color: #9a9a9a;
	font-size: 12px;
	padding: 5px 0 20px;
	margin-bottom: 20px;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #d2d2d2;
}