#home #main .postTitle{
    background-color:#e2ddc7;
}
header{
    position:absolute;
    top:310px;
    left:3px;
    z-index:99;
}
header img{
    width:240px;
    height:140px;
    opacity:0.5;
    transition:all 0.6s ease-in-out;
}
header img:hover{
    transform:scale(1.1);
    opacity:0.8;
    cursor:pointer;
}
.span1{
    width:245px;
    font-size:24px;
    color:black;
    position:absolute;
    top:66px;
    left:555px;
    z-index:110;
    font-weight:bold;
    opacity:0.7;
}
.oLi{
    position:absolute;
    left:0;
    top:0;
    width:2px;				
    height:2px;
    border-radius: 50%;
    background-color:white;
    list-style: none;
    opacity: 1;
    z-index:110;
}