.webpage-div{
	padding: 60px 100px;
}
.webpage-div-title{
	font-family: PingFangSC-Medium-woff2;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	color: rgb(51, 51, 51);
}
.webpage-div-date{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgb(153, 153, 153);
	margin-top: 10px;
}
.webpage-div-content{
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	line-height: 35px;
	color: rgb(51, 51, 51);
	margin-top: 40px;
}
.webpage-div-content p{
	margin-bottom: 28px;
}
.webpage-div-content img{
	max-width: 100%;
	display: block;
	margin: 5px auto;
}