.cnblogs-markdown p
{
  font-size: 15px;
}
.cnblogs-markdown li
{
  font-size: 15px;
}
/*
.cnblogs-markdown blockquote
{
padding: 0px 10px 10px 20px;
line-height: 2.0em;
}
*/
.cnblogs-markdown blockquote {
    margin: 10px 0px;
    padding: 15px 20px 15px 60px;
    background: url('https://images.cnblogs.com/cnblogs_com/libaoheng/305804/o_yellow-pin.png') no-repeat scroll 20px 0px #FCFAA9;
    box-shadow: 0px 0px 8px #AAA;
    clear: both;
    border: 0px solid #EFEFEF;
}


/*推荐*/
/*
#div_digg {
float:right;
font-size:12px;
margin-bottom:10px;
margin-right:30px;
margin-top:10px;
text-align:center;
width:120px;
position: fixed; right: 0px; 
bottom: 0px; z-index: 10; 
background-color: white;
margin: 10px; padding: 10px; 
border: 1px solid rgb(204, 204, 204);
}
.vote
{
float:right;
font-size:12px;
margin-bottom:10px;
margin-right:30px;
margin-top:10px;
text-align:center;
width:120px;
position: fixed; right: 0px; 
bottom: 0px; z-index: 10;
background-color:white;
margin: 10px; padding: 10px; 
border: 1px solid green;
}
*/

/*签名*/
#xishuai_qianming{
    margin-top: 10px;
}
#xishuai_qianming{
    background: url("https://images.cnitblog.com/blog/435188/201408/122329534672560.png") no-repeat scroll 1% 50% rgb(255, 254, 254);
    border: 1px solid rgb(229, 229, 229);
    padding: 10px 10px 10px 65px;
}
#xishuai_qianming2 {
    background: url(https://images2018.cnblogs.com/blog/435188/201803/435188-20180321225503202-532586574.jpg) no-repeat scroll 1% 50% rgb(255, 254, 254);
    border: 1px solid rgb(229, 229, 229);
    padding: 10px;
    background-size: 150px 150px;
    padding-left: 170px;
}

/*标题h2*/
/*
#cnblogs_post_body h2 {
    background: none repeat scroll 0% 0% rgb(43, 102, 149);
    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: rgb(255, 255, 255);
    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 h2 a{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h2 a:hover{
   color: rgb(255, 102, 0);
}
*/

/*随笔标题*/
.postTitle {
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
	line-height:1.5em;font-size: 18px;
	width: 100%;
	clear:both;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
	transition:all 0.4s linear 0s
}
.postTitle a:hover {
	color: #F60;
	text-decoration: none;margin-left: 10px;
}

/*笔记标注*/
.note {
    margin: 10px 0px;
    padding: 15px 20px 15px 60px;
    background: url("https://images.cnblogs.com/cnblogs_com/libaoheng/305804/o_yellow-pin.png") no-repeat scroll 20px 0px rgb(252, 250, 169);
    /*
    font-size: 15px;
    font-family: 'Microsoft Yahei';
    */
    box-shadow: 0px 0px 8px rgb(170, 170, 170);
    clear: both;
}

/*宽度调节*/
#home {
    width: 98%;
}
#div_digg {
    right: 19.5%;
}
#cnblogs_post_body ul {
margin-top: 10px;
}
#cnblogs_post_body li {
margin-bottom: 0.7em;
}

.mySearch .input_my_zzk {
height: 1.4em;
width: 175px;
height: 22px;
width: 200px;
}
input.btn_my_zzk {
vertical-align: middle;
height: 22px;
font-size: 12px;
padding-left: 5px;
padding-right: 5px;
height: 27px;
line-height: 22px;
width: 70px;
-webkit-appearance: button;
}

#cnblogs_post_body h2{
color: #fff;
padding: 10px;
background-color: gray;
}

.blogStats {
  visibility: visible;
}

#cnblogs_post_body img {
max-width: 100%;
box-shadow: 5px 5px 8px #ccc;
border: 1px solid #CCC;
}

#cnblogs_post_body .cnblogs_code_copy img {
box-shadow: 0px 0px 0px #ccc;
border: 0px solid #CCC;
}
#cnblogs_post_body .code_img_closed {
box-shadow: 0px 0px 0px #ccc;
border: 0px solid #CCC;
}
#cnblogs_post_body .code_img_opened {
box-shadow: 0px 0px 0px #ccc;
border: 0px solid #CCC;
}
#cnblogs_post_body code {
vertical-align: middle;
}
#cnblogs_post_body th, #cnblogs_post_body td, .cnblogs-post-body th, .cnblogs-post-body td {
    padding: 6px 10px;
}

@media screen and (min-width: 767px) { 
#mainContent {width: 78%;}  
} 
 
@media screen and (max-width: 767px) { 
#mainContent {
    width: 100%;
}