/* ============================================
   公共列表/卡片样式
   从源站 page_impt_blank0121.css 提取
   用于产品列表、客户案例列表、新闻列表
   ============================================ */

/* --- 卡片网格布局 --- */
.c_portalResNews_list-01001,
.c_portalResProduct_list-01001 {
    min-width: 320px;
    width: 100%;
}

.newBox {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.newContainer {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 1rem auto;
}

.p_news {
    margin: 0;
    width: inherit;
    height: auto;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.newLi {
    position: relative;
    overflow: hidden;
    padding: 20px;
    width: 33.333%;
    box-sizing: border-box;
    float: left;
}

/* --- 卡片图片区域 --- */
.porTbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 230px;
}

.newImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}

/* --- 悬浮遮罩 --- */
.showBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    transition: all 0.5s ease;
}

.porTbox:hover .showBox {
    opacity: 1;
}

.showBoxLink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* --- 卡片信息区域 --- */
.porBbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 130px;
    padding: 20px 20px 10px;
    border: 1px solid #f2f2f2;
}

.leftBox {
    width: calc(100% - 40px);
}

.newTitle {
    font-size: 1rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.newSummry {
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    margin: 10px 0;
    text-overflow: ellipsis;
}

/* --- Details 链接 --- */
.lookDetail {
    position: relative;
    display: block;
    color: #777;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #e5e5e5;
    text-decoration: none;
}

.lookDetail:hover {
    color: #333;
    text-decoration: none;
}

.lookDetail:hover .barr {
    opacity: 0;
}

.details {
    font-size: 14px;
}

.arrowsR {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    width: 30px;
}

.arrowsR img {
    width: 16px;
    height: 16px;
}

.barr,
.harr {
    transition: opacity 0.3s ease;
}

/* --- 新闻列表布局（日期+标题） --- */
/* 新闻页面嵌套网格容器全宽 */
[id^="w_grid-1588915527"] {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

[id^="w_grid-1588915527"] > .w_grid > .p_gridbox > .p_gridCell {
    width: 100% !important;
    min-height: auto !important;
}

[id^="w_grid-1588915527"] > .w_grid > .p_gridbox > .p_gridCell::before {
    display: none !important;
}

.c_portalResNews_list-01001 .new-box {
    padding: 20px 0;
    overflow: hidden;
}

.c_portalResNews_list-01001 .new-box .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.c_portalResNews_list-01001 .new-lists {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #fff;
    padding: 30px 0;
    overflow: visible;
}

.c_portalResNews_list-01001 .new-list {
    margin: 5px 0;
    padding: 5px;
    transition: all 0.3s cubic-bezier(0.55,0,0.1,1);
}

.c_portalResNews_list-01001 .new-list:nth-child(even) {
    background-color: rgba(130,130,130,0.1);
}

.c_portalResNews_list-01001 .new-list:hover {
    box-shadow: rgba(0,0,0,0.19) 0px 10px 30px 0px;
    transform: translate3d(0px,-2px,0px);
    transition: all 0.3s ease;
    z-index: 10;
}

.c_portalResNews_list-01001 .new-list .wrap {
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 5px 0;
}

/* Bootstrap兼容：col-sm-3 = 25%, col-sm-9 = 75% */
.c_portalResNews_list-01001 .new-list .time-box,
.c_portalResNews_list-01001 .new-list .col-sm-3 {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    box-sizing: border-box;
}

.c_portalResNews_list-01001 .new-list .content,
.c_portalResNews_list-01001 .new-list .col-sm-9 {
    width: 75%;
    flex: 0 0 75%;
    max-width: 75%;
    box-sizing: border-box;
}

.c_portalResNews_list-01001 .new-list .time {
    text-align: left;
    font-weight: normal;
    font-family: Georgia, serif;
    font-size: 1.125rem;
    color: #666;
}

.c_portalResNews_list-01001 .new-list .title {
    position: relative;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    padding: 5px 20px;
    font-size: 1.125rem;
    color: #00479d;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c_portalResNews_list-01001 .new-list .title:hover {
    color: #1890FF;
}

.c_portalResNews_list-01001 .new-list .title::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    display: block;
    width: 20px;
    height: 20px;
    border: 4px solid #00479d;
    border-radius: 10px;
}

.c_portalResNews_list-01001 .new-list .newMs {
    padding: 0 20px;
    line-height: 1.8;
    font-size: 0.875rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    border-left: 2px solid rgba(67,67,67,.75);
    color: #666;
}

/* --- 分页 --- */
.e_pagebox,
.e_pagebox.p_page {
    text-align: center;
    padding: 20px 0;
}

.e_pagebox a.page-numbers,
.e_pagebox span.page-numbers {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #e5e5e5;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    padding: 0 8px;
    margin: 0 2px;
    text-decoration: none;
}

.e_pagebox span.page-numbers.current {
    background: #00479d;
    color: #fff;
    border-color: #00479d;
}

.e_pagebox a.page-numbers:hover {
    color: #00479d;
    border-color: #00479d;
}

.e_pagebox .pre,
.e_pagebox .next {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
}

.e_pagebox .pre:hover,
.e_pagebox .next:hover {
    color: #00479d;
    border-color: #00479d;
}

.e_pagebox .pre .font,
.e_pagebox .next .font {
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

/* --- 空数据提示 --- */
.e_PromptNoneData {
    text-align: center;
    padding: 60px 0;
}

.promptbox {
    width: auto;
    height: 100%;
}

.prompt_title {
    color: #999;
    font-size: 14px;
}

/* --- 响应式 --- */
@media (max-width: 992px) {
    .newLi {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .newLi {
        width: 100%;
    }
}
