.news_block{
    border: 1px solid #dfdfdf;
    background: #FFF;
    line-height: 32px;
    margin-bottom: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.news_block .title_news{
    background: #f2f2f2;
    padding:3px;
    margin-right:10px;
    float:left;
    width:195px;
    font-size: 17px;
    font-weight: bold;
}

.news_block .content_news{
    padding:3px;
    float:left;
    width:640px;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    overflow: hidden;
}

.news_block .content_news span{
    color:#b3adad;
    font-weight: normal;
    font-size:12px;
}

.news_block .more_news{
    background: #f2f2f2 url('images/back.png') center left no-repeat;
    width:75px;
    padding-left:30px;
    float:right;
    line-height: 40px;
}

.news_block .more_news a{
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}