<>
/* 焦点图33333333 */
.focusBox {
float: left;
position: relative;
width: 580px;
height: 366px;
overflow: hidden;
font-family: Arial;
text-align: left;
background: #fff;
}
.focusBox .pic img {
width: 580px;
height: 366px;
display: block;
}
.focusBox .txt-bg {
position: absolute;
bottom: 0;
z-index: 1;
height: 42px;
width: 100%;
background: #333;
filter: alpha(opacity=40);
opacity: 0.8;
overflow: hidden;
}
.focusBox .txt {
position: absolute;
bottom: 0;
z-index: 2;
height: 42px;
width: 100%;
overflow: hidden;
}
.focusBox .txt li {
height: 42px;
line-height: 42px;
position: absolute;
bottom: -42px;
}
.focusBox .txt li a {
display: block;
color: white;
padding: 0 0 0 10px;
font-size: 16px;
font-weight: bold;
text-decoration: none;
height: 42px;
width: 440px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.focusBox .num {
position: absolute;
z-index: 3;
bottom: 13px;
right: 8px;
}
.focusBox .num li {
float: left;
position: relative;
width: 13px;
height: 13px;
line-height: 15px;
overflow: hidden;
text-align: center;
margin-right: 10px;
cursor: pointer;
}
.focusBox .num li a,
.focusBox .num li span {
position: absolute;
z-index: 2;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-decoration: none;
background: url(/images/760/slideoff.png) no-repeat;
}
.focusBox .num li span {
z-index: 1;
filter: alpha(opacity=50);
opacity: 0.5;
}
.focusBox .num ul{
width: 100%;
height: auto;
}
.focusBox .num li.on a,
.focusBox .num a:hover {
background: url(/images/760/slideon.png) no-repeat;
}
.focusBox .prev {
width: 40px;
height: 66px;
position: absolute;
left: 0;
top: 135px;
background: url(/images/760/slideprev.png) no-repeat;
}
.focusBox .next {
width: 40px;
height: 66px;
position: absolute;
right: 0;
top: 135px;
background: url(/images/760/slidenext.png) no-repeat;
}
.focusBox .pic{
position: relative; width: 100% !important; height: 100% !important;
}
>