﻿/**!
 * 许昌市财政局
 * author: shenyh;
 * date: 2017-03-21
 */


/* 图片轮播 */

.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: 34px;
    line-height: 34px;
    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: 2px;
    bottom: 13px;
    height: 8px;
}

.wb-slider-stag {
    float: left;
    margin-right: 4px;
    width: 20px;
    height: 8px;
    text-align: center;
    background: #86878b;
    cursor: pointer;
}

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


/* 财政动态 */

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

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

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

.ewb-work-tt a {
    font-size: 16px;
    color: #1886c7;
    font-family: "Microsoft YaHei";
}


/* 通知公告 */

.ewb-notice {
    border: 1px solid #d7d7d7;
    border-top: 2px solid #1886c7;
}

.ewb-notice-hd {
    height: 33px;
    line-height: 33px;
    padding-left: 14px;
    background: #f2f2f2;
}

.ewb-notice-hd>a {
    color: #1886c7;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.ewb-notice-bd {
    height: 80px;
}

.ewb-notice-bd .wb-data-infor {
    margin-right: 10px;
}

.ewb-notice-bd .wb-data-item {
    padding-top: 4px;
}


/* 政务公开通用栏目 */

.ewb-com-hd {
    height: 30px;
    border-right: 1px solid #d7d7d7;
    background: url("../images/ttbg.jpg") repeat-x;
}

.ewb-com-hd>a {
    display: block;
    position: relative;
    width: 88px;
    height: 30px;
    line-height: 30px;
    background: #1886c7;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.ewb-com-hd i {
    display: block;
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -6px;
    width: 8px;
    height: 13px;
    background: url("../images/tticon.png") no-repeat;
}

.ewb-com-bd {
    height: 211px;
    border: 1px solid #d7d7d7;
    border-top: none;
    overflow: hidden;
}


/* 重点领域公开 */

.ewb-open {
    display: block;
}

.ewb-open>img {
    vertical-align: top;
}


/* 常用下载 */

.ewb-download .ewb-com-bd {
    /*height: 143px;20220830*/
}

.ewb-download .wb-data-infor,
.ewb-party .wb-data-infor {
    margin-right: 10px;
}


/* 政务公开 */

.ewb-open-items {
    padding-top: 8px;
}

.ewb-open-items>li {
    margin-top: 8px;
    text-align: center;
}

.ewb-open-items>li img {
    vertical-align: top;
}


/* 互动交流 */

.ewb-communion>li {
    width: 228px;
    margin: 6px auto 0;
}

.ewb-communion a {
    display: block;
    height: 97px;
    line-height: 95px;
    padding-left: 96px;
    font-size: 20px;
    color: #fff;
    font-family: "Microsoft YaHei";
}

.ewb-communion .icon {
    background: url("../images/hd1.png") center top no-repeat;
}

.ewb-communion .icon02 {
    background: url("../images/hd2.png") center top no-repeat;
}


/* 轮播图 */

.ewb-scroll .ewb-com-bd {
    height: 169px;
}

.wb-marquee {
    height: 169px;
    margin-left: 5px;
}

.wb-marquee-items li {
    float: left;
    width: 156px;
    margin-left: 7px;
    padding-top: 14px;
    text-align: center;
}

.wb-marquee-img {
    display: block;
    height: 121px;
}

.wb-marquee-items a {
    font-size: 12px;
    line-height: 32px;
    color: #333;
    font-weight: bold;
}


/* 友情链接 */

.ewb-fdlink {
    padding: 6px 0;
    background: #eaeaea;
}

.ewb-fdlink-item {
    margin-left: 242px;
}

.ewb-fdlink-item:first-child {
    margin-left: 172px;
}

.ewb-fdlink-item>select {
    width: 210px;
    height: 20px;
}