@CHARSET "UTF-8";
/* 图文列表 */
#articleList {
    float: left;
    width: 100%;
}

#articleList em {
    /* color: #FE7517; */
    color: #D60000;
}

#articleList li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

#articleList li #aTitle {
    float: left;
    width: 100%;
    color: #0000CC;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    overflow: hidden; /* 内容超出后隐藏 */
    text-overflow: ellipsis; /* 超出内容显示为省略号 */
    white-space: nowrap; /* 文本不进行换行 */
}

#articleList li #aTitle:VISITED {
    color: #5b357d;
}

#articleList li #articleText {
    float: left;
    width: 100%;
    margin-top: 10px;
}

#articleList li #articleCoverImg {
    float: left;
    margin-right: 15px;
}

#articleList li #articleCoverImg img {
    width: 160px;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    object-fit: cover;
}

#articleList li #bottomRight {
    float: left;
}

#articleList li #articleText #aAbstract {
    max-width: 600px;
    font-size: 13px;
    color: #777;
    line-height: 1.5em;
    margin-bottom: 5px;
    /* 2 times the line-height to show 2 lines */
    /* height: 3em; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#articleList li #articleText #aUser {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

#articleList li #articleText #aUser span {
    color: #999;
    font-size: 13px;
}

#articleList #text-font-p {
    font-size: 13px;
    color: #777;
    margin-top: 10px;
}

#articleList #text-font {
    margin-right: 10px;
    font-size: 12px;
}