/* 此CSS文件用于文章内容的通用显示板式 */
#content h1,#content h2,#content h3,#content h4,#content h5{display: block;float: left;width:100%;padding:10px 0;margin:10px 0;}
#content p{display: block;float: left;width:100%;height: auto;line-height: 20px;font-size: 14px;text-indent: 20px;}
#content p a{font-size: 15px;color: #0329ea;text-decoration: underline;padding:0 2px;}
#content ul{display: block;float: left;width:100%;padding:5px 10px;box-sizing: border-box;background: #efefef;border-radius: 3px;cursor: pointer;transition: 0.2s ease-in-out 0s;margin:10px 0;}
#content ul:hover{background: #e1e1e1;}
#content ul li{display: block;float: left;width: 100%;height: auto;padding:2px 0;font-size: 14px;}
#content ol{display: block;float: left;width:100%;padding:10px 20px;box-sizing: border-box;background: #efefef;border-radius: 3px;cursor: pointer;transition: 0.2s ease-in-out 0s;margin:10px 0;list-style-type: decimal!important;}
#content ol li{padding-left: 0;margin-left: 5px;line-height: 22px;font-size: 14px;list-style-type: decimal!important;}
#content img{display: block;float: left;max-width:80%;margin-left: 50%;transform: translateX(-50%);margin-top:15px;margin-bottom: 15px;border:1px solid #c4c4c4;cursor: pointer;}
#content blockquote{display: block;float: left;width:100%;padding:10px;box-sizing: border-box;background: #f0f0f0;font-weight: normal;font-size: 14px;font-family: 微软雅黑;line-height: 24px;border-left: 3px solid var(--theme-bg-color--);margin:8px 0;}
#content hr{display: block;float: left;width:100%;border:none;height: 1px;background: #ddd;margin:10px 0 5px 0;}
#content table{margin:10px 0;border: 1px solid #bebebe;border-collapse: collapse;padding:10px 0;}
#content table tr th{border: 1px solid #e0e0e0;text-align: center;}
#content table tr,#content table tr td{border: 1px solid #e0e0e0;text-align: center;}
#content table tr th,#content table tr td{height: 32px;}
#content table tr td a{font-size: 14px;color: #0329ea;text-decoration: underline;padding:0 2px;}
/* 此CSS文件用于文章内容的通用显示板式 */
/* 媒体查询: 640 */
@media (min-width: 640px){

}
/* 媒体查询: 768 */
@media (min-width: 768px){

}
/* 媒体查询: 992 */
@media (min-width: 992px){
    #content p{line-height: 25px;font-size: 15px;}
}
/* 媒体查询:1200 */
@media (min-width: 1200px){

}
/* 媒体查询:1440 */
@media (min-width: 1440px){

}
/* 媒体查询:1560 */
@media (min-width: 1560px){

}