
.wp_new_article_list .list_item .title {
    font-size: 4.5vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 9vw;
}
.wp_new_article_list .list_item {
    border-bottom: unset;
    width: unset;
    height: unset;
    line-height: unset;
    vertical-align: unset;
}
.wp_new_article_list .list_item {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 7vw;
    position: relative;
    padding-bottom: 10vw;
}
.wp_new_article_list .list_item .ex_fields {
    margin-bottom: 4vw;
}
.wp_new_article_list .list_item .date {
    font-family: fangsong;
    color: #1140BA;
    font-size: 5vw;
}
.wp_new_article_list .list_item .title:hover {
    color: #04267e;
}
.ex_fields span::before {
    content: '';
    display: block;
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    background: #1140BA;
    position: absolute;
    left: 0;
    top: 1.5vw;
}
.pr_fields a::after {content: '';display: block;width: 1px;background: rgba(213, 226, 225, .6);height: 100%;position: absolute;top: 1vw;left: 1.4vw;}