/* jquery.hiSlider.css */
.hiSlider-pages,
.hiSlider-title{
    position: absolute;
    z-index: 3;
}
#hiSlider3 .hiSlider-item{
    position: relative;
    max-height: 287px;
}
.hiSlider-item::before{
    content:attr(date-content);
    position: absolute;
    bottom: 4px;
    display: block;
    z-index: 33;
    background: rgba(0,0,0,0.5);
    line-height: 44px;
    padding-left:15px;
    color: #fff;
    font-size: 15px;
    width: 96.3%;
}
.hiSlider-btn-prev,
.hiSlider-btn-next{
    position: absolute;
    z-index: 5;
    top: 50%;
    height: 30px;
    width: 30px;
    margin-top: -15px;
    text-indent: -200px;
    overflow: hidden;
    opacity: .6;
    filter:alpha(opacity:60);
}
.hiSlider-btn-prev{
    left: 10px;
    background:  url(../images/bl.png) no-repeat;
}
.hiSlider-btn-next{
    right: 10px;
    background:  url(../images/br.png) no-repeat;
}
.hiSlider-btn-prev:hover,
.hiSlider-btn-next:hover{
    opacity: 1;
    filter:alpha(opacity:100);
}
.hiSlider-title{
    bottom: 0;
    width: 100%;
    padding: 6px 0;
    color: #fff;
    text-indent: 10px;
    background: rgba(0,0,0,.6);
    z-index: 2;
    font: 14px/2 "Microsoft YaHei", "Arial", "Tahoma";
    display: none;
}
.news-roll .hiSlider-pages a{
    border-radius: 0;
    width: 7px;
    height: 7px;
    border: none;
    background: #fff;
}
.news-roll .hiSlider-pages a.active{
    background: #f64d11;
}
.news-roll .hiSlider-pages{
    bottom: 10px;
    text-align: right;
    z-index: 100;
    right: 10px;
}
.hiSlider-pages{
    bottom: 15%;
    text-align: center;
    width: 100%;
    z-index: 100;
}
#pd .hiSlider-pages{
    bottom: 5%;
    text-align: center;
    width: 100%;
    z-index: 100;
}
.hiSlider-pages a{
    height: 12px;
    width: 12px;
    margin: 0 6px;
    display: inline-block;
    overflow: hidden;
    text-indent: -100px;
    font-size: 0;
    border-radius: 50%;
    background: #009fe9;

}
.hiSlider-pages a.active{
    background: #fff;
}