.list-box {
  margin-bottom: 0.25rem;
}

.list-title {
  font-size: 0.18rem;
  font-weight: bold;
  border-bottom: 0.01rem solid #CFCFCF;
  padding-left: 0.04rem;
  height: 0.25rem;
  display: flex;
  align-items: center;
  padding-bottom: 0.04rem;
}
.list-border {
  width: 0.04rem;
  height: 0.2rem;
  border-left: 0.04rem solid #A81D23;
}

.list {
  margin-top: 0.1rem;
}
.list ul li {
  margin-bottom: 0.08rem;
  display: flex;
  align-items: center;
  column-gap: 0.08rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list ul li::before{
  content: "";
  display: block;
  background: url(../img/dot@2x.png) center center no-repeat;
  width: 0.06rem;
  height: 0.06rem;
  background-size: 0.03rem 0.03rem;
  color: #D8D8D8;
}
.list ul li a {
  font-size: 0.16rem;
}
.list-more {
  display: block;
  border: 0.01rem solid #A81D23;
  width: 1rem;
  text-align: center;
  color: #A81D23;
  height: 0.3rem;
  border-radius: 0.15rem;
  margin: 0.15rem auto 0;
  line-height: 0.3rem;
  box-sizing: content-box;
}

.list-more span {
  color: #A81D23;
  font-size: 0.14rem;
}

.list-title-pm {
  color: #A81D23;
  border: none;
  position: relative;
}

.list-title .city {
  position: absolute;
  right: 0;
  color: #333333;
  font-weight: normal;
}
.list-title .city img {
  width: 0.16rem;
  height: 0.16rem;
  margin-top: -0.02rem;
  vertical-align: middle;
}

.card-list li {
  margin-top: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  background: #F8F8F8;
  width: 3.47rem;
  height: 1.37rem;
}
.card-list li .card-box{
  padding: 0.1rem 0.1rem 0.15rem;
  box-sizing: border-box;
  display: flex;
  column-gap: 0.1rem;
  background: url("../img/dash@2x.png") center bottom no-repeat;
  background-size: 3.3rem 0.01rem;
}

.card-list-content {
  width: 1.81rem;
  height: 1.06rem;
  color: #121212;
  font-weight: bold;
}
.card-list li img {
  width: 1.31rem;
  height: 1.06rem;
}
.news-box.card-list li::before {
  display: none;
}
.card-list-content-title {
  margin-bottom: 0.1rem;
  display: block;
}
.card-tags {
  display: flex;
  column-gap: 0.1rem;
  margin-bottom: 0.12rem;
}
.card-tags span:first-child {
  max-width: 0.6rem;
}
.card-tags span {
  display: block;
  height: 0.2rem;
  background: #FFEBD4;
  border-radius: 0.03rem;
  line-height: 0.2rem;
  text-align: center;
  color: #A26013;
  font-size: 0.1rem;
  width: fit-content;
  padding: 0 0.05rem;
  max-width: 1.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.card-tags span:nth-child(2) {
  background: #E2F0E4;
  color: #3E6A44;
}
.card-price span {
  font-size: 0.1rem;
}
.card-price span.card-price-num {
  font-size: 0.22rem;
  color: #A81D23;
  font-weight: 700;
}

.card-price span.card-price-num::after {
  content: "万元";
  font-size: 0.1rem;
}
.notice {
  margin: -0.15rem auto 0;
  display: flex;
}
.card-list ul li div.notice img {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.05rem;
  margin-top: -0.02rem;
  vertical-align: middle;
}

.notice a {
  display: block;
  border-left: 0.01rem solid #CFCFCF;
  padding-right: 0.15rem;
  padding-left: 0.15rem;
  line-height: 0.2rem !important;
}
.notice a:first-child {
  border: none;
  padding-left: 0;
}

.card-more {
  color: #A81D23;
  text-align: center;
  margin-top: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.05rem;
}

.card-more img {
  width: 0.18rem;
  height: 0.18rem;
}
.pc-port {
  margin-top: 0.12rem;
}
.pc-port img {
  width: 3.47rem;
  height: 1.02rem;
}

.pm-more {
  display: none;
}

.city-board h1 {
  color: #121212;
  font-size: 0.16rem;
  font-weight: bold;
}
.city-tags {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  column-gap: 0.06rem;
  row-gap: 0.2rem;
  margin-top: 0.12rem;
}
.city-tags-title {
  margin-top: 0.22rem;
}
.city-tags-item {
  width: 0.82rem;
  height: 0.34rem;
  border-radius: 0.03rem;
  background: #EDEDED;
  color: #666666;
  display: block;
  text-align: center;
  line-height: 0.34rem;
}
.city-tags-item.on {
  background: #FCECED;
  color: #A81D23;
  font-weight: bold;
}

.city-tags-item-l {
  width: 1.2rem;
  height: 0.34rem;
  border-radius: 0.03rem;
  background: #EDEDED;
  color: #666666;
  display: block;
  text-align: center;
  line-height: 0.34rem;
}

.city-board-btns {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 0.4rem;
}
.city-board-btns-item {
  width: 1.7rem;
  height: 0.46rem;
  border-radius: 0.03rem;
  display: block;
  text-align: center;
  line-height: 0.46rem;
}
.city-reset {
  background: #FCECED;
  color: #A81D23;
}

.city-confirm {
  background: #A81D23;
  color: #fff;
}

.city-board {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 0.6rem;
  width: 3.47rem;
  padding-bottom: 0.2rem;
}
