/*
 * 公共样式
 */
body{
    background: #f9f9f9 !important;
}

p{
    margin: 0;
    padding: 0;
}

.common_w{
    width: 1170px;
    margin: 0 auto 50px;
}

.ellipsis{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.bd-b-ds{
    border-bottom: 1px dashed #eee;
}

/*
 * 面包屑
 */
.property-crumbs{
    height: 36px;
    line-height: 36px;
    margin-top: 6px;
    font-size: 12px;
}

.property-crumbs > a{
    color: #717171;
}

.property-crumbs > span{
    color: #9c9c9c;
}

.clear{
    clear: both;
}

/*顶部介绍*/
.property-box{
    padding: 36px 26px 17px;
    overflow: hidden;
}
.property-box-left{
    width: 455px;
    float: left;
}
.property-box-left .link-title{
    color: #999;
    margin-bottom: 15px;
    margin-top: -2px;
}
.property-box-left .link{
    display: inline-block;
    color: #333;
    width: 120px;
    text-align: center;
    padding: 5px;
    margin-bottom: 16px;
    margin-right: 13px;
    background: #F8F8F8;
    border: 1px solid #EEEEEE;
    border-radius: 1px;
}
.property-box-left .link.active{
    color: #fff;
    background: #04C6C5;
}

.property-box-right{
    float: left;
}
.property-box-right .property-cover{
    float: left;
    width: 240px;
    height: 162px;
    margin-right: 23px;
    overflow: hidden;
}
.property-box-right .property-intro-cont{
    float: left;
    width: 420px;
}
.property-box-right .property-title{
    font-size: 20px;
    color: #333;
    padding: 8px 0;
}
.property-box-right .property-intro{
    font-size: 13px;
    color: #666;
    line-height: 20px;
}
.property-box-right .property-cover{
    width: 217px;
    height: 162px;
    margin-right: 21px;
    overflow: hidden;
}

/*商品列表*/
.scheme-cont{
    padding: 30px 17px 10px 27px;
    overflow: hidden;
}
.scheme-list {
    overflow: hidden;
}
.scheme-list .list{
    float: left;
    width: 215px;
    margin-right: 10px;
    margin-bottom: 28px;
    padding: 5px 5px 17px;
    background: #FFF;
    border: 1px solid #F1F1F1;
}
.scheme-list .list .scheme-cover{
    height: 155px;
    overflow: hidden;
}
.scheme-list .list .scheme-price{
    color: #C80303;
    font-size: 12px;
    margin-top: 15px;
}
.scheme-list .list .price-num{
    font-size: 16px;
    line-height: 17px;
    margin-right: 2px;
    font-family: arial,\5FAE\8F6F\96C5\9ED1,sans-serif;
}
.scheme-list .list .scheme-title{
    display: block;
    height: 17px;
    overflow: hidden;
    font-size: 12px;
    color: #333;
    margin: 6px 0;
}
.scheme-list .list .scheme-address{
    display: block;
    height: 17px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
}

.page-head{
    margin: 25px 28px 12px;
    font-size: 18px;
    color: #333;
}
.p-l-r-3{
    padding: 0 3px;
}


/*
 * 主体区域
 */
.property-main{
    overflow: hidden;
    background: #fff;
}


/*分页*/
.pagination-box{
    text-align: center;
}
.pagination{
    margin: 10px 7px 55px 0;
}
.pagination > li > a, .pagination > li > span {
    font-size: 12px;
    color: #666;
    margin:0 3px;

    border-radius: 3px;
    background-color: #eee;
    border: none;
}
.pagination > .active > a, .pagination > .active > span {
    background-color: #00C8BE !important;
}
.pagination > li > a:hover {
    color: #00C8BE;
}

.no-data-tip {
    border-top: 1px solid #eee;
    padding: 20px 0 30px;
    color: #999;
}