/**!
 * 景德镇市统计局
 * author: wuzhou
 * date:2017-01-09
 */


/* 轮播图 */

.wb-slider {
    position: relative;
    height: 330px;
    overflow: hidden;
}

.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("../image/mask-bg.png");
}

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

.wb-slider-switcher {
    position: absolute;
    right: 4px;
    bottom: 12px;
    height: 11px;
}

.wb-slider-stag {
    float: left;
    margin-right: 13px;
    height: 11px;
    width: 11px;
    line-height: 11px;
    text-align: center;
    background: #b7afaf;
    cursor: pointer;
    border-radius: 50%;
}

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


/* 工作动态 */

.ewb-work-tt {
    height: 37px;
    background-color: #efefef;
}

.ewb-work-name {
    display: block;
    font-size: 18px;
    color: #666;
    line-height: 34px;
    padding: 0 24px 0 22px;
    border-left: 1px solid transparent;
    border-top: 3px solid transparent;
}

.ewb-work-name.current {
    border-left: 1px solid #efefef;
    border-top: 3px solid #247cce;
    color: #247cce;
    background-color: #fff;
}

.ewb-news-items {
    padding-top: 15px;
}

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

.ewb-news-items>li>a {
    float: left;
    display: block;
    color: #333;
    padding-left: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 80%;
    background: url("../image/news_ico.jpg") left center no-repeat;
}

.ewb-news-items>li>a:hover {
    color: #cb1212;
    background: url("../image/news_ico_hover.jpg") left center no-repeat;
}

.ewb-hot-img {
    float: left;
    margin-top: 3px;
    margin-left: 14px;
}

.ewb-ndate {
    float: right;
    color: #999;
}

.ewb-ads-img {
    margin-top: 11px;
    display: block;
}

.ewb-info-items {
    padding: 7px 0 11px;
    margin-right: -23px;
    margin-left: 3px;
}

.ewb-info-items>li {
    width: 122px;
    float: left;
    height: 30px;
    line-height: 30px;
}

.ewb-info-items>li>a {
    padding-left: 11px;
    display: block;
    color: #333;
    background: url("../image/news_ico.jpg") left center no-repeat;
}

.ewb-info-items>li>a:hover {
    color: #cb1212;
}


/* 统计数据 */

.ewb-month-info {
    margin-top: 10px;
    height: 43px;
    border: 1px solid #e2e2e2;
}

.ewb-month-items>li {
    float: left;
    height: 43px;
    line-height: 43px;
    width: 35px;
    text-align: center;
    border-left: 1px solid #e2e2e2;
}

.ewb-month-items>li>a {
    color: #333;
}

.ewb-month-items>li>a:hover {
    color: #cb1212;
}

.ewb-month-items>li:first-child {
    border-left: 0;
    width: 128px;
}

.ewb-economic-items>li {
    float: left;
    height: 44px;
    line-height: 44px;
}

.ewb-economic-items>li>a {
    padding-left: 11px;
    padding-right: 16px;
    display: block;
    color: #333;
    background: url("../image/news_ico.jpg") left center no-repeat;
}

.ewb-economic-items>li>a:hover {
    color: #cb1212;
    background: url("../image/news_ico_hover.jpg") left center no-repeat;
}

.ewb-electricity {
    min-width: 83px;
}

.ewb-revenue {
    min-height: 309px;
    background-color: #f3f3f3;
    border: 1px solid #e2e2e2;
}


/* 图片链接 */

.ewb-link-items {
    margin-right: -20px;
}

.ewb-link-items>li {
    float: left;
    width: 224px;
    margin-right: 20px;
}


/* 友情链接 */

.ewb-friendlinks {
    margin-top: 10px;
    height: 60px;
    line-height: 60px;
    background-color: #efefef;
}

.ewb-friendlink {
    outline: none;
    display: block;
    width: 100%;
    height: 33px;
    border: 0;
    background-color: #fff;
}

.ewb-friendlinks .ewb-link-items {
    padding-top: 14px;
}

/* 2018.02.22 */
.wb-marquee {
    width: 1200px;
    height: 81px;
}
 .wb-left-btn{
    position: absolute;
    left: 0;
    top: 13px;
    z-index: 9999;
 }
 .wb-right-btn{
    position: absolute;
    right: 0;
    top: 13px;
    z-index: 9999;
 }
 .scroll{
    position: relative;
 }