.ListNews .content{
    width: 100%;
    align-items: center;
    display: flex;
    border-bottom: 1px solid #ddd;
    /* justify-content: center; */
}

.ListNews .content .content-image{
    width: 35%;
    float: left;
}

.ListNews .content .content-image img{
    width: 100%; 
    padding: 10px;
}

.ListNews .content .content-text{
    float: left;   
    padding-top: 5px; 
    font-size: 100%;
    width: calc(100% - 35% - 10px);
}

.ListNews .content .content-text a{
    color: #333;
    text-decoration: none;
}

.ListNews .featured-news{
    width: 100%;
}

.ListNews .featured-news .featured-news-image{
    width: 100%;
    text-align: center;
}

.ListNews .featured-news .featured-news-image img{
    width: 100%;
    max-height: 60vw;
}

.ListNews .featured-news .featured-news-content{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #ddd;
}

.ListNews .featured-news .featured-news-content h4{
    font-size: 110%;
    font-weight: 600;
}

.ListNews .featured-news .featured-news-content h4 a{
    text-decoration: none;
    color: #800029;
}

.ListNews .featured-news .featured-news-content h3{
    font-size: 100%;
    margin-top: 0;   
    margin-bottom: 20px;
}

.ListNews .title{
    margin-left: 5px;
    line-height: 1.5em;
    margin-right: 10px;
    width: 65%;
}

.ListNews .textmore{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ListNews .scrollmenu {
    background-color: #333;
    /* overflow:auto; */
    white-space: nowrap;
    font-size: 90%;
}
  
.ListNews .scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 10px 5px;
    text-decoration: none;
}
  
.ListNews .scrollmenu a:hover {
    background-color: #777;
}

.Hover{
    background-color: #777;
}