/*body,div,p,h1,h2,h3,h4,h5,h6,ul{
margin:0;
padding:0;
font-family:Microsoft Yahei;
}
h1{
font-size:16px;
}
a:hover{color:#f00}
a{
text-decoration:none;
color:#075db3;
}
.pagelayout{
position:relative;
margin:180px auto 0 auto;
min-width:1000px;
}
.header{
position:absolute;
top:-130px;
box-shadow:0 5px 5px 0px #bbb;
padding:0 0 20px 17%;
width:100%;
box-sizing:border-box;
}

#Header1_HeaderTitle{
	display: block;
    height: 70px;
    line-height: 70px;
    font-size: 25px;
    text-decoration: none;
font-weight:bold;
}

#leftmenu{
	float:right;
width:35%;
padding:50px 12% 0 2%;
box-sizing:border-box;
box-shadow: -2px 0px 2px #eee;
}
.CalTodayDay {
    color: #800080;
    font-weight: bold;
}
#blog-calendar {
    width: 220px;
    border: solid 2px #eee;
    box-shadow: 3px 3px 3px 3px #888;
}
.centercolumn {
    float: left;
    width: 65%;
    padding: 50px 3% 0 17%;
    box-sizing: border-box;
}

h1.hide{
	display: none;
}

.navlist{
position:fixed;
top:0px;
left:0px;
padding-left:15%;
background-color:#eee;
z-index:999;
width:100%;
min-width:1000px;
}
.navlist .listitem {
    float: left;
    height: 50px;
    width: 8%;
    display: block;
    line-height: 50px;
}
.navlist .listitem a{
color:#444;
}

.footer {
    position: relative;
    font-size: 14px;
    clear: both;
    top: 70px;
    text-align: center;
height:30px;
line-height:30px;
background-color:#aaa;
}

.motto{
text-indent:2em;
color:#444;
}

#blog_stats,.notice,#blog-sidecolumn{
    position: relative;
    border: solid 2px #eee;
    box-shadow: 0 5px 5px #888;
    
}
#blog_stats{
	top: 180px;
	padding-left: 20px;
width: 200px;
}
.listtitle.notice {
    top: -70px;
width:220px;
}
#blog-sidecolumn {
    top: 80px;
width:220px;
}

#blog-sidecolumn > *{
	margin-top: 20px;
font-size:14px;
}

#sidebar_shortcut ul,#MyTag,#sidebar_categories ul.list{
    padding-left: 30px;
    margin-top: 10px;

}

#RecentComments {
    padding-left: 10px;
margin-top:10px;
}
li.recent_comment_title {
color:#444;
}
#TopViewPosts,#TopCommentsPosts{
    margin-top: 10px;
padding-left:10px;
}
#RecentCommentsBlock li{
list-style:none;
}

h1.datetitle {
    display: none;
}
.postlist {
    margin-top: 25px;
padding-bottom:10px;
border-bottom:solid 1px #aaa;
}
.posttitle {
    font-size: 20px;
}
.c_b_p_desc {
    font-size: 14px;
    margin: 15px 0;
    text-indent: 2em;
}
.itemdesc {
    color: #444;
    font-size: 14px;
}
#myCanvas{
display:none;
position:absolute;
top:50px;
left:0px;
width:100%;
opacity:0.3;
background-image:url(https://images.cnblogs.com/cnblogs_com/-jiang/901912/o_haiys02.jpg);
}





table#GalleryThumbNailViewer1_ThumbNails {
    width: 100%;
    overflow: auto;
    display: block;
}*/