.position{
	display: flex;
	color: #999;
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}
.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: 30px;
	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;
	align-items: center;
}
.main .time img{
    display: flex;
    border-radius: 100%;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}
.main .time font{
    margin-right: 30px;
    color: #666;
}
.main .p{
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
}
.main .p .label{
    display: flex;
    align-items: center;
    color: #999;
    width: 145px;
    height: 30px;
    font-size: 20px;
}
.main .p .label img{
    display: flex;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.main .p .content{
    line-height: 30px;
	color: #333;
	font-size: 20px;
}
.main .p .content *{
    line-height: 30px;
	color: #333;
	font-size: 20px;
}
.main .content img{
	display: flex;
	margin: 30px auto;
	width: 770px;
	height: auto;
	border-radius: 6px;
	line-height: 1;
}