@charset "utf-8";

	
.focusBox {

	width:274px;
	height:170px;
	margin:0 auto;
	border:1px solid #fff;
	position:relative;
	overflow:hidden;
	font:12px;
	text-align:left;
	background:#fff;}
.focusBox .pic{
	display:block;
	height:170px;
	overflow:hidden;}	
.focusBox .pic img {
	width:274px;
	height:170px;
	display:block;}
.focusBox .txt-bg {
	position:absolute;
	bottom:0;
	z-index:1;
	height:30px;
	width:274px;
	background:#000;
	filter:alpha(opacity=60);
	opacity:0.6;
	-moz-opacity:0.6;
	overflow:hidden;}
.focusBox .txt {
	position:absolute;
	bottom:0;
	z-index:2;
	height:32px;
	width:274px;
	overflow:hidden;}
.focusBox .txt li {
	text-indent:10px;
	color:#fff;
	width:180px;
	height:30px;
	line-height:30px;
	position:absolute;
	word-break:keep-all;	/* 内容超出宽度时隐藏超出部分的内容 */
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	bottom:-30px;}
.focusBox .txt li a {
	display:block;
	color:#fff;
	font-size:12px;
	font-weight:100;
	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:#DA2003;}
