    background: url(../images/icon3.png) no-repeat left;
    font-size: 16px;
    padding: 13px 0 13px 15px;.picScroll-left{overflow:hidden; position:relative;}
        .picScroll-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;}
        .picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
             cursor:pointer; background:url(../images/arrow.png) 0 0 no-repeat;}
        .picScroll-left .hd .next{ background-position:0 -50px;}
        .picScroll-left .hd .prevStop{ background-position:-60px 0;}
        .picScroll-left .hd .nextStop{ background-position:-60px -50px;}
        .picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1;}
        .picScroll-left .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-left .hd ul li.on{ background-position:0 0;}
        .picScroll-left .bd{ padding:10px;}
        .picScroll-left .bd ul{ overflow:hidden; zoom:1;}
        .picScroll-left .bd ul li{   height: auto; position: relative; margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;}
        .picScroll-left .bd ul li .pic{ text-align:center;}
        .picScroll-left .bd ul li .pic img{ width:315px; height:auto; display:block;  padding:2px;}
        .picScroll-left .bd ul li .pic a:hover img{ border-color:#999;}
        .picScroll-left .bd ul li .title{line-height: 24px;
    position: absolute;
    left: 2.5rem;
    right: 2.5rem;
    bottom: 22px;
    transform: translateY(50%);
    padding: 5px 10px;
    background-color: #a70002;
    clip-path: polygon(1% 0, 99% 0, 100% 100%, 0 100%);
    z-index: 999;}
    .title a{    color: #fff;}

.picScroll-left .prev, .picScroll-left .next {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -30px;
    display: block;
    width: 36px;
    height: 60px;
    background:#000 url(images/slider-arrow.png) -110px center no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index:999;}
.picScroll-left .next {
    left: auto;
    right: 10px;
    background-position: 8px center;}

