body {
	background: #F5F5F5;
}

.m-sub-banner {
	margin-bottom: -60px;
}
.m-pagination {
	padding: 60px 0;
}
.m-foot {
	margin-top: 50px;
}
.m-crumbs {
	gap: 8px;
	height: 52px;
	margin-top: 70px;
	font-size: 13px;
}
.m-crumbs p {
	color: #666;
}
.m-crumbs a:hover {
	text-decoration: underline;
}

/* list */
.m-list {
	width: 10.9rem;
	margin-right: .2rem;
	background: #fff;
}
.m-list .tab {
	gap: 20px;
	box-sizing: border-box;
	height: 60px;
	border-bottom: 1px solid #eee;
	padding: 0 32px;
}
.m-list .tab li {
	padding: 0 12px;
	line-height: 36px;
	font-size: 15px;
}
.m-list .tab li:hover,
.m-list .tab li.z-crt {
	font-weight: bold;
	color: #fff;
	background: #1FAF7E;
}
.m-list .head {
	height: 115px;
	padding: 0 35px;
}
.m-list .head h1 {
	font-size: 30px;
}
.m-list .head p {
	font-size: 14px;
	color: #444;
}
/* end list */

/* aside */
.m-aside dl {
	padding: 0 22px 12px;
	background: #fff;
}
.m-aside dl:nth-child(2) {
	position: sticky;
	top: 90px;
	margin-top: 20px;
}
.m-aside dl dt {
	height: 70px;
	line-height: 90px;
	font-size: 20px;
	font-weight: bold;
}
.m-aside .recommend li {
	height: 85px;
	padding: 16px 0;
}
.m-aside .recommend a:nth-child(n+2) li {
	border-top: 1px solid #eee;
}
.m-aside .recommend li .image {
	width: 110px;
	height: 85px;
	margin-left: .3rem;
}
.m-aside .recommend li p {
	line-height: 28px;
	font-size: 16px;
}
.m-aside .recommend li:hover p {
	text-decoration: underline;
	color: #1FAF7E;
}
.m-aside .hot {
	gap: 10px;
	padding: 10px 0;
}
.m-aside .hot li {
	padding: 0 10px;
	line-height: 32px;
	font-size: 13px;
	color: #598B7D;
	background: #F6F6F6;
}
.m-aside .hot li:hover {
	color: #fff;
	background: #1FAF7E;
}
/* end aside */

/* news */
.m-news {
	padding: 0 35px;
}
.m-news li {
	border-bottom: 1px solid #eee;
	padding: 32px 0;
}
.m-news li h1 {
	font-size: 22px;
}
.m-news li h1:hover {
	text-decoration: underline;
	color: #1FAF7E;
}
.m-news li p {
	height: 48px;
	margin: 16px 0 30px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.m-news li .image {
	width: 210px;
	height: 140px;
	border-radius: 4px;
	margin-left: 1.1rem;
	overflow: hidden;
}
.m-news li .info {
	margin-right: 20px;
	font-size: 13px;
	color: #999;
}
.m-news li .info .tf {
	margin-right: 6px;
	font-size: 16px;
}
.m-news li .info a {
	margin-right: .8em;
	color: #1FAF7E;
}
.m-news li .info a:hover {
	text-decoration: underline;
}
/* end news */

/* news-detail */
.m-news-detail {
	box-sizing: border-box;
	width: 10.9rem;
	padding: 0 .5rem 1.5rem;
	margin-right: .2rem;
	background: #fff;
}
.m-news-detail .title {
	padding: 50px 0 20px;
	line-height: 52px;
	font-size: 32px;
	text-align: center;
}
.m-news-detail .info {
	height: 60px;
	padding: 0 8px;
}
.m-news-detail .date {
	font-size: 13px;
	color: #999;
}
.m-news-detail .share a {
	margin-left: 20px;
	font-size: 22px;
	color: #999;
}
.m-news-detail .summary {
	padding: 14px 30px;
	line-height: 26px;
	font-size: 15px;
	color: #444;
	background: #FAFAFA;
}
.m-news-detail .summary b {
	color: #000;
}
.m-news-detail .content {
	min-height: 500px;
	padding: 30px 0;
	line-height: 30px;
	font-size: 16px;
	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 {
	width: 3.15rem;
	cursor: pointer;
}
.m-video li .image {
	position: relative;
	height: 2.1rem;
	border-radius: 10px;
}
.m-video li .image:after {
	content: '\e612';
	position: absolute;
	left: 50%;
	top: 50%;
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	line-height: .6rem;
	font-family: iconfont;
	font-size: .22rem;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,.6);
	transform: translate(-50%,-50%);
}
.m-video li p {
	margin-top: .16rem;
	line-height: 30px;
	font-size: 16px;
}

.m-video-scroll {
	position: relative;
	margin: 0 .35rem;
	overflow: hidden;
	user-select: none;
}
.m-video-scroll .m-video {
	gap: 0;
	float: left;
	margin: 0;
}
.m-video-scroll .m-video li {
	margin-right: .375rem;
}
.m-video-scroll .angle {
	position: absolute;
	left: 0;
	right: 0;
	top: .82rem;
	height: 0;
	opacity: 0;
	transition: opacity .15s ease;
}
.m-video-scroll:hover .angle {
	opacity: 1;
}
.m-video-scroll .angle .item {
	width: 32px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #FF8A00;
	cursor: pointer;
}
/* end video */