﻿.m-news-list {
	padding: 0 3.5%;
}

.m-news-list dl {
	position: relative;
	overflow: hidden;
	border-bottom: 1px dashed #eee;
	width: 100%;
	padding-top: 0.7rem;
}

.m-news-list dt {
	width: 30%;
	float: left;
}

.m-news-list dt img {
	width: 100%;
}

.m-news-list dd {
	width: 66.5%;
	float: right;
}

.m-news-list h3 {
	font-size: 1.35rem;
	line-height: 1.65;
}

.m-news-list-data {
	position: absolute;
	color: #999;
	left: 33.5%;
	bottom: 0.5rem;
}