body {
	background-color: #e6e6e6;
	font-family: Arial, "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	margin:0px;
	padding:0px;
	line-height: 180%;
	font-size: 22px;
}

h2 {
	margin:0px;
	padding:0px;
	line-height: 180%;
	font-size: 14px;
}

/*运用层效果CSS开始*/
.hideDlg
{
	display:none;
	position: relative;
}
.showDlg
{
	background-color:#f6eceb;
	height:200px;
	width:300px;
	position: absolute;
	z-index:50;
	border: 2px solid #cd0100;
	padding:10px;
}
#close_video {
	font-size: 12px;
	font-family: Arial;
	background-color: #cd0100;
	color: #FFFFFF;
}

.centenr_bg {
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

.bottom_bg
{
	background-image: url(img/bg_bottom.gif);
	background-repeat: repeat-y;
	background-position: center bottom;	
}

a {
	color: #000000;
	text-decoration: none;
}

a.menu:link {
	color: #f4f4f4;
	text-decoration: none;
	font-weight: bold;
}
a.menu:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	color: #f4f4f4;
	text-decoration: underline;
	font-weight: bold;
}
a.menu:active {
	color: #f4f4f4;
	text-decoration: none;
	font-weight: bold;
}
.menu_font {
	font-family: "宋体";
	font-size: 14px;
}

.menu_line
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}

.current_title {
	font-size: 14px;
	font-weight: bold;
	color: #df0806;
}
.left_men_bg {
	background-image: url(img/left_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.current_channel {
	background-image: url(img/menu_bg_current.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.show_content {
	font-family: "宋体";
	font-size: 14px;
	line-height: 180%;
	color: #4f4f4f;
	padding:10px;
}

a.news_list_title:link {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
a.news_list_title:visited {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
a.news_list_title:hover {
	color: #ff0000;
	text-decoration: none;
	font-size: 12px;
}
a.news_list_title:active {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}



a.news_list_title2:link {
	color: #434343;
	font-size: 12px;
}
a.news_list_title2:visited {
	color: #434343;
	font-size: 12px;
}
a.news_list_title2:hover {
	color: #ff0000;
	font-size: 12px;
	text-decoration: underline;
}
a.news_list_title2:active {
	color: #434343;
	font-size: 12px;
	text-decoration: underline;
}


ul {
	padding:0px;
}

.toplevel
{
	margin-left:20px;
	margin-top:0px;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	width: 170px;
}
.toplevel li
{
	line-height: 200%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;	
}

.secondlevel
{
	margin-left:20px;
	list-style-type:none;
	font-weight: normal;
}

.secondlevel li
{
	line-height: 200%;
	border-bottom-style: none;	
}


.index_bg {
	background-image: url(img/index_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.date_time_font
{
	font-family: "Courier New", Courier, monospace;
	color: #FF0000;
}
