.article {
    display: block;
    position: relative;
    background: white;
    overflow: hidden;
    width: 100%;
    height: 140px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 10px auto;
    border-bottom: 1px solid;
    border-radius: 0;
}

.article .published p {
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    font-size: 0.6em;
    padding: 0;
    margin: 0;
    float: left;
    color: #b3adc9;
}

.article .published a {
    text-decoration: none;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    font-size: 0.6em;
    color: #47a3ee;
    float: left;
    margin: 0px 3px;
    padding: 0;
}

.article .title h1 {
    font-family: 'Open Sans',sans-serif;
    font-size: 1em;
    float: left;
    position: relative;
    margin: 2px;
    font-weight: bold;
    line-height:18px
}

.article .content p {
    margin: 0;
    padding: 0 2px;
    /* background-color: rgba(245, 245, 245, 0.46); */
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.9em;
    position: relative;
    color: #5b586b;
}

.article .more p{
    margin: 0;
    padding: 3px;
    font-family: 'Open Sans',sans-serif;
    color: #b3adc7;
    font-size: 0.7em;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

.article .more .file {
    color: red;
    font-weight: bold;
    font-size: 1.45em;
    cursor: pointer;
}

.article .content {
    width: 100%;
    height: 35%;
    text-overflow: ellipsis;
}

.articles_container {
    width: 100%;
}

.article .published {
    display: block;
    width: 100%;
    min-height: 20px;
}

.article .title {
    min-height: 25px;
}
