.message-detail{
    width: 827px;
}
.message-detail .title{
    font-size: 32px;
    color: #333;
    font-weight: bold;
    margin-top: 30px;
    line-height: 40px;
}
.message-detail .origin{
    font-size: 14px;
    color: #999999;
    margin-top: 11px;
}
.message-detail .concat-group{
    width: 100%;
    height: 140px;
    background-color: #f3f7ff;
    border: 1px solid #e2ecff;
    position: relative;
    margin-top: 10px;
	border-radius: 5px;
}
.concat-mobile-con input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.message-detail .concat-img{
    position: absolute;
    right: 70px;
    top: 0;
}
.message-detail .concat-content{
    padding: 0 300px 0 40px;
}
.message-detail .concat-title{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 17px;
}
.message-detail .concat-desc{
    font-size: 14px;
    color: #666666;
    margin-top: 17px;
}
.message-detail .concat-mobile-con{
    height: 32px;
    line-height: 32px;
    background-color: #FFF;
    border-radius: 50px;
    overflow: hidden;
    width: 415px;
    margin-top: 18px;
	border: 1px solid #e1e1e1;
}
.message-detail .concat-mobile-con input{
    display: block;
    border: 0;
    background-color: transparent;
    font-size: 12px;
    color: #333;
    padding: 0 15px;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 200px;
}
.message-detail .concat-mobile-con .btn{
    height: 32px;
    line-height: 32px;
    display: block;
    border-radius: 50px;
    font-size: 14px;
    color: #ffffff;
    padding: 0 15px;
    cursor: pointer;
    text-decoration: none !important;
    width: 86px;
    float: right;
}
.message-detail .concat-mobile-con .btn:hover{
    text-decoration: underline;
}
.message-detail .pagination{
    margin-top: 35px;
}
.message-detail .page-article{
    font-size: 14px;
    color: #333333;
    display: block;
    padding-bottom: 20px;
    line-height: 17px;
    cursor: pointer;
}
.message-detail .page-article:hover{
    text-decoration: underline;
}
.message-detail .show-more{
    width: 100%;
    font-size: 18px;
    text-align: center;
    background-color: #FFF;
    margin-top: -45px;
    padding: 20px 0;
    position: relative;
    z-index: 100;
    font-weight: bold;
    cursor: pointer;
	display: none;
}
.message-detail .show-more::before{
    content: '';
    height: 20px;
    width: 100%;
    background: linear-gradient(to bottom, transparent, #FFF);
    position: absolute;
    top: -20px;
    left: 0;
}
.message-detail .show-more.active{
	margin-top: 0;
}
.message-detail .show-more.active img{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
}
.message-detail .new-ellipse{
	overflow: hidden;
	max-height: 1800px;
}
.news-group{
	padding-bottom: 20px;
}

.news-group .news-content{
	margin-top: 25px;
    word-wrap: break-word;
}
.news-group .news-content p{
    font-size:16px;
    line-height: 30px;
}
.news-group .news-content img{
    max-width: 100%;
    margin: 10px auto;
    display: block;
}
.message-detail .author{
    text-align: right;
    color: #999;
    font-size: 14px;
    margin-top: 20px;
}
.message-detail .disclaimer{
    color: #666;
    line-height: 20px;
    padding: 15px;
    border: 1px dashed #ddd;
    font-size: 14px;
    margin-bottom: 20px;
    background: #f5f5f5;
}
/**相关资讯、相关楼盘**/
.message-right{
    width:266px;
}
.message-right .relative-news,.message-right .relative-house{
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    padding: 15px;
    margin-top: 25px;
}
.message-right .title {
    color: #333333;
    font-size: 16px;
    padding-bottom: 20px;
    font-weight: bold;
}
.message-right .title a{
    font-size: 14px;
    color: #999;
    font-weight: normal;
}
.relative-news-list a{
    display: block;
    padding:10px 0 15px;
    border-bottom: 1px solid #e9e9e9;
}
.relative-news-list a:last-child{
    border-bottom: 0;
}
.relative-news-list a:first-child{
    padding-top: 0;
}
.relative-news-list a span{
    font-size:14px;
    color:#333;
    line-height:24px;
    word-break: break-word;
}
.relative-news-list a p{
    color: #999;
    font-size: 14px;
    margin-top: 10px
}
.relative-house a{
    display: block;
    padding:15px 0;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
    width: 100%;
}
.relative-house a .img{
    position: relative;
    width:106px;
    height:80px;
}
.relative-house a .img img{
    width:106px;
    height:80px;
    object-fit: cover;
}
.relative-house a .info {
    padding-left: 10px;
    overflow: hidden;
    flex: auto;
    -webkit-flex: auto;
    width:120px;
}
.relative-house a .info .title{
    font-size:14px;
    color:#333;
    margin-bottom:10px;
    padding:0;
}
.relative-house a .info .detail{
    margin-bottom:10px;
}
.relative-house a .info .detail em{
    color:#999;
    font-size:14px;
    font-style: normal;
}
.relative-house a:last-child{
    border-bottom: 0;
}
.relative-house a:first-child{
    padding-top: 0;
}
.message-right{
    margin-bottom:20px;
}

/* 楼盘卡片 */
.house-templete{
    width: 827px;
    height: 209px;
    padding: 20px;
    box-shadow: 0px 3px 8px 0px rgba(119, 119, 119, 0.2);
    margin: 20px 0;
    border-radius:5px;
}
.house-templete .img{
    float: left;
    width: 209px;
    height: 170px;

}
.house-templete .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    margin:0;
}
.house-templete .house-info{
    width:315px;
    margin-left:20px;
    float:left;
}
.house-templete .form-news{
    width: 200px;
    float: left;
    border-left: 1px solid #e9e9e9;
    padding: 20px 0 20px 20px;
    margin-top: 12px;
}
.house-templete .house-info .title .name{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-right: 15px;
    max-width:192px;
    line-height: 22px;
    float: left;
}
.house-templete .house-info .title .floor-label{
    float:left;
}
.house-templete .house-info .ex-info{
    margin-top: 15px;
}
.house-templete .house-info .ex-info .price span{
    float:left;
    line-height:26px;
}
.house-templete .house-info .ex-info .floor-price-label{
    color: #666666;
    font-size: 14px;
    font-weight: normal;
}
.house-templete .house-info .ex-info .floor-price{
    font-size: 26px;
    font-weight: 700;
}
.house-templete .house-info .ex-info .dprice{
    color:#999!important;
    font-weight: normal!important;
    font-size:.28rem!important;
}
.house-templete .house-info .ex-info .unit{
    font-size:16px;
    font-weight: normal;
}
.house-templete .house-info .floor-tag-group{
    margin-top: 20px;
    height: 24px;
    overflow: hidden;
}
.house-templete .house-info .floor-tag-group .floor-tag{
    display: inline-block;
    line-height: 22px;
    border-radius: 50px;
    border: 1px solid #e9e9e9;
    font-size: 12px;
    color: #999999;
    padding: 0 10px;
    margin-right: 8px;
}
.house-templete .house-info .addr{
    color: #777777;
    font-size: 14px;
    margin-bottom: 13px;
    line-height: 16px;
    margin-top: 15px;
    font-weight:normal;
    text-align: left;
}
.house-templete .house-info .call400 span{
    font-size: 14px;
    color: #777777;
}
.house-templete .house-info .call400 em{
    font-size:16px;
    font-weight:bold;
    font-style: normal;
}
.form-news input{
    width: 219px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 8px;
    color:#999;
    font-size: 14px;
    line-height:40px;
    margin-bottom:20px;
    padding-left:20px;
}
.form-news a.btn{
    display: inline-block;
    width: 219px;
    height: 42px;
    border-radius: 8px;
    color: #FFFFFF!important;
    font-size:16px;
    text-align: center;
    line-height:42px;
    font-weight: normal;
}