.module-1 {
  background-color: var(--module-bg2);
}
.module-1 .event-list .box {
  margin-bottom: 40px;
  padding: 30px 40px;
  background-color: var(--module-bg1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .module-1 .event-list .box {
    padding: 30px;
    flex-direction: column-reverse;
  }
}
.module-1 .event-list .box:hover .left-info h3 {
  color: #b82842;
  text-decoration: underline;
}
.module-1 .event-list .box:hover .left-info .links-btn {
  border-bottom: 1px solid #b82842;
}
.module-1 .event-list .box .left-info {
  padding-right: 88px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .module-1 .event-list .box .left-info {
    padding-right: 0;
    width: 100%;
  }
}
.module-1 .event-list .box .left-info h3 {
  margin-bottom: 36px;
  color: var(--module-con-text-color1);
  transition: color 0.35s ease-in-out;
  line-height: 1.44;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 992px) {
  .module-1 .event-list .box .left-info h3 {
    margin-bottom: 26px;
  }
}
.module-1 .event-list .box .left-info .links-btn {
  margin-top: 36px;
  border-bottom: 1px solid #b82842;
  transition: border-color 0.35s ease-in-out;
  display: inline-flex;
}
@media screen and (max-width: 992px) {
  .module-1 .event-list .box .left-info .links-btn {
    margin-top: 24px;
  }
}
.module-1 .event-list .box .right-pic {
  width: 345px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .module-1 .event-list .box .right-pic {
    margin-bottom: 40px;
    width: 100%;
  }
}
.module-1 .event-list .box .right-pic .pic {
  width: 100%;
  height: 300px;
}
.module-1 .event-list .box .right-pic .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.icons-label {
  margin-top: 26px;
}
.icons-label .label-item {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .icons-label .label-item {
    margin-bottom: 8px;
  }
}
.icons-label .label-item .iconfont {
  margin-right: 6px;
  font-size: 12px;
  color: #b82842;
}
.icons-label .label-item span {
  font-size: 16px;
  color: var(--module-con-text-color1);
  line-height: 1;
}
.rich-box {
  background-color: var(--module-bg2);
}
@media screen and (min-width: 1200px) {
  .rich-box .container {
    max-width: 1112px;
  }
}
.rich-box h3 {
  text-shadow: none;
  font-style: normal;
}
