.content .cont-btm .cont-l .l-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-family: b;
  font-weight: 600;
  color: #333333;
}
.content .cont-btm .cont-l .c-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .cont-btm .cont-l .c-list .c-item {
  width: calc((100% - 16px) / 2);
  padding: 16px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #ECECEC;
  margin-bottom: 16px;
}
.content .cont-btm .cont-l .c-list .c-item .c-item-t {
  width: 100%;
  height: 204px;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  position: relative;
  margin-bottom: 12px;
}
.content .cont-btm .cont-l .c-list .c-item .c-item-t .index-bg {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.content .cont-btm .cont-l .c-list .c-item .c-item-t .label {
  position: absolute;
  top: 16px;
  right: 16px;
}
.content .cont-btm .cont-l .c-list .c-item .c-item-t .label img {
  width: 32px;
  height: 32px;
}
.content .cont-btm .cont-l .c-list .c-item .c-item-t .label .sc_hong {
  display: none;
}
.content .cont-btm .cont-l .c-list .c-item .h-name {
  font-size: 16px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content .cont-btm .cont-l .c-list .c-item .address,
.content .cont-btm .cont-l .c-list .c-item .call {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .cont-btm .cont-l .c-list .c-item .address:last-child,
.content .cont-btm .cont-l .c-list .c-item .call:last-child {
  margin-bottom: 16px;
}
.content .cont-btm .cont-l .c-list .c-item .address img,
.content .cont-btm .cont-l .c-list .c-item .call img {
  width: 16px;
  height: 16px;
}
.content .cont-btm .cont-l .c-list .c-item .address div,
.content .cont-btm .cont-l .c-list .c-item .call div {
  width: calc(100% - 22px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  line-height: 16px;
}
.content .cont-btm .cont-l .c-list .c-item .call {
  color: #666666;
}
.content .cont-btm .cont-l .c-list .c-item .address {
  color: #999;
}
.content .cont-btm .cont-l .c-list .c-item .btn_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .cont-btm .cont-l .c-list .c-item .btn_box .box_price {
  color: #333;
  font-family: m;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.content .cont-btm .cont-l .c-list .c-item .btn_box .btn {
  width: 158px;
  height: 48px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #2E4D8B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: b;
  font-weight: 600;
  color: #2E4D8B;
  line-height: 19px;
}
.content .cont-btm .cont-l .c-list .c-item .btn_box .btn img {
  width: 24px;
  height: 24px;
  margin: -1px 4px 0 0;
}
.content .cont-btm .cont-l .c-list .c-item .btn_box .btn .a-r-bai {
  display: none;
}
@media (any-hover: hover) {
  .content .cont-btm .cont-l .c-list .c-item:hover {
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.12);
    border: 1px solid #2E4D8B;
  }
  .content .cont-btm .cont-l .c-list .c-item:hover .btn {
    color: #fff;
    background-color: #2E4D8B;
  }
  .content .cont-btm .cont-l .c-list .c-item:hover .btn .a-r-bai {
    display: block;
  }
  .content .cont-btm .cont-l .c-list .c-item:hover .btn .a-r-lv {
    display: none;
  }
}
.content .cont-btm .cont-l .paging {
  margin-bottom: 24px;
  height: 50px;
  text-align: center;
}
.content .cont-btm .cont-l .paging ul {
  display: inline-block;
  overflow: hidden;
}
.content .cont-btm .cont-l .paging ul li {
  float: left;
  width: 40px;
  height: 40px;
  background: #F6F6F6;
  cursor: pointer;
  line-height: 40px;
  border-radius: 4px;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin-right: 12px;
}
.content .cont-btm .cont-l .paging ul li:nth-child(2) {
  background: #2E4D8B;
  color: #fff;
}
.content .cont-btm .cont-l .location .location-title {
  font-size: 18px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
@media (min-width: 860px) and (max-width: 1200px) {
  .collection {
    top: 80%;
    right: 16px;
  }
  .content .cont-btm .cont-l .c-list {
    display: flex;
    flex-wrap: wrap;
  }
  .content .cont-btm .cont-l .c-list .c-item .btn_box .btn {
    background: #2E4D8B;
    color: #fff;
  }
  .content .cont-btm .cont-l .c-list .c-item .btn_box .btn .a-r-bai {
    display: block;
  }
  .content .cont-btm .cont-l .c-list .c-item .btn_box .btn .a-r-lv {
    display: none;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  .collection {
    top: 80%;
    right: 16px;
  }
  .content .cont-btm .cont-l .c-list {
    display: flex;
    flex-wrap: wrap;
  }
  .content .cont-btm .cont-l .c-list .c-item .btn_box .btn {
    background: #2E4D8B;
    color: #fff;
  }
  .content .cont-btm .cont-l .c-list .c-item .btn_box .btn .a-r-bai {
    display: block;
  }
  .content .cont-btm .cont-l .c-list .c-item .btn_box .btn .a-r-lv {
    display: none;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  .collection {
    top: 80%;
    right: 16px;
  }
  .content .cont-btm .cont-l .l-title {
    font-size: 16px !important;
  }
  .content .cont-btm .cont-l .c-list {
    display: flex;
    flex-wrap: wrap;
  }
  .content .cont-btm .cont-l .c-list .c-item {
    width: 100%;
  }
  .content .cont-btm .cont-l .c-list .c-item .btn_box .btn {
    background: #2E4D8B;
    color: #fff;
  }
  .content .cont-btm .cont-l .c-list .c-item .btn_box .btn .a-r-bai {
    display: block;
  }
  .content .cont-btm .cont-l .c-list .c-item .btn_box .btn .a-r-lv {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  .collection {
    top: 80%;
    right: 16px;
  }
  .content .cont-btm .cont-l .l-title {
    font-size: 16px !important;
  }
  .content .cont-btm .cont-l .c-list {
    display: flex;
    flex-wrap: wrap;
  }
  .content .cont-btm .cont-l .c-list .c-item {
    width: 100%;
    padding: 8px;
  }
  .content .cont-btm .cont-l .c-list .c-item .btn_box .btn {
    background: #2E4D8B;
    color: #fff;
  }
  .content .cont-btm .cont-l .c-list .c-item .btn_box .btn .a-r-bai {
    display: block;
  }
  .content .cont-btm .cont-l .c-list .c-item .btn_box .btn .a-r-lv {
    display: none;
  }
}
