
/* 
* æ–°å¢ž æ—¥æœŸ 2020-03-25
*/
/* æ ‡é¢˜ */
.cnd-title{
    border-left:6px solid #000;
    padding-left:6px;
    font-size:16px;
    font-weight:bold;
    color:#000;
    margin-bottom:30px;
    font-family: "æ–¹æ­£å¤§é»‘ç®€ä½“";
}
/* å›¾ç‰‡è¿‡åº¦ */
.notice-matters-box .notice-cont-box .notice-left > a:hover img,
.city-newHouse-dynamic .to-left .housing-top a:hover img,
.video-seeHouse-box .vsH-r > li:hover img,
.houseMarket-swiper-box .swiper-slide:hover img,
.houseMarket-M .hot-news-list a:hover img{
    transition-duration: 0.3s;
    transform: scale(1.1);
}


/* åŸŽå¸‚æ–°æˆ¿åŠ¨æ€ */
.city-newHouse-dynamic{
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    width: 100%;
    min-height:500px;
	margin-bottom: 50px;
}
.city-newHouse-dynamic a:hover,
.city-newHouse-dynamic a:hover>span{
    color:var(--qiTiZiTiColor) !important;
    text-decoration:none;
}

/* L */
.city-newHouse-dynamic .to-left{
    width:30%;
}
.city-newHouse-dynamic .to-left .housing-top{
    display: -webkit-flex; 
    display: flex; 
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit-flex-wrap: wrap; 
    flex-wrap: wrap; 
}
.city-newHouse-dynamic .to-left .housing-top a{
    display:block;
    width:48%;
    min-height:155px;
    margin-bottom:16px;
}
.city-newHouse-dynamic .to-left .housing-top .house-img{
    width:100%;
    height:110px;
    background:pink;
    position: relative;
    border-radius:8px;
    overflow: hidden;
}
.city-newHouse-dynamic .to-left .housing-top .house-img img{
    width:100%;
    height:100%;
}
.city-newHouse-dynamic .to-left .housing-top .house-tag{
    font-size:12px;
    color:var(--qiTiZiTiColor);
    border:1px solid var(--qiTiZiTiColor);
    padding:0 5px;
    background:#fff;
    position:absolute;
    top:5px;
    left:5px;
    z-index: 1;
}
.city-newHouse-dynamic .to-left .housing-top .house-name{
    font-size:14px;
    color:#fff;
    background:rgba(0,0,0,0.6);
    padding: 5px 10px;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
}
.city-newHouse-dynamic .to-left .housing-top .prise-centiare{
    font-size:14px;
    color:#888;
    margin-top:6px;
}
.city-newHouse-dynamic .to-left .housing-top .red-hue{
    color:red;
}
.city-newHouse-dynamic .to-left .housing-top .info-date{
    font-size:12px;
    color:#999;
}
.city-newHouse-dynamic .to-left .housing-bottom a{
    display: -webkit-flex; 
    display: flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    margin-bottom:10px;
}
.city-newHouse-dynamic .to-left .housing-bottom a:last-of-type{
    margin:0;
}
.city-newHouse-dynamic .to-left .housing-bottom a>span{
    display: inline-block;
    font-size:14px;
    overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.city-newHouse-dynamic .to-left .housing-bottom a>span .iconfont{
    font-size:24px;
    color:var(--qiTiZiTiColor);
    position: absolute;
    top:-8px;
}
.city-newHouse-dynamic .to-left .housing-bottom a>span:nth-child(1){
    width: 25%;
    color:#888;
}
.city-newHouse-dynamic .to-left .housing-bottom a>span:nth-child(2){
    width: 7%;
    height: 21px;
}
.city-newHouse-dynamic .to-left .housing-bottom a>span:nth-child(3){
    width: 65%;
    color:#999;
    text-align:center;
}
.city-newHouse-dynamic .to-left .housing-bottom a>span .red-hue{
    color:red;
}
/* M */
.city-newHouse-dynamic .to-middle{
    width:37%;
}
.city-newHouse-dynamic .to-middle .onSale-list > li{
    margin-bottom:20px;
    padding-left:16px;
}
.city-newHouse-dynamic .to-middle .onSale-list > li:last-of-type,
.city-newHouse-dynamic .to-middle .onSale-list > li a:last-of-type{
    margin:0;
}
.city-newHouse-dynamic .to-middle .onSale-list > li a{
    display: block;
	height:20px;
    font-size:14px;
    color:#444;
    margin-bottom:6px;
    position: relative;
	overflow: hidden;
}
.city-newHouse-dynamic .to-middle .onSale-list > li a.different{
    font-size:16px;
    font-weight:600;
    color:#444;
}
.city-newHouse-dynamic .to-middle .onSale-list > li a::before{
    content:"•";
    color:#dadada;
    position:absolute;
    top:50%;
    left:-16px;
    transform:translateY(-50%);
}
/* R */
.city-newHouse-dynamic .to-right{ 
    width:28%;
}
.city-newHouse-dynamic .to-right .time-quantum-list{
    height: 600px;
    overflow-Y: auto;
    padding-left:10px;
}
.city-newHouse-dynamic .to-right .time-quantum-list > ul{
    border-left:1px dashed #999;
    padding-left:14px;
}
.city-newHouse-dynamic .to-right .time-quantum-list > ul > li{
    margin-bottom:10px;
}
.city-newHouse-dynamic .to-right .time-quantum-list > ul > li:last-of-type{
    margin:0;
}
.city-newHouse-dynamic .to-right .time-quantum-list .time-date{
    font-size:14px;
    color:#999;
    position: relative;
}
.city-newHouse-dynamic .to-right .time-quantum-list .time-date::before{
    content:"";
    display: inline-block;
    width:13px;
    height:13px;
    border-radius:50%;
    background:#ddd;
    position:absolute;
    top:50%;
    left:-21px;
    transform:translateY(-50%);
}
.city-newHouse-dynamic .to-right .time-quantum-list a{
    display: block;
    font-size:14px;
    color:#444;
    margin-top:6px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

/* åŸŽå¸‚æ–°æˆ¿åŠ¨æ€ end */


/* è§†é¢‘çœ‹æˆ¿ */
.video-seeHouse-box{
    display: -webkit-flex; 
    display: flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    margin: 50px 0;
}
/* L */
.video-seeHouse-box .vsH-l{
    width:31%;
    background:#000;
    border-radius:8px;
    overflow: hidden;
	position: relative;
}
.video-seeHouse-box .vsH-l video{
    width:100%;
    height:300px;
}
.video-seeHouse-box .vsH-l .video-house-name{
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	padding: 10px;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	pointer-events:none;
    background-image: -webkit-linear-gradient(rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background-image: -moz-linear-gradient(rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background-image: -o-linear-gradient(rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background-image: linear-gradient(rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
	
}
/* R */
.video-seeHouse-box .vsH-r::after{
    content:"";
    display: block;
    clear:both;
}
.video-seeHouse-box .vsH-r{
    width:65%;
    margin:0;
}
.video-seeHouse-box .vsH-r > li{
    display: block;
    width: 23.5%;
    height: 145px;
    margin-top: 15px;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    float: left;
    border-radius:8px;
    overflow: hidden;
}
.video-seeHouse-box .vsH-r > li:nth-child(4n){
    margin-right:0;
}
.video-seeHouse-box .vsH-r > li:nth-child(1),
.video-seeHouse-box .vsH-r > li:nth-child(2),
.video-seeHouse-box .vsH-r > li:nth-child(3),
.video-seeHouse-box .vsH-r > li:nth-child(4){
    margin-top:0;
}
.video-seeHouse-box .vsH-r > li img{
    width:100%;
    height:100%;
}
.video-seeHouse-box .vsH-r .streamer-txt{
    position:absolute;
    bottom:10px;
    left:0;
    right:0;
    background:rgba(0,0,0,0.6);
    padding:6px 10px;
    font-size:14px;
    color:#fff;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.video-seeHouse-box .vsH-r .hide-streamer-btn{
    display:none;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    position: absolute;
    bottom:0;
    left:0;
    animation:vshAnimation 0.5s;
	-webkit-animation:vshAnimation 0.5s; /* Safari and Chrome */
}
.video-seeHouse-box .vsH-r > li:hover .hide-streamer-btn{
    display:block;
}
.video-seeHouse-box .vsH-r > li:hover .streamer-txt{
    display:none;
}
.video-seeHouse-box .vsH-r > li .hide-streamer-btn{
    padding-top:20px;
    padding-left:10px;
    color:#fff;
}
.video-seeHouse-box .vsH-r > li .hide-streamer-btn p,
.video-seeHouse-box .vsH-r > li .hide-streamer-btn .iconfont{
    font-size:14px;
    margin:6px 0;
}
.video-seeHouse-box .vsH-r > li .hide-streamer-btn p>span{
    margin-right:10px;
}
.video-seeHouse-box .vsH-r > li .hide-streamer-btn .name-txt{
    font-size:16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.video-seeHouse-box .vsH-r > li .hide-streamer-btn .play-btn{
    outline:none;
    border:none;
    border-radius:4px;
    font-size:14px;
    color:#fff;
    padding:3px 10px;
    background: -webkit-linear-gradient(left top, #349dff , var(--qiTiZiTiColor));
    background: -o-linear-gradient(bottom right, #349dff , var(--qiTiZiTiColor));
    background: -moz-linear-gradient(bottom right, #349dff , var(--qiTiZiTiColor));
    background: linear-gradient(to bottom right, #349dff , var(--qiTiZiTiColor));
}

@keyframes vshAnimation
{
from {bottom: -145px;}
to {bottom: 0;}
}

@-webkit-keyframes vshAnimation /* Safari and Chrome */
{
from {bottom: -145px;}
to {bottom: 0;}
}
/* è§†é¢‘çœ‹æˆ¿ end */



/* åŸŽå¸‚æ¥¼å¸‚ */
.city-houseMarket-area{
	margin-bottom:50px;
}

.city-houseMarket-box {
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    width: 100%;
    min-height:500px;
}
.city-houseMarket-box .cnd-title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.city-houseMarket-box .cnd-title .more {
	font-weight: 500;
    font-size: 14px;
    color: #999;
}
.city-houseMarket-box .cnd-title .more .iconfont {
    font-size: 14px;
}
/* L */
.city-houseMarket-box .houseMarket-L{
    width:28%;
}
/* è½®æ’­å›¾ */
.houseMarket-swiper-box{
    width: 100%;
    height: 245px;
}
.houseMarket-swiper-box .houseMarket-swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    --swiper-theme-color: #ff6600;/* è®¾ç½®Swiperé£Žæ ¼ */
    --swiper-navigation-color: #00ff33;/* å•ç‹¬è®¾ç½®æŒ‰é’®é¢œè‰² */
    --swiper-navigation-size: 16px;/* è®¾ç½®æŒ‰é’®å¤§å° */
}
.houseMarket-swiper-box .swiper-container {
    width: 100%;
    height: 100%;
}
/* li and photo */
.houseMarket-swiper-box .swiper-slide {
    background: pink;
    border-radius:8px;
    overflow: hidden;
}
.houseMarket-swiper-box .swiper-slide,
.houseMarket-swiper-box .swiper-slide img{
    width: 100%;
    height: 100%;
}
/* è¯´æ˜Ž */
.houseMarket-swiper-box .swiper-slide .title-explain{
    font-size:16px;
    color:#fff;
    background:rgba(0,0,0,0.6);
    padding:6px 10px 20px 10px;
    position:absolute;
    bottom: 0;
    left:0;
    right:0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
/* åˆ‡æ¢æŒ‰é’® */
.houseMarket-swiper-box .houseMarket-next,
.houseMarket-swiper-box .houseMarket-prev{
    width: 20px;
    height:30px;
    background:rgba(0,0,0,0.6);
}
/* åˆ†é¡µå™¨ */
.houseMarket-swiper-box .swiper-pagination-bullets{
    text-align: center;
    position:absolute;
    bottom:4px !important;
    z-index: 1;
}
/* é»˜è®¤ */
.houseMarket-swiper-box .swiper-pagination-bullet{
    width:20px;
    height:3px;
    border-radius:0;
    background: #807a74;
    opacity: 1;
}
/* é€‰ä¸­ */
.houseMarket-swiper-box .swiper-pagination-bullet-active{
    background: #fff !important;
    opacity: 1;
}
/* è½®æ’­å›¾ end */

/* å…¨å›½è¦é—» */
.houseMarket-L .nationwide-news{
    margin-top:20px;
}
/* æ ‡é¢˜ */
.independentTitle {
    margin-bottom: 20px;
    font-size: 20px;
    color: #444;
    font-weight: bold;
    position: relative;
}
.independentTitle > span{
    font-family:Georgia,serif;
}
.independentTitle .titleName {
    font-size: 20px;
    color: #F33F57;
    font-family:Georgia,serif;
}
.independentTitle .brokenLine {
    width: 72%;
    height: 1px;
    background: #dde7fc;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.independentTitle .brokenLine .brokenAngle {
    width: 15px;
    height: 1px;
    background: #dde7fc;
    position: relative;
    top: 4px;
    right: 13px;
    transform: rotate(145deg);
    -ms-transform: rotate(145deg);
    -webkit-transform: rotate(145deg);
}
/* å…¨å›½è¦é—» end */

/* æ–‡ç« å— */
.nationwide-news .article-area{
    display:-webkit-flex;
    display:flex;
}
/* å›¾ */
.nationwide-news .article-area .article-photo{
    width:78px;
    height:78px;
}
.nationwide-news .article-area .article-photo img{
    width:100%;
    height:100%;
}
/* å†…å®¹ */
.nationwide-news .article-area .article-content{
    width:78%;
    padding-left:12px;
}
.nationwide-news .article-area .article-content .article-title{
    height:50px;
    line-height: 25px;
    font-weight:600;
    font-size:14px;
    color:#42559D;
    -o-text-overflow: ellipsis;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.nationwide-news .article-area .article-content .article-piece{
    margin-top:6px;    
    font-size:12px;
}
.nationwide-news .article-area .article-content .article-piece .black-hue{
    color:#000;
}
/* æ–‡ç« å— end */
.nationwide-news .huotspot-text{
    border-bottom:1px dashed #ddd;
    padding-bottom:10px;
    font-size:14px;
    color:#8290A6;
    margin:10px 0;
}
.nationwide-news .huotspot-text a,
.nationwide-news .regard-rest a:hover,
.nationwide-news .regard-rest a:hover .regard-rest-title::after{
    color:#0877c6;
}
.nationwide-news .regard-rest a{
    display:block;
    font-size:14px;
    display:-webkit-flex;
    display:flex;
    color:#A9B6CA;
    margin-top:10px;
}
.nationwide-news .regard-rest a > span{
    display:inline-block;
}
.nationwide-news .regard-rest .regard-rest-title{
    width:15%;
}
.nationwide-news .regard-rest .regard-rest-title::after{
    content:"|";
    color:#dedede;
    margin-left:12px;
}
.nationwide-news .regard-rest .regard-rest-details{
    width:85%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
/* M */
.city-houseMarket-box .houseMarket-M{
    width:39%;
}
.houseMarket-M .hot-news-list a{
    display:-webkit-flex;
    display:flex;
    margin-bottom:15px;
}
.houseMarket-M .hot-news-list a:last-of-type,
.houseMarket-R .guide-list a:last-of-type{
    margin:0;
}
/* img */
.houseMarket-M .hot-news-list .photo-left{
    width: 160px;
    height:110px;
    border-radius:4px;
    overflow: hidden;
}
.houseMarket-M .hot-news-list .photo-left img{
    width:100%;
    height:100%;
}
/* content */
.houseMarket-M .hot-news-list .content-right{
    width:61.912%;
    height:110px;
    padding-left:10px;
}
.houseMarket-M .hot-news-list .content-right .cont-oneline{
    font-size:18px;
    color:#333;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;    
}
.houseMarket-M .hot-news-list .content-right .cont-twoline{
    font-size:14px;
    color:#666;
    margin:8px 0;
    /* å­—ä½“æº¢å‡ºéšè— */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.houseMarket-M .hot-news-list .content-right .cont-threeline{
    font-size:12px;
    color:#999;
}
/* R */
.city-houseMarket-box .houseMarket-R{
    width:28%;
}
.houseMarket-R .guide-list{
    overflow-Y: auto;
    max-height: 612px;
}
.houseMarket-R .guide-list a{
    display: block;
    margin-bottom:10px;
    font-size:14px;
    color:#333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.notice-matters-box .notice-cont-box .notice-left > a:hover p,
.houseMarket-R .guide-list a:hover,
.notice-matters-box .notice-cont-box .notice-right .top-tag a:hover,
.notice-matters-box .notice-cont-box .notice-right .middle-items a:hover,
.notice-matters-box .notice-cont-box .notice-right .bottom-type a:hover,
.houseMarket-M .hot-news-list a:hover .cont-oneline{
    color:var(--qiTiZiTiColor);
}
.houseMarket-R .guide-list a::before{
    content:"";
    margin-right:10px;
    font-size:16px;
    color:#d8d8d8;
}
/* åŸŽå¸‚æ¥¼å¸‚ end */



/* ä¹°æˆ¿éœ€çŸ¥ */
.buyHouse-needKnow{
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    width: 100%;
    max-height:500px;
	overflow: hidden;
}
/* æ ‡é¢˜ */
.buyHouse-needKnow .bhnk-title{
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.buyHouse-needKnow .bhnk-title .bhnk-title-one{
    font-size:26px;
    font-weight:600;
    color:var(--qiTiZiTiColor);
}
.buyHouse-needKnow .bhnk-title .bhnk-title-two{
    width:83%;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    line-height: 48px;
}
.buyHouse-needKnow .bhnk-title .bhnk-title-two .tit-txt{
    font-size: 18px;
    color: #000;
    font-family: "æ–¹æ­£å¤§é»‘ç®€ä½“";
}
.buyHouse-needKnow .bhnk-title .bhnk-title-two .tit-txt .more-txt {
    font-size: 14px;
    color: #999;
}
.buyHouse-needKnow .bhnk-title .bhnk-title-two .more-txt a,
.buyHouse-needKnow .bhnk-title .bhnk-title-two .more-txt .iconfont{
    font-size: 14px;
    color: #999;
}
/* æ ‡é¢˜ end */
/* æ³¨æ„äº‹é¡¹ */
.notice-matters-box{
    width:63%;
}
.notice-matters-box .notice-cont-box{
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
/* L */
.notice-matters-box .notice-cont-box .notice-left{
    width:43%;
    display: -webkit-flex; 
    display: flex; 
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit-flex-wrap: wrap; 
    flex-wrap: wrap; 
}
.notice-matters-box .notice-cont-box .notice-left > a,
.notice-matters-box .notice-cont-box .notice-left > a img{
    width:100%;
    height:100%;
    border-radius:8px;
    overflow: hidden;
}
.notice-matters-box .notice-cont-box .notice-left .big-block{
    width:100%;
    height:242px;
    margin-bottom:10px;
    position: relative;
    display: block;
}
.notice-matters-box .notice-cont-box .notice-left .big-block > div:nth-child(1){
	width:100%;
    height:100%;
    border-radius:8px;
    overflow: hidden;
}
.notice-matters-box .notice-cont-box .notice-left .big-block .cont-spanarea{
	margin-top: 10px;
    font-size:14px;
    color:#fff;
    padding:20px 10px 10px 10px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.8)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background-image: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    pointer-events: none;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    z-index: 1;
}
.notice-matters-box .notice-cont-box .notice-left .little-block{
    width:48%;
    display: block;
}
.notice-matters-box .notice-cont-box .notice-left .little-block .img-box{
    width:100%;
    height:115px;
    border-radius:8px;
    overflow: hidden;
}
.notice-matters-box .notice-cont-box .notice-left .little-block .cont-spanarea{
    font-size:14px;
    color:#666;
    margin:6px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
/* R */
.notice-matters-box .notice-cont-box .notice-right{
    width:52%;
}
/* T */
.notice-matters-box .notice-cont-box .notice-right .top-tag{
    border-bottom:1px solid #ddd;
    padding-bottom:10px;
	height: 76px;
    overflow: hidden;
}
.notice-matters-box .notice-cont-box .notice-right .top-tag a{
    /*max-width:24%;*/
    min-width:20%;
    font-size:14px;
    color:#666;
    margin-right:10px;
    margin-bottom:10px;
    display:inline-block;
}

/* M */
.notice-matters-box .notice-cont-box .notice-right .middle-items{
    margin:20px 0;
}
.notice-matters-box .notice-cont-box .notice-right .middle-items a{
    display: block;
    font-size:16px;
    color:#333;
    position: relative;
    padding-left:24px;
    overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    margin:10px 0;
}
.notice-matters-box .notice-cont-box .notice-right .middle-items .color-box{
    display:inline-block;
    background:#88BB77;
    padding:0 2px;
    font-size:12px;
    color:#fff;
    border-radius:2px;
    overflow: hidden;
    position: absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
/* B */
.notice-matters-box .notice-cont-box .notice-right .bottom-type{
    border-top:1px solid #ddd;
    padding-top:10px;
}
.notice-matters-box .notice-cont-box .notice-right .bottom-type a{
    max-width:30%;
    min-width:26%;
    font-size:16px;
    color:#666;
    margin-right:20px;
    margin-bottom:10px;
    display:inline-block;
}
.notice-matters-box .notice-cont-box .notice-right .bottom-type a:nth-child(3n){
    margin-right:0;
}
/* æ³¨æ„äº‹é¡¹ end */

/* ç™¾é—®ç™¾ç­” */
.ask-answer-box{
    /* width:33%; */
	width:100%;
}
.buyHouse-needKnow .ask-answer-box .bhnk-title .bhnk-title-two{
    /* width:100%; */
}
/* åˆ—è¡¨ */
.ask-answer-box .ask-answer-list{
    height:400px;
    overflow-Y: auto;
}
.ask-answer-box .ask-answer-list > li{
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
    margin-bottom:20px;
}
.ask-answer-box .ask-answer-list > li:hover .ask-line{
    color:var(--qiTiZiTiColor);
}
/* .ask-answer-box .ask-answer-list > li:last-of-type{
    border:none;
    margin-bottom:0;
} */
.ask-answer-box .ask-answer-list > li .ask-line{
    font-size:16px;
    color:#666;
    padding-left: 24px;
    position: relative;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ask-answer-box .ask-answer-list > li .hue-box{
    display:inline-block;
    background:#6D6D73;
    padding:0 2px;
    font-size:12px;
    color:#fff;
    border-radius:2px;
    overflow: hidden;
    position: absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.ask-answer-box .ask-answer-list > li .answer-line .hue-box{
    background:#99AACC;
}
.ask-answer-box .ask-answer-list > li .answer-line{
    margin:8px 0;
    color:#888;
}
.ask-answer-box .ask-answer-list > li .askAnswer-tag-line{
	margin-top: 10px;
    display: -webkit-flex; 
    display: flex; 
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.ask-answer-box .ask-answer-list > li .askAnswer-tag-line .tag-box{
    width:70%;
    height: 26px;
    overflow: hidden;
	padding-top: 3px;
}
.ask-answer-box .ask-answer-list > li .askAnswer-tag-line .tag-box > span{
    font-size:15px;
    color:#999;
    border-radius:10px;
    display:inline-block;
    padding:1px 5px;
    margin-right:10px;
    margin-bottom:10px;
}
.ask-answer-box .ask-answer-list > li .askAnswer-tag-line .askAnswer-num{
    font-size:14px;
    color:#999;
    line-height: 26px;
}
/* ç™¾é—®ç™¾ç­” end */

/* ä¹°æˆ¿éœ€çŸ¥ end */



/* 
* æ–°å¢ž æ—¥æœŸ 2020-03-25 end 
*/

