.focus-box{
    width:700px;
    /* padding:5px;
    background-color: #e8e8e8;
    border:1px solid #c6c6c6; */
    /* margin-top:10px;
    margin-left:10px; */
}
.focus{
    width:700px;
    height:456px;
    position:relative;
    overflow:hidden;
}
.focus_pics{
    position:absolute;
    left:0;
    top:0;
}
.focus_pics p { float:left; border-radius: 8px;}
.focus-pics img{border-radius: 8px;}
.focus_handle { position:absolute; left:265px; bottom:30px; opacity:0.9; }
.focus_handle li {float:left; margin:0 0 0 3px; width:40px; height:8px;display:block;background:#fff;cursor: pointer;}
.focus_handle li.on{ background-color:#CD3353; }
.focus-bottom{
    margin-top:25px;
    width:480px;
    padding:10px 30px;
    background:url(../bg5002.html) no-repeat left -349px;
    height:140px;
}
.focus-bottom p{
    font-size:14px;
    line-height:2em;
    color:#ffc7a2;
}
.focus-bottom em{
    font-weight:600;
    color:#faf100;
}