.content{
	background: #FFFFFF;
	border-radius: .15rem;
	margin-top: .28rem;
	padding: .4rem;
	min-height: 6rem;
}

.content > h2{
	font-weight: bold;
	font-size: .22rem;
	color: #4b4b4b;
	line-height: 1.6;
	text-align: center;
}
.content > .time{
	font-size: .14rem;
	color: #817E7E;
	text-align: center;
	margin: .29rem 0 .29rem;
}
.content > .c{
	color: #4b4b4b;
	line-height: 30px;
	font-size: .16rem;
	text-align: justify;
}
.content > .c img{
	max-width: 100% !important; 
	display: block !important; 
	margin: .2rem auto 0 !important;
}
.content > .c p{
	text-indent: 2em;
	margin-bottom: 24px;
}
.content > .c table{
	table-layout: fixed;
    width: 100%;
	margin: 0 auto;
}
.content > .c table td{
	width: 76px;
	padding: 8px !important;
    word-break: break-all;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.content > .c table tr:nth-last-child(2) td {
	border-bottom: 1px solid #ddd;
}
.content > .c table tr td:last-child {
	border-right: 1px solid #ddd;
}
.content > .c table td p {
	text-indent: 0;
	white-space: normal;
	margin-bottom: 0;
}
.content table, th, td {
    border: 1px solid black;
	 /* 设置内外边框 */
}
.content table {
    border-collapse: collapse; /* 合并边框 */
}