﻿.news {
    /*padding: 10px;*/
    padding: 0px;
    width: 100%;
}

.news .first {
    padding-top: 0;
}
.news .content {
    padding: 5px 0;
}
.news .info {
    margin-left: 110px;
}
.news .last {
    padding-bottom: 0;
}

.news .content .photo, .news .content_small .photo {
    border: 3px solid #BBBBBB;
    float: left;
    margin: 3px 10px 0 0;
}
a {
    color: #388ECB;
    cursor: pointer;
    text-decoration: none;
}
.news .title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    margin: 0 0 3px;
    padding: 0;
}
.news .text {
    display: block;
}
.news .date {
    color: #BBBBBB;
    display: block;
    font-size: 10px;
    margin-bottom: 3px;
}

.news .more {
    float: right;
    font-size: 13px;
    margin-top: 10px;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

