.NewsDetail_content{
	width: 1200px;
	margin: 1rem auto;
}
.NewsDetail_content>h1{
	padding: 15px 0;
    text-align:center;
	font-size: 30px;
    color:#333333;
}
.Time{
	border-bottom: 1px solid #E8F0F5;
	color: #999999;
	padding-bottom: 13px;
    text-align:right;
    font-size:15px;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
div.Article {
    margin-top: 20px;
}
div.Article p,div.Article span,div.Article div,div.Article li,div.Article p a{
    line-height: 32px;
    letter-spacing: 2.5px !important;
}
