.title {
    padding: 5px 50px;
    font-weight: bold;
    color: #888;
}
.news_content {
    float: left;
    width:710px;
    margin: 10px 10px 10px 15px;
    position: relative;
}
.news {
    padding-bottom: 20px;
    padding-left: 10px;
}
.news .lead_pic {
    float: left;
    width: 100px;
    border: solid 2px #999;
    margin: 0px 10px 10px 0px;
}
.news .text_short{
    float: right;
    width: 340px;
}
.news .text_long{
}
.news .title{
    font-size: 14px;
    text-decoration:none;
    font-weight: bold;
    padding: 0px 0px 5px 5px;
}
.news .title a{
    text-decoration:none;
}

 .news .author{
    font-weight: bold;
    padding: 10px 0px 10px 5px;
    
}
.news .date_open{
    text-align: left;
    padding: 0px 0px 5px 5px;
    line-height: 10px;
}
.news .date{
    padding: 0px 0px 5px 5px;
    text-align: left;
    line-height: 10px;
}
.news .lead {
    font-size: 12px;
    padding: 5px;
    text-align: justify;
}
.news .more {
    text-align: right;
}
.news hr {
    text-align: center;
    margin-top: 10px;
    width: 440px;
}

.open_doc {
    border: solid 2px #999;
    margin: 10px 0px 0px 5px;
    background-color: #fff;
}
.open_doc_head {
    color: #fff;
    background-color: #999;
    padding: 2px;
    font-weight: bold;
    text-align: left;
}
.open_doc p {
    padding : 5px 0px 5px;
}

.open_doc ul {
    margin: 0px;
}
