.project_list{
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}
/* 筛选 */
.project_select{
    width: 100%;
    border: 1px solid #E3E3E3;
    padding: 0 30px;
    box-sizing: border-box;
    padding-top: 30px;
}
.project_select_li{
    display: flex;
    margin-bottom: 30px;
}
.project_select_li_lab{
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    margin-right: 20px;
    padding-top: 7px;
}
.project_select_li_con{
    width: 1020px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.project_select_li_con p{
    padding: 5px 18px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 17px;
    color: #333333;
    border: 1px solid transparent;
    cursor: pointer;
}
.project_select_li_con p.active{
    border-radius: 16px;
    border: 1px solid #0068B7;
}
.project_select_li2{
    padding: 30px 0;
    border-top: 1px solid #EEEEEE;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.project_select_li2_left{
    display: flex;
    align-items: center;
}
.project_select_li2_left_total{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}
.project_select_li2_left_total span{
    color: #FF2F2F;
}
.project_select_li2_left_price{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin-left: 38px;
}
.project_select_li2_left_price p{
    margin-right: 10px;
}
.project_select_li2_left_price input{
    width: 120px;
    height: 32px;
    border: 1px solid #EEEEEE;
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 10px;
}
.project_select_li2_right{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}
.project_select_li2_right img{
    width: 11px;
    height: 16px;
    margin-left: 3px;
}
.project_select_li2_right p{
    margin-left: 38px;
    cursor: pointer;
}
.project_select_li2_right p.active{
    color: #0068B7;
}
/* 列表 */
.xmzx_con_bot{
    display: flex;
    flex-wrap: wrap;
}
.xmzx_li{
    width: 380px;
    background: #fff;
    margin-right: 30px;
    margin-top: 30px;
    position: relative;
}
/* 每第3个元素 margin-right 设为 0 */
.xmzx_li:nth-child(3n) {
    margin-right: 0;
}
.xmzx_li_img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}
.xmzx_li_con{
    width: 340px;
    margin: 0 auto;
    padding: 20px;
    /* padding-top: 20px; */
    padding-bottom: 30px;
    position: relative;
    border: 1px solid #EEEEEE;
}
.xmzx_li_tel{
    position: absolute;
    right: 10px;
    bottom: 57px;
    color: #fff;
    background: #5bb594;
    border-radius: 10px;
    padding: 5px 10px;
    box-sizing: border-box;
    display: none;
}
.xmzx_li_title{
    color: #333;
    font-size: 0.9375vw;
    line-height: 2.7778vh;
    margin-bottom: 20px;
    height: 50px;
}
.xmzx_li_time{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.xmzx_li_time_left, .xmzx_li_time_right{
    display: flex;
    align-items: center;
}
.xmzx_li_time_left{
    color: #999999;
    margin-right: 20px;
}
.xmzx_li_time_left img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.xmzx_li_time_right{
    color: #333;
}
.xmzx_li_time_right img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.xmzx_li_jg{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #999999;
}
.xmzx_li_jg img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.xmzx_li_jg span{
    font-size: 18px;
    color: #FF1F1F;
}
.xmzx_li_btn{
    width: 100px;
    height: 24px;
    background: #4FA6FE;
    border-radius: 12px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 30px;
}
.xmzx_li_btn:hover{
    background: #1A3F89;
}
.xmzx_title_tab{
    display: flex;
    align-items: center;
}
.xmzx_title_tab_li{
    width: 100px;
    height: 36px;
    background: #CCCCCC;
    border-radius: 18px;
    margin-left: 20px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.xmzx_title_tab>.active{
    background: #4FA6FE;
}
.xmzx_li_status{
    width: 93px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}
.status_csz{
    background-image: url('../images/status_csz.png');
    background-size: 100% 100%;
}
.status_zlz{
    background-image: url('../images/status_zlz.png');
    background-size: 100% 100%;
}
.status_zhz{
    background-image: url('../images/status_zhz.png');
    background-size: 100% 100%;
}
.status_tjq{
    background-image: url('../images/status_tjq.png');
    background-size: 100% 100%;
}
.status_gpz{
    background-image: url('../images/status_gpz.png');
    background-size: 100% 100%;
}
.status_bmz{
    background-image: url('../images/status_bmz.png');
    background-size: 100% 100%;
}
.status_jjz{
    background-image: url('../images/status_jjz.png');
    background-size: 100% 100%;
}
.status_ycj{
    background-image: url('../images/status_ycj.png');
    background-size: 100% 100%;
}
.status_qt{
    background-image: url('../images/status_qt.png');
    background-size: 100% 100%;
}