/* list */
.m-list {
	min-height: 7rem;
	padding: 0 .24rem;
	margin-top: .3rem;
}
.m-list li {
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	padding: .24rem 0;
}
.m-list li .image {
	width: 2rem;
	height: 1.5rem;
	margin-right: .36rem;
	overflow: hidden;
}
.m-list li .name {
	margin-top: .1rem;
	font-size: .3rem;
	font-weight: normal;
}
.m-list li .content {
	margin-top: .12rem;
	line-height: .4rem;
	font-size: .26rem;
	color: #888;
}
.m-list li .more {
	display: none;
}
/* end list */

/* detail */
.m-detail .detail {
	box-sizing: border-box;
	padding: 0 .24rem;
	background: #fff;
}
.m-detail .title {
	padding: .8rem 0 0;
	line-height: .8rem;
	font-size: .5rem;
	font-weight: 500;
	text-align: center;
}
.m-detail .detail .date {
	line-height: 1rem;
	font-size: .28rem;
	text-align: center;
	color: #999;
}
.m-detail .detail .share {
	display: none;
}
.m-detail .detail .content {
	min-height: 5rem;
	padding: .3rem 0;
	line-height: .5rem;
	font-size: .3rem;
}

.m-detail .recommend {
	padding: 0 .2rem .5rem;
	margin-top: .24rem;
	background: #fff;
}
.m-detail .recommend dt {
	height: 1.4rem;
	line-height: 1.6rem;
	font-size: .4rem;
	font-weight: bold;
}
.m-detail .recommend li {
	padding: .22rem 0;
}
.m-detail .recommend a:nth-child(n+2) li {
	border-top: 1px solid #eee;
}
.m-detail .recommend li p {
	line-height: .5rem;
	font-size: .3rem;
}
.m-detail .recommend li .image {
	width: 2rem;
	height: 1.3rem;
	margin-left: .2rem;
}
/* end detail */