.entry-content{
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	font-weight: 400;
}
.entry-content p{
	margin-bottom:20px;
	line-height: 1.625;
}
.entry-content a{color:#CC0073;}
.entry-content>figure{
	margin-bottom:30px;
	line-height: 1.625;
}
.entry-content>a{
    color: #ff0000;	
}
.entry-content h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.entry-content h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom:20px;
}
.entry-content h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom:20px;
	margin-top: 20px;
}
.entry-content ul {
  list-style: disc;
  margin: 0 0 15px 30px;
}
 .entry-content ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 10px;
}
.entry-content ol {
  list-style: decimal;
  margin: 0 0 15px 30px;
}
.entry-content ol li {
  list-style: decimal;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 10px;
}
.entry-content blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 16px;
	border-left: 5px solid #CC0073;
	background-color: #f5f5f5;
}
.textwidget .gallery-item{
	margin-top:0 !important;
}
.entry-content .gallery .gallery-item{
	padding:10px;
}
.entry-content .gallery .gallery-item img{
	border: none !important;
}
.wp-element-caption{
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #999999;
	text-align: center;
	line-height: 25px;
	font-weight: 400;
}