/*x新文章样式版本更新*/

/*ver*/

.list-news {
    position: relative;
    border-color: rgba(135, 150, 165, 0.1);
    padding: 0;
    margin: 0;
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem!important;
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem!important;
}

.list-news-item {
    border-radius: 3px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

.list-news-dot {
    position: relative;
    border-color: rgba(135, 150, 165, 0.1);
    padding: 0 .5rem;
}

.list-news-item.active .list-news-dot:before {
    border-color: #448EF6;
    box-shadow: 0 0 0px 4px rgba(19, 126, 255, 0.2);
}

.list-news-dot:before {
    border-color: rgba(31, 110, 212, 0.61);
}

.list-news-dot:before,
.list-news-dot:after {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
}

.list-news-dot:after {
    width: 0;
    height: auto;
    top: 26px;
    bottom: -12px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0;
}

.list-news-item:last-child .list-news-dot:after {
    display: none;
}

.list-news-content {
    padding: 0 0 1.5rem 1rem;
}

.text-xs {
    font-size: 0.75rem !important;
}

.text-sm {
    font-size: 0.875rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important;
}

.mt-2,
.my-2 {
    margin-top: .5rem!important;
}

.bottom-area {
    padding-top: 0 !important;
}

.collapse:not(.in) {
    display: none;
}

.collapse:not(.show) {
    display: none;
}

.text-secondary {
    font-size: 0.85em !important;
}

