body {
	font-size: 14px;
        /*font: 13px/1.5em -apple-system, "Noto Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;*/
	text-rendering: optimizeLegibility;
}

#home{
  width:80%;
}

#mainContent{
  width:75%;
}

#cnblogs_post_body img{
  max-width:100%;
}

#blog-news {
  margin-left : 0px;
}

#cnblogs_post_body h1 {
background: #3d97cb;
border-radius: 6px 6px 6px 6px;
box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
color: white;
font-size: 17px;
font-weight: bold;
height: 25px;
line-height: 25px;
margin: 15px 0 !important;
padding: 5px 0 5px 20px;
text-shadow: 2px 2px 3px #222;
width: 97%;
}
#cnblogs_post_body blockquote {
margin: 20px 0;
padding: 15px 20px 15px 60px;
background: #FFFFA3 url('https://images.cnblogs.com/cnblogs_com/wangiqngpei557/417984/o_title.png') no-repeat 9px 0px;
font-size: 15px;
box-shadow: 0 0 8px #AAA;
clear: both;
}
.postBody blockquote {
background: url('images/comment.gif'))no-repeat 25px 0;
padding: 10px 60px 5px 60px;
min-height: 35px;
_height: 35px;
line-height: 1.6em;
color: #333;
}
blockquote {
background: none;
border: 2px solid #EFEFEF;
color: #333;
margin-left: 25px;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 10px;
margin-bottom: 10px;
}

#Copyright {
border: solid 1px #E5E5E5;
padding: 10px;
background: url(https://www.cnblogs.com/images/cnblogs_com/Terrylee/147338/o_info.png) no-repeat scroll 1% 50%;
padding-left: 60px;
}

#div_digg {
    position: fixed;
    bottom: 0px;
    right: 210px;
    padding: 8px 8px 8px 10px;
    background-color: #fff;
    border: 1px solid #D9DBE1;
}


/*顶一下*/
.diggnum {
    font-size: 24px;
    position: relative;
    bottom: 10px;
    color: #075db3;
}

/*点赞&反对*/
#div_digg {
    position: fixed;
    bottom: 20px;
    right: 210px;
    width: 120px;
    border: 1px solid #1f7b9b;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
    z-index: 100;
    margin-bottom: auto;
}

.diggit {
    margin-left: 5px;
}

.buryit {
    margin-left: auto;
    margin-right: 5px;
}

/*顶部 底部*/
.topfoot {
    width: 45px;
    background: #1f7b9b;
    border-radius: 4px;
    box-shadow: 2px 2px 5px #333333,0 0 6px #2D3636;
    border: 1px solid #1f7b9b;
    position: fixed;
    right: 230px;
    bottom: 30px;
    /* font-family: 'Microsoft Yahei'; */
}

.gofooter, .gotop {
    padding: 15px 0;
    text-align: center;
}

    .gofooter:hover, .gotop:hover {
        background-color: #009BCC;
    }

    .gofooter a, .gotop a {
        font-size: 14px;
        color: #fff;
        text-align: center;
    }

/* 右侧缩略图 */
img.abstract{
    margin-left:5px;
    border: 1px solid #ddd;
    /*border:1px solid #E8E8E8;*/
    border-radius: 3px;
    cursor: pointer; 
    box-shadow: 0 4px 8px rgba(3, 27, 78, 0.12);
}
img.shadow {
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000)";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

/*屏蔽广告*/
.c_ad_block {
    display: none !important;
}