.news-detail-hr {
    width: 100%;
    height: 0.2rem;
    background-color: rgb(113, 187, 248);
    margin: 3.125rem 0;

}

@font-face {
    font-family: 'SourceHanSansCN-Normal';
    src: url('../font/SourceHanSansCN-Normal.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.detail-p {
    font-size: 1.25rem;
    color: rgb(129, 128, 128);
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 1.25rem;
    font-family: 'SourceHanSansCN-Normal', sans-serif;
}

.detail-p2 {
    font-size: 1.4rem;
    color: #2a7fc1;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 1.25rem;

}

.news-detail-item {
    width: 30%;
}

/* 超出部分省略号 */
.chaochu {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
}

.news-detail-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}