.option-box{
    position: relative;
}
.option-item{
    display: flex;
    align-items: flex-start;
    padding: 5px 0;
}
.option-item .title{
    width: 100px;
    text-align: right;
    margin-right: 20px;
    color: #999;
}
.option-item .options{
    line-height: 1.5rem;
}
.option-item .options a{
    display: inline-block;
    margin-right: 15px;
}
.option-item .options a.select{
    color: #FF7950;
}

.main-box{
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.main-box .item-box{
    width: 985px;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.main-box .item-box{

}
.item-box .item{
    display: flex;
    padding:20px 0;
    position: relative;
}
.item-box .item:hover{
    background-color: #f5f5f5;
    cursor: pointer;
}
.item-box .item .cover{
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    flex-grow: 1;
    min-width: 174px;
}
.item-box .item .cover-pic{
    display: block;
    border:none;
    margin:0;
}
.item-box .item .pic-count{
    position: absolute;
    background: rgba(0,0,0,.5);
    color: #fff;
    top: 0;
    left: 0;
    width: 40px;
    padding: 2px 5px;
    font-size: 12px;
    text-align: center;
    border-radius: 5px 0 5px 0;
}
.item .ding{
    background: #f14d0a;
    border-radius: 5px 0 5px 0;
    box-sizing: border-box;
    color: #fff;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 5px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    z-index: 1
}
.item-box .item .item-right{
    /*width: calc(100% - 194px);*/
    flex-grow: 0;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.item .item-right .title-box{
    display: flex;
    align-items: center;
    position: relative;
}
.title-box .time{
    color: #ccc;
    position: absolute;
    right: 20px;
    font-size: 12px;
}
.item .item-right .title{
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    max-width: 480px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right:20px;
}
.item .item-right .top-tag{
    display: inline-block;
    background: #f14d0a;
    color: #fff;
    padding: 2px 5px;
    font-size: 13px;
}
.item-right .base-info{
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
}
.item-right .base-info span{
    display: inline-block;
    line-height: 12px;
    vertical-align: top;
    font-size: 12px;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item-right .base-info i.split {
    width: 2px;
    height: 12px;
    margin: 0 11px;
    line-height: 12px;
    vertical-align: top;
    background: #e3e3e3;
    display: inline-block;
}
.base-info .managericon{
    background-image: url("/static/store/images/sprite1.png");
    background-size: 138px auto;
    background-repeat: no-repeat;
    background-position: -92px -68px;
    width: 13px !important;
    height: 13px !important;
    line-height: 13px;
    margin-right: 5px;
}
.item-right-bottom{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;

}
.item-right-bottom .tag{
    padding: 4px 10px;
    font-size: 12px;
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
}
.item-right-bottom .tag-1{
    background: rgba(81, 122, 153, .1);
    color: #517a99;
}
.item-right-bottom .tag-2{
    background: rgba(255, 128, 98, .1);
    color: #ff8062;
}
.item-right-bottom .tag-3{
    background: rgba(142, 155, 221, .1);
    color: #8e9bdd;
}
.item-right-bottom .tag-4{
    background: rgba(241, 168, 42, .1);
    color: #f1a82a;
}
.item-right-bottom .tag-5{
    background: rgba(81, 122, 153, .1);
    color: #517a99;
}
.item-right .area{
    width: 150px;
    position: absolute;
    bottom: 44px;
    text-align: center;
    left: 450px;
}
.item-right .area .num{
    color: #333;
    font-size: 18px;
}
.item-right .area .down{
    margin-top: 5px;
    font-size: 12px;
    color: #999;
}

.item-right .money{
    width: 150px;
    position: absolute;
    bottom: 51px;
    text-align: center;
    right: 20px;
    color: #ff552e;
}
.item-right .money .price{
    font-size: 25px;
}
.item-right .money .unit{
    font-size: 14px;
    vertical-align: 1px;
}
.page-box{
    margin:30px 0;
    overflow: hidden;
}
.page-box .pagination{
    justify-content:center !important;
}
.no-data{
    text-align: center;
    color: #999;
    margin-top: 50px;
    /*position: absolute;top:50%;left:50%;right:0;bottom:0;transform: translate(-50%, -50%);*/
}


.main-box .right-box{
    width: 160px;
}
.right-box .guess-title {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    margin-bottom: 15px;
    font-weight: 400;
}
.right-box .recommend-list{

}
.right-box .recommend-list a{
    display: block;
    color: #333;
}
.right-box .pic-wrap{
    position: relative;
    overflow: hidden;
}
.right-box .detail-info {
    padding: 13px 9px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    margin-bottom: 20px;
    line-height: 19px;
    font-size: 12px;
    font-weight: 400;
}
.right-box .detail-info .price {
    width: 150px;
    letter-spacing: 0;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 18px;
}
.right-box .detail-info .price .jiage {
    font-size: 18px;
    font-weight: 400;
    color: #fa4600;
}
.right-box .detail-info .danwei {
    font-size: 12px;
    font-weight: 400;
    color: #fa4600;
}
.right-box .detail-info .price .area {
    margin-left: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
}
.right-box .detail-info .house-type {
    color: #888;
    line-height: 14px;
    height: 14px;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommend-list .detail-info h3 {
    margin-bottom: 7px;
    line-height: 14px;
    height: 14px;
    font-weight: 400;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:15px;
}

.search-keyword{
    color: #FF7950!important;
    font-weight: bold;
}