
.search_group{
    width: 400px;
}
.cxhd_card{
    margin-top: -170px;
    background: #fff;
    padding: 16px 24px;
    margin-bottom: 50px;
}
.cxhd_tabs{
    padding-bottom: 24px;
    border-bottom: 1px solid #eeeeee;
}
.cxhd_tabs_list li a{
    color: #000;
}
.cxhd_tabs_list li .active{
    color: #3787ff;
}


.cxhd_project_list .cxhd_project_box{
    position: relative;
}
.cxhd_project_list .cxhd_project_box.going::after{
    content: '进行中';
    color: #fff;
    position: absolute;
    width: 70px;
    top: 25px;
    left: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #FF4C1A;
    border-radius: 5px;
}

.cxhd_project_list .cxhd_project_box.unstart::after{
    content: '未开始';
    color: #fff;
    position: absolute;
    width: 70px;
    top: 25px;
    left: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #3399FF;
    border-radius: 5px;
}
.cxhd_project_list .cxhd_project_box.end::after{
    content: '已结束';
    color: #fff;
    position: absolute;
    width: 70px;
    top: 25px;
    left: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #BCBCBC;
    border-radius: 5px;
}
.cxhd_project_list .cxhd_project_box .cxhd_project_img{
    width: 330px;
    height: 189px;
    overflow: hidden;
}
.cxhd_project_list .cxhd_project_box .cxhd_project_img img{
    width: 100%;
    height: 100%;
}
.c_svg{
    color: #0d6efd;
}