body {
    background: #f5f7fa;
}

body, td, th {
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
}

.container-1280 {
    width: 1280px !important;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    .container-1280 {
        width: 1280px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container-1280 {
        width: 970px !important;
    }
}

@media (max-width: 991px) {
    .container-1280 {
        width: 100% !important;
    }
}

.work-news {
    background: #f8f9fa;
    padding: 20px 0 0px;
    border-bottom: none !important;
}

.work-news .row {
    display: flex;
    align-items: stretch;
}

.gg-news-left {
    padding-right: 10px;
    width: 30%;
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    min-height: 1024px;
}

.gg-news-right {
    padding-left: 10px;
    width: 70%;
    flex: 0 0 70%;
    display: flex;
    flex-direction: column;
}

.gg-news-right .news-list-wrapper {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 40, 80, 0.08);
    padding: 16px 20px 8px 20px;
    border: 1px solid #e9edf2;
}

.news-list-wrapper {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 18px 20px 10px;
    border-radius: 0 !important;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-list-wrapper .list-tabs {
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 24px;
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: 14px;
    padding-top: 6px;
    padding-bottom: 16px;
}

.tabx-item {
    text-align: center;
}

.news-list-wrapper .list-content {
    flex: 1;
}

.news-list-wrapper .list-content .news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s;
}

.news-list-wrapper .list-content .news-item:last-child {
    border-bottom: none;
}

.news-list-wrapper .list-content .news-item:hover {
    padding-left: 6px;
}

.news-list-wrapper .list-content .news-item .item-title {
    flex: 1;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 12px;
}

.news-list-wrapper .list-content .news-item .item-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}

.news-list-wrapper .list-content .news-item .item-title a:hover {
    color: #0ba1e4;
}

.news-list-wrapper .list-content .news-item .item-title .label-tag {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    background: #0ba1e4;
    padding: 0 8px;
    border-radius: 0 !important;
    margin-right: 6px;
    line-height: 18px;
}

.news-list-wrapper .list-content .news-item .item-title .label-tag.hot {
    background: #ff6b6b;
}

.news-list-wrapper .list-content .news-item .item-title .label-tag.notice {
    background: #ffa94d;
}

.news-list-wrapper .list-content .news-item .item-date {
    font-size: 12px;
    color: #555;
    white-space: nowrap;
    flex-shrink: 0;
}

.list-content img,
.news-list-wrapper img,
.tabx-panel.active img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 4px;
}

.prev-next-nav {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.prev-next-nav .nav-item {
    display: flex;
    align-items: center;
    max-width: 48%;
    padding: 6px 12px;
    border-radius: 4px;
    transition: background 0.2s;
    text-decoration: none;
    color: #333;
}

.prev-next-nav .nav-item:hover {
    background: #f5f5f5;
    color: #1e88e5;
    text-decoration: none;
}

.prev-next-nav .nav-item .arrow {
    font-size: 18px;
    margin-right: 10px;
    color: #1e88e5;
}

.prev-next-nav .nav-item .title-text {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 280px;
}

.prev-next-nav .nav-item.disabled {
    color: #bbb;
    cursor: default;
}

.prev-next-nav .nav-item.disabled:hover {
    background: transparent;
    color: #bbb;
}

@media (max-width: 768px) {
    .prev-next-nav .nav-item {
        max-width: 100%;
        width: 100%;
    }
    .prev-next-nav .nav-item .title-text {
        max-width: 200px;
    }
    .prev-next-nav .nav-item.next {
        justify-content: flex-end;
    }
    .prev-next-nav .nav-item.next .arrow {
        margin-right: 0;
        margin-left: 10px;
    }
}

.news_list_dh {
    color: #666;
    text-decoration: none;
}

.news_list_dh:hover {
    color: #666;
    text-decoration: none;
}

/* ----- 2. 列表项（干净简洁）----- */
.news-list .news-item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
    transition: background-color 0.15s ease;
}

.news-list .news-item:last-child {
    border-bottom: none;
}

.news-list .news-item:hover {
    background-color: #f7f9fc;
    margin: 0 -12px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 4px;
}

/* ----- 3. 日期区块（年份大，月日小）----- */
.news-list .news-date {
    flex-shrink: 0;
    width: 74px;
    text-align: center;
    line-height: 1.3;
    border-left: 2px solid #1e88e5;
    padding-left: 16px;
    opacity: 0.8;
}

.news-list .news-date .year {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #2F2F2F;
    letter-spacing: 0.5px;
    text-align: right;
}

.news-list .news-date .month-day {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #2F2F2F;
    margin-top: 2px;
    text-align: right;
}

/* ----- 4. 标题（加粗、稳重）----- */
.news-list .news-body {
    flex: 1;
    min-width: 0;
}

.news-list .news-title {
    font-size: 14px;
    font-weight: bold;
    color: #1e2a3a;
    line-height: 1.5;
    text-decoration: none;
    display: block;
    transition: color 0.2s;
}

.news-list .news-title:hover {
    color: #1e88e5;
    text-decoration: none;
}

/* 标签（精致） */
.news-list .label-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    margin-right: 8px;
    color: #fff;
    background: #9aa9b9;
}

.news-list .label-tag.hot {
    background: #c0392b;
}

.news-list .label-tag.notice {
    background: #e67e22;
}

.news-list .label-tag.important {
    background: #0b76e4;
}

/* ----- 6. 分页（方正、清晰）----- */
.pagination-wrapper {
    text-align: center;
    padding: 20px 0 12px 0;
}

.pagination-wrapper .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}

.pagination-wrapper .pagination > li {
    display: inline;
}

.pagination-wrapper .pagination > li > a,
.pagination-wrapper .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 14px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #1e3a5f;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dce1e8;
    font-size: 14px;
}

.pagination-wrapper .pagination > li > a:hover {
    background-color: #1e88e5;
    color: #fff;
    border-color: #1e88e5;
}

.pagination-wrapper .pagination > .active > a,
.pagination-wrapper .pagination > .active > span {
    background-color: #1e88e5;
    border-color: #1e88e5;
    color: #fff;
    cursor: default;
}

/* ----- 7. 响应式（移动端）----- */
@media (max-width: 768px) {
    .gg-news-right .news-list-wrapper {
        padding: 12px 14px;
    }

    .news-list .news-item {
        gap: 14px;
        padding: 12px 0;
        flex-wrap: wrap;
    }

    .news-list .news-date {
        width: 60px;
        padding-right: 12px;
        border-right-width: 2px;
    }

    .news-list .news-date .year {
        font-size: 18px;
    }

    .news-list .news-date .month-day {
        font-size: 11px;
    }

    .news-list .news-title {
        font-size: 14px;
    }

    .pagination-wrapper .pagination > li > a,
    .pagination-wrapper .pagination > li > span {
        padding: 4px 10px;
        font-size: 13px;
    }
}