.wrap-related-article {
 	display: flex;
 	display: -webkit-flex;
	display: -ms-flexbox;

  	flex-direction: row;
  	-webkit-flex-direction: row;
  	-ms-flex-direction: row;

  	-webkit-justify-content: center;
  	-ms-justify-content: center;
  	justify-content: center;

  	align-items: center;
 	 -webkit-align-items: center;
  	-ms-align-items: center;

  	flex-wrap: wrap;
  	-webkit-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
}
.wrap-related-img {
	background-color: #FBFBFB;
}
.related-article-box {
	width: 300px;
	border: 1px solid;
	margin: 10px;
  	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
}
.related-article-box img {
	width: 300px;
}
.related-article-img {
	width: 300px;
	height: 140px;
	overflow: hidden;
}
.related-image-wrap {
	width: 244px;
	height: 160px;
	overflow: hidden;
}
