.list-box {
  width: 4.6875rem;
  margin-top: 0.05208333rem;
}
.list-box .header-box {
  line-height: 0.25rem;
  border-bottom: 0.00520833rem solid #aaa;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-box .header-box .title {
  display: inline-block;
  height: 0.26041667rem;
  color: var(--main-color);
  font-size: 0.10416667rem;
  font-weight: bold;
  padding: 0 0.10416667rem;
  margin-bottom: -0.00520833rem;
  border-bottom: 0.00520833rem solid var(--main-color);
}
.list-box .header-box .location-box span,
.list-box .header-box .location-box span a {
  display: inline-block;
  font-size: 0.07291667rem;
  color: #5d5d5d;
}
.list-box .header-box .location-box span a:hover {
  color: var(--main-color);
}
.list-box .list-item {
  margin-top: 0.08333333rem;
}
.list-box .list-item li {
  padding-bottom: 0.0625rem;
  margin-bottom: 0.0625rem;
  border-bottom: dashed 0.00520833rem #e1e1e1;
}
.list-box .list-item li:last-child {
  border-bottom: none;
}
.list-box .list-item li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-box .list-item li a .pic-box {
  width: 1.51041667rem;
  height: 0.859375rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.list-box .list-item li a .pic-box img {
  width: 100%;
  height: auto;
}
.list-box .list-item li a .detail-box {
  width: 3.02083333rem;
  height: 0.859375rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.list-box .list-item li a .detail-box .title {
  border-left: 0.015625rem solid var(--main-color);
  line-height: 0.08333333rem;
  font-size: 0.08333333rem;
  font-weight: bold;
  color: var(--main-color);
  padding-left: 0.05208333rem;
}
.list-box .list-item li a .detail-box .text {
  line-height: 0.09375rem;
  font-size: 0.07291667rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
