﻿/**!
 * 建阳区公共资源交易网-首页
 * author: gaojian;
 * date:2017-06-21
 */


/* 中心动态 */   

.ewb-news-hd {
    height: 32px;
    border-bottom: 1px solid #c2deea;
    background-color: #e7f8ff;
}

.ewb-news-tt {
    position: relative;
    padding: 0 23px;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    color: #fff;
    background: url(../images/news_tt.jpg) repeat-x;
}

.ewb-news-tri {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.ewb-news-bd {
    border: 1px solid #c2deea;
    border-top: 0;
    background-color: #fff;
    overflow: hidden;
}

.ewb-news-bd.h250 {
    height: 250px;
}

.ewb-news-bd.h206 {
    height: 206px;
}

.ewb-news-bd.h206 .wb-data-item {
    padding-top: 7px;
}


/* 轮播图 */

.wb-slider {
    height: 284px;
    position: relative;
    font-family: arial;
    overflow: hidden;
}

.wb-slider-conbox {
    overflow: hidden;
}

.wb-slider-ctag {
    display: block;
    position: relative;
}

.wb-slider-ctag img {
    display: block;
    width: 100%;
    height: 100%;
}

.wb-slider-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-family: "宋体";
    color: #fff;
    background: url(../images/mask-bg.png);
}

.wb-slider-mask .ellipsis {
    display: block;
    margin-left: 10px;
    width: 164px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wb-slider-switcher {
    position: absolute;
    right: 6px;
    bottom: 10px;
}

.wb-slider-stag {
    float: left;
    margin-right: 3px;
    height: 18px;
    width: 25px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #898989;
    cursor: pointer;
}

.wb-slider-stag.cur {
    background: #ff8202;
}


/* 通知公告 */

.ewb-mod-tell .wb-data-infor {
    margin-right: 65px;
}


/* 建设工程 */

.ewb-news-items {
    margin-left: 30px;
    padding-top: 4px;
}

.ewb-news-item {
    margin-right: 5px;
}

.ewb-news-item>a {
    display: block;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    color: #333;
    cursor: pointer;
}

.ewb-news-item.current>a {
    height: 27px;
    line-height: 27px;
    color: #ff0000;
    border-bottom: 2px solid #ff0000;
}

.ewb-mod-build .wb-data-infor {
    margin-right: 120px;
}


/* banner */

.ewb-banner {
    position: relative;
    display: block;
    height: 110px;
    overflow: hidden;
    cursor: pointer;
}

.ewb-banner-img {
    vertical-align: top;
}

.ewb-banner:hover .ewb-black-border {
    display: block;
}


/* login */

.ewb-login-link {
    margin-top: 8px;
    display: block;
    height: 54px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

.ewb-login-link.link01 {
    margin-top: 0;
    background-image: url(../images/login_img01.jpg);
}

.ewb-login-link.link02 {
    background-image: url(../images/login_img02.jpg);
}

.ewb-login-link.link03 {
    background-image: url(../images/login_img03.jpg);
}

.ewb-login-link.link01:hover {
    background-image: url(../images/login_img01_h.jpg);
}

.ewb-login-link.link02:hover {
    background-image: url(../images/login_img02_h.jpg);
}

.ewb-login-link.link03:hover {
    background-image: url(../images/login_img03_h.jpg);
}


/* 日期样式 */

.ewb-picker-hd {
    height: 32px;
    background-color: #f4f4f4;
}

.ewb-pickerwrap {
    position: relative;
    height: 250px;
}

.ewb-pickerwrap .datepicker {
    margin-top: 0;
    top: 0;
    left: 12px;
    padding: 0;
}

.ewb-pickerwrap .datepicker th {
    font-weight: bold;
    padding: 4px 5px;
    padding-top: 7px;
    padding-bottom: 5px;
    background: transparent;
}

.ewb-pickerwrap .datepicker th.date-switch {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    padding: 4px 5px;
}

.ewb-pickerwrap .datepicker td {
    padding: 5px 5px;
    font-size: 14px;
}

.datepicker td.active.day {
    color: #fff;
    background: url(../images/picker_img.jpg) center no-repeat;
}

.fa-chevron-left:before {
    content: " ";
}

.fa-chevron-right:before {
    content: " ";
}

.ewb-pickerwrap th.prev {
    background: url(../images/date_prev.jpg) center no-repeat;
}

.ewb-pickerwrap th.next {
    background: url(../images/date_next.jpg) center no-repeat;
}


#tooltip { background: #FFFFFF; border: 1px solid #69dce3; font-size: 15px; }
#tooltip span { font-weight: bold; color: #464646; }
#tooltip span.nbsp { float: left; width: 20px; }
#tooltip span.spantitle { padding-left: 20px; }