.wb-slider {
    position: relative;
    overflow: hidden;
/*    width: 530px; 
    height: 330px;*/ 
}
.wb-slider-conbox {
    overflow: hidden;
  /*  width: 3528px; */
    position: relative; 
  /*  top: 0px; 
    left: -1764px;*/
}
.wb-slider-ctag {
    position: relative;
/*    width: 530px;
    height: 330px;*/
    float: left;
}
.wb-slider-ctag img {
    width: 100%;
    height: 100%;
}

.wb-slider-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #1F2329;
    background:#E1E3E5;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}
.wb-slider-mask .ellipsis {
    margin-left: 10px;
    width: 164px;
    color: #1F2329;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
}
.wb-slider-switcher {
    position: absolute;
    right: 6px;
    bottom:16px;
    height: 10px;
}
.wb-slider-stag {
    float: left;
    margin-right: 15px;
    height: 10px;
    width: 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
}
.wb-slider-stag.active {
    background: #EC9725;
    border-radius: 50%;
}
.preAndNext{position: absolute;top: 40%;width: 30px;height: 55px;background-color: #232121;z-index: 3333;color: #fff;cursor: pointer;font-size: 30px;text-align: center;line-height: 55px;}
#right-btn{right: 0;}