div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.banner-name {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: left;
    padding: 10px 10px 10px 20px;
    font-size: 19px;
    color: #4178bc;
    background: rgba(255,555,255,0.6);
    text-transform: uppercase;
    line-height: 1.2;
    height: 3em;
}
.banner-button {
    position: absolute;
    left: 20px;
    bottom: 5em;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #4178bc;
    padding: 2px 10px;
    color: white;
    background-color: #4178bc;
}