.leading {
  padding-top: 110px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url("../image/leading-background.jpg") round;
  box-sizing: border-box;
}

.leading-header {
  padding: 30px 0 38px 0;
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-sizing: border-box;
}

.leading-content {
  width: var(--hualu-content-width);
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.leading-content .leading-content-left {
  position: absolute;
  left: 0;
  top: 25px;
  width: 48%;
  height: 360px;
  z-index: 10;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid red;
  padding: 15px;
  border-radius: 6px;
}

.leading-content-left-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 6px;
}

.leading-content-left-img-wrapper .swiper .swiper-pagination {
  bottom: 40px;
}
.leading-content-left-img-wrapper .swiper .swiper-pagination-bullet-active {
  background: #ff9e00;
  width: 15px;
  border-radius: 8px;
}

/**/
.leading-content .leading-content-left img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.leading-content-left img:hover {
  transform: scale(1.5);
}

.leading-content .leading-content-left .leading-content-left-footer {
  width: 100%;
  height: 40px;
  text-align: center;
  background: #b41916;
  opacity: 0.86;
  line-height: 45px;
  color: white;
  position: absolute;
  bottom: 0;
  font-size: 16px;
}

.leading-content .leading-content-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 61%;
  height: 440px;
  margin-left: auto;
  padding: 30px 40px 35px 12%;
  background: #fff6f5;
  opacity: 0.9;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #999999;
  box-sizing: border-box;
}

.leading-content .leading-content-right .leading-content-right-item {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 28px;
  transition: 0.3s;
  cursor: pointer;
  padding: 5px 0 6px 12px;
  border-top: 1px solid #fff6f5;
  border-bottom: 1px solid #fff6f5;
  height: 109px;
  box-sizing: border-box;
}

.leading-content
  .leading-content-right
  .leading-content-right-item:hover
  .leading-content-right-item-date {
  background: #ff9e00;
}

.leading-content
  .leading-content-right
  .leading-content-right-item:hover
  .leading-content-right-item-date
  .day {
  color: white;
}

.leading-content
  .leading-content-right
  .leading-content-right-item:hover
  .leading-content-right-item-date
  .year {
  color: white;
}

.leading-content-right-item-date {
  display: flex;
  flex-direction: column;
  text-align: right;
  width: 76px;
  height: 72px;
  border-radius: 2px;
}

.leading-content-right-item-date .day {
  font-size: 20px;
  line-height: 36px;
  font-family: "AlibabaPuHuiTi-Medium";
  color: #666666;
  border-bottom: 1px solid white;
  text-align: center;
  flex: 1;
}

.leading-content-right-item-date .year {
  color: #999999;
  font-size: 14px;
  padding-right: 10px;
  line-height: 28px;
  flex: 1;
}
.info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 5px;
  text-align: left;
  flex: 1;
}

.info-header {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  font-family: AlibabaPuHuiTi-Medium;
  transition: 0.3s;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* æ˜¾ç¤ºä¸¤è¡Œ */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.info-content {
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* æ˜¾ç¤ºä¸¤è¡Œ */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.leading-content-right-footer {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  color: #e41e01;
  font-size: 16px;
  cursor: pointer;
  margin-top: 8px;
}
.leading-content-right-footer .leading-read_more {
  width: 16px;
  height: 16px;
  background: url("../image/leading-readmore.png");
  background-size: cover;
}

.leading-content-right-item:hover {
  color: #ff9e00 !important;
  background: #fff3e0;
  border-bottom: 1px solid #ff9e00 !important;
  border-top: 1px solid #ff9e00 !important;
}

.leading-content-right-item:hover .info-header {
  color: #ff9e00 !important;
}
