#demandSquare{
    width: 100%;
    font-weight: 500;
    position: relative;
    font-family: PingFang SC;
    background-color: #F5F7FD;
}



#demandSquare .demand_title>div {
    color: #232323;
    font-weight: bold;
    vertical-align: middle;
}



#demandSquare .demand_title .demandStatus li {
    cursor: pointer;
    position: relative;
    padding-bottom: 5px;
}

#demandSquare .demandStatus .active {
    color: #1C8EFF;
}

#demandSquare .demandStatus .active i {
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 3px;
    left: 50%;
    border-radius: 3px;
    margin-left: -5px;
    background-color: #1C8EFF;
}

#demandSquare .demand_content .content_left .detail {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: space-between;
}

#demandSquare .demand_content .content_left .detail>div {
    width: 49%;
    /* padding: 16px 20px; */
    padding: 16px 0;
    margin-bottom: 20px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #FFFFFF;
}

#demandSquare .demand_content .title {
    height: 48px;
    font-size: 16px;
    font-weight: bold;
    color: #232323;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

#demandSquare .demand_content .sprice {
    font-size: 16px;
    font-weight: bold;
    color: #1C8EFF;
    line-height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
}

#demandSquare .demand_content .introduce {
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#demandSquare .content_left .condition {
    margin-top: 11px;
    
    padding: 16px 20px 0;
    box-sizing: border-box;
    border-top:1px solid #F5F7FD;
}

#demandSquare .content_left .condition span {
    display: inline-block;
    font-size: 12px;
    color: #FF5454;
    padding: 6px 10px;
    background: #FFF6F6;
    border-radius: 4px;
}
/* 工作中 */
#demandSquare .content_left .condition .working{
    color: #FE9A25;
    background: #FFF9F2;
}
/* 验收中 */
#demandSquare .content_left .condition .accept{
    color: #10D424;
    background: #ECFFEE;
}
/* 选标中 */
#demandSquare .content_left .condition .choose{
    color: #1C8EFF;
    background: #F4FAFF;
}
/* 结束 */
#demandSquare .content_left .condition .finish {
    color: #999999;
    background: #EEEEEE;
}


@media screen and (min-width:751px){
    #demandSquare .w{
        min-width: 1000px;
        max-width: 1200px;
        margin: auto;
    }
    #demandSquare .demand_title {
        display: flex;
        align-items: center;
    }
    #demandSquare .demand_title .demandStatus {
        display: flex;
        color: #999999;
    }
    #demandSquare .demand_title>div {
        font-size: 24px;
        margin-right: 51px;
    }
    #demandSquare .demand_title .demandStatus li {
        font-size: 18px;
        margin: 16px 20px;
        margin-right: 60px;
    }
    #demandSquare .demand_content {
        display: flex;
        margin-top: 20px;
    }
    
    #demandSquare .demand_content .content_left {
        width: 74%;
        height: 100%;
    }
    #demandSquare .demand_content .hot_data {
        width: 24%;
        height: 100%;
        margin-left: 20px;
        background-color: #FFFFFF;
    }
    #demandSquare  .paging {
        position: absolute;
        bottom: 0;
    
        text-align: center;
        /* background-color: #FFFFFF; */
        padding: 10px 0;
    }
}
@media screen and (max-width:750px){
    html,body{
        overflow-x: hidden;
    }
    #demandSquare .w{
        width: 100%;
    }
    #demandSquare .demand_title {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    #demandSquare .demand_title .demandStatus {
        display: flex;
        color: #999999;
        flex-wrap: wrap;
    }
    #demandSquare .demand_title>div{
        font-size: 20px;
        margin-right: 20px;
        margin-left: 20px;
    }
    #demandSquare .demand_title .demandStatus li{
        font-size: 18px;
        margin: 16px 14px;
        margin-right: 30px;
    }
    #demandSquare .demand_content {
        width: 100%;
        margin-top: 20px;
    }
    
    #demandSquare .demand_content .content_left {
        width: 100%;
        height: 100%;
        position: relative;
        padding-bottom: 10px;
    }
    #demandSquare .demand_content .hot_data {
        width: 100%;
        height: 100%;
        margin-top: 20px;
        background-color: #FFFFFF;
    }
    #demandSquare .demand_content .content_left .detail>div:nth-child(2n){
        padding-right:6px
    }
    #demandSquare  .paging {
        position: absolute;
        bottom: 0;
    
        text-align: center;
        /* background-color: #FFFFFF; */
        padding: 10px 0;
    }
    
}