.u-title {
	margin: .8rem .24rem .6rem;
	font-size: .6rem;
}

/* list */
.m-list ul {
	padding: 0 .24rem;
}
.m-list li {
	box-sizing: border-box;
	width: 3.41rem;
	background: #F9F9F9;
}
.m-list a:nth-child(even) {
	margin-left: .2rem;
}
.m-list a:nth-child(n+3) {
	margin-top: .2rem;
}
.m-list li .image {
	height: 2.2rem;
	overflow: hidden;
}
.m-list li .content {
	padding: .2rem .16rem;
}
.m-list li .content .label {
	font-size: .26rem;
	text-decoration: underline;
	color: #0A2D88;
}
.m-list li .content h1 {
	height: .8rem;
	margin: .2rem 0;
	line-height: .4rem;
	font-size: .28rem;
	font-weight: 400;
    -webkit-line-clamp: 2;
}
.m-list li .content .date {
	font-size: .24rem;
	color: #999;
}
.m-list li .content .date .tf {
	margin-right: .5em;
}
/* end list */

/* detail */
.m-crumbs {
	display: none;
}
.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;
	word-break: break-word;
}
.m-detail .detail .content img {
	height: auto !important;
}
.m-detail .detail .content * {
	text-wrap-mode: wrap !important;
}

.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 */