.hot-article {
    margin: 0 auto 16px;
    width: 100%;
    max-width: 768px;
    text-align: center
}

.hot-article .article-banner figure .thum {
    aspect-ratio: 3/2;
    overflow: hidden
}

.hot-article img {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: .3s
}

.hot-article .article-info-warp {
    padding: 0 16px;
    width: 100%;
    max-width: 768px;
    background: #fff
}

.hot-article .article-info {
    position: relative;
    margin-top: -40px;
    padding: 24px 24px 26px;
    width: 100%;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    z-index: 1;
    text-align: left
}

.article-info .article-type {
    margin-bottom: 4px;
    font-size: 12px;
    color: #1e5ddf;
    line-height: 20px;
    text-transform: uppercase
}

.article-info .article-title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 24px;
    color: #000;
    line-height: 32px;
    text-align: left;
    font-family: PoppinsSemiBold
}

.article-info .article-time {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase
}

.article-info .article-time .article-status {
    display: inline-block;
    margin-right: 4px;
    width: 28px;
    height: 20px;
    text-align: center;
    background: #ff3b62;
    border-radius: 11px;
    vertical-align: middle
}

.article-info .article-time .article-status i {
    display: inline-block;
    margin-top: 4px;
    width: 10px;
    height: 12px;
    background: url(../img/lock.png) center center/100% no-repeat
}

.article-info .article-abstract {
    margin-bottom: 16px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.article-info .article-detail {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    line-height: 22px;
    border-bottom: 2px solid #1e5ddf;
    font-family: PoppinsSemiBold
}