/* section */
.section {
  padding: 0.2rem;
}
.section .section-content {
  margin: 0.2rem 0;
  overflow: hidden;
}
.section .poster {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
}
.section .poster img {
  width: 100%;
  height: auto;
}

/* atlas-list */
.atlas-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
}
.atlas-item {
  margin: 0.1rem;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.atlas-item .atlas-img {
}
.atlas-item .atlas-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.atlas-item .atlas-desc {
}
.atlas-item .atlas-desc .title {
  padding: 0 0.3rem;
  margin: 0.2rem 0;
  font-size: 0.28rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
<!--ºÄÊ±1752935647.7649Ãë-->