.but {
	float: left;
	width: 100px;
	height: 28px;
	line-height: 28px;
	background-color: #96cc68;
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
	cursor:pointer;		
}
.but.disabled { 
	pointer-events: none; 
	background-color: #ddd;
}
.gBtn{
	float:left;
	padding:5px;
	width:120px;
	height:100px;
	margin-left:70px;
	border-radius: 9px;
	cursor:pointer;
}
h3{
	color:#38f;
	font-size:18px;
	border-left:5px solid #38f;
	padding-left:12px;
}
.gtitle{
	text-align:center;
	font-size:16px;
	font-weight:600;
}
.gimg{
	height:48px;
	padding:0px 24px;
}
.gtext{
	padding-top:6px;
}
.gcontent{
	text-align:center;
	color:#666;
	font-size:12px;
}

.kc_list{
}
.kc_list ul{
	list-style-type: none;
	margin-left: 2px;
}
.kc_list ul li{
	width: 100%;
	height: auto;
	float: left;
	padding: 5px 20px;
	border-bottom: 1px solid #ccc;
}
.kc_list ul li span{
	height: 30px;
	line-height: 26px;
}
.kc_list ul li:hover img{
    display:block;
    }

#kcfl #divML .node{
	width:100%;
	line-height: 30px;
	margin-top: 2px;
	display: block;
	background-color: #edf9ff;
}
#kcfl #divML .node .folding {
	display: inline-block;
}
#kcfl #divML .node .selected tt{
	color: #00c3fe;
}
#kcfl #divML .selected tt{
	color: #FFFFFF;
}
#kcfl #divML .node[level="1"] {
	width:100%;
	line-height: 40px;
	background-color: #dce1e6;
	margin-top: 10px;
	display: block;
	text-align: center;
}
#kcfl #divML .node[level="1"]:HOVER {
	background: #45C4EA;
}
#kcfl #divML .node[level="1"] tt {
	width:100%;
	color: black;
}
#kcfl #divML .node[level="1"].selected {
	background: #45C4EA;
}
#kcfl #divML .node[level="1"].selected tt{
	color: #FFFFFF;
}

.tableTree {}
.tbTree tr td {
	height: 26px;
	line-height: 20px;
}
.tbTree tr td span {
	line-height: 20px;
	margin-right: 2px;
}
.tbTree tr td img {
	margin-bottom: -4px;
	margin-right: 8px;
}
.tbTree tr[level="2"] td:first-child {
	padding-left: 40px;
}
.tbTree tr[level="3"] td:first-child {
	padding-left: 80px;
}
.tbTree tr[level="4"] td:first-child {
	padding-left: 100px;
}

#description ul li{
	height: 30px;
	line-height: 26px;
	font-size: 14px;;
}
#pf img{
	margin-right: 8px;
	position: relative;
	top: 2px;
}

.tab {
	height: 40px;
	background-color: #EDF9FF;
}
.tab ul {
	margin: 0px;
	padding: 0px;
}
.tab ul li {
	list-style: none;
	float: left;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #DCE1E6;
	cursor:pointer;
}
.tab ul li.selected {
	background-color: #96cc68;
	color: #FFFFFF;
}
.notes>ul{
		width: 296px;
		padding-top: 8px;
}
.notes>ul>li{
	height: 26px;
	width: 286px;
	line-height: 26px;
	font-size:8px;
}
.notes>ul>li span{
	position: relative;
	top: 2px;
	font-size:14px;
}

.news>ul{
		width: 290px;
		padding-top: 10px;
		}
.news>ul>li{
	height: 30px;
	width: 290px;
	line-height: 30px;
		font-size:8px;
}
.news>ul>li span{
	position: relative;
	top: 2px;
	font-size:14px;
}
.home_ph>ul{
		width: 290px;
		padding-top: 5px;
}
.home_ph>ul>li{
	padding-top: 12px;
	width: 290px;
}
.s_down{
	position:fixed;
	left:0;
	z-index:101;
	background-color: #FFF;
	box-shadow:0 0 5px #888;
}
.s_down_nosd{
	position:fixed;
	left:0;
	z-index:101;
	background-color: #FFF;
}
.tbui_aside_float_bar {
    position: fixed;
    left: 95%;
    bottom: 100px;
    z-index: 1005;
}