.banner-box .banner-img {
  width: 100%;
  height: 5rem;
  object-fit: cover;
}
.banner-box .banner-info {
  top: 2.35rem;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
}
.banner-box .banner-info .title {
  font-size: 0.72rem;
  line-height: 0.42rem;
}
@media (max-width: 991px) {
  .banner-box .banner-info .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.img-box {
  text-align: center;
  padding-top: 0.58rem;
  padding-bottom: 0.67rem;
  background-color: #000;
}
@media (max-width: 991px) {
  .img-box {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.img-box .img {
  width: 12rem;
  height: 6.75rem;
  border-radius: 0.1rem;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .img-box .img {
    width: 100%;
    height: 3rem;
  }
}
.img-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con-box {
  background-color: #1a1a1c;
  padding-top: 0.7rem;
  padding-bottom: 0.8rem;
  flex-direction: column;
  row-gap: 1.47rem;
}
@media (max-width: 991px) {
  .con-box {
    row-gap: 0.5rem;
  }
}
.con-box .title {
  font-size: 0.42rem;
  line-height: 0.42rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .con-box .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.con-box .list-box {
  width: 8rem;
  margin: 0 auto;
  margin-top: 0.43rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .con-box .list-box {
    margin-top: 0.3rem;
    width: 100%;
    padding: 0 0.2rem;
  }
}
.con-box .list-box .li-box {
  justify-content: space-between;
  align-items: center;
  height: 0.93rem;
  border-bottom: 1px solid #fff;
}
.con-box .list-box .li-box:hover .text {
  border-bottom: 1px solid #fff;
}
.con-box .list-box .li-box .text {
  font-size: 0.24rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.con-box .list-box .li-box .icon {
  width: 0.21rem;
}
.con-box .pagination-box {
  font-size: 0.24rem;
  column-gap: 0.24rem;
  width: 8rem;
  margin: 0 auto;
  margin-top: 1.9rem;
}
@media (max-width: 991px) {
  .con-box .pagination-box {
    margin-top: 0.3rem;
    padding: 0 0.2rem;
  }
}
.con-box .pagination-box a {
  color: #5e5e5e;
}
.con-box .pagination-box a.on {
  color: #fff;
}
