/**楼盘详情和楼盘列表热搜楼盘hotCSS**/
.collapse-section2 {
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 50px;
	margin-top:20px;
	border-top: 1px solid #eee;
	padding: 20px 50px 0 0;
}
.collapse-section2.main {
	height: auto;
}
.collapse-section2 .expand {
	color: #999;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 10;
}
.collapse-section2 .expand .imgUp {
	margin-left: 6px;
	width: 9px;
	vertical-align: 1px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.collapse-section2.main  .expand .imgUp {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.collapse-section2 .list {
	display: flex;
}
.collapse-section2 .tit {
	width: 100px;
	flex: none;
	color: #999;
	font-size: 13px;
	padding: 5px 10px 5px 0;
}
.collapse-section2 .detail {
	display: flex;
	flex-wrap: wrap;
}
.collapse-section2 .lk {
	display: block;
    width: 20%;
    padding: 5px 10px 5px 0;
    box-sizing: border-box;
    color: #999;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*首页热搜词导航*/
.container .section-wrap .title-wrap .more, .container .section-wrap .title-wrap .more:hover {
    color: #9b9da9;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}
.container .section-wrap .collapse-area {}
.container .section-wrap .collapse-inner {
	display: flex;
	flex-wrap: wrap;
}
.container .section-wrap .lk, .container .section-wrap .lk:hover { 
	display: block;
	width: 20%;
	padding:5px 10px 5px 0;
	box-sizing: border-box;
	color: #2D3954;
	font-size: 13px;
		font-family: 'Microsoft YaHei';
}
/*首页友情链接*/
.container .link-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 40px auto -20px;
}

.container .link-area li {
	margin: 0 10px;
}

/**首页资讯样式*/
.container .section-wrap.news {
	margin: 30px 0;
}
.container .section-wrap .news-list {
	display: flex;
	flex-wrap: wrap;
}
.container .section-wrap .news-list li {
	width: 33.33%;
}
.container .section-wrap .news-list .img-area {
	overflow: hidden;
	display: block;
    position: relative;
    z-index: 1;
    width: 90%;
    max-height: 180px;
    font-size: 13px;
    color: #2D3954;
    border-radius: 8px;
    margin-bottom: 10px;
}
.container .section-wrap .news-list .img-area img {
	 width: 100%;
	 border-radius: 8px;
}
.container .section-wrap .news-list .img-area span {
	position: absolute;
    bottom: 0px;
    left: 0px;
    line-height: 48px;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
    color: #fff;
    height: 48px;
    padding: 0 24px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.container .section-wrap .news-list2 {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
}
.container .section-wrap .news-list2 li {
	width: 33.33%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 28px;
}
.container .section-wrap .news-list2 a:before {
	content: '▪';
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: 0px;
}
.container .section-wrap .news-list2 a {
	display: inline-block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
	font-size: 14px;
}
.container .section-wrap .news-list2 a:hover,.container .section-wrap .news-list2 a:visited {
	color: #2D3954;
}
.search-area .input-with-icon .form-control {
    height: 36px;
}
.search-area .btn.search-btn {
    background: #1296db;
    margin: 0; 
}
.input-with-icon {
    position: relative;
    width: 300px;
}
.btn.search-btn {
    background: #fd5332;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 5px 24px rgb(31 37 59 / 15%);
    color: #fff;
    width: 60px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
}
.nav-menu {
    margin: 0;
    padding: 10px 0;
    line-height: normal;
}
.nav-brand {
    padding: 8px 15px 0;
    font-size: 24px;
    margin-right: 1rem;
    padding-left: 0;
    text-decoration: none!important;
}
.search-area {
    display: flex;
    margin: 13px 0 0 0;
}
