.focusContent {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 1rem auto;
  padding: 1rem 0;
}
.focusContent .title {
  width: 100%;
}

.focusContent .focusTop {
  position: relative;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}

.focusContent .focusTop .imgBox {
  width: 100%;
    height: 15rem;
  display: flex;
}
.focusContent .focusTop .imgBox a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s;
  flex-shrink: 0;
}
.focusContent .focusTop .imgBox a img {
  width: 100%;
  height: 100%;
}

.focusContent .focusTop .focusTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
  height: 2.5rem;
  background-color: rgba(16, 81, 156, 0.8);
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 2.5rem;
}

.focusContent .focusTop .focusTitle a {
  color: #fff;
}

.focusContent .focusTop .swiperIndicator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2rem;
}
.focusContent .focusTop .swiperIndicator span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #1a60ae;
  margin-right: 0.5rem;
  cursor: pointer;
}

.focusContent .focusTop .swiperIndicator .selected {
  background-color: #349fe8;
}

.focusContent .focusBottom .focusItem {
  width: 100%;
  height: 3rem;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  box-sizing: border-box;
  border-bottom: 1px dashed #76a5d0;
  cursor: pointer;
  color: #333;
  font-size: 1rem;
}

.focusContent .focusBottom .focusItem::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.5rem;
  background-color: #309be9;
  flex-shrink: 0;
}
.focusContent .focusBottom .focusItem:last-child {
  border-bottom: none;
}
