.search_title{
    font-size: 16px;
    color: #666;
    line-height: 37px;
    height: 37px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 150px;
    text-align: center;
    border-bottom: none;
}
.search_items{
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 10px;
}
.search_item{
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
}
.search_item:not(:last-child){
    border-bottom: 1px dashed #ddd;
}
.search_item>span{
    color: #666;
    font-size: 14px;
    width: 3%;
}
.search_item_list{
    width: 97%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.search_item_list>a{
    color: #666;
    font-size: 14px;
    padding: 0 7px;
    margin-bottom: 7px;
}
.search_item_list>a.on{
    color: #d51938;
    font-weight: bold;
}
.search_item_list>a:first-child{
    color: #999;
}
.plot_list{
    box-sizing: border-box;
    padding: 20px 0;
}
.plot_item{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
}
.plot_item:not(:last-child){
    margin-bottom: 20px;
}
.plot_item_left{
    width: 25%;
    position: relative;
}
.plot_item_left>img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.plot_item_left>span{
    position:absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    background: linear-gradient(to right, #ef8732, #f56229);
    color: #ffffff;
    padding: 3px 5px;
    border-bottom-right-radius: 10px;
}
.plot_item_left>div{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    padding: 2px 5px;
}
.plot_item_left>div>img{
    width: 20px;
    margin-right: 2px;
}
.plot_item_mid{
    width: 55%;
}
.plot_item_mid>a:first-child{
    color: #333;
    font-size: 24px;
}
.plot_item_mid>p:nth-child(2){
    color: #999;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}
.plot_item_hx{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    color: #999;
    font-size: 14px;
    align-items: center;
}
.plot_item_hx>span{
    margin: 0 5px;
}
.plot_item_hx>a{
    color: #999;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}
.plot_item_hx>a>span{
    padding: 0 5px;
}
.plot_item_phone{
    font-size: 22px;
    color: #d21938;
    height: 32px;
    line-height: 32px;
}
.plot_item_needs{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.plot_item_needs>a{
    color: #999;
    font-size: 12px;
    border: 1px solid #eee;
    padding: 0 5px;
    margin-right: 10px;
    background-color: #fff;
    height: 21px;
    line-height: 21px;
}
.plot_item_right{
    width: 15%;
}
.plot_item_right>p{
    color: #dd0f1f;
    font-size: 26px;

}
.plot_item_right>p>span{
    color: #999 !important;
    font-size: 14px !important;
    padding-left: 5px
}
