.mm_sm
{
	background-color: white;
	width: 100%;
}
.article_mm_sm
{

	margin: 0 5px;
	padding: 7px 0;
	border-bottom: 1px #ccc solid;
}
.article_mm_sm .title_mm_sm
{
	font-size: 16px;
	color: #000;
	font-family: Segoe UI,Arial,Helvetica,Verdana,Roboto,Calibri,sans-serif;
	height: auto;
	display: block;
	height: 39px;
	overflow: hidden;

	line-height: 1.2;
	font-weight: bold;
  
	height: 39px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.img_mm_sm
{
  float: left;
  margin-right: 5px;
  width:55px;
  height: 39px;
  background-position: center;
  background-size: cover;
}
