.news {
    width: 550px;
    border-bottom : solid 1px #998;
    padding: 10px 0px;
}
.news .lead_img {
    float: left;
    width: 220px;
}
.news .lead_img img {
    margin: 0px 10px;
}
.news .title {
    float: left;
    width: 330px;
    font-weight: bold;
    padding: 0px 0px 10px;
}
.news .text_long {
    float: left;
    width: 330px;
    font-weight: normal;
}
.news .open_doc {
    float: left;
    width: 330px;
    font-weight: normal;
}
.news .open_doc .open_doc_head {
    float: left;
    width: 330px;
    font-weight: bold;
}
