.news-table{
    border-collapse: collapse;
    font-family: Times, Times New Roman;
    margin-bottom: 50px;
}
.news-table td{
    border: 0;
    vertical-align: top;
    padding: 15px 0 5px;
}
.news-table .date{
    display: inline;
    font-size: 14px;
}
.news-table .title{
    color: #276ba3;
    font-size: 14px;
    line-height: 12px;
    font-weight: bold;
    margin-left: 10px;
}

.news-table .short-content{
    color: #666;
    font-size: 12px;
    line-height: 14px;
}


.back-link{
    /*text-decoration: none;*/
    /*color: #131313;*/
}

.new-container h2{
    font-size: 16px;
}
.new-container h2 small{
    font-size: 12px;
}
.new-container .new-content{
    font-size: 14px;
}
#news-table-dynamic-load .dynamic-load-tr{
    opacity: 0;
}
