/**!
 * 某某页面-首页
 * author: gaoli;
 * date:2017-09-12
 */


/* 图片轮播样式 */

.news-img {
    position: relative;
    width: 452px;
    height: 254px;
}
.img-viewer {
    float: left;
    position: relative;
    overflow: hidden;
    width: 351px;
    height: 252px;
    border: 1px solid #C4C4C4;
}
.img-viewer-cell {
    position: absolute;
    left: 0;
    right: 0;
    height: 254px;
}
.big-img-link {
    float: left;
    display: block;
    width: 351px;
    height: 252px;
    background-color: #fff;
}
.big-img-link img {
    margin: 4px;
    width: 343px;
    height: 244px;
}

/* 大图说明文字 */

.img-title {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
    width: 343px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 10px;
}
.img-title:hover {
    color: #fff;
    text-decoration: underline;
}
.img-title-mask {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 343px;
    height: 36px;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* 小图 */

.img-bars {
    float: right;
    width: 89px;
    height: 254px;
    overflow: hidden;
    position: relative;
}
.img-bars-content img {
    width: 83px;
    height: 52px;
    vertical-align: top;
}
.img-bars-item span {
    display: block;
    height: 52px;
    position: absolute;
    width: 83px;
    left: 1px;
    right: 1px;
    top: 1px;
}
.img-bars-item {
    padding: 2px;
    display: block;
    position: relative;
    width: 83px;
    height: 52px;
    padding: 1px;
    margin-bottom: 7px;
    cursor: pointer;
    border: 2px solid #eee;
}
.img-bars-item img {
    cursor: pointer;
}
.img-bars-content span.cur-span {
    border: 2px solid #EA4E01;
}

/* 政法要闻 */

.ewb-news-hd {
    height: 34px;
    line-height: 34px;
    background: url(imagestzfyw.jpg) no-repeat;
}
.ewb-news-more {
    float: right;
    color: rgb(155, 155, 155);
    margin-right: 10px;
    cursor: pointer;
}
.ewb-news-bd {
    width: 527px;
    height: 219px;
    border: 1px solid #C7D0D5;
    border-top: none;
}

/* banner */

.ewb-banner-img img {
    cursor: pointer;
    vertical-align: top;
}

/* 列表 */

.wb-data-list.spec {
    line-height: 23px;
}
.wb-data-list.spec a {
    display: block;
    width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 信息报送平台 */

.ewb-info {
    display: block;
}
.ewb-info img {
    vertical-align: top;
    cursor: pointer;
}

/* 工作简报 */

.ewb-work {
    margin-top: 13px;
}
.ewb-news-more.spec {
    color: #fff;
}
.ewb-work-bd {
    height: 166px;
    border: 1px solid #C7D0D5;
}

/* 信息录用统计 */

.ewb-count {
    margin-top: 12px;
}
.ewb-count-hd {
    height: 28px;
    line-height: 28px;
    background: url(imagesindex16.jpg) no-repeat center;
}
.ewb-count-bd {
    height: 379px;
    border: 1px solid #C7D0D5;
}

/* 图片滚动 */

.wb-marquee {
    float: left;
    width: 992px;
    height: 66px;
}
.wb-marquee-items {
    width: 800px;
    height: 66px;
}
.wb-marquee-items li {
    width: 160px;
    height: 66px;
    float: left;
    margin-left: 6px;
    text-align: center;
}
.wb-marquee-img {
    display: block;
    width: 160px;
    height: 66px;
    margin: 0 auto;
}

/* footbanner */

.ewb-foot-banner {
    display: block;
    margin-top: 20px;

}
.ewb-foot-banner img {
    width: 992px;
}
/* 漂浮 */
.float-img {
    z-index: 1000;
    width: 250px;
    height: 140px;
    position: fixed;
    left: 0;
    top: 0;
}

.float-img img {
    width:250px;
    height: 140px;
}

.close {
    display: block;
    position: absolute;
    bottom:-13px;
    right: 0;
}
