@charset "utf-8";

body {
	line-height: 1.75;
	font-family: 'SimSun', 'sans-serif', 'Arial';
	font-size: 12px;
}

.screen {
	background: #006B92;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.banner {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	font-size: 100px;
	text-align: center;
}

.screen .banner {
	height: 223px;
}

.banner img {
	float: left;
}

.container {
	width: 960px;
	margin: 0 auto;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	padding: 26px 0;
}

.newspanel {
	width: 80%;
	margin: 0 auto;
}

.newspanel .newscontent {
	font-size: 16px;
}

.newspanel .newscontent p {
	text-indent: 2em;
	margin-bottom: 1em;
	word-break: break-all;
}

.newspanel .newscontent img {
	margin: 0 auto;
	display: block;
}

.newspanel .newscontent h1 {
	font-size: 14px;
	text-align: center;
}

.newspanel .newscontent h3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 60px;
	margin-bottom: 13px;
	text-align: center;
}

.newspanel .recent {
	font-size: 14px;
}

.newspanel .recent h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0;
}

.newspanel .recent span {
	font-style: normal;
	color: #999999;
	float: left;
}

.newspanel .recent a {
	float: left;
	color: #333333;
	width: 650px;
}

.newspanel .recent a:hover {
	color: #bc0904;
	text-decoration: underline;
}

.newscenter {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
}

.listbox li {
	height: 30px;
}

.listbox span {
	color: #999999;
	float: left;
}

.listbox a {
	float: left;
	color: #333333;
	width: 100%;
}

.listbox a:hover {
	color: #bc0904;
	text-decoration: underline;
}