.m-sub-head {
	height: 5.5rem;
}

/* list */
.m-list ul {
	row-gap: .25rem;
	column-gap: .19rem;
	padding-top: .6rem;
}
.m-list li {
	position: relative;
	box-sizing: border-box;
	width: 5.2rem;
	height: 3.46rem;
}
.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: 100%;
	overflow: hidden;
}
.m-list li p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 .18rem;
	line-height: .65rem;
	font-size: .18rem;
	color: #fff;
	background: linear-gradient(0deg, #000000, rgba(0,0,0,0.01));
}
/* end list */

/* detail */
.m-detail {
	padding: 30px 0 1rem;
	background: #F9F9F9;
}
.m-detail .m-content {
	width: 10.6rem;
}
.m-detail .crumbs {
	gap: .08rem;
	padding: .46rem 0 .24rem;
	font-size: .13rem;
}
.m-detail .crumbs p {
	color: #666;
}
.m-detail video {
	width: 100%;
	height: 6rem;
	margin-bottom: .25rem;
	background: #000;
}
.m-detail .title {
	font-size: .25rem;
}
.m-detail .share {
	gap: .08rem
}
.m-detail .share a {
	width: .4rem;
	height: .4rem;
	border-radius: .08rem;
	font-size: .19rem;
	color: #777;
	background: #eee;
}
.m-detail .share a:hover {
	color: #444;
}
.m-detail .content {
	padding: .4rem 0 .5rem;
	line-height: .25rem;
	font-size: .15rem;
	white-space: pre-wrap;
	color: #666;
}
/* end detail */

/* recommend */
.m-recommend {
	width: 10.6rem;
	margin: 0 auto;
}
.m-recommend dt {
	height: 1.54rem;
	line-height: 1.74rem;
	font-size: .44rem;
	font-weight: bold;
}
.m-recommend .list {
	position: relative;
	height: 3.46rem;
	overflow: hidden;
}
.m-recommend ul {
	position: relative;
	left: 0;
	float: left;
}
.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: 0 .18rem;
	line-height: .65rem;
	font-size: .18rem;
	color: #fff;
	background: linear-gradient(0deg, #000000, rgba(0,0,0,0.01));
}
.m-recommend .nav {
	margin: .6rem 0 1.5rem;
	font-size: .15rem;
	color: #444;
}
.m-recommend .nav a {
	padding: .1rem;
	margin: 0 .2rem;
	font-size: 12px;
}
/* end recommend */