.post{background-color: white;}

.pic{  position: absolute;
  top: 320px;
  right: 260px;
  transform: rotate(20deg);
transition: all 0.5s;}
.pic:hover{top: 210px;}
#cnblogs_post_body {
  margin-bottom: 20px;
  margin-top: 25px;
}
#navList li:hover{ font-size: 16px;font-weight:bold;}
#navList li{-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}
.post{position: relative;}
.postBody{padding-top:18px;}
#control-lable{
display: inline-block;
width: 70px;
color: red;
font-family:STKaiti;
}
#h1 {
font-size: 20px;
font-weight: bold;
color: #AA7A53;
font-family:STKaiti;

}
.about{
font-family:STKaiti;
font-weight: bold;
  line-height: 1.2em;
  font-size: 25px;
  font-family: "黑体","ms song","宋体","Arial","verdana","Helvetica", "sans-serif";
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: left;
  background: url(https://www.cnblogs.com/skins/Banlieue13/images/title_cata.gif) 0 50% no-repeat;
  color: #AA7A53;
  padding: 8px 0px 0px 32px;

}
.tag{
font-family:SimSun;
display: inline-block;
color: #AA7A53 !important;
}
.control{
font-family:STKaiti;
margin-bottom: 5px;

}
.day{  position: relative;}
.postTitle a{
left: 0;
  position: absolute;
-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.postTitle a:hover{
left: 30px;
font-size: 18px;
}
.postCon{
cursor: default;
background-color: white;
  margin-top: 20px;
}
.postCon:hover {color: #AA7A53;}


.mycode{
border-radius: 8px;
text-align: center;
             -webkit-animation-name: loops;
            -webkit-animation-duration: 20s;
            -webkit-animation-iteration-count: infinite;
        }

        @-webkit-keyframes loops {
            0% {
                background-color: #4dd3dd ;
            }
            25% {
                background-color: #e05bfe ;
            }
            50% {
                background-color: #34cd36;
            }
            75% {
                background-color: #d16f38;
            }
            100% {
                background-color: #ea1cf1;
            }
        }