.insiFocus {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;}
.insiFocus .hd {
    height: auto;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 14px;
    z-index: 2;}
.insiFocus .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;}
.insiFocus .hd ul li {
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    cursor: pointer;
    border-radius: 50px;
    background: rgba(255,255,255,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55ffffff',endColorstr='#55ffffff');      /*ie6,ie7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#55ffffff', endColorstr='#55ffffff')";}
.insiFocus .hd ul li.on {
    background: #ffe121;}
.insiFocus .bd {
    position: relative;
    height: 100%;
    z-index: 0;}
.insiFocus .bd li {
    zoom: 1;
    vertical-align: middle;}
.insiFocus .bd img {
    width: 100%;
    display: block;}
.insiFocus .bd li p{
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000',endColorstr='#55000000');      /*ie6,ie7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000', endColorstr='#55000000')";      /*ie8*/
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 65px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}
