/**!
 * 呼伦贝尔市公共资源交易中心信息技术服务项目
 * date:2021-09-07
 * author: zsy;
 */

.box {
    padding: 10px 25px 26px;
}

.choose-box {
    margin-top: 4px;
    padding: 18px 20px 30px 0;
    border-radius: 5px;
    background-color: #f4f9ff;
}

.choose-box .choose {
    font-size: 16px;
}

.choose-box .choose+.choose {
    margin-top: 17px;
}

.choose-tt {
    width: 95px;
    text-align: right;
    color: #3661ae;
}

.choose-list {
    margin: -10px 0 0 95px;
    overflow: hidden;
}

.choose-item {
    padding: 0 13px;
    height: 28px;
    line-height: 26px;
    margin: 10px 0 0 25px;
    border: 1px solid #f4f9ff;
    box-sizing: border-box;
    border-radius: 3px;
    cursor: pointer;
}

.choose-item.active {
    border-color: #3661ae;
    color: #3661ae;
}

.trade-list {
    margin-top: 30px;
}

.trade-item+.trade-item {
    margin-top: 27px;
}

.trade-item a {
    display: block;
    height: 107px;
    padding: 20px 20px 0;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0 0 10px rgba(8, 90, 179, 0.2);
}

.trade-item a:hover {
    border-color: #3661ae;
}

.trade-item .title {
    width: calc(100% - 110px);
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
}

.trade-item .date {
    line-height: 30px;
    color: #999;
}

.trade-item .status {
    width: 70px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    font-size: 15px;
    color: #fff;
    background-color: #3661ae;
}

.trade-item .text {
    width: calc(100% - 84px);
    /*margin-left: 14px;*/
}

.trade-item .type {
    line-height: 47px;
    color: #333;
}

.trade-item .type span {
    color: #999;
}

.trade-item .type+.type {
    margin-left: 54px;
}

.trade-item.over .status {
    background-color: #ccc;
}