/***************************************** fix for sudy **************************************/
#list-wrapper p {
    margin-bottom: 1rem;
    font-size: 16px;
}

#list-wrapper .wp_article_list {
    margin: 4rem auto 0.5rem;
    padding: 0;
    
    width: 70%;
    min-height: 400px;

    list-style: none;
}

#list-wrapper .wp_article_list .list_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#list-wrapper .wp_article_list .list_item:hover a {
    text-decoration: underline;
}

#list-wrapper .wp_article_list .list_item {
    height: auto;
    border-bottom: none;
}

#list-wrapper .wp_article_list .list_item .article-index {
    font-size: 0.6rem;
    flex: 0 0 0.6rem;
}

#list-wrapper .wp_article_list .list_item .article-title {
    display: flex;
    flex: 1 0 50%;
    overflow: hidden;
}

#list-wrapper .wp_article_list .list_item a {
    flex: 1 0 50%;

    padding: 0.5rem 1.5rem 0.5rem 0.5rem;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: rgba(0, 0, 0, 0.85);
}

#wp_paging_w1205 {
    margin: 0 auto 8rem;

    width: 70%;
}

#wp_paging_w1205 .wp-paging li {
    float: unset;
}
