.news-list .release-theme{
    background-color:#eaf1f7;
    border:1px solid #bedfe9;
    padding:9px 0 9px 7px;
    width:488px;           
    float:left;    
    margin-bottom:19px!important;
    }
    
    .news-list .release-theme a.header{
    	font-weight:bold;   
        font-size:1.5em;
    	}

.news-list .news-item{
     padding:0 8px 4px 8px;
     margin-bottom:0px;
     overflow:hidden;
     clear:both;
    
     }
     
     .news-list .news-item .date{
    	margin:5px 0 0;
    	font:normal 0.833em Arial; /* 10px */
    	color:#666666;   
    	}         
    
    .news-list a.header{
        font:normal 1.3em Arial; /* 16px */;
        color:#016d9b;
        }
        
     .news-list .news-item a.detail-picture {
     	display:block;
     	width:90px;
     	height:90px;
     	background-repeat:no-repeat;
     	background-position:center center;
        float:left;
        margin:0 10px 4px 0;
        border:1px solid #8bb4cb;
        }
        
        .news-list .news-item a.detail-picture img{
        	display:none;
        	}
        	
    .news-list .news-item img{
    	float:left;
        margin:0 10px 4px 0;
        border:1px solid #8bb4cb;
    	}
        
     .news-list .news-item .preview{
        font:normal 1em Arial;
        color:#333333;
        padding-top:5px;
        margin:0;       
        }
        
     .news-list .news-item .comments{
     	margin:2px 0;
     	font:normal 1em Arial; /* 12px */
     	color:#828282;
     	clear:left;
     	float:left;
     	}
        
     .news-list .news-item .more {
        font:norma 1em Arial;
        color:#016d9b;
        float:right;
        }
        
     .news-list .news-item a:visited{
        color:#5b96af;
        }