@charset "utf-8";
/*公用样式*/
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{margin:0;padding:0;}
body,button,input,select,textarea{font:14px/1.5 tahoma, Microsoft YaHei,\5b8b\4f53;*font-family: 'Microsoft YaHei';color: #666;}
img{border:none;}
li{list-style:none;}
input,select,textarea{outline:none;border:none; background:none;}
textarea{resize:none;}
a{text-decoration:none; color:#656565;}
i,em{ font-style:normal}
/*清浮动*/
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}
.fl{float:left;}
.fr{float:right;}	
.comWidth{width:1200px; margin-left:auto; margin-right:auto; }
.leftArea{float:left;}
.rightArea{float:right;}
.hide{display:none;}
.show{display:block;}
:root{
    --main-color: #000;
}

/*新增楼盘详情标题在售状态以及相关参数*/

#house-status{color:#fff;padding:3px 5px;font-size:12px;font-weight: normal;}
#detail-status-1{background-color:#009944; }
#detail-status-2{background-color:#f00; }
#detail-status-3{background-color:#ff0000; }
#detail-status-4{background-color:#999; }
#detail-status-5{background-color:#f60; }
#detail-status-1:after{border-color: transparent #009944 transparent transparent;}
#detail-status-2:after{border-color: transparent #f00 transparent transparent;}
#detail-status-3:after{border-color: transparent #ff0000 transparent transparent;}
#detail-status-4:after{border-color: transparent #999 transparent transparent;}
#detail-status-5:after{border-color: transparent #f60 transparent transparent;}

.detail-btdate{
        width: 1200px;
        overflow: hidden;
        margin: auto;
        padding:5px 0 25px 0;
    }
    .detail-bt{
        float: left;
    }
    .detail-bt h1{
        height: 42px;
        line-height: 42px;
        float: left;
        font-size: 26px;
        color: #595959;
        font-weight: 400;
        font-family: "微软雅黑";
    }
    .detail-bt span.tag{
        border-radius: 3px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        margin: 12px 10px 0 8px;
        padding: 3px 10px;
       /* background-color: #f46101;*/
        position: relative;
    }
    .detail-date{
        float: right;
        line-height: 44px;;
        padding-left: 25px;
        background: url('/static/home/images/icon/icon34.png') no-repeat left center;
    }
    .detail-date span{
        font-size: 15px;
        font-family: "微软雅黑";
        color: #999;
    }
    .detail-date span.time{
        color: #999;
    }
    .label_list .item{
        background: #f0f0f0;
        color: #333;
        border: 0 !important;
        padding: 5px 10px;
    }
	
	.detail-bt span.tag:after{
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px;
		position: absolute;
		left: -10px;
		top: 8px;
		}


/*
电脑新闻内页底部二维码新增
*/
.ewmbottom{ width: 307px; height: 335px; margin: auto;  background: url(../images/endbj.png) center no-repeat; }
.ewmbottom strong{ padding: 85px 68px; display: block; margin: auto;}