/**!
 * 新疆公共资源交易中-诚信公开
 * author: gaojian;
 * date:2018-12.03
 */
/* 交易公告 */
.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-col-hd a{
    color: #000;
}

.ewb-tab a{
    color: #333;
}
.ewb-tab.cur a{
    color: #fff;
}

.ewb-tradenotice {
    padding-top: 17px;
    height: 356px;
}

.ewb-tabs-hd {
    width: 600px;
    height: 36px;
    border-radius: 18px;
    background: #e9f2fa;
    margin: 0 auto;
}

.ewb-tab {
    width: 33.333%;
    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: 20px;
}

.ewb-items-list {
    width: 33.3333%;
    height: 126px;
    margin-bottom: 19px;
}

.ewb-items-list a {
    display: block;
    height: 116px;
    padding: 10px 20px 0;
    margin-right: 22px;
    background: url("../images/arrleft.png") left top no-repeat #f7f7f7;
}

.ewb-itmes {
    margin-right: -22px;
}

.ewb-items-name {
    height: 34px;
    line-height: 34px;
    color: #333;
    font-size: 16px;
}

.ewb-items-num {
    height: 22px;
    line-height: 22px;
    color: #999;
}

.ewb-items-num span {
    color: #666;
}

.ewb-area {
    height: 22px;
    line-height: 22px;
    color: #999;
    /* margin-top: 25px; */
}

.ewb-area span {
    color: #666;
}

.ewb-items-list a:hover {
    background: url("../images/arrleft.png") left top no-repeat #fff;
    box-shadow: 1px 2px 9px 1px rgba(78, 120, 150, 0.4);
}
.ewb-info-list{
    padding: 0 12px 0 14px;
    height: 48px;
    line-height: 48px;
    border-top: 1px dashed #d8d8d8;
}
.ewb-info-detail{
    width: 58px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #1080cc;
    border-radius: 2px;
    border: 1px solid #50a9e6;
    margin-top: 12px;
}
.ewb-info-detail:hover{
    background: #00adef;
    border-color: #00adef;
    color: #fff;
}
.ewb-info-date{
    width: 221px;
    color: #999;
    text-align: center;
}
.ewb-info-tt{
    width: 833px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ewb-honest{
    padding: 17px 0;
}
.ewb-record{
    margin-right: -20px;
    margin-top: -20px;
    padding-bottom: 10px;
}
.ewb-record-list{
    width: 50%;
    margin-top: 20px;
}
.ewb-record-item{
    margin-right: 20px;
    padding: 10px 25px 0;
    height: 200px;
    background: url("../images/record_bg.jpg") no-repeat;
}
.ewb-record-name{
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ewb-record-name a{
    color: #333;
}
.ewb-record-name a:hover{
    color: #00adef;
}
.ewb-record-label{
    width: 84px;
    line-height: 20px;
    color: #999;
}
.ewb-record-content{
    margin-left: 84px;
    line-height: 20px;
    color: #999;
}
.ewb-record-content.color{
    color: #fe5978;
}
.ewb-record-info li{
    margin-top: 15px;
}
.ewb-record-item:hover{
    box-shadow: 1px 2px 9px 1px rgba(78, 120, 150, 0.4);
}