.article_mm
{
	background-size: cover;
	background-position: center center;
	width: 192px;
	height: 256px;
	position: relative;
	box-shadow: 0px 5px 5px 0px rgba(0,41,158,0.3);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,41,158,0.3);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,41,158,0.3);
	border-radius: 5px;
	margin-right: 10px;
	display: inline-block;
	white-space: normal;
	margin-bottom:10px;
}
.article_mm:last-child
{
	margin-right: 0px;
}
.article_mm .mask_mm
{
	position: absolute; 
	top:0; 
	left:0; 
	right: 0; 
	bottom: 0; 
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 61%);
}
.article_mm .title_mm
{
	color: white;
	font-size: 18px;
	position: absolute;
	bottom: 10px;
	font-weight: bold;
	font-family: sans-serif;
	padding: 0 10px;
}
.article_mm .title_mm.font_sm_mm
{
	font-size: 14px;
}
@media (max-width: 611px) {
	.article_mm:nth-child(2n) {
		margin-right:0px;
	}
}

@media (min-width: 611px) and (max-width: 813px) {
	.article_mm:nth-child(3) {
		margin-right:0px;
	}
}
