.news_list .news_style{
    display: flex;
    display: -webkit-flex;    
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_list .news_style li{
    width: 48%;
    padding: 0%;
    padding-top: 10px;
    border: 0;
}
.news_list .news_style li h2{
    line-height: 48px;
    height: auto;
    text-indent: 0%;
    text-align: center;
    font-size: 13px;
}
.news_list .news_style li h2 img{
    width: 100%;
    max-height: 100%;
    margin: 0%;
}
.news_list .news_style li h2 p{
    color: black;
    padding: 0%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 44px;
    border-bottom: 1px solid #848484;
}
.news_list  #pagelist{
    margin: 0 auto;
    align-self: flex-end;
    width: 100%;
}
