<style type="text/css">
/*@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  src: local('Exo 2'), local('Exo2-Regular'), url
(https://themes.googleusercontent.com/static/fonts/exo2/v1/8C2PVL2WIMUnPF90ukjrZQ.woff) format('woff');
}*/
body{
 font-family: 'Exo 2', '微软雅黑'sans-serif;
 box-shadow: 1px 1px 0.5px #444;
}
#blogTitle h1 {
	font-weight: normal;
}

.dayTitle{
opacity:0.8;
animation:my 20s;
-moz-animation:my 20s; /* Firefox */
-webkit-animation:my 20s; /* Safari and Chrome */
-o-animation:my 20s; /* Opera */
animation-iteration-count:1;
-webkit-animation-iteration-count:1; /* Safari 和 Chrome */
border-radius:4px;
}

.postTitle2{
font-family: Helvetica, Tahoma, Arial, STXihei, "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
 text-shadow: 0 0 1px #0ff;
}
.menu{
font-family: Helvetica, Tahoma, Arial, STXihei, "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
box-shadow: 1px 0px 1px #333;
}
.catListTitle{
background:rgba(36, 212, 219,0.8);
border-bottom:1px solid #24d4db;
}
@keyframes my
{
0%   {background:#24d4db;}
50%  {background:yellow;}
100% {background:#DCDCDC;}
}

@-moz-keyframes my /* Firefox */
{
0%   {background:#24d4db;}
50%  {background:yellow;}
100% {background:#DCDCDC;}
}

@-webkit-keyframes my /* Safari and Chrome */
{
0%   {background:#24d4db;}
50%  {background:yellow;}
100% {background:#DCDCDC;}
}

@-o-keyframes my /* Opera */
{
0%   {background:#24d4db;}
50%  {background:yellow;}
100% {background:#DCDCDC;}
}

#div-gpt-ad-1346480159711-0,#blog_news_kb{
display:none;
}
.catListFeedback {
display:none;
}
.catListView{
display:none;
}
#tbCommentBody{
margin: 0px;
width:95%;
height:200px;
}
</style>