.news-container{

}
.new-container{
    background-color: white;
    padding: 10px;
    margin-bottom: 15px;
    min-height: 150px;
    overflow: hidden;
}
.new-list-mini-img-div{
    float:  left;   
    margin-right: 15px;    
    overflow: hidden;
}
.new-list-mini-img{
    width: 200px;
}
.new-list-title{
    font-weight: bold;
    color:#1F80C7; 
    text-align: justify;   
}
.new-list-title a {
    font-weight: bold;
    color:#333;    
}
.new-list-title a:hover {
    text-decoration: none;   
}


.new-list-text{
    color: #333333;
    text-align: justify;
    /*text-indent: 10px;*/
}
.new-container .new-list-title h4 {
    background-color: #005099;
    color: #fff;    
    padding: 10px;

}