.right1 {
	width: 1200px;
	margin: 60px auto;
}
.banner{
	width: 100%;
	min-width: 1200px;
}
.banner img{
	width: 100%;
}
.detail-hd {
	text-align: center;
	padding: 1rem 0 2rem;
}

.detail-hd h1 {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	margin-bottom: 1rem;
}

.detail-hd address,
.detail-hd time {
	display: inline-block;
	margin: 0;
}

.content {
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.8;
	color: #333;
}
.content p {
    text-align: center;
    line-height: 40px;
}
.content p img{
	max-width: 100%;
}
