html,body{
	background-color: #FCFCFC;
}
.article {
	width: 1170px;
    margin: 60px auto;
}


.article .article-title{
	margin-bottom: 30px;
}

.article .article-title h1{
	font-size: 26px;
	color: #222;
	line-height: 35px;
	text-align: center;
	margin-bottom: 15px;
}

.article .attr{
	text-align: center;
}

.article .attr span{
	font-size: 14px;
	color: #888;
	display: inline-block;
	margin: 0 8px;
}

.article .attr a{
	display: inherit
}

.article .article-content tbody{
	border: 1px solid #ccc;
}

.article .article-content tbody tr{
	border-bottom: 1px solid #ccc
}

.article .article-content tbody td{
	border-left: 1px solid #ccc;
}

.article .article-content tbody td:first-child{
	border-left: none ;
}

.article .article-content,.article .article-content *{
	line-height: 2;
	color: #666;
	font-size: 16px;
	margin: 15px 0;
}

.article .article-content img{
	margin: 0 auto;
}

.article .article-footer{
	line-height: 2;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #ddd;
}

.article .article-footer p,.article .article-footer a{
	font-size: 16px;
	color: #666;
}

.article .article-footer a{
	display: inline;
}

.article .article-footer a:hover{
	color: #9F1B29
}



.article .bshare-custom{
	display: inline-block;
}

.article .bshare-custom a{
	display: inline-block;
}

.title-bar{
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 15px;
	width: 1170px;
    margin: 60px auto;

}

.title-bar h3{
	font-size: 32px;
    font-weight: bold;
    float: left;
}

.title-bar p{
	float: right;
    padding-left: 20px;
    margin-top: 10px;
}

.title-bar p a{
	display: inline-block;
}




