<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: 12px;
    color: #fff;
    background:rgba(0,0,0,0.5); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}
.wb-slider-mask .ellipsis {
    margin-left: 10px;
    width: 164px;
    color: #fff;
    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: #0969AA;
    border-radius: 50%;
}
.nav {
    width: 580px;
    position: relative;
}
.nav a {
    display: block;
    width: 41px;
    height: 119px;
    opacity: .2;
    z-index: 9;
}
.nav a.prev {
    position: absolute;
    left: 0;
    top: -350px;
    margin-top: -58px;
    background: url(../img/ban_pre.png) no-repeat;
}
.nav a.next {
    position: absolute;
    right: 0;
    top: -350px;
    margin-top: -58px;
    background: url(../img/ban_next.png) no-repeat;
}</pre></body></html>