﻿.number-box-line {
    content: '';
    border-bottom: 1px dashed #dedede;
    width: 100%;
    margin: 20px auto;
}

    .number-box-line:before {
        content: '';
        display: block;
        margin: auto;
        margin-bottom: -7.5px;
        height: 15px;
        width: 15px;
        border: 2px solid #3DC1FF;
        background: #fff;
        border-radius: 50%;
    }

.article-news-title a:before {
    display: block;
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #2e3553;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.article-news-title {
    border-top: 1px solid #e6e5e5;
    padding: 7px 0;
}

    .article-news-title a {
        position: relative;
        padding-left: 10px;
        display: block;
    }

        .article-news-title a i {
            color: #f99e3b;
        }

    .article-news-title .article-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-bottom: 0;
    }