.news-box > .line {
    border-bottom: 1px solid #dee2e6;
}

.news-box .nav > .nav-item > div {
    font-size: 1.125rem;
    padding: 1.25rem 0.3rem 1rem 0.3rem;
    margin: 0 2rem 0 0;
    cursor: pointer;
}

.news-box .nav > .nav-item .active {
    border-bottom: 0.1875rem solid #2F79ED;
}

.news-pd {
    padding: 0;
}

.news-part {
    margin-top: 2rem;
    margin-bottom: 3rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    padding: 2rem 2rem;
}

.item {
    display: flex;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dee2e6;
}

.more {
    font-size: 1.125rem;
    text-align: center;
    cursor: pointer;
}

.item > .time {
    align-items: center;
    border-right: 1px solid #dee2e6;
    padding-right: 2rem;
    margin-right: 2rem;
}

.item > .time .day {
    font-size: 48px;
    line-height: 48px;
}

.item > .time .space {
    margin-left: 0.25rem;
    font-size: 36px;
    line-height: 36px;
}

.item > .time .month {
    margin-left: 0.5rem;
    color: #8c8b90;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
}

.item > .content {
    display: flex;
}

.item > .content > .img {
    margin-right: 2rem;
}

.item > .content > .img img {
    width: 9rem;
    height: 9rem;
}

.item > .content .title {
    font-size: 1.25rem;
    color: #333333;
}

.item > .content .summary {
    margin-top: 1rem;
    color: #8c8b90;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.item > .content .detail {
    margin-top: 0.75rem;
}

.news-info-box {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.news-info-box >  .news-info {
    text-align: center;
}

.news-info-box >  .news-info > .title {
    font-size: 24px;
    margin-bottom: 10px;
}

.news-info-box > .news-info > .time {
    color: #8c8b90;
    margin-bottom: 2rem;
}

@media (max-width: 992px) {
    .news-part {
        margin-top: 1rem;
        margin-bottom: 2rem;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        padding: 1rem 1rem;
    }

    .item {
        display: flex;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #dee2e6;
    }

    .item > .content-phone > .d-flex {
        align-items: center;
        margin-bottom: 1rem;
    }

    .item > .content-phone .img {
        margin-right: 1rem;
    }

    .item > .content-phone .img img {
        width: 5rem;
        height: 5rem;
    }

    .item > .content-phone .title {
        font-size: 1.125rem;
        color: #333333;
        line-height: 1.8rem;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .item > .content-phone .time {
        font-size: 1rem;
        color: #8c8b90;
        margin-top: 0.5rem;
    }

    .item > .content-phone .summary {
        font-size: 1rem;
        color: #8c8b90;
        margin-top: 1rem;
        margin-bottom: 0.25rem;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .news-info-box {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .news-info-box >  .news-info {
        text-align: center;
    }

    .news-info-box >  .news-info > .title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .news-info-box > .news-info > .time {
        color: #8c8b90;
        margin-bottom: 12px;
    }

    .news-info-box > .news-info > .news-content img{
        width: 100%;
    }
}

