/* post */
.m-post .title {
	padding: 1.2rem 0;
	font-size: .4rem;
	text-align: center;
}
.m-post .banner {
	height: 5rem;
}
.m-post .head {
	margin: -4.4rem auto .4rem;
}
.m-post .head h1 {
	position: relative;
	padding-bottom: .2rem;
	line-height: .65rem;
	font-size: .45rem;
	font-weight: normal;
	color: #fff;
}
.m-post .head h1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1.32rem;
	height: 2px;
	background: #fff;
}
.m-post .head p {
	width: 6.64rem;
	margin-top: .4rem;
	line-height: .34rem;
	font-size: .18rem;
	color: #fff;
}
.m-post .list {
	box-sizing: border-box;
	padding: .5rem .5rem 1rem;
	background: #fff;
}
.m-post .list table {
	width: 100%;
	border: 1px solid #ddd;
}
.m-post .list thead th {
	width: 20%;
	border-bottom: 1px solid #ddd;
	padding-left: .26rem;
	line-height: .8rem;
	font-size: .18rem;
	font-weight: bold;
	text-align: left;
}
.m-post .list thead th:nth-child(1) {
	width: 40%;
}
.m-post .list tbody tr.z-crt,
.m-post .list tbody tr:nth-child(odd):hover {
	background: #F5F5F5;
	cursor: pointer;
}
.m-post .list tbody tr:nth-child(even) {
	display: none;
}
.m-post .list tbody tr.z-crt + tr {
	display: table-row;
}
.m-post .list tbody td {
	border-bottom: 1px solid #ddd;
	padding-left: .26rem;
	line-height: .6rem;
	font-size: .16rem;
}
.m-post .list tbody td .content {
	padding: .3rem 0;
	line-height: .26rem;
	white-space: pre-wrap;
}
.m-post .list tbody td .email {
	width: 1.28rem;
	height: .48rem;
	border: 2px solid #000;
	margin: .28rem;
	font-size: .16rem;
	color: #fff;
	background: #000;
}
.m-post .list tbody td .email:hover {
	color: #000;
	background: #fff;
}
.m-post .list tbody td .email .tf {
	margin-right: .08rem;
	font-size: .19rem;
}
/* end post */