﻿/*.news_tab {
	margin: 0px;
	width: 100%;
	font-size: 13px;
	line-height: normal;
	height: 25px;
	height:auto;
	float: left;
	padding: 0px;

}
.news_tab ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
.news_tab li {
	display: inline;
	margin: 0;
	padding: 0;
}
.news_tab a span {
	float: left;
	display: block;
	padding: 7px 10px 0px 5px;
	color: #ffffff;
	background-position: 100% -25px;
word-break:break-all;

}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
/*
.news_tab a span {
	float: none;
}
/* End IE5-Mac hack *//*
.news_tab a {
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	background-position: 0% -25px;
word-break:break-all;
}
.news_tab a:hover span {
	color: #003333;
}
.news_tab a:hover {
	background-position: 0% 0px;
}
.news_tab a:hover span {
	background-position: 100% 0px;
}
.news_tab #current a {
	background-position: 0% 0px;
}
.news_tab #current a span {
	background-position: 100% 0px;
	color: #003333;
}
.news_ft {
	width: 95%;
	padding: 0px 0px 0px;
	height:20px;
}
.news_ft img {
	border: 0px;
	margin: 0px 2px;
}
.news_ct {
	margin: 0px 0px;
	padding: 0px;
	width: 100%;
	clear: both;
	height: 250px;
	overflow: hidden;
}
.news_ct h1 {
	margin: 0px 0px 0px;
	padding: 5px 0px;
	font-size: 1em;
}
.news_ct h1 a {
	margin: 0px;
	padding: 5px 0px;
	color: #003399;
	text-decoration: none;
}
.news_ct img {
	float: left;
	margin: 10px 10px 0px;
	border: 1px solid #666666;
}
.news_ct p {
	margin: 0px 0px 0px 2px;
	padding: 0px;
	line-height: 1.8em;
}
.news_ct p a {
	margin: 0px;
	padding: 0px;
	color: #666666;
}
.news_ct p a:hover {
	margin: 0px;
	padding: 0px;
	color: #663366;
	font-size: 1em;
}
.news_ct ul {
	margin: 10px 10px 10px;
	padding: 10px 0px 0px;
	border-top: 1px #999999 dashed;
}
.news_ct li {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	list-style-type: none;
	line-height: 2em;

}
.news_ct li a
{
    color: #333366;
    text-decoration: none;
}
.news_ct li a:hover {
	color: #5E8273;
	text-decoration: underline;
}
.news_ct li.news
{  
   background-repeat: no-repeat;
   background-position: 0px center;
}
.news_ct li.hot
{  
   background-repeat: no-repeat;
   background-position: 0px center;
}
.news_ct li a span {
	color: #006600;
	padding: 0px 10px 0px 0px;
}
.news_ct .more {
	color: #660000;
}
.news_ct div {
	padding: 5px 10px 10px;
	height: 100%;
}*/