/**!
 * 景德镇民盟
 * date: 2016.3.22
 * author: wuzhou
 */


.pt10 {
    padding-top: 10px;
}

.block {
    height: 240px;
    padding: 0 10px;

    border: 1px solid #e8e8e8;
}

.news-tt {
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    line-height: 33px;

    width: 100px;
    height: 33px;

    text-align: center;

    color: #e74c3c;
    border-bottom: 2px solid #e74c3c;
}

.news-more {
  
    height: 34px;

    text-align: right;

    border-bottom: 1px solid #e8e8e8;
}

.news-more-link {
    font-size: 14px;
    line-height: 22px;

    display: block;

    width: 50px;
    margin-right: 5px;
    padding-top: 10px;

    color: #333;
}

.news-items {
    padding-top: 10px;
}

.news-item {
    height: 22px;

    vertical-align: top;
    text-indent: 17px;

    background: url(../images/news_ico.png) 5px no-repeat;
}

.news-link {
    line-height: 22px;

    display: block;

    color: #333;
}

.news-txt {
    overflow: hidden;

    width: 250px;

    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-date {
    margin-right: 5px;

    color: #999;
}

.ad-img {
    padding: 10px 0;
}

.ad-img img {
    vertical-align: top;
}

/* 友情链接图 */
.friend-imgs {
    margin-right: -10px;
}

.friend-img {
    float: left;

    margin-right: 10px;
}

.friend-img-link {
    display: block;

    width: 240px;
    height: 58px;

    border: 1px solid #e8e8e8;
}

.friend-img-link img {
    vertical-align: top;
}

.sel {
    width: 242px;
    height: 30px;

    color: #767676;
    border: 1px solid #e8e8e8;
    outline: none;
}


/* 轮播图 */
.wb-slider {
    position: relative;

    overflow: hidden;
}
.wb-slider-conbox {
    overflow: hidden;
}
.wb-slider-ctag {
    position: relative;
}
.wb-slider-ctag img {
    width: 100%;
    height: 100%;
}
.wb-slider-mask {
    font-family: '宋体';
    font-size: 12px;
    line-height: 30px;

    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 30px;

    color: #fff;
    background: url(../images/mask-bg.png);
}
.wb-slider-mask .ellipsis {
    overflow: hidden;

    width: 164px;
    margin-left: 10px;

    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;

    color: #fff;
}
.wb-slider-switcher {
    position: absolute;
    right: 12px;
    bottom: 9px;

    height: 12px;
}
.wb-slider-stag {
    float: left;

    width: 12px;
    height: 12px;
    margin-right: 4px;

    cursor: pointer;

    background: url(../images/stag.png) no-repeat;
}
.wb-slider-stag.cur {
    background-image: url(../images/stag-active.png);
}
