/**×é¼þÑùÊ½**/
.list3w{
    margin: 50px 0;
    position: relative;}
.list3w .hd .prev,.list3w .hd .next{
    position: absolute;
    top: 50%;
    width: 32px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    background-size: 32px 60px;
    background-position: center;
    background-repeat: no-repeat;
    cursor:pointer;
    opacity: .5;}
.list3w .hd .prev{
    left: -42px;
    background-image: url(/kyc/images/s1-l.png);}
.list3w .hd .next{
    right: -42px;
    background-image: url(/kyc/images/s1-r.png);}
.list3w .bd{}
.list3w .bd ul{
    overflow:hidden;
    zoom:1;}
.list3w .bd ul li{
    float:left;
    width: 325px;}
.list3w .bd ul li .pic {
    padding: 0 10px;}
.list3w .bd ul li .pic img{
    width: 305px;
    height: 130px;
    display:block;}
