@charset "UTF-8";
/*
*参考：https://www.yangqq.com/jstt/web/911.html
/

/********************************/


/*******文章详情页面*******/
.BlogInfocontainer{
	width: 98%;
	min-height: 100%;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
} 

/*******文章详情页面H里面的标签链接*******/
.BlogInfoha{
	font-size: 15px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    color: #484848;
    font-weight: normal;
    position: relative;
    margin-bottom: 10px;
    width: 99%
}

/*******文章详情页面标题*******/
.BlogInfotitle{
	font-size: 22px;
   /*  line-height: 40px;
    color: #484848;
    font-weight: normal;
    position: relative;
    margin-bottom: 10px; */
    text-align: center;
}

/*******文章详情页面主体内容总div*******/
.BlogInfoContent { 
	float: left; 
	width: 70%; 
	overflow: hidden;
	background-color: rgba(255,255,255,1);
	 }

/*******文章详情页面作者*******/
.blogAuthor{
	font-size: 10px;
    line-height: 40px;
    color: #484848;
    font-weight: normal;
    position: relative;
    margin-bottom: 10px; 
    text-align: right;
    margin-right: 30px;
}

/*******文章详情页面正文*******/
.blogtext{
	font-size: 16px;
    line-height: 40px;
    color: #484848;
    font-weight: normal;
    position: relative;
    margin-bottom: 10px; 
    /* text-align: right; */
}

.blogtext p{
	 margin: 20px 20px;
	 width: 780px;
	 word-break:break-all;
	 word-wrap:break-word;
	 
}
/* 
.blogtext p img{ 
	max-width: 80% !important;
	max-height: 60%;
	text-align: center;
	margin:auto auto;
	
} */

.blogtext  img{ 
	max-width: 100% !important;
	/* max-height: 90%; */
	text-align: center;
	margin:auto auto;
	
}

/****文章内容中的table样式控制******/
.blogtext table {
  max-width: 96% !important;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  table-layout:fixed;
  margin:auto auto;
}
.blogtext table td,
.blogtext table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: auto  ! important;
  padding: 3px 5px;
  word-wrap:break-word;
  word-break:break-all;
 /*  white-space:nowrap; 
  text-overflow:ellipsis; */
}
.blogtext table th {
  border-bottom: 2px solid #ccc;
  text-align: center;
} 

