.picScroll-top {
    margin: 0 auto;
    width: 298px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}
.hd span a {
    line-height: 30px;
    float: left;
    font-size: 16px;
    color: #00498e;
    position: relative;
}
.picScroll-top .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.picScroll-top .hd .prev,.picScroll-top .hd .next {
    display: block;
    width: 9px;
    height: 5px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") 0 -100px no-repeat;
}

.picScroll-top .hd .next {
    background-position: 0 -140px;
}

.picScroll-top .hd .prevStop {
    background-position: -60px -100px;
}

.picScroll-top .hd .nextStop {
    background-position: -60px -140px;
}

.picScroll-top .hd ul {
    float: right;
    overflow: hidden;
    zoom:1; margin-top: 10px;
    zoom:1; }

.picScroll-top .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-top .hd ul li.on {
    background-position: 0 0;
}

.picScroll-top .bd {
    margin: 10px;
}

.picScroll-top .bd ul {
    overflow: hidden;
    zoom:1; }

.picScroll-top .bd ul li {
    text-align: center;
    zoom:1;
    }

.picScroll-top .bd ul li .pic {
    float: left;
    width: 30%;
    text-align: center;
}

.picScroll-top .bd ul li .pic img {
    width: 64px;
    height: 78px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.picScroll-top .bd ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-top .bd ul li .title {
    display: inline-block;
    width: 70%;
}
.title a {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 84px;
}