.list-kvyb .item {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bbbbbb;
}

.list-kvyb .item:last-child {
  border: none;
}

.list-kvyb .item .picture {
  width: 280px;
  height: 160px;
  object-fit: cover;
}

.list-kvyb .item .right {
  flex: 1;
  overflow: hidden;
  padding: 10px 0;
}

.list-kvyb .item .title {
  font-size: 18px;
}

.list-kvyb .item .abstract {
  font-size: 16px;
  color: #a1a1a1;
  line-height: 1.5;
  margin-top: 16px;
}

.list-oau1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-content: flex-start;
}

.list-oau1 .item {
  width: calc(33.3333% - 14px);
  border-radius: 4px;
  overflow: hidden;
}

.list-oau1 .item .title {
  font-weight: 500;
}

.list-oau1 .item img {
  width: 100%;
  height: 194px;
  object-fit: cover;
}

.list-oau1 .item:nth-child(3n) {
  margin-right: 0;
}

.list-oau1 .info {
  background-color: #fff;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.list-oau1 .info .title {
  color: #373737;
  font-size: 16px;
}

.list-oau1 .info .abstract {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .list-kvyb .item {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 14px;
    padding-bottom: 10px;
  }

  .list-kvyb .item .right {
    padding-bottom: 0;
  }

  .list-kvyb .item .picture {
    width: 100%;
    height: 180px;
  }

  .list-kvyb .item .title {
    font-size: 14px;
    line-height: 2;
  }

  .list-kvyb .item .abstract {
    font-size: 14px;
    margin-top: 0px;
  }

  .list-oau1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12px;
  }

  .list-oau1 .item {
    width: 100%;
  }

  .list-oau1 .item:nth-child(n + 4) {
    display: none;
  }

  .list-oau1 .item .title {
    font-weight: 500;
  }

  .list-oau1 .item img {
    width: 100%;
    height: 194px;
    object-fit: cover;
  }

  .list-oau1 .item:nth-child(3n) {
    margin-right: 0;
  }

  .list-oau1 .info {
    background-color: #fff;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .list-oau1 .info .title {
    color: #373737;
    font-size: 16px;
  }

  .list-oau1 .info .abstract {
    font-size: 14px;
    line-height: 1.5;
  }
}
