.ny_prototal{
    display: flex;
    flex-wrap: wrap;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

/**, ::after, ::before{*/
/*    box-sizing: content-box !important;*/
/*}*/

/* 分页组件 */
.pagination-block {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.pagination {
    margin: 0;
}
.pagination_info {
    margin: 0 10px;
    display: flex;
    align-items: center;
}
.pagination li a,.pagination li span {
    border-radius: 0 !important;
    margin-right: 8px;
    color: #7c7c7c;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination li.disabled span {
    cursor: not-allowed;
}
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > li > a:hover {
    color: #fff;
    background: #ffb600;
    border: 1px solid transparent;
}

/*新闻详情页*/
.bc-related-post {
    background: #f5f5f5;
    padding: 15px 20px 12px;
    margin-bottom: 65px;
}
.bc-related-post .previous-post,.bc-related-post .next-post {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.bc-related-post .next-post {
    float: right;
}
.bc-related-post .previous-post:hover,.bc-related-post .next-post:hover {
    color: #ffb600;
}
/*新闻详情页结束*/
.nyxqnews_leftpage{
    text-align: center;
}

.product_content ul li p{
    white-space: nowrap;   /* 强制不换行 */
    overflow: hidden;      /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 溢出显示省略号 */
    padding: 0 5px;
    line-height: 35px !important;
}