.area{
    width:32%;
    /*margin:20px auto; */
    overflow:hidden;
    position:relative;
    cursor:pointer;
}
.js{
    position: relative;
    /*width:625px;*/
    height: 215px;
    margin:0 auto;
}
.prevBtn{
    height:47px;
    width: 32px;
    display:block;
    position:absolute;
    top:85px;
}
.prevBtn:hover{
    background:url("../image/news/btn01.jpg") no-repeat;
}
.nextBtn {
    height:47px;
    width: 32px;
    display:block;
    position:absolute;
    right:0;
    top:85px;
}
.nextBtn:hover{
    background:url("../image/news/btn02.jpg") no-repeat;
}
.bg{
    width:100%;
    padding-top:1px;
    background:rgba(0,0,0,0.6);
    _background:none;/*IE6*/
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="images/bg01.png");/*IE6*/
    height:45px;
    left:0;
    bottom:0px;
    position:absolute;
}
.jsNav{
    position:absolute;
    bottom:0;
    right:10px;
}
.jsNav a{
    width:7px;
    font-size:14px;
    margin-right:6px;
    height:26px;
    line-height:26px;
    display:block;
    float:left;
    text-align:center;
    color:#fff;
    background:url("../image/news/but01.png") no-repeat;
}
.jsNav a:hover{
    background:url("../image/news/but02.png") no-repeat;
    color: #FF1555;
    text-decoration:none;
}
.jsNav .imgSelected {
    background:url("../image/news/but02.png") no-repeat;
    color: #FF1555;
}
.qq{
    display:none;
    z-index:200;
}