@charset "UTF-8";
.top__news{
        padding-bottom: 50px;
}
.top__news_link{
    border-bottom: 1px #d2d2d2 solid;
    width: 100%;
}
.top__news__content{
    display: flex;
    flex-wrap: wrap;
    margin: 27px 0px 27px 30px;
}
.top__news_date{
    padding-right: 45px;
}
.top__news_title{
    color: #0588fa;
    border-bottom: 1px #fff solid;
}
.top__news_title:hover{
    border-bottom: 1px #a5caff solid;
}
.btn_arow__link_news::after {
    background-image: url(../img/icon/arow__right_green.png);
}
@media screen and (max-width: 767px){	
    .top__news{
        padding-top: 22px;
            padding-bottom: 50px;
    }
    .top__news_link{
        border-bottom: 1px #d2d2d2 solid;
        width: 100%;
    }
    .top__news__content{
        display: flex;
        flex-wrap: wrap;
        margin: 12px 0px 12px 0px;
        font-size: 14px;
    }
    .top__news_date{
        padding-right: 12px;
    }
    .top__news_title{
        color: #0588fa;
        border-bottom: 1px #fff solid;
    }
    .top__news_title:hover{
        border-bottom: 1px #a5caff solid;
    }
   
  }