@charset "UTF-8";
/*----------------------------------------*/
/*  Newwenzhang
/*----------------------------------------*/
.single-blog {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 20px;
  border: 2px solid #f7f7f7;
}
.blog-content {
  padding: 30px 0px 10px;
  border-radius: 4px;
  background: #fff;
}
.blog-content a h4 {
  font-size: 22px;
  line-height: 30px;
  transition: 0.4s;
}
.admin-type i,
.comments-type i{
  color: #E21B1B;
  margin-right: 5px;
}
.blog-content p {
  line-height: 28px;
   transition: 0.4s;
   overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}
.blog-content a h4{
  color: #444444;
  font-size: 24px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.single-blog:hover .blog-content a h4:hover{
  color:#F5B300 !important;
  transition: 0.4s;
  font-weight: bold;
}
.image-scale {
  display: block;
  transition: 0.5s;
  position: relative;
}
.blog-item-date {
  position: absolute;
  bottom: -25px;
  background: #E21B1B;
  width: 70px;
  height: 70px;
  right: 20px;
  text-align: center;
  padding: 6px 5px;
}
.date-type {
  display: block;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 36px;
}
.years-type {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color:#fff;
}
.single-blog:hover .image-scale {
  transition: 0.9s;
}
.blog-meta span {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  padding-right: 10px;
}
.blog-meta {
  margin-bottom: 15px;
}
.blog-btn {
  color: #151b2c;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s ease 0s;
  position: relative;
}
.blog-btn::after {
  position: absolute;
  right: -20px;
  top: 3px;
  content: "\e628";
  color: #151b2c;
  font-family: themify;
  font-size: 14px;
  transition: 0.5s;
}
.single-blog:hover .blog-btn:hover {
  background: transparent;
color:#F5B300;
  transition: 0.4s;
}
.single-blog:hover .blog-btn::after{
  color:#fff;
  transition: 0.5s;
}
.single-blog:hover .blog-btn:hover::after{
  color:#F5B300;
  transition: 0.4s;
  right: -30px;
}
.image-scale img{
  max-width: 100%;
}