.news-view .backstretch {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 245px;
    background: url('../img/news/news.png') no-repeat bottom, linear-gradient(to top, #3362b9 32%, #6ba4f5 86%);
    font-size: 31px;
    color: #fff;
}

.news-view .news-center {
    width: 60%;
    padding-right: 60px;
}

.news-view .flex-align {
    display: flex;
    /* gap: 60px; */
}

.news-view .news-center .news-center-item {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    border-top: 1px solid #D8D8D8;
    padding: 24px 0;
    line-height: normal;
    color: #333333;
    cursor: pointer;
}

.news-view .news-center .news-center-item:hover {
    color: #01359D;
    text-decoration: none;
}

.news-view .news-center .news-center-item .t {
    font-size: 20px;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-view .news-center .news-center-item .abstract {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-view .news-center .news-center-item .news-info {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 40px;
    font-size: 14px;
    color: #333333;
}

.news-view .news-center .news-center-item .news-info>* {
    display: flex;
    column-gap: 4px;
}

.news-view .news-center #page-box {
    display: flex;
    justify-content: center;
    column-gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.news-view .news-center #page-box>* {
    border: 1px solid #333333;
    line-height: normal;
    padding: 1px 8px;
    cursor: pointer;
}

.news-view .news-center #page-box>*:hover {
    border: 1px solid #999999;
    box-shadow: 0 0 2px #999;
    color: #999999;
}

.news-view .news-center #page-box>.sel {
    background: #01359D;
    color: #fff;
}

.news-view .news-center #page-box>.sel:hover {
    border: 1px solid #333333;
    box-shadow: none;
    background: #01359D;
    color: #fff;
}

.news-view .news-center #page-box>.disabled {
    border: 1px solid #999999;
    box-shadow: 0 0 2px #999;
    color: #999999;
    cursor: no-drop;
}

.news-view .news-center #page-box>*:nth-child(1):hover {
    border: 1px solid #333333;
    box-shadow: none;
    color: #333333;
    cursor: context-menu;
}

.news-view .recent {
    width: 40%;
}

.news-view .recent .recent-item {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    border-top: 1px solid #D8D8D8;
    padding: 24px 16px;
    line-height: normal;
    color: #333333;
    cursor: pointer;
}

.news-view .recent .recent-item::after {
    content: '●';
    position: absolute;
    left: 0;
    font: 600 10px / 26px PingFang SC;
}

.news-view .recent .recent-item .t {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-view .recent .recent-item .abstract {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-view .recent .recent-item .t span:nth-child(1) {
    width: 80%;
    font-size: 20px;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-view .recent .recent-item .t .preview {
    display: flex;
    align-items: center;
    column-gap: 4px;
    font-size: 14px;
    color: #333333;
}

.news-view .recent .recent-item:hover {
    color: #01359D;
    text-decoration: none;
}

.news-view .t .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.news-view .t .title .attach {
    height: 15px;
    border-left: 4px solid #01359D;
    line-height: 14px;
    text-indent: 10px;
}

.back {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.back:hover {
    opacity: .8;
}

/* 隐藏默认滚动条 */
iframe {
    overflow: hidden;
}


@media (max-width:900px) {
    .news-view .flex-align {
        flex-wrap: wrap;
    }

    .news-view .news-center {
        width: 100%;
        padding-right: 0;
    }

    .news-view .recent {
        width: 100%;
    }
}
