﻿/*清除浮动*/
.clearfix:before, .clearfix:after {
    content: "";
    /* display: table; */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}

body {
	background: #F7F7F7;
	margin: 0;
	padding: 0;
}
#themeTabs {
	margin: 0 auto;
	width: 1200px;
    margin-bottom: 10px;
}

.widget-tabs-left {
	height: 798px;
	float: left;
	background: #F5F7F9;
	display: none;
}
.widget-tabs-right {
	height: 800px;
    float: left;
}
.widget-tabs-left-title,.widget-tabs-left-ul {
	width:100%;
}
.widget-tabs-left-title {
    width: 100%;
    height: 55px;
    color: #333333;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    text-align: center;
    line-height: 55px;
    border-bottom: #DBE1E7 1px solid;
}

.widget-tabs-left-ul ul,.widget-tabs-left-ul ul li{
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget-tabs-left-ul ul li {
	width: 100%;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.widget-tabs-left-ul ul li s.tabItemIcon {
	width: 26px;
	height: 22px;
	position: absolute;
    left: 17px;
    top: 17px;
    background: url("../images/economic-icon.png") no-repeat;
}

.widget-tabs-left-ul ul li.economicItem s.tabItemIcon {
	background: url("../images/economic-icon.png") no-repeat;
}

.widget-tabs-left-ul ul li.dataVisualItem s.tabItemIcon {
	background: url("../images/dataVisual-icon.png") no-repeat;
}

.widget-tabs-left-ul ul li.zdJianceItem s.tabItemIcon {
	background: url("../images/zdJiance-icon.png") no-repeat;
}

.widget-tabs-left-ul ul li s.tabItemBorder {
	width: 3px;
	height: 100%;
	background-color: #3091F2;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.widget-tabs-left-ul ul .sjjd {
	background-position: -13px -6px;
}
.widget-tabs-left-ul ul .sjzt {
	background-position: -13px -47px;
}
.widget-tabs-left-ul ul .visualProduct {
	background-position: -13px -89px;
}

.widget-tabs-left-ul ul .widget-tabs-left-a-click {
	background-color: #FFFFFF;
	width: 145px;
}
.widget-tabs-left-ul ul a.widget-tabs-left-a-click s {
	display: block;
}
.widget-tabs-left-ul ul .sjjd.widget-tabs-left-a-click {
	border-left-color: #3091F2;
}
.widget-tabs-left-ul ul .sjzt.widget-tabs-left-a-click {
	border-left-color: #FF9900;
}
.widget-tabs-left-ul ul .visualProduct.widget-tabs-left-a-click {
	border-left-color: #19A05F;
}

.widget-tabs-left-ul ul li a {
	display: inline-block;
    width: 100%;
	height: 100%;
	color: #333333;
	font-size:14px;
	font-family: Microsoft YaHei;
	text-decoration:none;
    text-align: left;
    padding-left: 55px;
}

.widget-tabs-left-ul ul li .themeNum {
	color: #999999;
	font-size:14px;
	font-family: Microsoft YaHei;
}

.widget-tabs-right iframe {
	width:100%;
	height: 798px;
}

.tabItem {
	position: relative;
}

.tabItem .themeNum {
    position: absolute;
    top: 0px;
    right: 20px;
}

