/* 内页长图样式 */
.ny_news_page{
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.ny_news_page a{
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 4px;
    background: #f5f5f5;
    padding: 0 10px;
    color: #233640;
    font-size: 14px;
    margin-right: 10px;
}

.ny_news_page span{
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 4px;
    background: #233640;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}