@charset "gb2312";

/**!
 * 景德镇市建设局首页
 * author: shenyh;
 * date:2016-08-02;
 */

/* 图片轮播 */
.wb-slider {
    position: relative;
    z-index: 1;
    width: 620px;
    height: 336px;
    overflow: hidden;
}
.wb-slider-conbox {
	width: 620px;
    height: 336px;
    overflow: hidden;
}
.wb-slider-ctag {
    display: block;
    width: 620px;
    height: 336px;
    position: relative;
}
.wb-slider-ctag img {
    display: block;
    width: 620x;
    height: 336px;
}
.wb-slider-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 620px;
    height: 38px;
    line-height: 38px;
    vertical-align: top;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #fff;
    background: url(imagesmask-bg.png);
}
.wb-slider-mask .ellipsis {
    margin-left: 2px;
    width: 190px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.wb-slider-switcher {
    position: absolute;
    right: 7px;
    bottom: 10px;
    height: 18px;
}
.wb-slider-stag {
    float: left;
    margin-right: 3px;
    height: 18px;
    width: 25px;
    line-height: 18px;
    vertical-align: top;
    text-align: center;
    color: #fff;
    background: #898989;
    cursor: pointer;
}
.wb-slider-stag.cur {
    background: #ff8202;
}

#left-btn,
#right-btn{
    display: block;
    width: 31px;
    height: 59px;
    position:absolute;
    top:45%;
    cursor: pointer;
}
#left-btn{
    left:0;
    background:url(imagessc1.png) no-repeat;
}
#right-btn{
    right:0;
    background:url(imagessc2.png) no-repeat;
}

/* 项目管理tab切换 */

.ewb-tab {
    border: 1px solid #ededed;
}

.ewb-tab-hd {
    height: 34px;
    background: #f3f3f3;
}

.ewb-tab-span {
    display: block;
    padding:0 18px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    font-size:16px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
}

.ewb-tab-span a {
    color: #333;
}

.ewb-tab-span.current {
    cursor: pointer;
    height: 33px;
    margin-top: -1px;
    border-top:2px solid #e74c3c;
    background: #fff;
}

.ewb-tab-span.current a {
    color: #e74c3c;
}
.ewb-tab-more{
    display: block;
    line-height: 34px;
    padding-right: 15px;
}
.ewb-tab-more a{
    color:#333;
}
.ewb-tab-bd {
    height: 300px;
    overflow: hidden;
}

.ewb-mod01 .ewb-tab-bd,
.ewb-mod02 .ewb-tab-bd,
.ewb-mod03 .ewb-tab-bd{
    height: 238px;
}

.ewb-span7.ewb-mod01,
.ewb-span8.ewb-mod02{
    width: 300px;
}

.ewb-span8.ewb-mod02{
    margin-left: 20px;
}

.ewb-mod03 .ewb-tab{
    margin-left: 10px;
}


/* 图片链接 */

.ewb-imgist img{
    vertical-align: top;
}

/* 友情链接 */

.ewb-select {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ededed;
}

