

.post-item{
    border: 1px solid #e5e7e8;
    border-radius: 5px;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    
}

.post-item .post-title h2{
    font-size: 20px;
}

.post-item .post-title a{
    color: #0090d3;
    text-decoration: none;
}

.post-item .post-title a:hover{
    color:#005596;
    text-decoration: none;
}

.post-content{
    display: inline-block;
    width: 550px;
    min-height: 140px;
}

.post-item .post-img{
    display: inline-block;
    height: 120px;
    width: 180px;
    border: 1px solid;
    border-radius: 5px;
    border-color: #ddd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    line-height: 18px;
    padding: 4px;
    float: left;
    margin: 5px 20px 10px 0;
    overflow: hidden;
  
}

.folder{
    height: 15px;
    display: block;
    background-color: #e5e7e8;
    padding: 10px;
       
}



.folder a{
    display: block;
    text-decoration: none;
    color: #0090d3;
}

.folder a:hover{
    color:#005596;
    text-decoration: none;
}


.files{
    height: 15px;
    display: block;
    border: 1px solid #e5e7e8;
    padding: 10px;
       
}



.files a{
    display: block;
    text-decoration: none;
    color: #333333;
}

.files a:hover{
    color:#000;
    text-decoration: none;
}

.files-box{
    margin-top: 15px;
}
