.news-detail__text a{
        display: contents;
    color: red;
}
.news-detail__text a:hover{
   text-decoration: underline;
}