@charset "UTF-8";

.fc-topnews {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.58rem;
}

.fc-left-column {
  width: 7.45rem;
  height: 1.27rem;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fc-right-column {
  width: 3.82rem;
  height: 1.27rem;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-header {
  display: flex;
}

.news-title-container {
  display: flex;
  flex-grow: 1;
}

.news-icon {
  justify-content: center;
  margin-right: 0.68rem;
}

.news-icon img {
  width: 1.03rem;
  height: 0.79rem;
}

.headline-news a {
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.42rem;
  margin-right: 0.12rem;
  width: 4.35rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.more-button {
  color: #E93826;
  text-decoration: none;
  font-size: 0.14rem;
  line-height: 0.28rem;
  transition: all 0.3s;
  white-space: nowrap;
  align-self: flex-end;
}

.search-container {
  width: 2.76rem;
}

.search-tabs {
  display: flex;
}

.search-tab {
  width: 0.8rem;
  height: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #BDB4B3;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 0.14rem;
  line-height: 0.14rem;
  transition: all 0.3s;
  border-bottom: none;
  border-radius: 0.05rem 0.05rem 0 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin-right: 0.06rem;
}

.search-tab.active {
  background: #C47151;
  color: #FFFFFF;
}

.search-tab:hover {
  border-radius: 0.05rem 0.05rem 0 0;
  color: #FFFFFF;
}

.search-box {
  position: relative;
  width: 2.76rem;
  height: 0.34rem;
}

.search-box .text {
  float: left;
  width: 2.08rem;
  height: 0.34rem;
  border: 0.01rem solid #DEDEDE;
  line-height: 0.14rem;
  text-indent: 0.1rem;
}

.search-box .submit {
  float: left;
  width: 0.68rem;
  height: 0.34rem;
  background: #C47151;
  border-width: 0;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.16rem;
  cursor: pointer;
}

.card-info .house {
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
    align-items: center;
    padding: 0 0.1rem;
    margin-bottom: 0.18rem;
}

.house .tag-icon{
	background: #F4F4F4;
	border-radius: 0.1rem;
	padding:0.04rem 0.12rem;
	font-size:0.14rem;
	line-height:0.14rem;
	color:#3748A0;
	font-style:normal;
	margin-right:0.1rem;
}

.house .icon-divider {
    height: 0.14rem;
    width: 0.01rem;
    background: #777;
    margin-right: 0.1rem;
}

.house .tag {
    display: flex;
    align-items: center;
    font-size: 0.12rem;
    line-height: 0.12rem;
    color: #0783E3;
    position: relative;
}


/* 手机适配 */
@media screen and (max-width: 768px) {
	.fc-topnews{
		display:none;
		}
	.card-info a{
		display: contents;
		}
	.card-info .house{
		flex-direction: column;
        justify-content: space-between;
		align-items:flex-start;
        flex: 1 1 0%;
		padding:0;
		margin-bottom:0;
		}
	.house .tag{
		font-size: 0.24rem;
    line-height: 0.24rem;
	}
	.house .tag-icon{
		padding: 0.06rem 0.2rem;
		font-size: 0.22rem;
    line-height: 0.22rem;
	margin-right: 0.15rem;
		}
		.house .icon-divider {
    height: 0.22rem;
    margin-right: 0.2rem;
	margin-right: 0.15rem;
}
	}