/* 文章列表 */
.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: 20px;
	/* border: 1px solid #E6E6E6; */
	margin-bottom: 30px;
	overflow: hidden;
}
.article-con .title-bar {
	border-bottom: solid 2px #0064CD;
	padding-bottom: 15px;
	margin-top: 30px;
}
.article-con .title-bar h3 {
	font: bold 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;
}

.article-con h1 {
	font: 600 16px/32px "microsoft yahei";
	/* color: #3d3f3e; */
	text-align: center;
}
.article-con h2 {
	border-top: 1px dashed #ddd;
    color: #666;
    font-size: 13px;
    font-weight: normal;
    line-height: 35px;
    margin: 20px auto;
    text-align: left;
}
.article-con h2 b.date{
	margin-left: 35px;
}
.article-con .share{
	float: right;
}

.menu_title .active{
	color: #0084CD;
}