/* list */
.m-list .list {
	margin: 0 .24rem;
}
.m-list .list li {
	width: 3.41rem;
	background: #F8F8F8;
}
.m-list .list a:nth-child(even) {
	margin-left: .2rem;
}
.m-list .list a:nth-child(n+3) {
	margin-top: .2rem;
}
.m-list .list li .image {
	position: relative;
	height: 2.34rem;
	overflow: hidden;
}
.m-list .list li .info {
	padding: .2rem .2rem;
}
.m-list .list li .info h1 {
	font-size: .28rem;
	font-weight: 400;
}
.m-list .list li .info p {
	display: none;
}
.m-list .list li .info .more {
	margin-top: .1rem;
	font-size: .24rem;
	color: #00489D;
}
.m-list .list li .info .more .tf {
	margin-left: .1rem;
}
/* end list */

/* detail */
.m-detail-banner {
	height: 3.2rem;
	background: #00489D;
}
.m-detail-banner .image {
	opacity: .6;
}
.m-detail-banner h5 {
	font-weight: 400;
}
.m-detail {
	box-sizing: border-box;
	min-height: 7rem;
	padding: 0 .4rem .5rem .5rem;
	border-right: 1px solid #eee;
}
.m-detail .head {
	border-bottom: 1px solid #eee;
	padding: .8rem 0 .34rem;
	margin-bottom: .5rem;
}
.m-detail .head h1 {
	line-height: .8rem;
	font-size: .5rem;
	font-weight: 500;
	text-align: center;
}
.m-detail .m-textarea {
	margin: 0;
}
/* end detail */

/* recommend */
.m-recommend {
	padding: 0 .2rem .5rem;
	margin-top: .24rem;
	background: #fff;
}
.m-recommend dt {
	height: 1.4rem;
	line-height: 1.6rem;
	font-size: .4rem;
	font-weight: bold;
}
.m-recommend li {
	border-bottom: 1px solid #eee;
	padding-bottom: .24rem;
	margin-bottom: .24rem;
}
.m-recommend li p {
	height: .8rem;
	line-height: .4rem;
	font-size: .26rem;
}
.m-recommend li .img {
	width: 2.6rem;
	height: 1.6rem;
	margin-left: .3rem;
	overflow: hidden;
}
/* end recommend */