.dividerlist_a0sc2 {
  box-sizing: border-box;
  width: 100%;
  margin: var(--margin_tb) 0;
  background: #fff;
}

.dividerlist_a0sc2 *,
.dividerlist_a0sc2 *::before,
.dividerlist_a0sc2 *::after {
  box-sizing: border-box;
}

.dividerlist_a0sc2__inner {
  width: 100%;
  max-width: var(--custom-content-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--padding_lr);
  padding-right: var(--padding_lr);
}

.dividerlist_a0sc2__items {
  width: 100%;
}

.dividerlist_a0sc2__item {
  display: flex;
  width: 100%;
  height: 171px;
  padding: 30px 0;
  border-top: 1px solid #ddd;
  overflow: visible;
  background: transparent;
}

.dividerlist_a0sc2__content {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  height: 110px;
}

.dividerlist_a0sc2__date-cell {
  position: relative;
  flex: 0 0 100px;
  width: 100px;
  height: 110px;
}

.dividerlist_a0sc2__date {
  display: block;
  width: 100px;
  height: 34.281px;
  margin: 0;
  color: #999;
  font-size: 24px;
  font-weight: 400;
  line-height: 34.2857px;
  transition: all .5s;
}

.dividerlist_a0sc2__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 28px;
  margin-top: 32px;
  padding: 0;
  color: #707070;
  border: 1px solid transparent;
  text-decoration: none;
  line-height: 28px;
  transition: color .3s, background-color .3s, border-color .3s;
}

.dividerlist_a0sc2__arrow-icon {
  font-size: 14px;
  line-height: 14px;
}

.dividerlist_a0sc2__body {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  height: 110px;
  padding: 0 30px 0 60px;
  transition: all .5s;
}

.dividerlist_a0sc2__body::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #aaa;
  transition: all .5s;
}

.dividerlist_a0sc2__title {
  display: block;
  width: 100%;
  height: 17.594px;
  margin: 0 0 10px;
  overflow: hidden;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 17.6px;
  text-decoration: none;
  white-space: nowrap;
  transition: all .5s;
}

.dividerlist_a0sc2__summary {
  width: 100%;
  height: 48px;
  margin: 0;
  overflow: hidden;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.dividerlist_a0sc2__media {
  flex: 0 0 165px;
  width: 165px;
  height: 110px;
}

.dividerlist_a0sc2__image-link {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #707070;
  text-decoration: none;
}

.dividerlist_a0sc2__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: all .5s;
}

.dividerlist_a0sc2__item:hover .dividerlist_a0sc2__body,
.dividerlist_a0sc2__item:focus-within .dividerlist_a0sc2__body {
  padding-left: 80px;
}

.dividerlist_a0sc2__item:hover .dividerlist_a0sc2__body::before,
.dividerlist_a0sc2__item:focus-within .dividerlist_a0sc2__body::before {
  width: 60px;
}

.dividerlist_a0sc2__item:hover .dividerlist_a0sc2__title,
.dividerlist_a0sc2__item:focus-within .dividerlist_a0sc2__title {
  color: var(--theme_color);
}

.dividerlist_a0sc2__item:hover .dividerlist_a0sc2__arrow,
.dividerlist_a0sc2__item:focus-within .dividerlist_a0sc2__arrow {
  color: #fff;
  background: var(--theme_color);
  border-color: var(--theme_color);
}

.rtlAr .dividerlist_a0sc2__body {
  padding: 0 60px 0 30px;
}

.rtlAr .dividerlist_a0sc2__body::before {
  right: 0;
  left: auto;
}

.rtlAr .dividerlist_a0sc2__item:hover .dividerlist_a0sc2__body,
.rtlAr .dividerlist_a0sc2__item:focus-within .dividerlist_a0sc2__body {
  padding-right: 80px;
  padding-left: 30px;
}

.rtlAr .dividerlist_a0sc2__arrow-icon {
  transform: scaleX(-1);
}

@media (max-width: 799px) {
  .dividerlist_a0sc2__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .dividerlist_a0sc2__item {
    display: flex;
    flex-direction: column-reverse;
    height: 390.594px;
    padding: 30px 0 5.594px;
  }

  .dividerlist_a0sc2__media {
    width: 100%;
    height: 224px;
    flex-basis: 224px;
  }

  .dividerlist_a0sc2__content {
    display: flex;
    width: 100%;
    height: 110px;
    margin-top: 20px;
  }

  .dividerlist_a0sc2__body {
    height: 110px;
    padding: 10px 0 0;
  }

  .dividerlist_a0sc2__body::before {
    display: none;
  }

  .dividerlist_a0sc2__item:hover .dividerlist_a0sc2__body,
  .dividerlist_a0sc2__item:focus-within .dividerlist_a0sc2__body,
  .rtlAr .dividerlist_a0sc2__item:hover .dividerlist_a0sc2__body,
  .rtlAr .dividerlist_a0sc2__item:focus-within .dividerlist_a0sc2__body {
    padding: 10px 0 0;
  }
}
