.articleBox{
	width: 1200px;
	margin: 0 auto;
/* 	background: #f5f5f5; */
}
.articleTitle{
	font-size: 30px;
	line-height: 36px;
	color: #535353;
	text-align: center;
}
.articleInfo{
	text-align: center;
	margin: 20px auto;
}
.articleInfo a {
    text-decoration: none;
    color: #ff7200;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
}
.articleInfo span {
    color: #535353;
    font-size: 12px;
    font-weight: 400;
}
.articleContent {
    color: #6b6b6b;
    word-break: break-all;
    white-space: pre-wrap;
    font-size: 16px !important;
    line-height: 26px !important;
}
.articleLine {
    margin: 10px auto;
    border: 1px #ddd solid;
}
.articleKeywords {
    margin-bottom: 20px;
}
.articleKeywords a {
    white-space: nowrap;
    background: none repeat scroll 0 0 #E6E6E6;
    color: #AEAEAE;
    border-radius: 0;
    text-shadow: none;
    font-size: 12px;
    padding: 4px 8px;
    margin: 1px 5px 0 0;
    font-weight: 600;
    box-shadow: none;
    border-radius: 8px;
}