.card-image-qunu {
	width: 36%;
	position: relative;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -30px;
	border-radius: 6px;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

table.article {
	background-color: rgba(128, 128, 128, 0.2);
	text-align: justify;
	table-layout: fixed;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

table td {
	width: 50%;
}

td.left {
	border-right: 1px groove rgba(128, 128, 128, 0.3);
}

td p {
	font-size: 0.7rem;
}

p.qunu {
	font-size: 0.7rem;
}

.ul-top {
	margin-top: 15px;
}

table.photos {
	width: 100%;
	table-layout: fixed;
}

em {
	font-weight: bold;
	font-size: 0.7rem;
	text-align: left;
}
