.blog_row {
  height: 80px;
  margin-top: 8px;
  padding-left: 30px;
  width: 100%;
  font-size: 18px;
  cursor: pointer;
  color: #343a40;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  display: flex;
  align-items: center;
}

.blog_block {
  width: 100%;
}

.blog_date {
  height: 20px;
  font-size: 13px;
  color: #808080;
}

.blog_title {
  height: 24px;
  width: 100%;
  padding-left: 12px;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.blog_title > a {
  color: #343a40;
}

.blog_title > a:hover {
  color: #007bff;
}

.blog_info_title {
  text-align: center;
  padding: 5vw;
  position: relative;
}

.blog_info_title h2 {
  font-size: 4vw;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2vw;
  padding-bottom: 0;
  color: #191919;
  position: relative;
  z-index: 2;
}

.blog_more {
  font-size: 18px;
  cursor: pointer;
  padding-left: 30px;
  margin-top: 8px;
}

.blog_more > a {
  color: #007bff;
}

.blog_more > a:hover {
  text-decoration: underline;
}

.blog_content {
  width: 100%;
  padding: 2vw 5vw 20vw 5vw;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  .blog_content img {
    width: 100% !important;
    height: 100% !important;
  }
}
.blog_content img {
  width: 100%;
  height: 100%;
}

.blog_list {
  width: 100%;
  padding: 0 5vw 20vw 5vw;
}

.blog_content .easyimage-side img {
  float: right;
}
