﻿/**!
 * 江苏省公共资源交易网
 * author: wuzhou;
 */

.ewb-trade-mid {
    background: url(../images/bid_bg.jpg) center top no-repeat #f2f2f2;
}

.ewb-notice-tt {
    height: 44px;
    border-bottom: 2px solid #0080da;
}

.ewb-notice-name {
    width: 131px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-color: #0080da;
}

.ewb-notice-items {
    padding-top: 6px;
}

.ewb-notice-items>li {
    height: 28px;
    vertical-align: top;
    line-height: 28px;
    font-size: 14px;
}

.ewb-notice-items>li>a {
    display: block;
    background: url(../images/news_ico.png) left center no-repeat;
    color: #333;
    text-indent: 12px;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-notice-items>li:hover>a {
    background: url(../images/news_ico_hover.png) left center no-repeat;
    color: #f60;
}

.ewb-notice-items>li:hover>.ewb-date {
    color: #f60;
}


/* 入口 */

.ewb-enter-items>li {
    width: 230px;
    height: 29px;
    border: 1px solid #77c7ff;
    vertical-align: top;
    margin-bottom: 10px;
}

.ewb-enter-items>li>a {
    display: block;
    height: 29px;
    line-height: 29px;
    color: #0999ff;
    font-size: 18px;
    font-weight: bold;
    text-indent: 77px;
}

.ewb-enter-items>li>a.ewb-enter-one {
    background: url(../images/enter_01.png) 28px 3px no-repeat;
}

.ewb-enter-items>li>a.ewb-enter-two {
    background: url(../images/enter_02.png) 28px 6px no-repeat;
}

.ewb-enter-items>li>a.ewb-enter-three {
    background: url(../images/enter_03.png) 28px 4px no-repeat;
}

.ewb-enter-items>li>a.ewb-enter-four {
    background: url(../images/enter_04.png) 28px 5px no-repeat;
}

.ewb-enter-items>li>a.ewb-enter-five {
    background: url(../images/enter_05.png) 27px 5px no-repeat;
}

.ewb-enter-items>li>a.ewb-enter-six {
    background: url(../images/enter_06.png) 28px 4px no-repeat;
}

.ewb-enter-items>li>a.ewb-enter-seven {
    background: url(../images/enter_07.png) 26px 6px no-repeat;
}

.ewb-enter-items>li>a.ewb-enter-one:hover {
    background: url(../images/enter_01_hover.png) 28px 3px no-repeat #0999ff;
}

.ewb-enter-items>li>a.ewb-enter-two:hover {
    background: url(../images/enter_02_hover.png) 28px 6px no-repeat #0999ff;
}

.ewb-enter-items>li>a.ewb-enter-three:hover {
    background: url(../images/enter_03_hover.png) 28px 4px no-repeat #0999ff;
}

.ewb-enter-items>li>a.ewb-enter-four:hover {
    background: url(../images/enter_04_hover.png) 28px 5px no-repeat #0999ff;
}

.ewb-enter-items>li>a.ewb-enter-five:hover {
    background: url(../images/enter_05_hover.png) 27px 5px no-repeat #0999ff;
}

.ewb-enter-items>li>a.ewb-enter-six:hover {
    background: url(../images/enter_06_hover.png) 28px 4px no-repeat #0999ff;
}

.ewb-enter-items>li>a.ewb-enter-seven:hover {
    background: url(../images/enter_07_hover.png) 26px 6px no-repeat #0999ff;
}

.ewb-enter-items>li>a:hover {
    color: #fff;
}

.ewb-enter-items>li:hover {
    border-color: #0999ff;
}


/* 制度建设 */

.ewb-system-tt {
    height: 46px;
    color: #fff;
    line-height: 46px;
    text-indent: 22px;
    font-size: 22px;
    font-weight: bold;
    background-color: #0080da;
}

.ewb-expert-map {
    position: relative;
    padding-top: 30px;
    height: 251px;
    background-color: #f7f7f7;
}

.ewb-map-name {
    position: absolute;
    left: 20px;
    top: 17px;
    font-size: 22px;
    font-weight: bold;
    color: #0080da;
}

.ewb-map-data {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 124px;
    padding-left: 15px;
    padding-top: 5px;
    height: 115px;
    background-color: #fff;
}

.ewb-data-tt {
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
}

.ewb-data-info {
    line-height: 22px;
    font-size: 14px;
}

#ewb-map-main {
    width: 350px;
    height: 251px;
}

.ewb-mt12 {
    margin-top: 12px;
}

.ewb-pb20 {
    padding-bottom: 20px;
}

.ewb-w545 {
    width: 545px;
}

.ewb-w433 {
    width: 433px;
}