.eventsDetial-name {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.eventsDetial-info {
  width: 1188px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(16, 54, 200, 0.2);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 40px 0 40px;
}
.events-item-info-item {
  display: flex;
  font-weight: bold;
  font-size: 16px;
  color: #2f3b5b;
  margin-top: 20px;
  line-height: 40px;
  padding-right: 35px;
}
.events-item-info-item:first-child {
  margin-top: 0;
}
.events-item-info-item-label {
  position: relative;
  height: 40px;
  background: #1a42d7;
  border-radius: 0px 6px 6px 0px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 24px;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  margin-right: 20px;
  white-space: nowrap;
}
.events-item-info-item-label::before {
  position: absolute;
  left: -8px;
  top: 0;
  display: block;
  content: '';
  width: 13px;
  height: 44px;
  background: url('/ljnh/ac2025/ac25Public/img/eventsDetial-icon.png') no-repeat center;
  background-size: contain;
}

.eventsDetial-title {
  box-sizing: border-box;
  margin-top: 80px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 40px;
  color: var(--active-color);
}

.eventsDetialBox .contentList {
  margin-bottom: 0;
}

.eventsDetialBox .contentList {
  box-sizing: border-box;
}

.eventsDetialBox .Speakers.contentList {
  justify-content: flex-start;
}
.eventsDetialBox .Speakers .contentList-item {
  margin-right: 28px;
}

.eventsDetialBox .Pictures .contentList-item {
  /* margin-right: 16px; */
}

.eventsDetialBox .Videos .contentList-item {
  /* margin-right: 25px; */
}

.eventsDetialBox .News {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.eventsDetialBox .newsListItem {
  width: 620px;
  height: 62px;
  line-height: 62px;
  box-sizing: border-box;
  padding: 0 30px;
  border-bottom: 1px solid rgba(15, 49, 127, 0.2);
  font-weight: 400;
  font-size: 18px;
  color: #2f3b5b;
  cursor: pointer;
}
.eventsDetialBox .newsListItem span {
  width: 100%;
  display: inline-block;
}
