/*-----------2016.4.6 v1.0--------------------*/
body {
    font-family: "寰蒋闆呴粦", Lato, Verdana, sans-serif;
    background-color: #BEC3C6;
    color: #222;
    line-height: 1.5em;
    transition: all .2s;
}

/*#wrapper {
    background: #f8f8f8 url(https://images.cnblogs.com/cnblogs_com/oneplace/798700/t_noise.png) repeat;
}*/

#content {
    color: #000;
    border-right: 1px solid #e0e0e0;
}

#header {
    min-height: 8em;
    padding: 3em 2.3em;
    background-color: rgb(55, 55, 55);
    position: relative;
}

.post .postfoot {
    color: #36376F;
}

#content .post {
    line-height: 2.6;
    border: none;
}

blockquote {
    background-color: #A8BD64;
    padding: 20px 0;
}

#leftmenu {
    background: #F2F2F2;
    box-sizing: border-box;
}

#top {
    background: transparent;
    color: #000;
    float: left;
    min-height: 4em;
}

#top h1 {
    padding-left: 0;
}

#top h1 a {
    color: #f2f2f2;
    ;
    font-family: Lato, Verdana, sans-serif;
    font-size: 2.5em;
    ;
}

#subtitle {
    color: #aaa;
    font-size: 1em;
    font-family: "Lato", "Verdana", sans-serif;
}

#sub {
    display: none;
}

#main_container {
    margin-top: 18px;
}

a:hover {
    text-decoration: none;
    color: #8A2068;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    border-bottom: none;
    padding-left: 10px;
}

.post .postfoot {
    border-top: none;
}

p.date {
    border-bottom: 1px dotted #bbb;
}

#leftmenu a:hover {
    color: rgb(33, 64, 226);
    background: transparent;
}

#leftmenu h3 {
    1px solid rgba(134, 106, 199, 0.51)
}


/* 鏂囩珷姝ｆ枃鏍囬閮ㄥ垎*/

#post_detail .post>h2 {
    text-align: center;
}

#cnblogs_post_body h3 {
    background-color: rgba(27, 183, 21, 0.55);
    border-left: 5px solid rgba(36, 70, 35, 0.55);
    padding: 0px;
    margin: 0px;
}

#cnblogs_post_body h2 {
    border-bottom: 3px solid rgba(45, 132, 42, 0.97)
}

#cnblogs_post_body h4 {
    background-color: rgba(45, 132, 42, 0.43);
    display: inline-block;
    border-left: 5px solid #069a06;
    margin: 10px;
    padding: 6px;
}


blockquote {
    padding: 20px;
    width: 93%;
    background-color: rgba(208, 140, 84, 0.56);
}


/* 浠ｇ爜鍧� */

.postbody pre.language-javascript {
    background-color: #191515;
    color: #fff;
    line-height: 20px;
    border-radius: 5px;
    padding: 10px 10px 10px 40px;
}

/*-----------------------16.11.4 鍗囩骇鏀归€�------------------------*/


/* 闅忕瑪姝ｆ枃 */

/* 闅愯棌涓嬮潰鐨勫箍鍛�*/
#under_post_news,
#under_post_kb {
    display: none;
}
/* 娈佃惤澧炲姞闂磋窛*/
#cnblogs_post_body p{
	margin-bottom: 30px;
}


/*闅忕瑪鍒楄〃*/
#content .post {
    line-height: 2.6;
    border: 1px solid #a09095;
    padding: 16px 20px 20px;
    border-radius: 10px;
}
body {
	background-color:#fff;
}
#leftmenu {
	background-color:#fff;
}
#homepage_top_pager .pager {
	display: none;
}
.c_b_p_desc_readmore {
	color: #000;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0, 11, 255, 0.43);
}
.c_b_p_desc_readmore:hover {
	background-color: rgba(0, 11, 255, 0.9);
}