
/* ÂÖ²¥Í¼ */

.ewb-span8 {
    width: 326px;
    float:left;
}
.wb-slider {
    position: relative;
    overflow: hidden;
}
.wb-slider-conbox {
    overflow: hidden;
}
.wb-slider-ctag {
    position: relative;
}
.wb-slider-ctag img {
    height: 100%;
    width: 100%;
}
.wb-slider-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #fff;
    font-size: 12px;
    font-family: "ËÎÌå";
    color: #fff;
    background-color: #ccc;
    text-align: center;
}
.wb-slider-mask.ellipsis {
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
}
.wb-slider-mask a {
    color: #333;
    font-weight: bold;
}
.wb-slider-switcher {
    position: absolute;
    right: 0;
    bottom: 29px;
    height: 18px;
}
.wb-slider-stag {
    float: left;
    height: 16px;
    width: 23px;
    border-left: 1px solid #fff;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: url(../images/mask-bg.png) repeat;
    cursor: pointer;
}
.wb-slider-stag.cur {
    background: #ea0707;
    border-color: #fff;
}