body {
	padding: 0;
	margin: 0;
	font-family: "宋体", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ebebec;
}
img {
	border: 0;
}
.red {
	color: #f00;
}

a:link {
	color: #000;
	text-decoration: none;
	text-transform: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #cd0104;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}

#top {
	height: 106px;
	width: 100%;
	background: #b30606;
}
#top ul {
	padding-top: 10px;
	padding-left: 10px;
	margin: 0;
}
#top ul li {
	list-style: none;
	display: inline;
}
#logo {
	width: 241px;
	height: 60px;
}
#hander_bg {
	width: 318px;
	height: 34px;
	margin-left: 15px;
}
#top_text {
	color: #fff;
	font-weight: bold;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}
#navigation {
	width: 100%;
	height: 27px;
	line-height: 27px;
	font-weight: bold;
	vertical-align: middle;
	border-top: 1px solid #8e8e8e;
	border-bottom: 1px solid #8e8e8e;
	background: url(../images/navigation_bg.gif) repeat-x;
}
#navigation table {
	margin-left: 351px;
	text-align: center;
}
#navigation table td {
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #8e8e8e;
}
#keywords {
	width: 80px;
	border: 1px solid #8e8e8e;
	background: #eee;
}
#submit {
	border: 0;
	background: none;
	height: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#tools {
	width: 100%;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	color: #fff;
	background: #666;
}
#tools td {
	padding-right: 8px;
}
#tools_img {
	margin-top: 5px;
}
#tools a:link {
	color: #fff;
	text-decoration: none;
	text-transform: none;
}
#tools a:visited {
	color: #fff;
	text-decoration: none;
}
#tools a:hover {
	color: #fff;
	text-decoration: none;
}
#tools a:active {
	color: #fff;
	text-decoration: none;
}
#tools ul {
	margin: 0;
	margin-left: 367px;
	padding: 0;
}
#tools ul li {
	list-style: none;
	display: inline;
}
#tools_left {
	float: left;
}
#tools_left_bold {
	float: left;
	font-weight: bold;
}
#tools_right {
	float: right;
	padding-right: 15px;
}

#Main {
	padding: 20px 12px 20px 368px;
	min-height: 1020px;
}

* html #Main { height: 1020px; }  /* nur for IE 5.5 - 6.x */
html + body #Main { height: 1020px; }  /* nur vom IE 5.0 */

/* 标题列表CSS开始 */
#title_list ul {
	font-size: 12px;
	text-align: left;
}
#title_list ul li {
	border-bottom: 1px dashed #8e8e8e;
	list-style: url(../images/hli.jpg);
	background: url(../images/list_li_bg.gif) right no-repeat;
}
.list_title {
	font-family: "黑体";
	font-weight: bold;
	font-size: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* 标题列表CSS结束 */

/* 主要新闻CSS开始 */
#nlist {
	font-family: "宋体";
}
#nlist h2 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	border-bottom: 1px dashed #8e8e8e;
}
#nlist h2 img{
	vertical-align: -40%;
}
#nlist ul{
	margin-top: 10px;
	margin-bottom: 10px;
}
#nlist ul li{
	line-height: 150%;
}
/* 主要新闻CSS结束 */

/* 新闻内容CSS开始 */
#content {
	text-align: center;
	font-size: 14px;
}
#content_title {
	color: #000;
	font-family: "黑体";
	font-size: 20px;
}
#content_about {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content_about div {
	color: #8e8e8e;
	display: inline;
	margin-left: 7px;
	margin-right: 7px;
}
#content_article {
	line-height: 170%;
	text-align: justify;
	padding-bottom: 10px;
	border-bottom: 1px dashed #8e8e8e;
}
#content_bottom {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 200%;
	font-weight: bold;
	color: #666;
}
#content_bottom_page a {
	padding-left: 10px;
	padding-right: 10px;
}
#content_bottom a:link {
	color: #666;
	text-decoration: none;
	text-transform: none;
}
#content_bottom a:visited {
	color: #666;
	text-decoration: none;
}
#content_bottom a:hover {
	color: #666;
	text-decoration: none;
}
#content_bottom a:active {
	color: #666;
	text-decoration: none;
}
/* 新闻内容CSS结束 */


/* 页脚CSS开始 */
#footer {
	width: 100%;
	height: 40px;
	background: #b30606;
	line-height: 40px;
	vertical-align: middle;
}
#footer ul {
	padding: 0;
	margin: 0;
	margin: auto;
	width: 96%;
}
#footer ul li {
	list-style: none;
	display: inline;
}
#footer ul li a:link {
	color: #fff;
	text-decoration: none;
	text-transform: none;
}
#footer ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #fff;
	text-decoration: none;
}
#footer ul li a:active {
	color: #fff;
	text-decoration: none;
}

#footer_left {
	color: #fff;
	font-weight: bold;
	float: left;
}
#footer_right {
	color: #fff;
	float: right;
}
/* 页脚CSS结束 */

/* 广告CSS开始 */
#ad {
	text-align: center;
}
#ad img {
	margin: auto;
}
#adtext {
	font-weight: bold;
	line-height: 30px;
	vertical-align: middle;
}
/* 广告CSS结束 */


/* 报纸CSS开始 */
#newspaper_area {
	position: absolute;
	width: 328px;
}
#newspaper {
	border: 1px solid #8e8e8e;
	z-index: 2;
	text-align: center;
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.Shadow(enabled="enabled",color="#8e8e8e",direction="135",strength="6");
	float: left;
}
#newspaper_top {
	height: 27px;
	background: url(../images/preview_bg.gif) repeat-x;
	border-bottom: 1px solid #8e8e8e;
	font-weight: bold;
	line-height: 27px;
	vertical-align: middle;
}
#newspaper_img {
	padding-top: 5px;
	margin: auto;
}
#newspaper_page {
	padding-top: 10px;
}
#newspaper_page ul {
	margin: auto;
	font-weight: bold;
	padding: 0px 8px;
}
#newspaper_page ul li {
	list-style: none;
	display: inline;
}
#newspaper_page_left {
	float: left;
}
#newspaper_page_righ {
	float: right;
}

#CurrentDate {
	width: 127px;
	border-right: 1px solid #8e8e8e;
}
.paper_day {
	width: 57px;
	border-right: 1px solid #8e8e8e;
}
#choose_day {
	text-align: left;
	padding-left: 10px;
}
/* 报纸CSS结束 */

/* 报纸广告开始 */
#newspaper_ad, #newspaper_ad2, #news_list {
	margin-top: 8px;
	float: left;
}
#newspaper_ad table, #newspaper_ad2 table, #news_list table {
	width: 100%;
}
#newspaper_ad td, #newspaper_ad2 td, #news_list td {
	width: 33%;
	text-align: center;
	padding: 2px 0;
}

#newspaper_ad2 td ul, #news_list td ul {
	padding: 0 10px;
	margin: 0;
	text-align: left;
}
#newspaper_ad2 td ul li {
	list-style: none;
	width: 140px;
	float: left;
	line-height: 140%;
	padding-left: 10px;
}
#news_list td ul li {
	list-style: none;
	line-height: 140%;
	padding-left: 10px;
}
/* 报纸广告结束 */


/* 弹出菜单浮动层开始 */
#oan, #pgn, #ser {
	position: absolute;
	top: 135px;
	background: #a3a3a3;
	display: none;
	overflow-y: auto;
	font-weight: bold;
	scrollbar-face-color: #a5a5a5;
	scrollbar-shadow-color: #cdcdcd;
}
#oan{
	left: 352px;
	width: 452px;
	width: 449px !important;
	height: 300px;
}
#pgn {
	left: 433px;
	width: 371px;
	width: 368px !important;
	height: 300px;
}
#ser {
	left: 824px !important;
	left: 827px;
	width: 176px;
	min-height: 68px !important;
}
#oan ul, #pgn ul, #ser ul {
	padding: 0;
	margin: 10px 15px 10px 15px;
}
#oan ul li {
	width: 207px;
	float: left;
	line-height: 22px;
	vertical-align: middle;
	list-style: none;
}
#pgn ul li {
	width: 150px;
	float: left;
	line-height: 22px;
	vertical-align: middle;
	list-style: none;
}
#ser ul li {
	line-height: 22px;
	vertical-align: middle;
	list-style: none;
}
/* 弹出菜单浮动层结束 */


/* 弹出日历开始 */
#schedule {
	position: absolute;
	top: 78px;
	left: 352px;
	background: #fff;
	border: 1px solid #8e8e8e;
	border-left: 0;
	text-align: left;
	padding: 0.5em;
	z-index: 2;
	display: none;
}
#schedule select, #date table {
	font-size: 14px;
}
#schedule select {
	width:142px;
}
#schedule table {
	border-collapse: collapse;
	margin: 0.5em 0 0 0;
	font-size: 14px;
	font-family: tahoma;
	font-weight: bold;
}
#schedule table td,#schedule table th {
	border: 1px solid #fff;
	padding: 0.75em;
	text-align: center;
}
#schedule table td{
	background: #ddd;
}
#schedule table td#active {
	background: #fc6;
}
#schedule table td a {
	color: #000;
	text-decoration: none;
}
#schedule table td a:hover {
	color: #cd0104;
}
#schedule table th {
	background: #cd0104;
	color: #fff;
}
/* 弹出日历结束 */
