/**!
 * 广元市公共资源交易服务中心网站
 * author: xy;
 * date:2018-03-01
 */

.ewb-headnew {
    padding: 12px 11px;
    height: 70px;
    border: 1px solid #ddd;
    background-color: #fbfbfb;
}

.ewb-headnew-tip {
    width: 70px;
    height: 70px;
    background: url("../images/headnew_tip.jpg") no-repeat;
}

.ewb-headnew-tt {
    margin-left: 94px;
    line-height: 70px;
    font-size: 30px;
}

.ewb-headnew-tt a {
    color: #0a5199;
}

/* viewpager */

.ewb-viewpager {
    height: 288px;
}

.wb-slider {
    position: relative;
    overflow: hidden;
}

.wb-slider-conbox {
    overflow: hidden;
}

.wb-slider-ctag {
    position: relative;
}

.wb-slider-ctag img {
    width: 100%;
    height: 100%;
}

.wb-slider-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background: url("../images/mask-bg.png");
}

.wb-slider-mask .ellipsis {
    margin-left: 10px;
    width: 254px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
}

.wb-slider-switcher {
    position: absolute;
    right: 8px;
    bottom: 14px;
    height: 8px;
}

.wb-slider-stag {
    float: left;
    margin-right: 5px;
    height: 8px;
    width: 9px;
    background: url("../images/stag.png") no-repeat;
    cursor: pointer;
}

.wb-slider-stag.cur {
    background-image: url("../images/stag-active.png");
}

#left-btn {
    z-index: 11;
    position: absolute;
    left: 0;
    top: 125px;
    height: 39px;
    width: 24px;
    background: url("../images/left_arrow.png");
    cursor: pointer;
}

#right-btn {
    z-index: 11;
    position: absolute;
    right: 0;
    top: 125px;
    height: 39px;
    width: 24px;
    background: url("../images/right_arrow.png");
    cursor: pointer;
}

.ewb-news {
    height: 286px;
    border: 1px solid #dcdcdc;
}

.ewb-news-hd {
    height: 40px;
    background-color: #f5f5f5;
}

.ewb-news-tt{
    float: left;
    margin-top: -1px;
    margin-left: -1px;
    width: 100px;
    height:40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #666;
}

.ewb-news-tt.current {
    color: #fff;
    background-color: #005fa2;
}

.ewb-news-bd {
    padding: 8px;
}

.ewb-news-item {
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    vertical-align: top;
    background: url("../images/item_icon.jpg") left center no-repeat;
}

.ewb-news-block {
    margin-right: 45px;
    padding-left: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ewb-news-block a {
    color: #333;
}

.ewb-news-block a:hover {
    color: #005fa2;
}

.ewb-news-item span {
    margin-top: -29px;
    color: #999;
}

.ewb-banner {
    display: block;
    margin-top: 20px;
    height: 96px;
}

.ewb-banner img {
    vertical-align: top;
}

.ewb-enter {
    margin-top: 20px;
    margin-left: -19px;
}

.ewb-enter-item {
    margin-left: 19px;
    float: left;
    width: 354px;
}

.ewb-enter-link {
    display: block;
    padding-top: 24px;
    padding-left: 26px;
    height: 86px;
    cursor: pointer;
    background-color: #005794;
}

.ewb-enter-link i {
    display: inline-block;
    width: 64px;
    height: 64px;
    vertical-align: top;
}

.ewb-enter-sp {
    margin-left: 40px;
    display: inline-block;
    height: 64px;
    line-height: 64px;
    font-size: 26px;
    vertical-align: top;
    color: #fff;
}

.ewb-enter-link .icon1 {
    background: url("../images/enter_icon1.png");
}

.ewb-enter-link .icon2 {
    background: url("../images/enter_icon2.png");
}

.ewb-enter-link .icon3 {
    background: url("../images/enter_icon3.png");
}

/* 友情链接 */

.ewb-firendlink {
    margin-top: 20px;
    padding-left: 14px;
    height: 42px;
    line-height: 42px;
    background-color: #efefef;
}

.ewb-firendlink-tt {
    margin-right: 10px;
    padding-right: 17px;
    font-size: 16px;
    font-weight: bold;
    color: #005fa2;
    background: url("../images/firendlink_tt.jpg") right center no-repeat;
}

.ewb-firendlink-sel {
    margin-top: 6px;
    margin-right: 12px;
    width: 236px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #666;
}

