
#content h1,h2{
    /* font-size: 1.2rem; */
    /* text-align: center; */
    margin-bottom: 1rem;
    color: #515A61;
}
#content img{
   display: block;
   margin: 0 auto;
   margin-bottom: 0.5rem;
   margin-top: 0.5rem;
} 
@media screen and (max-width: 576px) {
	#content img{
		width: 100%;
	}
}

#content span,p{
    /* font-size: 0.8rem; */
    line-height: 1.5rem;
    font-family: 'Microsoft YaHei' !important;
    color: rgba(0, 0, 0, 0.45);
}
#publish_time{
    font-size: 0.6rem !important;
}
#img-content{
    border-width: 0px;
    border: none !important;
}

#content p,code,pre{text-indent:2rem;margin-bottom:1rem;}
#content h3{
    margin-bottom: 1rem;
}
#content h6{
    text-align: center;
    margin-top: -.5rem;
}
#content a{
  color: #2d8cf0 !important;
}