/**!
 * 新疆公共资源交易中-交易信息
 * author: gaojian;
 * date:2018-11-29
 */
/* 交易公告 */
.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: 366px;
    height: 351px;
    background: #f7f7f7;
}
.ewb-map-back{
    position: absolute;
    top: 11px;
    right: 11px;
    display: block;
    padding-left: 28px;
    width: 40px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    color: #fff;
    background: url("../images/back.png") 10px center no-repeat #62b5ed;
    z-index: 9999;
}
.ewb-map-back:hover{
    background: url("../images/back.png") 10px center no-repeat #00adef;
}
.ewb-city{
    display: none;
}
.ewb-city.cur{
    display: block;
}
#map{
    width: 366px;
    height: 351px;
}
.ewb-map-local{
    position: absolute;
    left:0;
    top: 10px;
    z-index: 99999;
    height: 30px;
    line-height: 30px;
    padding-left: 44px;
    font-size: 18px;
    font-weight: bold;
    background: url("../images/maplocal.png") 15px center no-repeat;
}
.ewb-tabs{
    margin-left: 386px;
    height: 351px;
    overflow: hidden;
}
.ewb-single.ewb-tabs{
    margin-left: 0;
    padding: 26px 0 29px;
}
.ewb-tabs-hd{
    width: 754px;
    height: 36px;
    border-radius: 18px;
    background: #e9f2fa;
    margin: 0 auto;
}
.ewb-tab{
    /* width: 11.1%; */
	width: 12.5%;
    height: 36px;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    cursor: pointer;
}
.ewb-tab.cur{
    background: #1080cc;
    color: #fff;
}
.ewb-tabs-bd{
    padding-top: 15px;
}
.ewb-item-hd{
    width: 158px;
    height: 299px;
    border-top: 1px solid #e7e7e7;
}
.ewb-item-bd{
    margin-left: 158px;
    height: 299px;
    border-top: 1px solid #e7e7e7;
}
.ewb-item-ul{
    position: relative;
    top: -1px;
}
.tab-item{
    height: 50px;
}
.tab-item a{
    display: block;
    width: 151px;
    height:50px; 
    line-height: 50px;
    background: #eff5fa;
    text-indent: 20px;
    font-size: 16px;
    color: #333;
}
.tab-item.cur{
    background: url("../images/tabarr.png") right center no-repeat;
}
.tab-item.cur a{
    background: #62b5ed;
    color: #fff;
}
.wb-data-item {
    padding-left:15px;
    padding-top: 10px;
}

.wb-data-list {
    height: 36px;
    line-height: 36px;
}

.wb-data-infor a {
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-date {
    float: right;
    color: #999;
}
.wb-data-list:hover .ewb-label,
.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    cursor: pointer;
    color: #00adef;
}
.ewb-label1{
    color: #47ad23;
    margin-left: 3px;
}
.ewb-label2{
    color: #ee6451;
    margin-left: 3px;
}
.ewb-btn{
    margin-top: 20px;
}
.ewb-btn a{
    display: block;
    width: 568px;
    height: 88px;
    border: 1px solid #d1dce3;
}
.ewb-btn a img{
    display: block;
    width: 568px;
    height: 88px;
}
/* 今日交易 */
.ewb-notice{
    color: #999;
    line-height: 40px;
    min-width: 1085px;
    text-align: center;
}
.ewb-tradetoday{
    padding-top: 40px;
    height: 289px;
}
.ewb-tradetoday ul{
    margin-right: -20px;
}
.ewb-tradetoday-list{
    width: 255px;
    height: 120px;
    margin: 0 20px 20px 0;
}
.ewb-tradetoday-list a{
    display: block;
    height: 105px;
    padding: 12px 15px 0;
    border-top: 3px solid #76d1f3;
    background: #f7f7f7;
}
.ewb-tradetoday-titel{
    height: 70px;
}
.ewb-tradetoday-titel p{
    line-height: 24px;
    color: #333;
    font-size: 16px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ewb-coll-tt a{
    color: #333;
}


.ewb-trade-date{
    height: 24px;
    line-height: 24px;
    color: #999;
}
.ewb-tradetoday-list a:hover{
    background: #fff;
    box-shadow:1px 2px 9px 1px rgba(78,120,150,0.4);
}

.wb-data-infor{
    max-width: 410px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}