        .blog-list .news_title {
  font-weight: 700;
  font-size: 20px;
}
.blog-list .news_title a {
  color: #121212;
}
.bp_block_item {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.bp_block_iteml:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.blog-list .bp_img_news img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.blog-list .bp_news_sub p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-list .bp_news_more,
.bp-btn-send {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: linear-gradient(135deg, #0f8fc7, #141527);
  color: white;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.blog-list .bp_news_more:hover,
.bp-btn-send {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(15, 143, 199, 0.3);
}
.blog-list .bp_news_info {
  display: block;
  order: -1;

  margin-bottom: 10px;
}
.blog-list .cls_img_hot_news {
    padding: 0;
}
.bp_img_news {
    padding: 0;
}
.blog-list .bp-news-button-action {
    margin-top: 20px;
}
.bp_content_news {
    display: flex;
    flex-direction: column;
}
.blog-list .bp_lb_user,
.blog-list .bp_lb_comment,
.blog-list .bp_icon_date {
  display: none;
}
.blog-list .cls_content_hot_news {
  display: flex;
  flex-direction: column;
}
.blog-list .bp-date-create {
  color: #0f8fc7;
  font-size: 0.9rem;
}
.blog-list .bp_content_news_main {
  padding: 2rem;
}
