.index-banner {
  position: relative;
}

.index-banner .swiper-container {
  height: 210px;
}

.index-banner .swiper-container img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

.index-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;
  padding: 0 15px;

  text-align: center;

  color: #fff;
  background-color: rgba(0, 0, 0, .5);
}

.index-label-container h1 {
  font-size: 26px;
  font-weight: 800;
}

.index-label-container h5 {
  font-size: 15px
}

.index-label-container>.btn {
  position: relative;

  margin-top: 20px;
}

.index-label-container>.btn::before {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;

  content: '';

  border-top: 1px solid rgba(255, 255, 255, .5);
}

.index-title {
  position: relative;

  margin: 10px 0 15px;
  padding: 0 15px;
}

.index-title h3 {
  font-size: 18px;
  line-height: 40px;

  margin: 0;
}

.index-title h3 span {
  position: relative;

  display: inline-block;
}

.index-title h3 span::after {
  position: absolute;
  left: 0;
  bottom: 0;

  width: 50%;
  height: 2px;

  content: '';

  background-color: #e60012;
}

.index-title h3 small {
  text-transform: uppercase;

  color: rgba(0, 0, 0, .5);
}

.index-title>.btn {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -11px;
  font-size: 14px;
}

.index-news-list {
  padding: 0 15px;
}

.index-news-content {
  position: relative;

  display: block;

  padding: 15px 0 15px 115px;

  border-bottom: 1px solid #e7e7e7;
}

.index-news-content:last-child {
  border-bottom: 0;
}

.index-news-content .img {
  position: absolute;
  left: 0;
  bottom: 15px;

  overflow: hidden;

  width: 100px;
  height: 90px;

  border-radius: 2px;
}

.index-news-content .img>img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

.index-news-content .title {
  font-size: 18px;
  line-height: 26px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  max-height: 52px;
  margin-bottom: 5px;
  margin-left: -115px;
  text-overflow: ellipsis;
  color: #333;
  -webkit-line-clamp: 2;
}

.index-news-content .date {
  font-size: 15px;
  line-height: 24px;
  color: #666;
}

.index-news-content .content {
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: 66px;
  text-overflow: ellipsis;
  word-break: break-all;
  color: #999;
  -webkit-line-clamp: 3;
}

.index-info-content {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 28px;
  margin-bottom: 20px;
  padding: 0 15px;
  color: #999;
  background: url(/image/city-bg.png) no-repeat center bottom;
}

.index-info-content>p {
  text-indent: 26px;
}
