@charset "utf-8";
/**************************************
Author:xLong
Date:2015-10-22
Version:1.0.0
**************************************/
.article-container {
    display: flex;
    align-items: flex-start;
    padding: 20px;
}

.image-block img {
    width: 300px;
    height: auto;
    display: block;
}

.text-block {
    position: relative;
    max-width: 600px;
    margin-left: 40px;
    color: #fff;
}

.text-block h3 {
    margin: 0 0 10px;
    font-size: 24px;
}

.text-block .time {
    display: block;
    margin-bottom: 10px;
    color: #ccc;
}

.text-block p {
    font-size: 16px;
    line-height: 1.6;
}

.line-to-text {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: white;
}


