﻿@charset "utf-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2018-04-25 20:02:08
 * @version $Id$
 */
.newsContent{
	width: 950px;
	margin: 30px auto; 
}
.content_sign {
	border-bottom: 5px solid #39A4DB; 
}

.newsContent h3{
	font-size: 24px;
	line-height: 48px;
	text-align: center;
}
.newsContent pre{
	font-size: 14px;
	text-align: center;
}

.newstext {
	width: 830px;
	display: block;
	margin: 20px auto;  
}