/**!
 * 新疆公共资源交易中-交易信息
 * author: gaojian;
 * date:2018-12-07
 */
/* 交易公告 */
.ewb-col {
    margin-top: 20px;
    padding: 18px 29px 0;
    border: 1px solid #dfebf8;
}

.ewb-col-hd {
    height: 40px;
}

.ewb-coll-tt {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 250px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    background: url("../images/titlebg.png") center center no-repeat;
}

.ewb-tradenotice {
    padding-top: 26px;
    padding-bottom: 29px;
}

.ewb-map {
    position: relative;
    width: 456px;
    height: 422px;
    background: #f7f7f7;
}

#map {
    width: 456px;
    height: 422px;
}

.ewb-map-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 228px;
    height: 82px;
    padding-top: 5px;
}

.ewb-map-item h2 {
    padding-left: 39px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    background: url('../images/dataicon.jpg') 20px center no-repeat;
}

.ewb-map-item.item2 {
    left: 228px;
}
.ewb-map-num{
    height: 32px;
}

.ewb-column {
    background: #f7f7f7;
}

.ewb-column-hd {
    margin-top: 13px;
    height: 30px;
    line-height: 30px;
    padding-left: 39px;
    font-size: 18px;
    font-weight: bold;
    background: url('../images/dataicon.jpg') 20px center no-repeat;
}

.ewb-count {
    width: 659px;
    height: 422px;
}

#count {
    width: 659px;
    height: 379px;
}

.ewb-bar {
    height: 42px;
    border-radius: 21px;
    background: #e9f2fa;
}

.ewb-box {
    margin-top: 20px;
    padding: 29px;
    border: 1px solid #dfebf8;
}

.ewb-choice-item a {
    display: block;
    padding: 0 38px;
    height: 42px;
    border-radius: 21px;
    line-height: 42px;
    color: #4492d2;
    font-size: 18px;
}

.ewb-choice-item.cur a {
    background: #1080cc;
    color: #fff;
}

.ewb-year {
    padding: 5px 24px 0 0;
}

.ewb-year a {
    padding: 0 9px;
    height: 34px;
    line-height: 34px;
    margin-left: 6px;
    color: #333;
}

.ewb-year a.cur {
    border-bottom: 3px solid #1080cc;
    color: #1080cc;
}

.ewb-box-bd {
    padding-top: 30px;
}

.ewb-box-item {
    width: 220px;
    margin-bottom: -20px;
}

.ewb-box-item li {
    height: 78px;
    margin-bottom: 20px;
}

.ewb-box-item li div {
    height: 43px;
    line-height: 43px;
    text-align: right;
    font-size: 22px;
    color: #fe5978;
    padding: 35px 20px 0 0;
}

.ewb-box-item1 {
    background: url('../images/databg1.jpg') no-repeat;
}

.ewb-box-item2 {
    background: url('../images/databg2.jpg') no-repeat;
}

.ewb-box-item3 {
    background: url('../images/databg3.jpg') no-repeat;
}

.ewb-box-item4 {
    background: url('../images/databg4.jpg') no-repeat;
}
.ewb-way{
    width: 370px;
}
.ewb-type{
    width: 510px;
}
.ewb-ml20{
    margin-left: 20px;
}
#way{
    width: 370px;
    height: 329px;
}
#type{
    width: 510px;
    height: 329px;
}
.summary {
    display: block;
    text-align: center;
}

.summary>li {
    display: inline-block;
    margin-left: 3px;
    width: 19px;
    height: 32px;
    transition-duration: 1000ms;
    transition-property: background-position;
    background-image: url('../images/scroll_number.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.summary>li:first-child {
    margin-left: 0;
}