.sdflow-article-item {
    height: 144px;
    position: relative;
    display: block
}

.sdflow-article-item .article-item-pic-wrapper {
    float: left;
    width: 216px;
    height: 100%;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    z-index: 10;
    display: block
}

.sdflow-article-item .article-item-pic-wrapper .article-item-channel {
    background: #373737
}

.sdflow-article-item .article-item-pic-wrapper .article-item-channel, .sdflow-article-item .article-item-pic-wrapper .article-item-channel-local {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 103;
    border-radius: 1px;
    padding: 0 10px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    color: #fff
}

.sdflow-article-item .article-item-pic-wrapper .article-item-channel-local {
    background: #4285f4
}

.sdflow-article-item .article-item-pic-wrapper .article-item-pic {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center
}

.sdflow-article-item .article-item-pic-wrapper .article-item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sdflow-article-item .article-item-info {
    float: left;
    width: 454px;
    height: 100%;
    position: relative;
    margin-left: 20px
}

.sdflow-article-item .article-item-info .title-wrapper {
    margin-top: 8px;
    max-height: 48px;
    line-height: 24px;
    overflow: hidden
}

.sdflow-article-item .article-item-info .title-wrapper .article-item-title {
    font-size: 20px;
    color: #262626;
    text-align: justify;
    transition: .5s
}

.sdflow-article-item .article-item-info .title-wrapper .article-item-title:hover {
    color: #4d7fd0;
    cursor: pointer
}

.sdflow-article-item .article-item-info .title-wrapper .article-item-title:visited {
    color: #787878
}

.sdflow-article-item .article-item-info .article-item-description {
    margin-top: 10px;
    font-size: 13px;
    color: #787878;
    line-height: 20px;
    letter-spacing: 0;
    text-align: justify;
    max-height: 40px;
    overflow: hidden
}

.sdflow-article-item .article-item-info .article-item-description:hover {
    color: #4d7fd0;
    cursor: pointer
}

.sdflow-bar {
    font-size: 12px;
    line-height: 18px;
    color: #a7a7a7;
    position: absolute;
    bottom: 2px;
    width: 100%;
    float: left
}

.sdflow-bar .sdflow-bar-motif {
    vertical-align: middle;
    padding-right: 6px
}

.sdflow-bar .sdflow-bar-motif a {
    padding-left: 2px;
    padding-right: 6px;
    color: #4285f4
}

.sdflow-bar .sdflow-bar-author-face {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle
}

.sdflow-bar .sdflow-bar-author-face, .sdflow-bar .sdflow-bar-author-face img {
    width: 26px;
    height: 26px;
    border-radius: 100%
}

.sdflow-bar .sdflow-bar-author {
    transition: .5s;
    color: #a7a7a7;
    vertical-align: middle
}

.sdflow-bar .sdflow-bar-author:hover {
    color: #4d7fd0;
    cursor: pointer
}

.sdflow-bar .sdflow-bar-time {
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle
}

.sdflow-bar .sdflow-bar-time .sdflow-bar-time-icon {
    display: inline-block;
    padding: 5px;
    background: url(../images/home.d1523964.png) no-repeat;
    background-size: 246px 1012px;
    background-position: 0 -115px;
    position: relative;
    top: 1px;
    right: 5px
}

.sdflow-bar .sdflow-bar-collect, .sdflow-bar .sdflow-bar-collect > span, .sdflow-bar .sdflow-bar-hot, .sdflow-bar .sdflow-bar-hot > span {
    padding-left: 10px
}
