body {
	background: #F5F5F5;
}

.m-crumbs {
	display: none;
}

/* list */
.m-list {
	background: #fff;
}
.m-list .tab {
	gap: 20px;
	box-sizing: border-box;
	height: 1.1rem;
	border-bottom: 1px solid #eee;
	padding: 0 .3rem;
}
.m-list .tab li {
	padding: 0 .24rem;
	line-height: .7rem;
	font-size: .3rem;
}
.m-list .tab li.z-crt {
	color: #fff;
	background: #1FAF7E;
}
.m-list .head {
	padding: .4rem .3rem;
}
.m-list .head h1 {
	margin-bottom: .16rem;
	font-size: .46rem;
}
.m-list .head p {
	font-size: .26rem;
	color: #444;
}
/* end list */

/* aside */
.m-aside dl {
	padding: 0 .3rem .24rem;
	margin-top: .3rem;
	background: #fff;
}
.m-aside dl dt {
	height: 1rem;
	line-height: 1.2rem;
	font-size: 20px;
	font-weight: bold;
}
.m-aside .recommend li {
	height: 1.4rem;
	padding: .3rem .1rem;
}
.m-aside .recommend a:nth-child(n+2) li {
	border-top: 1px solid #eee;
}
.m-aside .recommend li .image {
	width: 2rem;
	height: 1.4rem;
	margin-left: .24rem;
}
.m-aside .recommend li p {
	line-height: .44rem;
	font-size: .28rem;
}
.m-aside .hot {
	gap: .2rem;
	padding: .2rem 0;
}
.m-aside .hot li {
	padding: 0 .2rem;
	line-height: .6rem;
	font-size: .26rem;
	color: #598B7D;
	background: #F6F6F6;
}
/* end aside */

/* news */
.m-news {
	padding: 0 .3rem;
}
.m-news li {
	height: 1.4rem;
	border-bottom: 1px solid #eee;
	padding: .3rem .1rem;
}
.m-news li h1 {
	line-height: .44rem;
	font-size: .28rem;
	font-weight: normal;
}
.m-news li p {
	display: none;
}
.m-news li .image {
	width: 2rem;
	height: 1.4rem;
	margin-left: .4rem;
	overflow: hidden;
}
.m-news li .info {
	display: none;
}
/* end news */

/* news-detail */
.m-news-detail {
	box-sizing: border-box;
	padding: .8rem .3rem;
	background: #fff;
}
.m-news-detail .title {
	line-height: .8rem;
	font-size: .5rem;
	text-align: center;
}
.m-news-detail .date {
	line-height: 1rem;
	font-size: .28rem;
	text-align: center;
	color: #999;
}
.m-news-detail .share {
	display: none;
}
.m-news-detail .summary {
	padding: .2rem .24rem;
	line-height: .4rem;
	font-size: .26rem;
	color: #444;
	background: #FAFAFA;
}
.m-news-detail .summary b {
	color: #000;
}
.m-news-detail .content {
	min-height: 5rem;
	padding: .3rem 0;
	line-height: .5rem;
	font-size: .3rem;
	word-break: break-word;
}
.m-news-detail .content img {
	height: auto !important;
}
/* end news-detail */

/* video */
.m-video {
	gap: .36rem;
	margin: .44rem .35rem 0;
}
.m-video li:nth-child(n+2) {
	margin-top: .3rem;
}
.m-video li .image {
	position: relative;
	height: 4.2rem;
	border-radius: .2rem;
}
.m-video li .image:after {
	content: '\e612';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	line-height: 1rem;
	font-family: iconfont;
	font-size: .36rem;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,.6);
	transform: translate(-50%,-50%);
}
.m-video li p {
	padding: .2rem 0;
	line-height: .44rem;
	font-size: .3rem;
}

.m-video-scroll .m-video {
	float: left;
	padding: 0 .3rem;
	margin: 0;
}
.m-video-scroll .m-video li {
	width: 5.6rem;
	margin-top: 0;
}
.m-video-scroll .m-video li .image {
	height: 3.6rem;
}
.m-video li p {
	padding: .14rem 0;
	line-height: .4rem;
	font-size: .28rem;
}
/* end video */