.item-blog {
  margin-bottom: 15px;
  background-color:#FFFFFF;
  border-radius: 10px;
  border: 1px solid #e9ecef;
}

.item-blog .content{ padding:0px 10px 10px 10px;}

.item-blog .wrap-img {
  height: 250px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.item-blog .wrap-img img {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.item-blog .name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-top: 15px;
  display: block;
}

.item-blog .short-des {
  font-size: 14px;
}
.item-blog img {
  margin-bottom: 0px;
  border-radius: 0px;
}

.item-blog .content .name {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 5px;
  color: #000;
  height:50px;
  overflow:hidden;
}

.item-blog .content .name a{
  color: #000;
}

.item-blog .content .name-cate {
  color: #9ca0a3;
  font-size: 14px;
  height:30px;
 overflow:hidden;
}

/*.item-blog .content .name a {
  color: #f44336;
}

.item-blog .content .name a:hover {
  color: #e42214;
}*/

.item-blog .content .name::before {
  position: absolute;
  content: "";
  z-index: 3;
  width: 50px;
  height: 2;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #ddd;
}

@media (max-width: 767px){
.item-blog .content .name { height:auto}
}