.article-list
{
    display: inline-block;

    vertical-align: top;

    border: 1px solid #e0e0e0;
}
.article-list
{
    width: 760px;
    height: 797px;

    background: rgba(255,255,255,.5);
}

.article-list h1
{
    background: #d5ebf9;
}
.article-list h1
{
    font-size: 18px;
    font-weight: bold;
    line-height: 55px;

    box-sizing: border-box;
    width: 100%;
    height: 55px;
    padding-left: 46px;

    list-style: none;

    text-align: left;

    color: #014778;
    background: #d5ebf9;
}
.article-list ul
{
    padding: 0 46px;
}
.article-list li
{
    padding: 19px 0 12px;

    border-bottom: 1px dashed rgba(0,0, 0,.8);
}
.article-list li h3
{
    font-size: 14px;
    color: rgba(0,0,0,.8);
    font-weight: lighter;
    display: inline-block;
    float: left;
	width: 85%;
}
.article-list li h3 a
{
    font-size: 14px;
    color: rgba(0,0,0,.8);
    font-weight: lighter;
    display: inline-block;
    float: left;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.article-list li h4
{
    font-size: 12px;
    color: rgba(0,0,0,.8);
    font-weight: lighter;
    display: inline-block;
    float: right;
}
.article-list
{
    position: relative;
}
