/* CSS Document */
/*图片切换*/
.focusBox { position: relative; width: 385px; height: 250px; overflow: hidden; margin-top:3px;}
	.focusBox .pic img { width: 385px; height: 216px; display: block; }
	.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 30px; width:100%; overflow: hidden; }
	.focusBox .txt li{ height:30px; line-height:30px; position:absolute; bottom:-30px;}
	.focusBox .txt li a{ display: block; color: #333; padding: 0 0 0 3px; font-size: 15px; font-weight:bold; text-decoration: none; }
