.research_article_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.research_article_container a {
    width: 100%;
    margin-top: 15px;
    color: #707070;
}

.research_article {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 140px;
    line-height: 24px;
    font-size: 14px;
    background-color: rgba(235, 235, 235, 0.97);
}

.research_article .left_part {
    width: 80%;
    padding: 15px;
    box-sizing: border-box;
}

.research_article .title {
    font-size: 16px;
    font-weight: bold;
}

.research_article .content {
    margin-top: 25px;
}

.research_article .right_part {
    width: 20%;
    min-width: 150px;
}
