.right-container {
  width: 100%;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  padding: 27px 24px 30px 20px;
  margin-bottom: 20px;
}
.right-container .card-content {
  overflow: hidden;
}
.right-container .card-content #swiper2 .item {
  padding: 12px 0;
  display: block;
}
.right-container .card-content #swiper2 .item:hover .top {
  color: #3382F7;
}
.right-container .card-content #swiper2 .item:hover .top .dot {
  color: #3382F7;
}
.right-container .card-content #swiper2 .item .top {
  display: flex;
  line-height: 22px;
  font-size: 14px;
  color: #3b3f3f;
}
.right-container .card-content #swiper2 .item .top .dot {
  color: #C8C8C8;
  margin-right: 8px;
  flex-shrink: 0;
}
.right-container .card-content #swiper2 .item .top .title-name {
  width: 294px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
