.category-230420-wrapper {
  width: 100%;
  display: flex;
  color: #212529;
}
.category-230420-wrapper,
.category-230420-wrapper * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
.category-230420-wrapper .category-item {
  flex: 1;
  margin-right: 16px;
  background: #fff;
  transition: all 300ms;
  color: #212529;
  overflow: hidden;
}
.category-230420-wrapper .category-item:hover {
  flex: 2;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.category-230420-wrapper .category-item:hover .item-body .item-arrow {
  opacity: 1;
  right: 24px;
}
.category-230420-wrapper .category-item .item-poster {
  width: 100%;
  overflow: hidden;
  height: 180px;
}
.category-230420-wrapper .category-item .item-poster img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.category-230420-wrapper .category-item .item-body {
  overflow: hidden;
  padding: 24px;
  position: relative;
}
.category-230420-wrapper .category-item .item-body .item-icon {
  width: 36px;
  height: 36px;
  display: block;
  overflow: hidden;
}
.category-230420-wrapper .category-item .item-body .item-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.category-230420-wrapper .category-item .item-body .item-title {
  font-size: 18px;
  line-height: 20px;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #dee2e6;
  margin-top: 16px;
  margin-bottom: 12px;
}
.category-230420-wrapper .category-item .item-body .item-desc {
  font-size: 14px;
  line-height: 20px;
  color: #495057;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  letter-spacing: 0.5px;
}
.category-230420-wrapper .category-item .item-body .item-arrow {
  position: absolute;
  bottom: 24px;
  width: 24px;
  right: 80%;
  opacity: 0;
  transition: all 1s;
  color: #005aaa;
}
/*# sourceMappingURL=category-230420.css.map */