/* 通知公告 */
.ewb-notice {
    margin-top: 23px;
}

.ewb-notice-hd {
    float: left;
    width: 117px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    background: url('../images/notice_hd.png') no-repeat;
}

.ewb-notice-hd>a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-left: 23px;
    background: url('../images/notice_icon.png') no-repeat left center;
}

.ewb-notice-bd {
    margin-left: 140px;
}


.ewb-notice-items>li>a {
    display: block;
    color: #6a6a6a;
    padding-left: 18px;
    line-height: 41px;
    padding-right: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url('../images/dot.png') no-repeat left center;
}

/* phone */
@media(max-width:979px) {
    .ewb-notice {
        margin-top: 10px;
    }
}

/* 今日交易 */
.ewb-today {
    margin-right: 8px;
}

.ewb-tt1>span {
    background-image: url('../images/com_icon1.png')
}

.ewb-today-bd {
    height: 204px;
}

.ewb-today-bd ul {
    padding: 10px 15px 13px 15px;
}

.ewb-today-bd li {
    float: left;
    width: 50%;
    margin-top: 3px;
}

.ewb-today-item {
    position: relative;
    display: block;
    margin: 0 1px;
    height: 85px;
    border-radius: 5px;
    color: #666;
    padding: 8px 0 0 21px;
    background-color: #f0f6fa;
}

.ewb-today-item>div {
    padding-top: 6px;
}

.ewb-today-num {
    padding-top: 12px;
}

.ewb-today-num>span {
    font-size: 26px;
    font-weight: bold;
    color: #0c6bc9;
}

.ewb-today-img {
    position: absolute;
    top: 8px;
    right: 10px;
}

/* pad */
@media(max-width:979px) {
    .ewb-today {
        margin-left: 0;
        margin-right: 0;
    }

    .ewb-today-bd {
        height: auto;
    }
}

/* phone */
@media(max-width:767px) {
    .ewb-today-bd ul {
        padding: 7px 12px 10px 12px;
    }
}

@media(max-width:480px) {
    .ewb-today-bd li {
        width: 100%;
    }
}

/* 信用查询 */
.ewb-search {
    margin: 0 24px 0 -19px;
}

.ewb-tt2>span {
    background-image: url('../images/com_icon2.png')
}

.ewb-search-bd {
    height: 204px;
}

.ewb-search-items {
    padding: 13px 15.5px;
}

.ewb-search-items>li {
    float: left;
    width: 33.33%;
}

.ewb-search-link {
    display: block;
    margin: 0 2.5px;
    height: 170px;
    padding: 26px 5px;
    text-align: center;
    border: 1px solid transparent;
    background-color: #f0f6fa;
}

.ewb-search-link:hover {
    border-color: #0c6bc9;
}

.ewb-search-link>span {
    display: block;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
    padding-top: 85px;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-link1>span {
    background-image: url('../images/search_icon1.png');
}

.ewb-link2>span {
    background-image: url('../images/search_icon2.png');
}

.ewb-link3>span {
    background-image: url('../images/search_icon3.png');
}

.ewb-search-link:hover span {
    color: #0c6bc9;
}

.ewb-link1:hover span {
    background-image: url('../images/search_icon1h.png');
}

.ewb-link2:hover span {
    background-image: url('../images/search_icon2h.png');
}

.ewb-link3:hover span {
    background-image: url('../images/search_icon3h.png');
}

/* pad */
@media(max-width:979px) {
    .ewb-search {
        margin-left: 0;
        margin-right: 0;
    }

    .ewb-search-bd {
        height: auto;
    }
}

/* phone */
@media(max-width:767px) {
    .ewb-search-items {
        padding: 10px 9.5px;
    }
}

/* 交易数据 */
.ewb-data {
    margin-right: 24px;
}

.ewb-data .ewb-com-hd {
    background: url('../images/data_hd.jpg') no-repeat right center;
}

.ewb-tt3>span {
    background-image: url('../images/com_icon3.png')
}

.ewb-data-bd {
    padding: 15px 15px;
    height: 549px;
}


.ewb-data-left {
    float: left;
    width: 48%;
    padding-right: 15px;
}

.ewb-data-right {
    float: left;
    width: 52%;
}

.ewb-data-box {
    border: 1px solid #ececec;
}

/* 地图 */

.ewb-map {
    height: 356px;
}

.ewb-map-tt {
    padding-left: 14px;
    height: 42px;
    line-height: 42px;
    color: #1b1b1b;
}

.ewb-total {
    float: left;
    margin-left: 14px;
}

.ewb-total>li {
    position: relative;
    float: left;
    margin-left: 8px;
    width: 27px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-image: url("../images/numbg.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    transition-property: background-position;
    transition-duration: 1000ms;
}

.ewb-total>li:first-child {
    margin-left: 0;
}

.ewb-total>li:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 27px;
    height: 32px;
    border: 2px solid #f5c1b2;
    border-radius: 2px;
}

.ewb-total>li.point {
    margin-left: 19px;
}

.ewb-total>li.point:after {
    position: absolute;
    content: "";
    left: -11px;
    top: 0;
    width: 3px;
    height: 32px;
    background: url('../images/point.jpg') center center no-repeat;
}

.ewb-total>li.ewb-point:before {
    display: none;
}

.total-unit {
    float: left;
    margin-left: 8px;
    height: 32px;
    line-height: 44px;
    color: #666;
    overflow: hidden;
}

.map-chart {
    height: 280px;
}

.chart-tips>p {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}

.chart-tips>p>span {
    margin-left: 20px;
}

/* 全市累计 */

.ewb-count {
    position: relative;
    margin-top: 14px;
    height: 136px;
    overflow: hidden;
}

.ewb-count:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 33.3333333333333333333333%;
    width: 1px;
    background-color: #ececec;
}

.ewb-count:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 33.3333333333333333333333%;
    width: 1px;
    background-color: #ececec;
}

.ewb-count>ul {
    position: relative;
    width: 100%;
    height: 134px;
}

.ewb-count>ul:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #ececec;
}

.ewb-count-node {
    float: left;
    width: 33.33333333333333333%;
    vertical-align: top;
    height: 67px;
    padding-top: 9px;
    text-align: center;
    color: #666;
}

.ewb-count-node>h3 {
    height: 22px;
    line-height: 22px;
}

.ewb-count-node>h3.istt {
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    color: #266ac3;
}

.ewb-count-node>p {
    height: 26px;
    line-height: 26px;
}

.ewb-count-node>p>span {
    margin-right: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #0c6bc9;
}

/* 交易额-交易数 */

.ewb-trade {
    height: 224px;
}

.ewb-trade-hd {
    height: 41px;
    border-bottom: 1px solid #e5e5e5;
}

.ewb-trade-type {
    float: left;
    margin: 5px 0 0 22px;
    padding: 0 1px;
    height: 36px;
    line-height: 34px;
    color: #1b1b1b;
    cursor: pointer;
}

.ewb-trade-type.current {
    font-weight: bold;
    color: #0b65bf;
    border-bottom: 2px solid #0c6bc9;
}

.ewb-trade-date {
    float: right;
    margin: 4px 16px 0 0;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}

.ewb-trade-date.current {
    font-weight: bold;
    color: #0c6bc9;
}

.ewb-trade-chart {
    height: 180px;
}

/* 全市本年累计成交 */

.ewb-year-trade {
    margin-top: 14px;
    height: 268px;
}

/* 1200分辨率以下 */
@media (max-width: 1199px) {
    .ewb-total>li {
        margin-left: 5px;
        width: 20px;
        background-size: 20px 320px;
    }

    .ewb-total>li:before {
        width: 20px;
    }
}

/* 竖版pad及以下 */
@media (max-width: 979px) {
    .ewb-data {
        margin-right: 0;
    }

    .ewb-data-bd {
        padding: 10px 10px;
        height: auto;
    }

    .ewb-data-left,
    .ewb-data-right {
        width: 100%;
        padding-right: 0;
    }

    .ewb-data-right,
    .ewb-year-trade,
    .ewb-count {
        margin-top: 10px;
    }

    .ewb-map {
        height: auto;
        padding-bottom: 5px;
    }
}

/* 手机端 */
@media (max-width: 767px) {
    .ewb-trade-type {
        margin-left: 10px;
    }

    .ewb-trade-date {
        margin-right: 10px;
    }

    .ewb-trade {
        height: auto;
    }

    .ewb-trade-chart {
        height: 260px;
    }

    .ewb-count-node>p>span {
        font-size: 16px;
    }
}

/* 交易系统 */
.ewb-right {
    margin-left: -36px;
}

.ewb-tt4>span {
    background-image: url('../images/com_icon4.png')
}

.ewb-system-bd {
    height: 204px;
}

.ewb-system-items {
    padding: 9px 18px 13px 18px;
}

.ewb-system-items>li {
    margin-top: 4px;
}

.ewb-system-link {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ewb-system-link>p {
    font-size: 16px;
    line-height: 54px;
    color: #fff;
    padding: 0 70px 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-system1 {
    background-image: url('../images/system_bg1.png');
}

.ewb-system2 {
    background-image: url('../images/system_bg2.png');
}

.ewb-system3 {
    background-image: url('../images/system_bg3.png');
}

.ewb-system-img {
    position: absolute;
    top: 4px;
    right: 10px;
}

/* pad */
@media(max-width:979px) {
    .ewb-right {
        margin-left: 0;
    }

    .ewb-system-bd {
        height: auto;
    }
}

/* phone */
@media(max-width:767px) {
    .ewb-system-items {
        padding: 6px 12px 10px 12px;
    }
}

/* 新闻动态 */
.ewb-news-bd {
    height: 228px;
}

.ewb-tt5>span {
    background-image: url('../images/com_icon5.png')
}

/* pad */
@media(max-width:979px) {
    .ewb-news-bd {
        height: auto;
    }
}

/* 热门应用 */
.ewb-hot-bd {
    height: 269px;
    overflow: hidden;
    background: url('../images/hot_bg.jpg') no-repeat right bottom;
}

.ewb-tt6>span {
    background-image: url('../images/com_icon6.png')
}


.owl-carousel {
    position: relative;
    width: 100%;
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
}

.owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin-right: 8px;
    display: block;
    background: #a2a3a6;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #266ac3;
}

.ewb-scroll-items {
    height: 222px;
}

.ewb-scroll-items>li {
    float: left;
    width: 33.33%;
}

.ewb-scroll-link {
    display: block;
    padding: 17px 5px 0 5px;
    text-align: center;
}

.ewb-scroll-link>span {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #4c4c4c;
    padding-top: 79px;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-scroll-link>span:hover {
    color: #0f69dd;
}

.ewb-scroll1>span {
    background-image: url('../images/hot_icon1.png');
}

.ewb-scroll2>span {
    background-image: url('../images/hot_icon2.png');
}

.ewb-scroll3>span {
    background-image: url('../images/hot_icon3.png');
}

.ewb-scroll4>span {
    background-image: url('../images/hot_icon4.png');
}

.ewb-scroll5>span {
    background-image: url('../images/hot_icon5.png');
}

.ewb-scroll1>span:hover {
    background-image: url('../images/hot_icon1h.png');
}

.ewb-scroll2>span:hover {
    background-image: url('../images/hot_icon2h.png');
}

.ewb-scroll3>span:hover {
    background-image: url('../images/hot_icon3h.png');
}

.ewb-scroll4>span:hover {
    background-image: url('../images/hot_icon4h.png');
}

.ewb-scroll5>span:hover {
    background-image: url('../images/hot_icon5h.png');
}