/** @format */
.blog-warp {
  padding: 40px 0;
  min-height: 40vh;
}

.blog-warp .category {
  display: flex;
  padding-bottom: 20px;
  font-weight: bold;
}

.blog-warp .category span {
  position: relative;
  top: 4px;
}

.blog-warp .category ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.blog-warp .category ul li {
  cursor: pointer;
  padding: 5px 10px;
  min-width: 35px;
  color: #333;
  margin: 0 5px 5px;
  text-align: center;
  border-radius: 2px;
}

.blog-warp .category ul li.active {
  color: var(--primary-color);
  background-color: var(--primary-color-1);
}

.blog-warp .category ul li:hover {
  color: var(--primary-color);
  background-color: var(--primary-color-1);
}

.blog-warp .recent li {
  padding: 10px 0;
}

.blog-warp .recent h1 {
  font-size: 14px;
  margin-top: 10px;
}

.blog-warp h2.recent {
  margin-top: 20px;
  font-size: 24px;
}

.blog-warp .hot li {
  margin: 10px 0;
  padding-right: 5%;
  transition: all 0.3s;
}

.blog-warp .hot li p {
  color: #6e6e73;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 8px;
}

.blog-warp .hot li h1 {
  font-size: 14px;
}

.blog-warp .hot li:hover a {
  color: var(--primary-color);
}

.blog-warp .blog-item {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s;
}

.blog-warp .blog-item a {
  display: block;
  height: 240px;
}

.blog-warp .blog-item:hover {
  transition: opacity 0.3s;
  opacity: 0.8;
  background-color: #fafafa;
}

.blog-warp .blog-item img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  background-color: #eee;
}

.blog-warp .blog-item p {
  color: #6e6e73;
}

.blog-warp .blog-item h1 {
  font-size: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-warp .blog-item .left {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-warp .blog-item .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 240px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
}

.blog-warp .blog-item span {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.blog-warp .more {
  cursor: pointer;
  text-align: center;
  color: var(--primary-color);
}

.blog-warp .empty {
  font-size: 22px;
  text-align: center;
}

.blog-warp .loading {
  text-align: center;
  color: var(--primary-color);
}

.blog-warp .loading i {
  font-size: 28px;
}

.blog-warp .loading span {
  margin-top: 3px;
  display: block;
}

.blog-warp .desc {
  display: flex;
  padding: 20px 0;
  box-sizing: border-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-warp .desc span {
  display: flex;
  align-items: center;
}

.blog-warp .userdes {
  display: flex;
  justify-content: space-around;
}

.blog-warp .desc span .svg {
  width: 20px;
}

.blog-warp .title-blog {
  text-align: center;
}

.blog-warp .content {
  line-height: 2;
  font-size: 16px;
  overflow-x: hidden;
}

.blog-warp .content img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}


@media screen and (max-width: 768px) {
  .blog-warp {
    padding: 0px 0 !important;
    background: #f0f1f2;
  }

  .blog-warp .blog-item {
    padding: 0 10px;
    background-color: #eee;
  }

  .blog-warp .blog-item img {
    width: 100%;
    height: auto !important;
    max-height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px !important;
  }

  .blog-warp .blog-item h1 {
    font-size: 16px !important;
    padding: 15px 0;
  }
  .blog-warp .blog-item .left{
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
  }
  .blog-warp .blog-item a {
    text-align: right;
    padding: 10px 0 20px 0;
    height: auto !important;
  }
  .blog-warp .blog-item:hover{
    opacity: 1 !important;
    background-color: transparent !important;
  }

  .blog-warp .blog-item .right {
    height: auto !important;
    text-align: left !important;
    padding-left: 0 !important;
    padding: 20px !important;
    background-color: #fff;
  }
  .blog-warp .desc{
    padding: 0px !important;
  }
  #desc span .svg {
    width: 20px !important;
  }

  #Blog_Details {
    padding: 0 10px !important;
  }

  #Blog_Details img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .layui-col-space30 {
    margin: auto !important;
  }

  .layui-col-space30>* {
    padding: 15px 0 !important;
  }

  .layui-col-space10 {
    margin: auto !important;
  }
}

/*# sourceMappingURL=blog.css.map */

@media screen and (max-width: 991px) {
  .left_tree{
    display: none !important;
  }
}

@media screen and (max-width: 550px) {
  .left_tree{
    display: none !important;
  }
}