@charset "UTF-8";
/* CSS Document */
/*news */

.news-box {
    
    float: left; 
    margin-top:0px; 
    width: 335px; 
    height: 110px; 
    background-color: white;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
}

.line {
      
    padding: 8px;
    position: absolute;
    width: 327px;
    color: black;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;	
    line-height: 18px;	
    word-wrap: break-word;
	opacity: 1;
}

.line a {
    
    text-decoration: none;
    color: black;
}

.news-data {
    
    color:indianred; 
    font-size: 1.1em; 
    font-weight: 700;
    font-variant: small-caps;
}

.news-title {
    
    color:rgba(0,174,250,1); 
    font-size: 1.1em; 
    font-weight: bold; 
    font-variant: small-caps;
} 

.news-name {
    
    float:left;
    font-weight: 600; 
    font-variant: small-caps;
    padding-right: 3px;
}

.news-aff {
    font-weight: 500; 
    font-variant: small-caps;
    padding-left: 5px;
    font-size: 0.95em;
    font-style: italic;
}

.news-bandi {
    float: left; 
    margin-top:10px; 
    width: 240px; 
    height: 130px; 
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,174,250,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,174,250,1);
    box-shadow: 0px 0px 3px 0px rgba(0,174,250,1);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-bottom: 15px;

}