.mask-title{
    transition: .1s all linear;
}
.news-txt-inner-title-speacially{
    transition: .1s all linear;
}
.svg-style-index-news{
    transition: .1s linear all;
}
.news-txt-inner-title{
    transition: .1s linear all;
}
.news-txt-inner-content{
    transition: .1s linear all;
}

.news-list:hover .news-txt-inner-title{
    color: rgb(51, 102, 204);
    font-weight: 800;
}
.index-news-arrow{
    transition: 1.5s linear all;
}
.news-list:hover .index-news-arrow{
    background-color: rgb(51, 102, 204);
    border-color: white;
    color: white;
}
.news--list:hover .news-txt-inner-content{
    color: rgba(51, 102, 204,0.6) !important;
}

.news-list:hover .news-txt-inner-title-speacially{
    color: white !important;
}
.news-list:hover .news-txt-inner-content-specially{
    color:rgba(255, 255, 255,0.6) !important;
}

.news-list:hover .mask>.mask-title{
    font-weight: 800;
}

.news--list:hover .svg-style-index-news{
  width: 30px;
  height: 30px;
  color: rgb(51, 102, 204);
}
