
#header{display:none;} /* 将默认的导航头屏蔽掉，这样才能把自己的导航栏加上去 */
#comment_form{display:none;} /* 将默认的尾部广告屏蔽掉*/
#top_nav{display:none;} /* 将默认的尾部广告屏蔽掉*/
#topics{   opacity:0.8;}/*背景透明*/
#home{/*内容div居中+宽度+字体加粗+隐藏Y轴滚动条*/
	width: 1200px;
	height: 100%;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
        font-weight: bolder !important;
        overflow-x: auto;
        overflow-y: auto;
        background-image: none !important;
        background-color: #ffffffbf;
}
    #home::-webkit-scrollbar {/*配合隐藏Y轴滚动条*/
        display: none;
    }
#main{
	margin-left: 80px;
    margin-right: 80px;
}





/* 定制博客背景图片，url里面是你的图片位置信息 */
body { 
     background-color: #efefef;
     background-image:url(https://images.cnblogs.com/cnblogs_com/jsll/1870233/o_210719092420anne-nygard-IcQ-T2PiS5Q-unsplash.jpg); /*背景图片==自己喜欢那个就搞哪个*/
     background-repeat: no-repeat; 
     background-attachment: fixed; 
     background-position: center 0; 
     background-size: cover; 
    padding-top:0px;
    color:#000000 !important;
  }

.newsItem .catListTitle {
    border-bottom: 0px solid;
}
.catListTitle {
   border-bottom: 0px solid;
}
.postBody{
   font-weight: bolder !important;
   color: #000000;
}
#topics .postTitle a {
    color: #e01a1a;
    font-family: 微软雅黑,华文细黑,黑体,Arial;
    font-size: 25px;
    font-weight: bolder;

}

