#header {
  height: 50px;
  width: 100%;
  z-index: 3;
  clear: both;
  display: block;
  background-color: rgba(41, 102, 163, 0.4);
  border-top: 2px solid rgba(92, 153, 214, 0.5);
  border-bottom: 2px solid rgba(15, 38, 61, 0.5);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 0 #000;
}
#header:hover {
  background-color: #0C8484;
}
/* #header>div{
	height:50px;
}
#header>div ul{
	height:50px;
}
#header>div ul li{
	height:50px;
} */
#header > div ul li a {
  padding-top: 17px;
  font-size: 14px;
}
#blogTitle h1 a,
#blogTitle h2 {
  font-size: 20px !important;
  font-weight: bold !important;
}
#blog_stats {
  color: #efdb90;
}
#navList {
  color: #bcf97c;
  padding-left: 20px;
}
#navList > li > a {
  font-size: 16px !important;
  font-weight: 100 !important;
}
#navList a:link,
#navList a:visited,
#navList a:active {
  color: #fff !important;
}
#navList a:hover {
  color: #00BFFF !important;
  font-size: 18px;
  font-weight: bold;
}
.blogStats {
  margin-top: 18px;
  color: #180101;
  font-size: 18px;
  font-weight: bold;
}
/* sideBar 隐藏日历 */
#blog-calendar table {
  display: none;
}
/* sideBar 增大内部div间距*/
#newsItem {
  margin-bottom: 18px;
}
/* leftcontentcontainer 隐藏搜索框*/
#sidebar_search {
  display: none;
}
/* leftcontentcontainer 增大li间距*/
#leftcontentcontainer ul li {
  margin-bottom: 8px;
  margin-top: 8px;
}
#leftcontentcontainer h3 {
  background-color: #0C8484;
  border-radius: 3px 3px 3px 3px;
  padding-left: 5px;
}
#profile_block {
  background-color: #a3d8ef;
  border-radius: 3px 3px 3px 3px;
  font-size: 15px;
}
.catListTitle {
  color: #FFFFFF;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
}
.postCon {
  background-color: #FFFFFF;
  border-radius: 3px 3px 3px 3px;
}
.postTitle {
  background-color: #a3d8ef;
  border-radius: 3px 3px 3px 3px;
}
.postSeparator {
  border-bottom: 1px solid #DDDDDD;
}
#nav_next_page a {
  background-color: #FFFFFF;
  border-radius: 3px 3px 3px 3px;
  font-size: 16px;
}
.postBody {
  margin-top: 10px;
  background-color: #FFFFFF;
  border-radius: 3px 3px 3px 3px;
}
#comment_form_container {
  background-color: #F5F5F5;
}
#mygg {
  background-color: #FFFFFF;
  border-radius: 3px 3px 3px 3px;
}
#mygg h3 {
  background-color: #0C8484;
  color: #FFFFFF !important;
  border-radius: 3px 3px 3px 3px;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-top: 5px;
}
#mygg div {
  height: 50px;
  margin-top: 10px;
}
#myhead {
  margin-bottom: 5px;
  margin: 0 auto;
  min-width: 930px;
  width: 80%;
}
div.commentform textarea {
  width: 98%;
  height: 300px;
  font-size: 13px;
  border: 1px solid #ccc;
  font-family: 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding-right: 8px;
}
#home {
  width: 80%;
}
body {
  background: url(https://images2015.cnblogs.com/blog/1046048/201704/1046048-20170428104025662-235375160.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
#main {
  background-color: #D9EEF2;
  border-radius: 3px;
}
#sideBar {
  margin-top: 20px;
}
#topics {
  margin-top: 20px;
}
.zym {
  background-color: #e6e787;
  border-radius: 3px;
  width: 80%;
  min-width: 930px;
  margin: 0 auto;
  margin-bottom: 8px;
}
.zym > div#top {
  min-width: 950px;
  text-align: left;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: red;
}
.zym > div#bottom {
  min-width: 950px;
  text-align: left;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: red;
}