.page__pagination--link {
  width: 3.5rem;
  height: 3.5rem;
  font-weight: normal;
  font-size: 14px;
  border-radius: 0px;
}

.page__pagination--link {
  cursor: pointer;
}
.blog__thumbnail a {
  height: 300px;
}
.blog__content--title{
  line-height: 1 !important;

}
.blog__content--title a{
  font-size: 2rem;
  height: 25px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.blog__desc{
  display: -webkit-box;
  height: 90px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog__meta--icon{
  white-space: nowrap;
}
