body {
    background-color: #f5f5f5;
}

.xm_project_select {
    width: 1170px;
    height: auto;
    margin: 0 auto;
    background-color: #ffffff;
}

.case_cont_condition {
     width: 1130px;
    height: auto;
    margin: 0 auto;
}

.case_choose {
   width: 1130px;
    height: auto;
    display: inline-block;
    margin-bottom: 10px;
}
.case_choose_other {
      width: 900px;
    height: auto;
    float: left;
    border: 1px solid #fe7314;
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}

.xz {
    width: auto;
    height: 30px;
    margin: 0 10px;
    margin-top: 5px;
    cursor: pointer;
}

.xz a {
    font-size: 14px;
    line-height: 30px;
    padding: 2px 5px;
}
dl.case_choose dt {
    width: 138px;
    font-size: 14px;
    color: #000000;

}

dl.case_choose dt,
dl.case_choose dd {
    float: left;
    overflow: hidden;
    display: inline;
    margin-top: 25px;
    padding: 2px 5px;
}

dd {
    margin-inline-start: 8px;
    cursor: pointer;
}

.case_jr {
    height: 30px;
}

.on {
    background-color: #fe7314;
    color: #ffffff;
}

/*dl.case_choose:nth-child(5) {
    margin-bottom: 30px;
}*/

dl.case_choose dd:hover {
    background-color: #fe7314;
    color: #ffffff;
}

.xm_project_search {
    width: 1170px;
    height: 70px;
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: 15px;
    display: flex;
}

.xm_search_l {
    width: auto;
    height: auto;
    display: flex;
}

.xm_search_r {
    display: flex;
    margin-left: 300px;
}

.xm_project_search_txt {
    width: auto;
    height: auto;
    margin-left: 20px;
}

.xm_project_search_txt p {
    font-size: 14px;
    font-weight: bold;
    line-height: 70px;
}

.xm_project_search_input {
    width: 330px;
    height: 35px;
    border: 1px solid #d5d5d5;
    border-right: 0;
    margin-top: 17.5px;
    padding-left: 5px;
}

.xm_project_search_btn {
    width: 50px;
    height: 35px;
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    border-left: 0;
    margin-top: 17.5px;
    background: url('../spimages/search.png') no-repeat;
    background-position: 50%;
    cursor: pointer;
}

.xm_project_fb {
    width: 118px;
    height: 35px;
    border: 0;
    border-radius: 5px;
    background-color: #fe7314;
    margin-top: 17.5px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

.xm_project_phone {
    width: auto;
    height: 70px;
    margin-left: 20px;
}

.xm_project_phone p {
    font-size: 14px;
    color: #fe7314;
    line-height: 70px;
}

.xm_project_phone span {
    font-size: 14px;
    color: #000000;
}

.xm_project_cont {
    width: 1170px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 282px);
}

.xm_project_items {
    width: 282px;
    height: 112px;
    margin-bottom: 20px;
    background-color: #ffffff;
    display: flex;
}

.xm_items_l {
    width: 130px;
    height: 112px;
}

.xm_items_r {
    width: 152px;
    height: 112px;
}

.xm_items_img {
    width: 102px;
    height: 86px;
    margin-top: 13px;
    margin-left: 14px;
    position: relative;
}

.xm_items_img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.vip_img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: -1px;
    right: -1px;
}

.xm_items_title {
    width: auto;
    height: 22px;
    margin-top: 13px;
}

.xm_items_title p {
    font-size: 16px;
    padding-right: 10px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xm_items_city {
    width: auto;
    height: 20px;
    margin-top: 2px;
}

.xm_items_city p {
    font-size: 14px;
    line-height: 20px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xm_items_kind {
    width: auto;
    height: 20px;
    margin-top: 2px;
}

.xm_items_kind p {
    font-size: 14px;
    line-height: 20px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xm_items_area {
    width: auto;
    height: 20px;
    margin-top: 2px;
}

.xm_items_area p {
    font-size: 14px;
    line-height: 20px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xm_project_more {
    width: 935px;
    height: 50px;
    margin: 0 auto;
    background-color: #e3e3e5;
    margin-top: 50px;
    margin-bottom: 50px;
}

.xm_project_more p {
    font-size: 18px;
    color: #221714;
    line-height: 50px;
    text-align: center;
    letter-spacing: 5px;
    cursor:pointer;
}