.hotArticle {
    width: 340px;
    padding-bottom: 0;
}

.hotArticle .hotArticle-title {
    border-left: 4px solid #29f;
    padding-left: 14px;
}

.hotArticle li {
    height: 57px;
    line-height: 57px;
    border-top: 1px dotted #ccc;
    overflow: hidden;
}

.hotArticle li span {
    margin-right: 20px;
}

.newsList li {
    display: flex;
    position: relative;
    padding-bottom: 20px;
}

.newsList li img {
    width: 160px;
    height: 100px;
    border-radius: 5px;
}

.newsList li .right {
    flex: 1;
    margin-left: 20px;
}

.newsList li .clearmr {
    margin-left: 0;
}

.newsList li .tag {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.newsList li .text {
    margin-top: 16px;
    margin-bottom: 0;
}

.newsList li .text .tip {
    color: #333;
    font-size: 12px;
}