.section .content {
	width: 6.5rem;
	margin: 0.25rem auto;
	font-size: 0.3rem;
	color: #999999;
}

.section .content h2 {
	font-size: 0.4rem;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

.section .content .details {
	font-size: 0.2rem;
	color: #999999;
	margin-top: 0.17rem;
	margin-bottom: 0.2rem;
	line-height: 0.3rem;
	display: flex;
	justify-content: space-between;
}
.section .content p {
	font-size: 0.17rem;
	color: #666666;
	margin-bottom: 0.3rem;
	text-indent: 0.45rem;
}
.section .content img {
	max-width: 100%;
	display: block;
	width: auto!important;
	margin: 0 auto;
	height: auto!important;
}

.footer {
	background-color: #333;
	font-size: 0.2rem;
	color: #fff;
	padding: 0.1rem 0;
}

.footer p{
	text-align: center;
}
.footer p a {
	text-decoration: none;
	color: #fff;
}