.position{
	display: flex;
	color: #999;
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}
.position a{
	color: #999;
	margin-right: 3.5px;
}
.position img{
	display: flex;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
.main{
	background: #fff;
	border-radius: 6px;
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	padding:50px;
	padding-bottom: 33px;
}
.main .title{
	display: flex;
	justify-content: center;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}
.main .time{
	display: flex;
	justify-content: center;
	color: #999;
	margin-top: 24px;
}
.main .content{
	margin-top: 30px;
}
.main .content *{
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.main .content img{
	display: flex;
	margin: 30px auto;
	width: 770px;
	height: auto;
	border-radius: 6px;
	line-height: 1;
}