#newsItem { position: relative; padding-bottom: 20px; height: auto; width: 500px; overflow: hidden; }
#newsItem .intro { font-weight: bold; margin-bottom: 8px; float:left; }
#newsItem .newscontent { width:500px; float:left; margin-top:10px; padding-right: 15px; }
#newsItem ul { list-style: disc; margin-left:16px; margin-bottom:14px; }
#newsItem .newsdate { width: inherit; text-align:right; padding-right:4px; margin-bottom:14px; }


.news { float: left; }
.news ul{ width: 500px; float: left; list-style: none; }
.news ul li { float: left; width:500px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #cccccc; }
.news ul li h2 { font-size: 14px; font-weight:bold; color: #004159; text-decoration: none; text-decoration:none; }
.news ul li h2 a, .news ul li h2 a:visited { font-size: 14px; font-weight:bold; color: #004159; text-decoration: none; }
.news ul li h2 a:hover { font-size: 14px; font-weight:bold; color: #004159; text-decoration: none; }
.news .more { display: block; float: left; font-weight:bold; color: #8c8c8c; }

.publicationDate { width:100%; text-align:right; float: right; margin-bottom: 14px; }