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

#the_box {
	display: inline-block;
	margin: 1em 0 5em 0;

}


#first_line {
}



#left {
	float: left;
	font-size:16px; 
	font-weight:600;
}


#right {
	float: right;
    font-family: arial;
    font-size: 0.9em;
    font-weight: 100;
}
#right a { text-decoration:none; }


#new_articles {
	clear:both;
	text-align: center;
	margin-top: 1.2em;
}

.the_article {
	float: left;
	height: 16em;
    margin: 1em 1.5em;
    padding: 0.2;
    width: 14em;
	display:block;
	
}

.the_article img {
	vertical-align: baseline;
	border: 1px solid #b80e13;
}

.the_article h4 { 
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
    font-weight: 600;
    line-height: normal;
    padding: 0em 0.15em;
    word-break: keep-all;
	margin: 0.2em 0 0.6em;
	
}
.the_article h5 {
	font-family: "Times New Roman", Times, serif;
	font-size:0.7em; 
	font-weight: 200;
	margin: 0;
}

.the_article h5 a { text-decoration:none; }