﻿news_control h1
{
    height: 55px;
    line-height: 55px;
}
.news_header
{
    width: 100px;
    text-align: left;
    padding-left: 10px;
    vertical-align: middle;
}

.news_body
{
    vertical-align: middle;
    text-align: right;
    width: 650px;
    font-size: 12px;
}

.news_header .read_more a
{
    font-size: 10px;
    color: #8F8F91;       
    text-decoration: none;
}

.news_header .read_more a:hover, a:active
{
    font-size: 10px;
    color: #012869;    
    text-decoration: none;
}

.news_title
{
    font-size: 12px;
    font-weight: bold;
    color: #012869;        
}

.news_subject
{
    display: inline;
    font-weight: bold;
    color: #012869;
    text-align: right;    
}

.news_date
{
    font-size: 10px;
    color: #8F8F91;   
    text-align: left;
}

.news_text
{
    
}
