/**!
* 采购公告
* date:2021-10-22
* author: zsy;
*/

.sub-content .sub-box {
    padding: 0 20px; 
}

.condition {
    padding: 20px 0;
}

.condition+.condition {
    border-top: 1px dashed #eaeeef;
}

.condition-tt {
    width: 70px;
    height: 30px;
    line-height: 30px;
}

.condition-list {
    margin-left: 90px;
}

.condition-item {
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    padding: 0 10px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .1s;
}

.condition-item.active {
    color: #fff;
    background-color: #01408d;
}

.purchase-top {
    height: 26px;
    line-height: 26px;
}

.purchase-top .state {
    position: relative;
    padding: 0 8px;
    font-weight: 800;
    color: #666;
}

.purchase-top .state:before,
.purchase-top .state:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #666;
}

.purchase-top .state:before {
    left: 0;
}

.purchase-top .state:after {
    right: 0;
}

.purchase-top .state.ongoing {
    color: #0063dd;
}

.purchase-top .state.ongoing:before,
.purchase-top .state.ongoing:after {
    background-color: #0063dd;
}

.purchase-down {
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    color: #999;
}

.purchase-tt {
    width: 487px;
    margin-left: 13px;
    color: #333;
    transition: all .1s linear;
}

.purchase-tt:hover {
    color: #0063dd;
}

.purchase-item {
    padding: 20px 0;
    border-bottom: 1px dashed #eaeeef;
}

.purchase-item .type {
    width: 260px;
    text-align: center;
}

.purchase-item .type span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin: 0 18px;
}

.purchase-item .location {
    padding-left: 18px;
    background: url("../images/subpage/loc_ico.png") no-repeat left center;
}

.purchase-down .code {
    width: 237px;
    padding-right: 5px;
}

.purchase-down .person {
    width: 170px;
}