﻿/**!
 * 许昌市卫计委;
 * author: shenyh;
 * date:2017-09-22
 */


/* 图片轮播 */

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

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

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

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

.wb-slider-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #fff;
    background: url("../images/mask-bg.png");
}

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

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

.wb-slider-stag {
    float: left;
    margin-right: 5px;
    height: 8px;
    width: 20px;
    background: url("../images/stag.png");
    cursor: pointer;
}

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


/* 工作动态 */

.ewb-colu-hd {
    height: 34px;
    border-bottom: 1px solid #ccc;
}

.ewb-colu-tt {
    padding: 0 12px;
    height: 33px;
    line-height: 32px;
    border-bottom: 2px solid #0c57d2;
    text-align: center;
}

.ewb-colu-tt a {
    color: #000;
    font-weight: bold;
}

.ewb-colu-bd {
    height: 207px;
    overflow: hidden;
}

/* tab切换 */

.ewb-tab-hd {
    padding-top: 8px;
}

.ewb-tab-tt {
    margin-left: 11px;
    padding: 0 12px;
    border-radius: 4px;
    height: 22px;
    line-height: 21px;
    font-family: "Microsoft YaHei";
    text-align: center;
    background: #67a1ff;
}

.ewb-tab-tt a {
    color: #fff;
}

.ewb-tab-tt.current {
    cursor: pointer;
    background: #0c57d2;
}

.ewb-tab-bd .wb-data-item {
    padding-top: 6px;
}


/* &#51;&#54;&#53;&#28216;&#25103;&#30418;&#23376;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#32593;&#19978;&#23089;&#20048;&#32593;&#22336;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#51;&#54;&#53;公告 */

.ewb-com {
    border: 1px solid #dcdcdc;
}

.ewb-com-hd {
    height: 25px;
    padding-top: 9px;
}

.ewb-com-hd a {
    padding-left: 48px;
    color: #333;
    font-weight: bold;
}

.ewb-com-bd {
    height: 206px;
    overflow: hidden;
}

.notice .ewb-com-hd {
    background: url("../images/tt1.png") 12px 5px no-repeat;
}

.guide .ewb-com-hd {
    padding-top: 11px;
    height: 23px;
    background: url("../images/tt2.png") 12px 5px no-repeat;
}

.guide .ewb-com-bd {
    height: 153px;
}

.work .ewb-com-hd {
    background: url("../images/tt3.png") 12px 5px no-repeat;
}

.work .ewb-com-bd {
    height: 207px;
}

/* 政务公开 */

.ewb-open {
    border: 1px solid #dbdbdb;
}

.ewb-open-hd {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #dbdbdb;
    background: url("../images/ttbg.jpg") repeat-x;
}

.ewb-open-hd a {
    font-weight: bold;
    color: #333;
    padding-left: 15px;
}

.ewb-open-bd {
    height: 245px;
}

.ewb-open-items {
    width: 304px;
    height: 96px;
    margin: 0 auto;
}

.ewb-open-items>li {
    width: 148px;
    height: 31px;
    line-height: 30px;
    margin-top: 10px;
    background: url("../images/gkicon.png") 15px center no-repeat #ffad2d;
}

.ewb-open-items>li>a {
    display: block;
    color: #fff;
    font-size: 12px;
    padding-left: 46px;
}

.ewb-open-items>li.spe {
    line-height: 14px;
    padding-top: 1px;
    height: 30px;
}



/* 政务咨询 */

.ewb-email img {
    display: block;
    margin: 0 auto;
    height: 69px;
    padding-top: 12px;
    padding-bottom: 15px;
}



/* 重点领域公开 */

.ewb-import {
    height: 48px;
   
}

.ewb-super {
    overflow: hidden;
    position: relative;
}


/* 左右按钮 */

.ewb-super .prev,
.ewb-super .next {
    position: absolute;
    top: 9px;
    display: block;
    width: 6px;
    height: 30px;
    cursor: pointer;
    z-index: 2;
}

.ewb-super .prev {
    left: 10px;
    background: url("../images/left_btn.png") no-repeat;
}

.ewb-super .next {
    right: 8px;
    background: url("../images/right_btn.png") no-repeat;
}

/* mainCell */

.ewb-super-imgitem {
    overflow: hidden;
    zoom: 1;
}

.ewb-super-imgitem li {
    float: left;
    margin-left: 25px;
    _display: inline;
    overflow: hidden;
    position: relative;
}

.ewb-super-imgitem li img {
    width: 192px;
    height: 48px;
    display: block;
}


/* 政策法规 */

.ewb-mod {
    margin-top: 2px;
}

.ewb-mod .ewb-colu-bd {
    height: 216px;
}