﻿/* CSS Document */
.focusBox { position: relative; width: 579px; height:346px; float:left;}
	.focusBox .pic img { width: 579px; height: 346px; display: block; }
	.focusBox .txt { position: absolute; bottom: 5px; z-index: 2; height: 40px; width:100%; overflow: hidden; }
	.focusBox .txt li{ height:40px; line-height:40px; position:absolute; bottom:-30px;}
	.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 20px; font-weight: bold; text-decoration: none; font-family:'微软雅黑'}
	.focusBox .num { position: absolute; z-index: 3; bottom:17px; right: 5px; }
	.focusBox .num li{ float: left; position: relative; width: 16px; height: 16px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 13px; 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:#fff;}
	.focusBox .num li.on a,.focusBox .num a:hover{ background:#2d9bdb;  }