.list-table {
  margin-bottom: 0; }

#content-container {
  overflow: hidden;
  padding: 0 10px;
  padding-bottom: 15px;
  margin: 0 -10px; }

#features-container {
  overflow: visible;
  float: left; }

#main-feature {
  margin-bottom: 5px;
  position: relative;
  display: block;
  width: 484px; }

#main-feature img {
  width: 484px;
  height: 272px;
  display: block; }

#main-feature-mask {
  width: 484px;
  height: 272px;
  position: absolute;
  top: 0;
  box-shadow: 0 0 0 1.5px rgba(0, 0, 0, 0.2) inset; }

#main-feature:hover #main-feature-mask {
  background: rgba(255, 255, 255, 0.07); }

#main-feature-count {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 3px;
  padding-bottom: 2px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 10px; }

#main-feature-caption {
  width: 100%;
  height: 85px;
  padding: 12px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-top: 0;
  border-radius: 0; }

#main-feature-title-wrapper {
  display: inline-block;
  font-size: 22px;
  letter-spacing: -.5px;
  padding-bottom: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  color: #3f3f3f; }

#main-feature-title {
  font-weight: bold; }

#main-feature-desc {
  overflow: hidden;
  font-size: 12px;
  color: #666;
  line-height: 17px; }

.sub-feature {
  width: 158px;
  float: left;
  margin-left: 5px;
  text-align: center;
  position: relative; }

.sub-feature img {
  width: 158px;
  height: 89px;
  display: block; }

.sub-feature-mask {
  width: 158px;
  height: 89px;
  position: absolute;
  top: 0;
  box-shadow: 0 0 0 1.5px rgba(0, 0, 0, 0.2) inset; }

.sub-feature:hover .sub-feature-mask {
  background: rgba(255, 255, 255, 0.1); }

.sub-feature.first {
  margin-left: 0; }

.sub-feature-caption {
  padding: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 11px;
  border-top: 0;
  color: #888;
  border-radius: 0; }

.sub-feature-title {
  font-weight: bold;
  color: #444; }

#article-list {
  float: right;
  width: 235px;
  height: 479px;
  padding: 3px 0;
  position: relative;
  overflow: hidden;
  border-radius: 0; }

#article-lista:before {
  background: url(../png/str.png) repeat-y;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0px;
  position: absolute;
  content: '';
  display: block; }

#article-list ul {
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }

#article-list li {
  border-bottom: 1px solid #ddd; }

#article-list li:hover .news-item-title {
  color: #4588b5; }

#article-list li:last-child {
  border-bottom: 0; }

#article-list a {
  padding: 8px 0;
  display: block;
  color: #333;
  overflow: hidden; }

#article-list a .flag {
  margin-right: 3px;
  vertical-align: -1px;
  display: none; }

.news-item-bull {
  float: left;
  font-weight: bold;
  margin-top: -1px;
  display: none; }

.news-item-count {
  font-size: 11px;
  float: left;
  color: #888;
  display: block;
  background: #4577a1;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  margin-right: 8px;
  text-align: center;
  position: relative; }

.news-item-count-num {
  display: block;
  top: 7px;
  width: 100%;
  margin-right: 1px;
  text-align: center;
  position: absolute;
  font-weight: bold;
  font-size: 11px;
  color: #fff; }

.news-item-txt-container {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  width: 180px;
  font-size: 12px; }

.news-item-title {
  font-weight: bold; }

.news-item-meta {
  display: block;
  font-size: 11px;
  color: #777;
  margin-top: 3px; }

/* --- Calendar --- */
#h-s-header {
  padding: 9px 12px 10px 12px;
  font-size: 11px;
  font-weight: bold;
  background: #333;
  background: -webkit-linear-gradient(top, #333 0%, #222 100%);
  background: -moz-linear-gradient(top, #333 0%, #222 100%);
  background: -o-linear-gradient(top, #333 0%, #222 100%);
  background: -ms-linear-gradient(top, #333 0%, #222 100%);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  clear: both; }

#h-s-header a {
  color: #fff; }

#no-events {
  padding: 24px;
  font-size: 14px !important;
  border-right: 1px solid #999; }

.list-table th {
  border-radius: 0 !important; }
