/* list */
.m-list {
	padding: .24rem 0;
}
.m-list .top {
	position: relative;
}
.m-list .top ul {
	position: relative;
	overflow: hidden;
}
.m-list .top .item {
	position: relative;
	padding: 0 .24rem;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.m-list .top .item .image {
	height: 4rem;
	overflow: hidden;
}
.m-list .top .item h1 {
	height: 1rem;
	margin: .2rem 0;
	line-height: .5rem;
	font-size: .32rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.m-list .top .item p {
	display: none;
}
.m-list .top .item span {
	display: none;
}
.m-list .top .item .more {
	display: none;
}
.m-list .top .angle {
	display: none;
}
.m-list .top .nav {
	height: .24rem;
}
.m-list .top .nav div {
	width: .12rem;
	height: .12rem;
	border-radius: 100%;
	margin: 0 .06rem;
	background: #ddd;
}
.m-list .top .nav div.z-crt {
	background: #E8432A;
}

.m-list .list {
	margin-top: .6rem;
}
.m-list .list li {
	box-sizing: border-box;
	padding: 0 .24rem;
	margin: 0 .24rem;
	background: #F9F9F9;
}
.m-list .list a:nth-child(n+2) li {
	margin-top: .24rem;
}
.m-list .list li .image {
	width: 2.32rem;
	height: 1.55rem;
	margin-right: .24rem;
	overflow: hidden;
}
.m-list .list li .content h1 {
	padding: .3rem 0;
	line-height: .4rem;
	font-size: .28rem;
	color: #383A43;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.m-list .list li .content p {
	display: none;
}
.m-list .list li .date {
	display: none;
}
/* end list */

/* detail */
.m-detail {
	padding: 30px 0 1rem;
}
.m-detail .detail {
	box-sizing: border-box;
	width: 12rem;
	padding: 0 .5rem;
	background: #fff;
}
.m-detail .title {
	padding: .8rem 0 .54rem;
	line-height: .5rem;
	font-size: .3rem;
	font-weight: 500;
	text-align: center;
}
.m-detail .detail .info {
	height: .6rem;
	border: 1px solid #eee;
	border-width: 1px 0;
	padding: 0 .1rem;
}
.m-detail .detail .date {
	font-size: .14rem;
	color: #999;
}
.m-detail .detail .share a {
	margin-left: .2rem;
	font-size: .22rem;
	color: #A1A1A1;
}
.m-detail .detail .content {
	min-height: 5rem;
	padding: .5rem 0;
}

.m-detail .recommend {
	align-self: flex-start;
	position: sticky;
	top: 130px;
	box-sizing: border-box;
	width: 3.9rem;
	padding: 0 .2rem .5rem;
	background: #fff;
}
.m-detail .recommend dt {
	height: .82rem;
	line-height: 1.02rem;
	font-size: .22rem;
	font-weight: bold;
}
.m-detail .recommend li {
	padding: .22rem 0;
}
.m-detail .recommend a:nth-child(n+2) li {
	border-top: 1px solid #eee;
}
.m-detail .recommend li p {
	line-height: .28rem;
	font-size: .16rem;
}
.m-detail .recommend li:hover p {
	text-decoration: underline;
	color: #142D7C;
}
.m-detail .recommend li .image {
	width: 1.3rem;
	height: .85rem;
	margin-left: .3rem;
	overflow: hidden;
}
/* end detail */