@charset "utf-8";
/* CSS Document */
* {
	font-size: 14px;
	font-family:tahoma;
}
body, html {
	margin:0;
	padding:0;
}
ul, li {
	margin:0;
	padding:0;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
textarea {
	resize:none;
}

div.panel {
	width: 970px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}
a.banner {
	
}
a.banner img {
	width: 100%;
}
div.nav {
	margin: 20px 0;
}
div.nav, div.nav * {
	color: #888;
}
div.nav span {
	color: #333;
}
div.backHome {
	position: absolute;
	right: 15px;
	top: 20px;
	width: 60px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #e5f9e6;
	background-color: #479b4c;
	cursor: pointer;
	font-weight: bold;
	z-index: 20;
}

div.titlePanel {
	margin: 10px 0;
	border-bottom: 1px solid #ddd;
}
div.titlePanel div.title{
	height: 40px;
	line-height: 40px;
	float: left;
	border-bottom: 2px solid #35912d;
	background: no-repeat center left;
	font-size: 18px;
	padding-left: 30px;
}
div.titlePanel div.title.new {
	background-image: url('../images/greenStyle/ico_sj.png');
}
div.titlePanel div.title.info {
	background-image: url('../images/redStyle/icon5.png');
}
div.titlePanel div.title.data {
	background-image: url('../images/redStyle/icon2.png');
}
div.titlePanel div.title.active {
	background-image: url('../images/greenStyle/ico_book_2.png');
}
div.titlePanel div.title.link {
	background-image: url('../images/redStyle/icon4.png');
}

div.chartContentPanel div.tabPanel {
	background-color: #e8e8e8;
}
div.chartContentPanel div.tabPanel div.tabItem {
	float: left;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	padding: 0 8px;
	margin: 2px;
	margin-bottom: 0;
	cursor: pointer;
}
div.chartContentPanel div.tabPanel div.tabItem.selected {
	background-color: #f7f7f7;
	color: #479b4c;
	font-weight: bold;
}
div.chartContentPanel div.chartPanel {
	
}
div.chartContentPanel div.chartPanel div.chart {
	height: 400px;
	display: none;
}
div.chartContentPanel div.chartPanel div.chart.selected {
	display: block;
}
div.chartContentPanel div.chartPanel div.chart iframe {
	width: 100%;
	height: 100%;
	border: none;
}

div.boderPanel {
	
}
div.boderPanel div.activePanel {
	float: left;
	position: relative;
	margin-left: 10px;
}
div.boderPanel div.activePanel div.tabPanel {
	position: absolute;
}
div.boderPanel div.activePanel div.tabPanel div.tabItem {
	float: left;
	width: 70px;
	text-align: center;
	height: 24px;
	line-height: 24px;
	background: #f7f7f7;
	border: 1px solid #bbb;
	border-left: none;
	cursor: pointer;
}
div.boderPanel div.activePanel div.tabPanel div.tabItem:first-child {
	border-left: 1px solid #bbb;
}
div.boderPanel div.activePanel div.tabPanel div.tabItem.selected {
	background: white;
	border-bottom: 1px solid white;
	color: #479b4c;
}
div.boderPanel div.activePanel div.contentPanel {
	position: relative;
	margin-top: 25px;
	border: 1px solid #bbb;
	width: 465px;
	height: 206px;
	display: none;
}
div.boderPanel div.activePanel div.contentPanel.selected {
	display: block;
}
div.boderPanel div.activePanel div.contentPanel ul.activeList {
	
}
div.boderPanel div.activePanel div.contentPanel ul.activeList li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px 10px;
    font-size: 12px;
    cursor: pointer;
    list-style: inside;
}
div.boderPanel div.activePanel div.contentPanel div.more {
	position: absolute;
	font-size: 12px;
	right: 10px;
	bottom: 5px;
	cursor: pointer;
}

div.space {
	height: 10px;
}

div.footer {
	background: url('../images/footer.png') no-repeat center center;
}
div.footer div.footerLine {
	margin: 3px auto;
	text-align: center;
}
div.footer div.footerLine a {
	padding: 0 10px;
	border-left: 1px solid #ddd;
	font-size: 12px;
	color: #000;
}
div.footer div.footerLine a:first-child {
	border-left: none;
}
div.footer div.footerLine span  {
	font-size: 10px;
}