/* --- 文章页面 --- */
.article-page{  
}
.article-page a{
}
.article-page a:hover{
	color: #836dfd;
}
.article-page h1,
.article-page h2,
.article-page h3,
.article-page h4,
.article-page h5{
	margin: 0;
}
.article-page .article-box{
    /* width: auto; */
    background-color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 40px;
}
.article-page .sidebar-category{
    background-color: #fff;
    padding: 0px;
    border-radius: 4px;
	margin-bottom: 40px;
}
.article-page .title{
    clear: both;
    text-align: center;
    color: #3d3d3d;
    font-size: 24px;
    background-color: #fff;
    margin-top: 30px;
    float: left;
    width: 100%;
}

.article-page .meta-box{
    clear: both;
    text-align: center;
    color: #888;
    font-size: 16px;
    background-color: #fff;
    margin-top: 10px;
    float: left;
    width: 100%;
}

.article-page .summary{
    clear: both;
    color: #333;
    font-size: 14px;
    background-color: #f5f5f5;
    margin: 0;
	padding: 10px 15px;
    float: left;
    width: 100%;
}

.article-page .post-footer{
	clear: both;
    padding: 20px 0;
}

.article-page .statement{
	border-top: 1px solid #e9edf6;
	border-bottom: 1px solid #e9edf6;
    padding: 10px 0;
}

.article-page .pre-next-box{
	font-size: 14px;
	display: flex;
}

.article-page .pre-next-box .pre-box,
.article-page .pre-next-box .next-box{
    font-size: 14px;
    color: #3d3d3d;
    width: 80%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-page .pre-next-box a{
	font-size: 14px;
}
.article-page .pre-next-box a:hover{
	text-decoration: underline;
}
.article-page h2{
	color: #3d3d3d;
    font-size: 18px;
    padding: 20px;
    background-color: #fff;
	border-bottom: 1px solid #e9edf6;
}
.article-page .sidebar-category ul{
    margin: 0;
    padding: 20px;
}
.article-page .sidebar-category ul li{
    display: grid;
    text-align: center;
	margin-bottom: 10px;
}
.article-page .sidebar-category ul li a{
    border: #d8d8d8 1px solid;
    line-height: 38px;
	background-color: #fff;
}
.article-page .sidebar-category ul li a:hover,
.article-page .sidebar-category ul li a.active{
	color: #fff;
	border: #836dfd 1px solid;
	background-color: #836dfd;
}
.article-page .article-item{
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
	border-bottom: 1px solid #e9edf6;
}
.article-page .article-item:last-child{
	border-bottom: none;
}
.article-page .article-item .post_img img{
	width: 248px;
    height: 140px;
    object-fit: cover;
}
.article-page .article-item .post_info{
	margin-left: 20px;
	flex: 1;
}
.article-page .article-item .post_info p{
	margin: 0;
}
.article-page .article-item .post_info h4{
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}
.article-page .article-item .post_info_excerpt{
	margin-bottom: 10px;
}
.article-page .article-item .post_info_excerpt p,
.article-page .article-item .post_info_excerpt p a{
    font-size: 14px;
    line-height: 22px;
    color: #888;
}
.article-page .article-item .post_info_excerpt p a{
	color: #836dfd;
}
.article-page .article-item .post_info_date{
	color: #888;
}
@media (max-width: 767px){
	.article-page .article-item .post_info h4{
    	font-size: 16px;
	}
	.article-page .article-item .post_img img{
		width: 120px;
    	height: 68px;
	}
	.article-page .article-item .post_info_excerpt{
		display: none;
	}
}

.pager-box {
  padding: 0 !important;
  margin: 0 0 40px 0;
}
.pager {
  text-align: center;
  white-space: nowrap;
  margin: 0;
}
.pager a{
  display: inline-block;
  margin-left: 5px;
  padding: 10px 16px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #eee;
  background-color: #fff;
  background-repeat: no-repeat;
  color: #444 !important;
  overflow: hidden;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  transition: 0.3s;
  box-sizing: content-box;
}

.pager li.active a{
  background-color: #836dfd;
  color: #fff !important;
}
.pager a:hover {
  color: #fff;
  background: #836dfd;
}

/* --- 文章页面 --- */

















.post {
  padding: 0;
}
.post-title {
  margin: 0;
  color: #555;
  text-align: left;
  font: bold 25px/1.1 "ff-tisa-web-pro", Cambria, "Times New Roman", Georgia, Times, sans-serif;
}
.post-title a {
  color: #555;
}
.post-meta {
  padding: 0;
  margin: 9px 0 0;
  color: #999;
  text-align: left;
  display: block;
  list-style-type: none;
}
.post-meta li {
  display: inline-block;
}
.post-meta li:first-child {
  padding-right: 5px;
}
.post-content {
    display: inline-table;
    font-size: 15px;
    line-height: 1.715;
    color: #444;
    padding-top: 20px;
    overflow: hidden;
}
.page-content {
  padding-top: 40px;
}
.post-content h3, .post-content h2 {
  margin: 1.4em 0 1.1em;
}
.post-content pre, .comment-content pre {
  max-height: 320px;
}
.post-content pre code, .comment-content pre code {
  padding: .5em 1em;
  display: block;
}
.post-content p code, .comment-content p code {
  display: inline;
  margin: 0 5px;
  padding: 3px 5px;
}
.post-content p {
  margin: 0 0 1em 0;
}
.post-content img {
    display: block;
    width: inherit;
    height: inherit;
	padding: 1em 0;
}
.post-content ul, .post-content ol {
  overflow: auto;
  padding: 0 0 1em 2.4em;
  border-radius: 3px;
  margin: 0;
}
.post-content ul li, .post-content ol li {
  text-indent: 0;
}
.post-password-form input[type=submit] {
  display: block;
  margin-top: 2px;
  padding: 0 9px;
  cursor: pointer;
  min-width: 64px;
  height: 30px;
  line-height: 25px;
  outline: none;
  border: 1px solid #ddd;
  background: #fff;
}
.post-content h2, .comment-content h2 {
  font-size: 1.28571em;
}
.post-content img, .comment-content img {
  max-width: 100%;
}
.post-content a img {
  background: #FFF;
  position: relative;
  bottom: -4px;
}
.post-content hr, .comment-content hr {
  margin: 2.1em auto;
  width: 200px;
  border-top: 1px solid #ccc;
  position: relative;
}
.post-content .alignleft {
   display:inline;
   float:left;
   margin-right:1.625em;
}
.post-content .alignright {
   display:inline;
   float:right;
   margin-left:1.625em;
}
.post-content .aligncenter {
   clear:both;
   display:block;
   margin-left:auto;
   margin-right:auto;
}
.post-footer{
  margin: 0;
}