/*****home和头部开始**************************/
#home {
	margin: 0 auto;
	width: 80%;
/*原始65*/
	min-width: 1200px;
/*页面的最低宽度,也就是页面顶部的宽度*/
	background-color: #fff;
	padding: 30px;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

/*博客标题*/
#blogTitle {
	height: 60px;
  /*高度*/
	clear: both;
}
    /*主标题格式*/
#blogTitle h1 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.8em;
/*原始 1.6em*/
	margin-top: 10px;
/*原始 15px */
}

#blogTitle h1 a {
	color: #515151;
}
            /*超链接颜色*/
#blogTitle h1 a:hover {
	color: #21759b;
}
    /*次标题格式*/
#blogTitle h2 {
	font-weight: normal;
	font-size: 17px;
/*原始 16px ；font-size: 1.0rem;*/
	line-height: 1.8;
	color: #757575;
	float: left;
}

/*头部导航栏*/
#navigator {
	font-size: 15px;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	height: 60px;
/*导航栏高度，原始50*/
	clear: both;
	margin-top: 25px;
}
/*导航栏设置,可以自定义导航栏的目录*/
#navList {
	min-height: 35px;
	float: left;
}

#navList li {
        /*每一个栏目节点*/
	float: left;
	margin: 0 5px 0 0;
 /*这里原来是0 40px 0 0 */
}

#navList a {
         /*栏目文字的格式*/
	display: block;
	width: 5em;
	height: 22px;
	float: left;
	text-align: center;
	padding-top: 19px;
}

/*博客统计*/
.blogStats {
	float: right;
	font-size: 13px;
	color: #757575;
	margin-top: 19px;
	margin-right: 2px;
	text-align: right;
}

#mainContent {
	min-height: 200px;
	padding: 0px 0px 10px 0;
	padding-top: 10px;
/*原始10*/
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	float: left;
	margin-left: -22em;
	width: 100%;
	font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
/*比较钟爱微软雅黑*/
	font-size: 14px;
/*自己加的，不知道有冲突没有？*/
}

.day {
    /*每日文章列表*/
	min-height: 10px;
	_height: 10px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	position: relative;
}
/*日期标题，有的博客按照日期进行排列*/
.dayTitle {
	display: none;
	border: 1px solid #21759b;
	background: azure;
	border-radius: 50%;
	font-size: 14px;
	height: 65px;
	line-height: 1.5;
	margin: 15px;
	text-align: center;
	width: 63px;
	margin-left: -100px;
	clear: both;
	position: absolute;
	top: -15px;
}

.dayTitle a {
 /*日期标题的文字格式*/
	display: inline-block;
	color: #21759b;
	margin-top: 15px;
	width: 60px;
}

/*发表文章的标题*/
.postTitle {
	border-left: 3px solid #21759b;
	margin-bottom: 10px;
	font-size: 20px;
	float: right;
	width: 100%;
	clear: both;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
	color: #21759b;
	transition: all 0.4s linear 0s;
}

.postTitle a:hover {
	margin-left: 30px;
	color: #0f3647;
	text-decoration: none;
}
    
/*文章内容（简介内容）*/
.postCon {
	float: right;
	line-height: 1.5em;
	width: 100%;
	clear: both;
	padding: 10px 0;
}

.day .postTitle a {
	padding-left: 10px;
}

/*文章附加信息*/
.postDesc {
	background: url(images/posted_time.png) no-repeat 0 1px;
	color: #757575;
	float: left;
	width: 100%;
	clear: both;
	text-align: left;
	font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
	font-size: 13px;
	padding-right: 20px;
/*5px  padding-left: 90px;posted 发表时间左边距离*/
	margin-top: 20px;
	line-height: 1.8;
	padding-bottom: 35px;
}

/*****侧边栏开始********************************/
#sideBar {
	margin-top: -15px;
	width: 250px;
/*侧边栏宽度*/
	min-height: 200px;
	padding: 0px 0 0px 5px;
	float: right;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

#sideBar a {
	color: #757575;
}
    }

#sideBar a:hover {
	color: #21759b;
	text-decoration: underline;
}

<style type="text/css">
    #cnblogs_post_body {
	color: black;
	font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
	font-size: 16px;
}

#cnblogs_post_body h1 {
	background: #2B6695;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
	color: #FFFFFF;
	font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
	font-size: 20px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin: 18px 0 !important;
	padding: 8px 0 5px 5px;
	text-shadow: 2px 2px 3px #222222;
}

#cnblogs_post_body h2 {
	background: #2B6600;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
	color: #FFFFFF;
	font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
	font-size: 17px;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	margin: 12px 0 !important;
	padding: 5px 0 5px 10px;
	text-shadow: 2px 2px 3px #222222;
}

#cnblogs_post_body h3 {
	background: #006699;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
	color: #FFFFFF;
	font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
	font-size: 14px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	margin: 12px 0 !important;
	padding: 5px 0 5px 10px;
	text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body img {
    max-width: 1000px;
}
</style>