#header{
;
}
#navList li a{

}
#navList li a:hover{
background: #e6e6e6;
color:black;
}
#box{
width:150px;
height:150px;
background:url("https://a-ssl.duitang.com/uploads/item/201510/04/20151004131651_ZWBvj.jpeg") no-repeat;
background-size:150px 150px;
}
body{


}
#sideBar{
background:#fff;
}
.postTitle2{
color:#21759b !important;
font-size:24 !important;
}
.postTitle2:hover
{
animation-fill-mode：fowards;
animation: myfirst 3s;
-moz-animation: myfirst 3s;	
-webkit-animation: myfirst 3s;	
-o-animation: myfirst 3s;	
}
@keyframes myfirst
{
from {margin-left:0;}
to {margin-left:100px;}
}

@-moz-keyframes myfirst 
{
from {margin-left:0;}
to {margin-left:100px;}
}

@-webkit-keyframes myfirst 
{
from {margin-left:0;}
to {margin-left:100px;}
}

@-o-keyframes myfirst
{
from {margin-left:0;}
to {margin-left:100px;}
}