<style type ="text/css">
#cnblogs_post_body {
	color: black;
	font: 0.875em/1.5em "微软雅黑", "PTSans", "Arial", sans-serif;
	font-size: 16px;
}
/*标题h1,h2,h3*/
#cnblogs_post_body h1 {
    background: none repeat scroll 0% 0% #87CEFF;
    border-radius: 6px 6px 6px 6px;
    /* box-shadow: 0px 0px 0px 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5); */
    color: #333;
    font-family: "微软雅黑","宋体","黑体",Arial;
    font-size: 17px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
    /* text-shadow: 2px 2px 3px rgb(34, 34, 34); */
    width: 98%;
}
#cnblogs_post_body h1 a{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h1 a:hover{
   color: rgb(255, 102, 0);
}


#cnblogs_post_body h2 {
    background: none repeat scroll 0% 0% #54FF9F;
    border-radius: 6px 6px 6px 6px;
    /* box-shadow: 0px 0px 0px 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5); */
    color: #333;
    font-family: "微软雅黑","宋体","黑体",Arial;
    font-size: 15px;
    font-weight: bold;
    height: 21px;
    line-height: 21px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
    /* text-shadow: 2px 2px 3px rgb(34, 34, 34); */
    width: 98%;
}
#cnblogs_post_body h2 a{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h2 a:hover{
   color: rgb(255, 102, 0);
}

#cnblogs_post_body h3 {
    background: none repeat scroll 0% 0% #FFDAB9;
    border-radius: 6px 6px 6px 6px;
    /* box-shadow: 0px 0px 0px 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5); */
    color: #333;
    font-family: "微软雅黑","宋体","黑体",Arial;
    font-size: 13px;
    font-weight: bold;
    height: 15px;
    line-height: 13px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
    /* text-shadow: 2px 2px 3px rgb(34, 34, 34); */
    width: 98%;
}
#cnblogs_post_body h3 a{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h3 a:hover{
   color: rgb(255, 102, 0);
}
/* 点赞按钮 */
#div_digg {
	position: fixed;
	bottom: 10px;
	width: 140px;
	right: 390px;
	border: 2px solid #E0F9E0;
	padding: 10px;
	background-color: #fff;
	border-radius: 5px 5px 5px 5px !important;
	box-shadow: 0 0 0 1px #E0F9E0, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}
/* 去掉广告 */
#ad_text_under_commentbox, #ad_t2, #opt_under_post, #cnblogs_c1, #under_post_news, #cnblogs_c2,#under_post_kb {
	width: 0;
	height: 0;
	display: none;
	overflow: hidden;
}

</style>
@media screen and (min-width: 1px) and (max-width: 500px) {
	#mytopmenu {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	#centercontent {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	#leftcontent {
		width: 100%;
		position: static;
		width: 100%;
	}
	#footer {
		margin: 0;
		width: 100%;
	}
	#comment_form {
		display: none;
	}
	#header {
		display: none;
	}
	#green_channel {
		display: none;
	}
	#centercontent img {
		width: 98% !important;
	}
}