.item_blog_base {
  padding-bottom: 1rem;
  margin: 1rem 0;
  box-shadow: 0 0 30px -20px #223344;
  border-radius: 5px;
  height: 505px;
}
.item_blog_base .thumb_blog {
  position: relative;
}
.item_blog_base .thumb_blog .label-name {
  position: absolute;
  top: 14px;
  left: 14px;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  border-radius: 5px;
  background: #ff5f15;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.item_blog_base .thumb_blog .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 232px;
}
.item_blog_base .thumb_blog .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.item_blog_base .thumb_blog .thumb img.loaded {
  max-width: 100%;
  max-height: 100%;
}
.item_blog_base .content_blog {
  margin: 1rem;
}
.item_blog_base .content_blog .time-post {
  font-size: 12px;
  font-weight: 400;
  color: #7b7b7b;
  padding: 12px 0 10px 0;
}
.item_blog_base .content_blog .time-post svg {
  transform: translateY(-2px);
}
.item_blog_base .content_blog .time-post svg path {
  fill: #ff5f15;
}
.item_blog_base .content_blog .time-post .xo {
  margin: 0 10px;
  color: #7b7b7b;
  font-weight: 400;
  transform: translateY(-1px);
  display: inline-block;
}
.item_blog_base .content_blog h3 {
  font-size: 18px;
  font-weight: 500;
  max-height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  margin-top: 20px;
  margin-bottom: 0px;
}
.item_blog_base .content_blog h3:hover {
  color: #ff5f15;
}
.item_blog_base .content_blog h3 a {
  color: #001F3F;
}
.item_blog_base .content_blog h3 a:hover {
  color: #ff5f15;
}
.item_blog_base .content_blog p {
  color: #333;
  font-size: 14px;
  max-height: 76px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
  margin: 0;
  line-height: 24px;
}

@media (max-width: 480px) {
  .item_blog_base .content_blog .time-post .xo {
    display: none;
  }
}
@media (max-width: 480px) {
  .item_blog_base .content_blog .time-post .posted {
    display: block;
    margin-top: 5px;
  }
}
.time-post {
  font-size: 12px;
  font-weight: 400;
  color: #7b7b7b;
  padding: 12px 0 10px 0;
}
.time-post svg {
  transform: translateY(-2px);
}
.time-post svg path {
  fill: #ff5f15;
}
.time-post .xo {
  margin: 0 10px;
  color: #7b7b7b;
  font-weight: 400;
  transform: translateY(-1px);
  display: inline-block;
}

.article-content {
  font-size: 1rem;
}
