
.article_item{
    width: calc(100% - 40px);
    margin-left: 20px;
    border-bottom: 1px solid #eaeff8;
}

.article_item:last-child{
    border-bottom: 1px solid #00000000;
}


.article_item_top{
    padding-top: 20px;
}

.article_item_title{
    margin-top: 20px;
    cursor: pointer;
    color: #21293c;
    font-size: 16px;
    font-weight: 600;
}

.article_item_title a:hover{
    color: #ff0000;
    text-decoration: underline;
}

.article_item_desc{
    margin-top: 20px;
    display: -webkit-box;      /* 旧版弹性盒子布局 */
    -webkit-box-orient: vertical; /* 文本垂直排列 */
    -webkit-line-clamp: 2;     /* 限制显示行数 */
    overflow: hidden;          /* 隐藏溢出内容 */
    text-overflow: ellipsis;   /* 添加省略号 */
    line-height: 1.6;
    font-size: 13px;
    color:#666666;
    font-weight: 400;
}

.article_item_like{
    margin-top: 10px;
    margin-bottom: 20px;
    color:#666666;
    font-size: 14px;
    line-height: 15px;
}

.article_logo{
    width: 20px;
    height: 20px;
    border-radius: 20px;
}


.article_pic{
    width: 120px;
    border-radius: 5px;
}

.article_item_top_author{
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    margin-left: 8px;
}
.article_item_top_author:hover{
    color: #ff0000;
    font-size: 13px;
}
.article_item_top_point{
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    margin-left: 10px;
    margin-right: 10px;
}
.article_item_top_time{
    font-size: 13px;
    font-weight: 400;
    color: #666666;
}

.article_item_left{
    width: calc(100% - 140px);
    float: left;
}
.article_item_right{
    float:right;
    padding-top: 85px;
}