.news-holder p {
    margin-bottom: 12px;
}

.news-holder {
    width: 79.2%;
    margin: 0 auto 60px;
    /*font-family: Verdana, sans-serif;
    font-size: 13px;*/
    background: #f7f7f7;
    border-radius: 46px;
    display: flex;
}

/*.news-holder * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/

a {
  color: #336699;
  text-decoration: none;
}

.news-headlines {
  list-style: none;
  position: relative;
}

    .news-headlines li {
        padding: 0 20px 17.3px 50px;
        margin-bottom: 15px;
        position: relative;
        z-index: 20;
        color: #021b3e;
        display: flex;
        align-items: center;
        gap: 14px;
        font-family: 'Roboto-Medium';
        font-size: 16px;
        cursor:pointer;
    }
        .news-headlines li:nth-child(6){
            margin-bottom:0;
        }
        .news-headlines li.selected {
            font-family: 'Roboto-Bold';
        }
        .news-headlines li.selected:after {
            content: '';
            position: absolute;
            right: -35px;
            height: 0;
            width: 0;
            pointer-events: none;
            border: solid transparent;
            border-color: rgba(255, 255, 255, 0);
            border-left-color: #f7f7f7;
            border-width: 18px;
        }
        .nh-anim {
            -webkit-transition: all .75s ease-out;
            -moz-transition: all .75s ease-out;
            -o-transition: all .75s ease-out;
            transition: all .75s ease-out;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
        }
  
  /*.news-headlines li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #888;
    vertical-align: middle;
    margin-left: -12px;
    margin-right: 7px;
  }*/

/*  .news-headlines li:hover, a:hover {
      cursor: pointer;
      text-decoration: underline;
  }*/
  
  .news-headlines .highlight {
     width: 100%;
   /*  background: #ededed;
     border-top: solid 1px #999;
     border-left: solid 1px #999;
     border-bottom: solid 1px #999;*/
     position: absolute;
     top: 0;
     left: 0;
     z-index: 10;
  }

  .news-headlines .highlight:before {
    display: none;
  }

.news-headlines {
    /*float: left;*/
    width: 100%;
    /* box-shadow: inset -1px -3px 4px -3px rgba(20, 72, 104, 0.2); */
    background: linear-gradient(0deg, rgba(139, 139, 139, 0.1) 2%,rgba(255, 255, 255, 0) 60%);
    min-height: 418px;
}

.news-preview {
    /*float: left;*/
    /*border: solid 1px #999;*/
    width: 82.4%;
    /*background: #ededed;*/
    position: relative;
    z-index: 5;
    margin-left: -1px;
    min-height: 606px;
    position: relative;
}

  /*.news-preview img {*/
    /*border: solid 1px #999;*/
    /*width: 100%;
    height: auto;
    max-width: 220px;
    max-height: 143px;
    margin: 0 auto 5px auto;
  }*/
    .news-preview .big-image {
        position: relative;
        /* top: 0; */
        height: 100%;
        width: 100%;
        /* display: block; */
        border-radius: 46px;
        object-fit: cover;
    }
.news-content {
    position: absolute;
    /*background: #ededed;*/
    z-index: 10;
    /*padding: 10px;*/
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
}

.top-content {
    display: block;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}