/* post */
.m-post .title {
	padding: .8rem 0;
	line-height: .5rem;
	font-size: .3rem;
	text-align: center;
}
.m-post .banner {
	height: 3rem;
}
.m-post .head {
	margin: -2.7rem auto .4rem;
}
.m-post .head h1 {
	position: relative;
	padding-bottom: .3rem;
	margin: 0 .3rem;
	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 {
	display: none;
}
.m-post .list {
	padding: .24rem;
	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: 0 .15rem;
	line-height: .8rem;
	font-size: .24rem;
	font-weight: bold;
	text-align: left;
}
.m-post .list thead th:nth-child(1) {
	width: 30%;
}
.m-post .list tbody tr.z-crt {
	background: #F3F7FC;
	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: 0 .15rem;
	line-height: .6rem;
	font-size: .22rem;
}
.m-post .list tbody td .content {
	padding: .2rem 0;
	line-height: .38rem;
	font-size: .24rem;
	white-space: pre-line;
}
.m-post .list tbody td .email {
	display: none;
}
.m-post .list .contact {
	line-height: .8rem;
	font-size: .26rem;
}
.m-post .list .contact a {
	margin-right: .2rem;
}
/* end post */