.head-search {
    height: 56px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin-bottom: -1px;
    background: #f7f7f7;
}

.head-search .search-bar {
    margin-top: 10px;
    float: right;
}

.head-search .search-bar .search-input {
    width: 258px;
    padding: 8px 10px;
    border: 1px solid #e43;
}

.head-search .search-bar .search-btn {
    width: 70px;
    height: 38px;
    line-height: 38px;
    background: #e43;
}

.h-s-btns {
    float: left;
}

.h-s-btns .btn1 {
    float: left;
    margin-top: 10px;
    height: 36px;
    padding: 0 16px;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: #5193d0;
}

.h-s-btns .btn1 .tri {
    position: absolute;
    bottom: -10px;
    left: 50%;
    right: 50%;
    margin-left: -5px;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-top-color: #5193d0;
}

.h-s-btns .btn1-1, .h-s-btns .btn1.active {
    background: #e43;
}

.h-s-btns .btn1-1 .tri, .h-s-btns .btn1.active .tri {
    border-top-color: #e43;
}

.h-s-btns .btn1-2, .h-s-btns .btn1.active {
    background: #5193d0;
}

.h-s-btns .btn1-2 .tri, .h-s-btns .btn1.active .tri {
    border-top-color: #5193d0;
}

.h-s-btns .btn1-3 {
    background: #4cb471;
}

.h-s-btns .btn1-3 .tri {
    border-top-color: #4cb471;
}

.h-s-btns .btn1-4 {
    background: #fe5200;
}

.h-s-btns .btn1-4 .tri {
    border-top-color: #fe5200;
}

.h-s-btns .btn1-5 {
    background: #2e9ee6;
}

.h-s-btns .btn1-5 .tri {
    border-top-color: #2e9ee6;
}

.h-s-btns a:hover {
    color: #fff;
    opacity: .8;
}

.h-s-btns i {
    margin-right: 3px;
    vertical-align: -1px;
}


.filter-hd {
    border-left: 1px solid #ddd;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.filter-hd a {
    border: 1px solid #ddd;
    color: #666;
    float: left;
    margin-left: -1px;
    padding: 0 22px;
}

.filter-hd a i {
    font-size: 18px;
}

.filter-hd a.act {
    background-color: #fff;
    font-weight: 700;
}

.filter-hd a.act, .filter-hd a:hover {
    color: #e43;
    text-decoration: none;
}

.filter-hd a:hover i {
    animation: aAnimate 0.1s both;
}

.filter-hd a:first-child {
    border-radius: 3px 0 0;
}

.filter-hd a:last-child {
    border-radius: 0 3px 0 0;
}

/* filter-bd */
.filter-bd {
    width: 1160px;
    padding: 20px;
    margin: 20px auto;
    background: #fbfbfb;
}

.filter-item-list {
    padding-top: 10px;
}

.filter-item-list dl {
    line-height: 36px;
    font-size: 14px;
    overflow: hidden;
    padding-left: 10px;
    clear: both;
    padding-bottom: 10px;
    vertical-align: top;
}

.filter-item-list dt {
    float: left;
    text-align: right;
    width: 43px;
    white-space: nowrap;
}

.filter-item-list dd {
    margin-left: 45px;
}

.filter-item-list dd a {
    border-radius: 2px;
    color: #666;
    display: inline-block;
    line-height: 28px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 0 5px;
}

.filter-item-list dd a:hover, .filter-item-list dd a.act {
    background: #004397;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}

.filter-item-list .set {
    margin-top: -7px;
    padding: 7px 5px;
    position: absolute;
}

.filter-item-list .set .txt {
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
    text-indent: 10px;
    width: 50px;
}

.filter-item-list .set .btn {
    border: 1px solid #e43;
    background: #e43;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
}

.filter-item-select {
    background: #fafafa;
    border-top: 1px solid #ddd;
    padding: 0 0 7px 10px;
    overflow: auto;
}

.filter-item-select li {
    float: left;
    height: 36px;
    line-height: 28px;
    margin-top: 20px;
    position: relative;
    margin-right: 10px;
    font-size: 14px;
}

.filter-item-select li.open .more-hd {
    border-color: #ddd;
}

.filter-item-select li.open .more-hd i {
    transform: rotate(180deg);
}

.filter-item-select li.active .more-hd {
    border-color: #e43;
}

.filter-item-select li .more-hd {
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    text-indent: 10px;
    width: 102px;
    position: relative;
}

.filter-item-select li .more-hd i {
    color: #999;
    font-size: 15px;
    position: absolute;
    top: 1px;
    right: 10px;
    text-indent: 0;
    transition: transform .3s;
}

.filter-item-select li .more-bd {
    background: #fff;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: none;
    width: 103px;
}

.filter-item-select li .more-bd.last {
    right: 0 !important;
    left: auto !important;
}

.filter-item-select li .more-bd a {
    border: 1px solid #e5e5e5;
    color: #666;
    height: 29px;
    line-height: 29px;
    margin-bottom: -1px;
    margin-right: -1px;
    vertical-align: top;
    display: block;
    font-size: 12px;
    padding: 0 10px;
    vertical-align: top;
    white-space: nowrap;
}

.filter-item-select li .more-bd a:hover, .filter-item-select li .more-bd a.act {
    background: #f4f4f4;
    text-decoration: none;
}

.filter-item-select li .more-horizontal {
    width: 360px;
}

.filter-item-select li .more-horizontal a {
    float: left;
    width: 99px;
}

.filter-item-select li.more-tit {
    margin-right: 0;
}

/* filter-cur */
.filter-cur {
    background: #fff;
    border-top: 1px solid #ddd;
    line-height: 20px;
    padding: 10px;
}

.filter-cur .tip {
    float: left;
    line-height: 22px;
}

.filter-cur a {
    border: 1px solid #ddd;
    background-color: #fff;
    float: left;
    margin-right: 5px;
    padding: 1px 5px 0;
    font-size: 12px;
    text-decoration: none;
}

.filter-cur a:hover {
    text-decoration: none;
}

.filter-cur a i {
    color: #e43;
    vertical-align: -1px;
}



.row-news-item, .row-news-item .col{
    width: 1200px;
    margin: auto;
    overflow: visible;
}
.row-news-item .tabs{
    float: left;
    min-width: 196px;
    height: 36px;
    font-size: 16px;
}
.row-news-item .tabs .new{
    position: relative;
    padding-right: 6px;
    color: #333;
}
.row-news-item .tabs li {
    float: left;
    width: 98px;
    text-align: center;
    line-height: 36px;
    color: #000;
}
.row-news-item .tabs .active {
    height: 34px;
    border-bottom: 2px solid #004397;
}
.search-condition {
    clear: both;
    height: 35px;
    line-height: 36px;
    border-bottom: 1px solid #eaeaea;
}
.search-condition li, .status {
    float: left;
}
.search-condition .num {
    float: right;
    font-size: 14px;
}
.left{
    max-width: 830px;
    margin-right: 20px;
}
.news-item {
    clear: both;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px dashed #e9e9e9;
}
.news-item .des-area, .news-item .pic {
    position: relative;
    float: left;
    width: 550px;
}
.news-item .pic {
    margin-right: 20px;
    position: relative;
}
.news-item .pic, .news-item .pic img {
    width: 260px;
    height: 180px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 6px;
    overflow: hidden;
}
.news-item .title {
    margin-bottom: 18px;
    line-height: 36px;
    overflow: auto;
}
.news-item .review {
    position: absolute;
    right: 0;
    top: 40px;
}
.news-item .types {
    float: left;
    max-width: 222px;
}
.news-item .position, .news-item .types {
    height: 19px;
    overflow: hidden;
    margin-bottom: 10px;
}
.news-item .position span.position-des, .news-item .types {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 20px;
    font-size: 14px;
}
.news-item .position .map {
    margin-top: 1px;
}
.news-item .position span {
    float: left;
}
.news-item .position .map .icon {
    margin: 2px 8px 0 0;
    font-size: 13px;
    color: #f2304a;
}
.news-item .abstract{
    color: #666;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
}
.news-item .abstract .types {
    margin-right: 0;
}
.news-item .area {
    float: left;
    margin-left: 15px;
    padding-left: 15px;
    font-size: 14px;
    border-left: 1px solid #b7a4a4;
}
.building-news{
    font-size:14px;
}

.news-item .building-news {
    width: 100%;
    height: 17px;
    margin-bottom: 13px;
}
.building-news .ysz {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #b7a4a4;
}


.news-item .house-tag .tag {
    background: #fff;
    border: 1px solid #bababa;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 10px 10px 0;
    font-size: 12px;
}
.house-tag .tag {
    float: left;
    padding: 0 10px;
    margin-right: 10px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #48B3E2;
    overflow: hidden;
}
.house-tag .tag, .house-tag .tag a {
    color: #48B3E2;
}
.news-item .house-tag .tag a {
    color: #666;
}
.news-item .house-tag .active a {
    color: #d49d85;
}
.house-tag .tag a {
    display: inline-block;
    max-width: 230px;
    overflow: hidden;
}

.sale_status114 {
    background: rgb(254, 152, 0);
}
.sale_status115 {
    background:rgb(244, 22, 33);
}
.sale_status116 {
    background: rgb(71 179 227);
}
.sale_status117 {
    background: rgb(0, 55, 255);
}
.sale_status118 {
    background:  rgb(170 170 170);
}
.sale_status311 {
    background: rgb(2 112 70);
}
.tag-lbs {
    display: inline-block;
    height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 21px;
    padding: 0 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 10px 0;
}
.sheen_fleft {
    float: left;
}
.sheen_fright {
    float: right;
}
.vrtxt-list-pc {
    position: absolute;
    left: 5%;
    bottom: 10%;
}

.news-item .pic img, .j-media a img, .j-media2 .pic img, .media2 .pic a:hover img {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
   
}

.news-item:hover img {
    transform: scale(1.1);
    z-index: 0;
}
.news-item:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.activity {
    background: linear-gradient(89deg, #ff7713, #ff5501);
    border-radius: 13px 0 13px 0;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 1;
}
.activity:empty {
    background: none;
    border: none;
    color: transparent;
}
.sheen_clearfloat:after {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    clear: both;
    display: block;
    content: ' ';
}


.page-wrap {
    padding-top: 30px;
    margin-bottom: 36px;
}
.page {
    text-align: center;
    margin-bottom: 17px;
}
.pagination {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    padding-left: 0;
}
.pagination>li {
    display: inline-block;
    margin: 0 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.pagination>li>a, .pagination>li>span {
    float: left;
    font-size: 14px;
    color: #999;
    text-align: center;
    min-width: 28px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    border: 1px solid #e6e6e6;
    position: relative;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.pagination>li>a, .pagination>li>span {
    float: left;
    font-size: 14px;
    color: #363c40;
    text-align: center;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border: 1px solid #b0b4b9;
    position: relative;
    text-decoration: none;
}
.pagination>li>a, .pagination>li>span {
    float: left;
    font-size: 14px;
    color: #363c40;
    text-align: center;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border: 1px solid #b0b4b9;
    position: relative;
    text-decoration: none;
    padding:  0 5px;
}
.pagination .active span{
    border-color: #f2304a;
    color: #f2304a;
}
.pagination .ellipsis{
    border: 0;
}

.result-num {
    text-align: center;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.result-num em {
    font-style: normal;
    color: #e85045;
    font-weight: 700;
}
.news-item .title .name {
    float: left;
    font-size: 24px;
    font-weight: 700;
    color: #363d40;
    display: -webkit-box;          /* 使用弹性盒模型 */
    -webkit-line-clamp: 2;         /* 限制显示的行数 */
    -webkit-box-orient: vertical;  /* 设置盒子的方向为垂直 */
    overflow: hidden;             /* 隐藏超出部分 */
    text-overflow: ellipsis;      /* 超出部分用省略号表示 */
    white-space: normal;          /* 保持正常的空白处理 */
    word-break: break-word;       /* 允许单词内换行（如果需要） */
}
.news-item .total-price .number {
    font-size: 20px;
    color: #f2304a;
    font-weight: normal;
}
.news-item .total-price {
    font-weight: 700;
    color: #888;
}

.house-r {
    margin-top: 30px;
    width: 210px;
    overflow: hidden;
    float: right;
}