/* CSS Document */
/*图片切换*/
		.hasMoreTab{ font-family:"微软雅黑"; width: 550px;height: 387px;float: left;}
	.hasMoreTab .hd{ line-height:51px; height:51px;  position:relative;width: 548px;}
	.hasMoreTab .hd .more{ float:right;}
	.hasMoreTab .hd ul{ z-index:5; position:absolute; height:51px;  overflow:hidden; zoom:1;}
	.hasMoreTab .hd li{background:#2a7dcd; float:left;font-size: 15px;height: 51px;line-height:40px;width: 153px;  cursor:pointer;color:white ; margin-left:-1px;overflow: hidden;font-family: "微软雅黑";font-weight: bold;}
	.hasMoreTab .hd li.on{background:#e4e4e4 ;color: #3a3939;}
	.hasMoreTab .bd{  clear:both; position:relative; width: 474px;height: 337px;}
	.hasMoreTab .bd h2{ font-size:14px;}
	.hasMoreTab .bd p{ color:#999;}
	.hasMoreTab .bd p a{ color:#c00;}
	.hasMoreTab .bd ul a{ color:#3E78B3;}
	
	/* 焦点图 */
.focusBox {float:left; position: relative; width: 445px; height: 350px; margin-bottom:10px;  overflow: hidden; font-family:Arial; text-align: left; background:#e4e4e4;}
.focusBox .pic img { width: 445px; height: 300px; display: block;}
.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden;}
.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden;}
.focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none;}
.focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px;}
.focusBox .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer;}
.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none;}
.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5;}
.focusBox .num li.on a,.focusBox .num a:hover{ background:#f60;}
	
	
	