/* list */
.m-list ul {
	padding: .3rem .24rem 0;
}
.m-list li {
	position: relative;
	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:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: .6rem;
	height: .6rem;
	background-image: url('../img/news/play.png');
	background-size: 100% 100%;
	transform: translate(-50%,-50%);
}
.m-list li .image {
	height: 2.2rem;
	overflow: hidden;
}
.m-list li p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: .2rem .2rem 0;
	line-height: .6rem;
	font-size: .26rem;
	color: #fff;
	background: linear-gradient(0deg, #000000, rgba(0,0,0,0.01));
}
/* end list */

/* detail */
.m-detail {
	background: #F9F9F9;
}
.m-detail .m-content {
	padding: 0 .3rem;
}
.m-detail .crumbs {
	gap: .08rem;
	padding: .3rem 0;
	font-size: .24rem;
	white-space: nowrap;
}
.m-detail .crumbs p {
	color: #666;
}
.m-detail video {
	width: 100%;
	height: 4rem;
	margin-bottom: .25rem;
	background: #000;
}
.m-detail .title {
	line-height: .5rem;
	font-size: .32rem;
	overflow: hidden;
	text-overflow: initial;
	white-space: initial;
}
.m-detail .share {
	display: none;
}
.m-detail .content {
	padding: .3rem 0;
	line-height: .38rem;
	font-size: .28rem;
	white-space: pre-wrap;
	color: #666;
}
/* end detail */

/* recommend */
.m-recommend {
	margin: 0 auto .3rem;
}
.m-recommend dt {
	padding: .4rem .3rem .3rem;
	font-size: .6rem;
	font-weight: bold;
}
.m-recommend .list {
	position: relative;
	height: 3.46rem;
	overflow: hidden;
}
.m-recommend ul {
	position: relative;
	left: 0;
	float: left;
	padding: 0 .2rem;
}
.m-recommend li {
	position: relative;
	box-sizing: border-box;
	width: 5.2rem;
	height: 3.46rem;
}
.m-recommend a:nth-child(n+2) li {
	margin-left: .2rem;
}
.m-recommend li:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: .6rem;
	height: .6rem;
	background-image: url('../img/news/play.png');
	background-size: 100% 100%;
	transform: translate(-50%,-50%);
}
.m-recommend li .image {
	height: 100%;
	overflow: hidden;
}
.m-recommend li p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: .2rem .2rem 0;
	line-height: .6rem;
	font-size: .26rem;
	color: #fff;
	background: linear-gradient(0deg, #000000, rgba(0,0,0,0.01));
}
.m-recommend .nav {
	display: none;
}
/* end recommend */