.articleList .item {
    position: relative;
    border-top: 1px solid #f0f0f0;
    font-size: 0
}

.articleList .item a {
    padding: 20px 0;
    display: block;
    cursor: pointer
}

.articleList .item a:hover {
    background-color: #f4f4f4
}

.articleList .item:last-child {
    border-bottom: 1px solid #f0f0f0
}

.articleList .item span.pic {
    float: left;
    font-size: 0;
    margin-right: 20px
}

.articleList .item span.pic img {
    width: 216px;
    height: 123px
}

.articleList .item .text {
    display: block;
    height: 123px;
    overflow: hidden
}

.articleList .item .text strong {
    display: block;
    margin-bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 22px;
    color: #333
}

.articleList .item .text em {
    display: block;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #333;
    text-align: justify
}

.articleList .item .publishTime {
    margin-top: 20px;
    display: block;
    text-align: right;
    color: #333;
    font-size: 14px
}
