.centeredBox {
    width: 1285px;
    margin: 0 auto;
}
.pd-tb {
    padding-top: 80px;
    padding-bottom: 99px;
}
.news {
    flex: 1;
}
.news_img {
    width: 362px;
    height: 162px;
    margin-right: 74px;
    flex-shrink: 0;
}
.news_title {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.news_title:hover {
    color: #7476FE;
}
.news_text {
    margin-top: 39px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2; /* 设置显示的最大行数 */
}
.news_checkDetail {
    text-align: right;
    font-size: 12px;
    color: #7476FE;
    margin-top: 15px;
    cursor: pointer;
}
.news_box_item {
    display: flex;
}
.news_box_item + .news_box_item {
    margin-top: 65px;
}