
.article {
	padding: 15px 15px;
	background-color: #fff;

}

.article_header {
	border-bottom: 1px dashed #d3d3d3;
}

.article_header h3{
	margin-top:5px;
}

	.article_header h3 a{
		color:#000000;
	}
.article_header_items{
	color:#999;
	font-size:14px;
}

.article_header_items .new_label{
	margin-right:5px;
}

.article_body{

}
.qa_body {
	padding: 10px 5px;
}

.siderbar-nav {
	background-color: #fff;
}
.siderbar-nav .nav .nav{
	margin-left:15px;
}
.siderbar-nav a {
	color: #716b7a;
}

.breadcrumb {
	padding: 0px !important;
	margin-bottom: 10px !important;
}

.siderbar-nav .nav > li > a{
	padding:6px 15px;
}
.article_footer {
	float: right;
	width: 100%;
	text-align: right;
	padding-right: 5px;
	color: #666;
	margin-top: 5px;
	font-size:12px;
}
.article_footer span{
	padding-right:10px;
}
.sub_header{
	position:relative;
}
.sub_title {
	background: #1989e3;
	content: "";
	height: 25px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 10px;
}
.sub_header h4{
	margin-left:15px;
}


