.u-title {
	line-height: 1.7rem;
	font-size: .44rem;
}

/* list */
.m-list li {
	box-sizing: border-box;
	width: 7.3rem;
	height: 2.6rem;
	padding: .2rem;
	background: #F7F7F7;
	transition: background .2s ease;
}
.m-list a:nth-child(even) {
	margin-left: .4rem;
}
.m-list a:nth-child(n+3) {
	margin-top: .4rem;
}
.m-list li:hover {
	background: #F3F7FB;
}
.m-list li .image {
	width: 3rem;
	margin-right: .4rem;
	overflow: hidden;
}
.m-list li .content {
	box-sizing: border-box;
}
.m-list li .content .label {
	margin-bottom: .2rem;
	font-size: .14rem;
	color: #0A2D88;
}
.m-list li:hover .content .label {
	text-decoration: underline;
}
.m-list li .content h1 {
	line-height: .3rem;
	font-size: .2rem;
	font-weight: 400;
}
.m-list li:hover .content h1 {
	text-decoration: underline;
	color: #0A2D88;
}
.m-list li .content .date {
	font-size: .14rem;
	color: #999;
}
.m-list li .content .date .tf {
	margin-right: .5em;
}
/* end list */

/* detail */
.m-crumbs {
	gap: .08rem;
	height: .6rem;
	font-size: .13rem;
}
.m-crumbs p {
	color: #666;
}
.m-detail {
	padding-bottom: 1.5rem;
}
.m-detail .detail {
	box-sizing: border-box;
	width: 11rem;
	padding: 0 .5rem;
	background: #fff;
}
.m-detail .title {
	padding: .8rem 0 .54rem;
	line-height: .5rem;
	font-size: .3rem;
	font-weight: 500;
	text-align: center;
}
.m-detail .detail .info {
	height: .6rem;
	border: 1px solid #eee;
	border-width: 1px 0;
	padding: 0 .1rem;
}
.m-detail .detail .date {
	font-size: .14rem;
	color: #999;
}
.m-detail .detail .share a {
	margin-left: .2rem;
	font-size: .22rem;
	color: #A1A1A1;
}
.m-detail .detail .content {
	min-height: 5rem;
	padding: .5rem 0;
	line-height: .32rem;
	font-size: .16rem;
	word-break: break-word;
}
.m-detail .detail .content img {
	height: auto !important;
}
.m-detail .detail .content * {
	text-wrap-mode: wrap !important;
}

.m-detail .recommend {
	align-self: flex-start;
	position: sticky;
	top: 1.64rem;
	box-sizing: border-box;
	width: 3.9rem;
	padding: 0 .2rem .5rem;
	background: #fff;
}
.m-detail .recommend dt {
	height: .82rem;
	line-height: 1.02rem;
	font-size: .22rem;
	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: .28rem;
	font-size: .16rem;
}
.m-detail .recommend li:hover p {
	text-decoration: underline;
	color: #142D7C;
}
.m-detail .recommend li .image {
	width: 1.3rem;
	height: .85rem;
	margin-left: .3rem;
}
/* end detail */