/**!
 * 溆浦电子商务专栏
 * author: wuzhou
 * date:2017-10-24
 */


/* 轮播图 */

.wb-slider {
    position: relative;
    font-size: 14px;
    overflow: hidden;
    height: 280px;
}

.wb-slider-conbox {
    overflow: hidden;
}

.wb-slider-ctag {
    display: block;
    position: relative;
}

.wb-slider-ctag img {
    display: block;
    width: 100%;
    height: 100%;
}

.wb-slider-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background: url("mask-bg.png")/*tpa=http://www.xp.gov.cn/wzzt/swzt/images/mask-bg.png*/;
}

.wb-slider-mask .ellipsis {
    display: block;
    margin-left: 10px;
    width: 200px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wb-slider-switcher {
    position: absolute;
    right: 7px;
    bottom: 10px;
    height: 18px;
}

.wb-slider-stag {
    float: left;
    margin-right: 3px;
    height: 18px;
    width: 25px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #898989;
    cursor: pointer;
}

.wb-slider-stag.cur {
    background: #ff8202;
}


/* 新闻动态 */

.ewb-news {
    padding: 1px 1px 0;
    min-height: 277px;
    border: 1px solid #cee1fd;
}

.ewb-news-tt {
    height: 38px;
    line-height: 38px;
    color: #fff;
    background-color: #2a64be;
}

.ewb-news-name {
    margin-left: 13px;
    padding-left: 27px;
    font-size: 16px;
    font-weight: bold;
    background: url("news_ico.png")/*tpa=http://www.xp.gov.cn/wzzt/swzt/images/news_ico.png*/ left center no-repeat;
}

.ewb-news-more {
    color: #fff;
    margin-right: 11px;
}

.ewb-news-items {
    margin: 0 10px;
    padding-top: 8px;
}

.ewb-news-items>li {
    height: 28px;
    line-height: 28px;
    vertical-align: top;
}

.ewb-news-items>li>a {
    float: left;
    display: block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.ewb-ndate {
    color: #999;
}

.ewb-news-items>li>a:hover {
    color: #ff8202;
}
.zz-logo{position: absolute;left: 20px;top: 15px;display: block;}
.zz-logo img{width: 60%;}