/*招标网站首页样式*/
ul, li {
    list-style: none;
    margin: 0;
}
.portal-left{
    float: left;
}
.portal-right{
    float: right;
}
.bid-wrap {
    width: 1170px;
    margin: 0px auto;
    padding-top:20px;
    overflow: hidden;
}
.bid-wrap .rfx-box, .bid-wrap .bid-box {
    width: 580.5px
}
.bidBox {
    width: 580.5px;
}
.bidBox .bidTitle {
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    color: #1AB394;
    font-size: 18px;
    border-bottom: 2px solid #1AB394;
}
.bidBox .bidTitle img {
    width: 24px;
    height: 24px;
    margin-left: 5px;
}
.bidBox .bidTitle .more {
    font-size: 14px;
    color: #7f7f7f;
    text-decoration: none;
}
.bidBox .bidTitle .more a {
    color: #AEAEAE;
}
.bidBox .bidList {
    border: 1px solid #D5DAE0;
    border-top: 0;
    width: 100%;
    height: 190px;
    overflow: auto;
    background: #fff;
    padding-left: 20px;
}
.bidList .errMsg {
    width: 100%;
    height: 100%;
    padding-top: 15%;
}
.bidBox ul, .bidBox li {
    list-style: none;
    margin: 0;
}
.bidItem {
    position: relative;
    height: 38px;
    line-height: 38px;
    padding: 0 10px 0 25px;
    font-size: 16px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}
.bidItem .bidName {
    width: 65%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bidItem a {
    font-size: 16px;
    color: #676A6C
}
.bidItem div {
    display: inline-block;
}
.bidItem::after {
    position: absolute;
    top: 17px;
    left: 10px;
    z-index: 2;
    content: ' ';
    width: 6px;
    height: 6px;
    background-color: #1AB394;
    border-radius: 50%;
}
/**/
.bid-item {
    /*background-color: #F4F4F4;*/
}
.bid-item .item-wrap {
    width: 1200px;
    margin: 0px auto;
    padding: 25px 0 63px;
}

.bid-item .item {
    float:left;
    width:25%;
    font-size: 18px;
    text-align: center;
    color: #676A6C;
}
.bid-item i {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    color: #1AB394;
}

.img-box {
    width: 1139px;
    height: 266px;
    background: #333;
    margin-bottom: 20px;
}

.introduce p {
    text-indent: 2em;
    font-size: 16px;
    font-weight: 400;
    color: #676A6C;
    line-height: 1.8;
}
.cooperate {
    padding-bottom: 80px;
}
.cooperate img {
    height: 64px;
}
.notice  {
    border: none;
    overflow: hidden;
}
.notice .bidBox .bidList {
    border: none;
    overflow: hidden;
}