/**!
 * 某某页面-首页
 * author: gaoli;
 * date:2017-09-12
 */


/* 轮播图 */

.wb-slider {
    position: relative;
    font-family: arial;
    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: 30px;
    line-height: 30px;
    color: #fff;
    background: url(imagesmask-bg.png);
}
.wb-slider-mask .ellipsis {
    display: block;
    margin-left: 10px;
    width: 164px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.wb-slider-switcher {
    position: absolute;
    right: 20px;
    bottom: 7px;
    height: 18px;
}
.wb-slider-stag {
    float: left;
    margin-right: 2px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    border: 1px solid #999;
    background: #666;
    cursor: pointer;
}
.wb-slider-stag.cur {
    background: #ff0000;
}

/* 最新动态 */

.ewb-news-hd {
    height: 31px;
    line-height: 31px;
    background: url(imagesthing_bg.jpg) repeat-x;
}
.ewb-news-item {
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 0 21px;
    cursor: pointer;
}
.ewb-news-item.cur {
    background: url(imagestab_bg.jpg) no-repeat center;
}
.ewb-news-tt {
    line-height: 45px;
    font-family: 'Simsun';
    font-size: 16px;
    color: #DA2907;
}

.ewb-news-bd {
    height: 231px;
    padding: 0 15px;
    background: #fff;
}


/* banner */

.ewb-banner a {
    display: block;
    cursor: pointer;
}
.ewb-banner img {
    vertical-align: top;
}


/* 政策法规 */

.ewb-thing-bd.policy {
    padding-top: 16px;
}
.ewb-thing-bd.policy .wb-data-item {
    padding: 0 5px;
}


/* 爱心榜 */

.ewb-thing.help {
    height: 136px;
}
.ewb-thing.help .ewb-thing-bd {
    padding: 18px 0 0 20px;
}
.ewb-thing.help .wb-data-list {
    border-bottom: none;
}

/*  */

.ewb-list-item {
    height: 28px;
    line-height: 28px;
    padding-left: 40px;
    vertical-align: top;
    background: url(imageslist_bg.jpg) no-repeat;
}
.ewb-list-item a {
	display: block;
    color: #d10810;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;

}


/* 图片新闻 */

.ewb-picnews {
    float: left;
}
.ewb-picnews-img {
    float: left;
    margin-top: 62px;
}
.wb-marquee {
    width: 992px;
}

.wb-marquee-link {
    width: 128px;
    height: 95px;
    float: left;
   /* margin-top: 90px;*/
    text-align: center;
}
.wb-marquee-img {
    display: block;
    margin: 0 auto;
}
.wb-marquee-img img {
    width: 120px;
    height: 93px;
    padding: 1px;
    border: 1px solid grey;
}
.ewb-mar-tt {
    display: block;
    line-height: 18px;
    font-size: 12px;
    color: #333;
    margin-left: 2px;
    text-align: center;
}
.ewb-marquee-block {
    float: left;
    width: 23px;
    margin-right: 3px;
}
.ewb-marquee-txt {
    width: 23px;
    display: block;
    height: 95px;
    border: 1px solid #999;
}
.ewb-marquee-font {
    display: block;
    font-size: 12px;
    color: #333;
    margin-top: 2px;
}
.ewb-marquee-font span {
    display: inline-block;
    padding: 5px 7px;
}

