﻿/**!
 * 许昌市环保局
 * author: chenzp;
 * date:2017-09-29
 */


/* 图片轮播 */

.wb-slider {
    height: 242px;
    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: 30px;
    line-height: 30px;
    font-size: 12px;
    font-family: "SimSun";
    color: #fff;
    background: url("../images/mask_bg.png");
}

.wb-slider-mask .ellipsis {
    display: block;
    margin-left: 10px;
    width: 154px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wb-slider-switcher {
    position: absolute;
    right: 0;
    bottom: 6px;
    height: 18px;
}

.wb-slider-stag {
    float: left;
    margin-right: 2px;
    height: 18px;
    width: 25px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #898989;
    cursor: pointer;
}

.wb-slider-stag.cur {
    background: #ff8202;
}



/* 阳光环保 */

.ewb-work {
    background-color: #fff;
    border: 1px solid #fed0c5;
}

.ewb-work-hd {
    height: 31px;
    background: url("../images/work_bg.jpg") repeat-x;
}

.ewb-work-bd {
    height: 209px;
    overflow: hidden;
}

.ewb-work-tt {
    height: 30px;
    line-height: 29px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #fff;
    margin-top: -1px;
    border-top: 2px solid #4f94ef;
    border-right: 1px solid #e1e1e1;
}

.ewb-work-tt a {
    color: #4f94ef;
}


/* 通知公告 */

.ewb-com {
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

.ewb-com-hd {
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    background-color: #4f94ef;
}

.ewb-com-hd a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.ewb-com-hd .ewb-email {
    display: block;
    *margin-top: -32px;
    padding-left: 20px;
    padding-right: 10px;
    background: url("../images/xx_icon.png") left center no-repeat;
    font-family: "Microsoft YaHei";
    font-weight: normal;
}

.ewb-com-bd {
    height: 208px;
    overflow: hidden;
}

.ewb-email-link {
    display: block;
    text-align: center;
    padding-top: 5px;
}


/* 政务公开 */

.ewb-open {
    border: 1px solid #e9e4e0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ewb-open-hd {
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    border-bottom: 1px solid #e0877e;
    background: url("../images/ttbg.jpg") left top #ee513c;
}

.ewb-open-hd a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.ewb-open-bd {
    height: 207px;
    overflow: hidden;
}

/* 互动交流 */

.wb-data-item.change{
    padding: 1px 0 0 12px;
}

/* 指南 */

.ewb-guide-items {
    margin-right: -6px;
}

.ewb-guide-item {
    float: left;
    margin-left: 14px;
    margin-top: 16px;
    width: 151px;
}

.ewb-guide-a {
    padding: 18px 0 0 11px;
    height: 63px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    font-family: "Microsoft YaHei";
    display: block;
}

.ewb-guide-a.icon01 {
    line-height: 43px;
    background: url("../images/gk1.png") right 13px no-repeat #61b923;
}

.ewb-guide-a.icon02 {
    line-height: 43px;
    background: url("../images/gk2.png") right 13px no-repeat #e2a677;
}

.ewb-guide-a.icon03 {
    padding: 9px 0 9px 28px;
    background: url("../images/gk3.png") right 13px no-repeat #5b99d4;
}

.ewb-guide-a.icon04 {
    padding-left: 20px;
    background: url("../images/gk4.png") right 13px no-repeat #deab32;
}




/* 友情链接 */

.ewb-subject {
    height: 72px;
    border: 1px solid #e9e9e9;
    background: #fff;
}

.ewb-subject-hd {
    width: 31px;
    height: 72px;
    background: url(../images/link_bg.png) no-repeat;
    color: #4f94ef;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    *writing-mode: tb-rl;
}

.ewb-subject-item>li {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.ewb-subject-item>li:first-child {
    margin-left: 13px;
}

.ewb-subject-item>li>a {
    display: block;
}


/* 友情链接 */

.ewb-fdlink {
    padding: 0 43px 0 59px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #4f94ef;
}

.ewb-fdlink-sel{
    margin: 7px 17px 0 0;
    width: 207px;
    height: 19px;
    color: #535353;
    border: 1px solid #c5c5c5;
}