﻿/*Tab选项卡*/
#HK_Tab{	
	width:362px;
	height:388px;
	float:right;	
	border:1px solid #c6dcf0;
	margin-top:10px;
}
.Tab{
	
}
.Tab .title{
	width:362px;
	height:39px;
	float:left;
	background:url(/global/text_bg7.jpg) repeat-x;
}
.Tab .title a{
	color:#013364;
}
.Tab .title ul {
	width:360px;
	float:left;
	line-height:39px;
    list-style:none;
}
.Tab .title ul li{
	width:76px;
	height:39px;
	line-height:39px;
	overflow:hidden;
	display:block;
	float:left;
    color:#013364;
    font-size:14px;
	text-align:center;
	font-weight:bold;
    margin-left:5px;
    margin-right:5px;	
    list-style:none;
}
.Tab .title .more{
	float:right;
	font-size:12px;
	padding-right:10px;
}
.Tab .title a:hover{
	display:block;
}
.Tab .title .more a:hover{
	color:#013364;
	text-decoration:underline;
}
.Tab .title a:link, .Tab .title a:visited{
	text-decoration: none;
}
.Tab .title ul li .n1{
	display:block;
	font-weight:bold;
	color:#fff;
	background:url(/global/text_bg8.jpg) no-repeat;
}


.Tabcon{
	float:left;
	width:362px;
	height:348px;
    display:inline;
}
.Tabcon ul{ width:360px; float:left; font-size:12px; list-style:none; margin-top:10px; }
.Tabcon ul li{ 
	height:28px;
	line-height:28px;
	padding-left:15px;
	background:url(/global/list-line-bg-3.jpg) 5px 12px;
	background-repeat:no-repeat;
	overflow:hidden;
}
.Tabcon ul li a{ color:#023165; text-decoration:none;}
.Tabcon ul li a:link, .tabcon ul li a:visited{ color:#000;}
.Tabcon ul li a:hover{ color:#000; text-decoration:underline;}

.Tabcon ul li b{
	width:272px;
	height:30px;
	line-height:30px;
	float:left;
	font-weight:100;
	overflow:hidden;
}

/*Tab选项卡*/