.index-media{
	background: #fff;
	border: 1px solid #d1d1d1;
	border-radius: 10px;
	padding: 20px 15px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.index-media-con{
 width: calc(100% - 140px);
 margin-right: 20px;
 height: 90px;
 overflow: hidden;
}

.index-media-time{
	font-size: 12px;
	color: #9a9a9a;
}

.index-media-title{
 height: 60px;
 line-height: 30px;
 font-size: 16px;
 color: #333;
 margin-top: 12px;
 overflow: hidden;
}

.index-media-img{
	width: 90px;
	height: 90px;
}

.index-media-img img{
	width: 100%;
	height: 100%;
}