.news-list-item{
    border: 1px solid var(--green);
    padding: 1rem;
}
.news_image{
    display: flex;
    justify-content: center;
    align-items: center;
}
.news_image img{
    width: 100%;
    max-width: 400px;
}
.news_center{
    max-height: 200px;
    overflow: hidden;
}
.news_title{
    font-weight: bold;
}
.news_date{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.news_list_tag{
    background: var(--orange);
    color:var(--white);
    /*padding: 5px 10px;*/
    border-radius: 30px;
}
.news-right{
    justify-content: center;
    align-items: center;
    font-size: 40px;
    border-left: 2px solid var(--green);
}
.pagination{
    margin-top: 15px;
}
.pagination li{
    margin:10px;
}
.pagination li a{
    color:var(--darkgray);
    font-size: 20px;
}
.pagination li.active a{
    color:var(--green);
}
.news-list-search{
    width: 100%;
}