/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* 基础样式重置 */
*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: "微软雅黑", "Microsoft Yahei", 'PingFang SC', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

main {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

/* img样式已移动到布局修复部分 */

li {
    list-style: none;
}

/* 通用布局类 - 已移动到修复部分 */

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/* 确保clearfix正确工作 */
.clearfix {
    display: block;
}

.clearfix::before {
    content: "";
    display: table;
}

.center-block-1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.w501 {
    width: 501px;
}

.w877 {
    width: 877px;
}

.w600 {
    width: 600px;
}

/* 头部样式 */
header {
    background-image: url('images/DM_202512_001.jpg');
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* 主要内容区域 */
.main {
    background-color: #ebf6fe;
}

/* 通用区块样式 */
section {
    padding: 60px 0;
}

/* 区块标题样式 */
.chnlt {
    margin-bottom: 40px;
}

.chnlt img {
    display: block;
}

/* 殷殷嘱托区域 */
.section1 {
    background-image: url('images/DM_20251023135449_027.jpg');
    background-size: cover;
    padding: 49px 0 57px;
    position: relative;
    min-height: auto;
}

.section1 .center-block-1200 {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
}

.section1 .clearfix {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.section1 .fl {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
    overflow: hidden;
}

.section1 .fr {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    min-width: 0;
    overflow: hidden;
}

.section1 .w501 {
    width: 100%;
}

/* 轮播图样式 */
.slick-mod {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    min-height: 432px;
}

.slick-mod2 {
    width: 600px;
    height: 399px;
    position: relative;
    overflow: hidden;
}

.slick-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
}

.slick-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #000;
}

.tit1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    color: #ffffff;
    line-height: 54px;
    text-indent: 9px;
    background: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slick-mod .slick-dots,
.slick-mod2 .slick-dots {
    position: absolute;
    right: 24px;
    bottom: 21px;
}

.slick-mod .slick-arrow,
.slick-mod2 .slick-arrow {
    width: 33px;
    height: 57px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    cursor: pointer;
}

.slick-mod .slick-dots li,
.slick-mod2 .slick-dots li {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0 8px 0 0;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.slick-mod .slick-dots li:hover,
.slick-mod2 .slick-dots li:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
}

.slick-mod .slick-dots li.slick-active,
.slick-mod2 .slick-dots li.slick-active {
    width: 14px;
    height: 14px;
    background: #e50012;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

/* 文章列表样式 */
.table-list {
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.lsit-item {
    display: flex;
    align-items: center;
    flex: 1;
    min-height: 0;
    width: 100%;
    background-color: #d4edfe;
    padding: 0 15px;
    box-sizing: border-box;
}

.lsit-item + .lsit-item {
    border-top: 1px solid #b8defe;
}

.lsit-item a {
    font-size: 18px;
    line-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lsit-item:hover {
    color: #ffffff;
    transition: 0.5s;
    background-color: #056ac0;
}

/* 南水十年区域 */
.section2 {
    padding-top: 54px;
}

.bgwhite {
    background-image: url('images/DM_20251023135449_028.jpg');
    background-position: center;
    background-repeat: repeat-y;
    padding: 70px 0;
}

.bgwhite + .bgwhite {
    margin-top: 14px;
}

.imgt img {
    margin-left: 30px;
}

.lsit-item2 h2 {
    color: #056bc0;
    font-size: 36px;
    line-height: 46px;
}

.lsit-item2 p {
    font-size: 20px;
    color: #4c4948;
    line-height: 32px;
    margin-top: 8px;
    text-indent: 2rem;
}

.lsit-item2 p a {
    font-weight: bold;
}

.lsit-item2 + .lsit-item2 {
    margin-top: 30px;
}

/* 要闻聚焦区域 */
.section3 {
    margin-top: 28px;
}

.hnews h1 {
    color: #056ac0;
    text-align: center;
    font-size: 36px;
    margin-bottom: 60px;
    margin-top: 57px;
}

.list li {
    height: 66.5px;
    border-bottom: 1px dashed #050504;
    font-size: 18px;
    line-height: 24px;
    display: table;
    width: 100%;
    padding-left: 18px;
    padding-right: 10px;
    font-weight: bold;
}

.list li a {
    display: table-cell;
    vertical-align: middle;
}

.list li:hover {
    background-color: #b7e3fd;
}

/* 融媒展厅区域 */
.section4 {
    margin-top: 59px;
}

.rmzt {
    background-image: url('images/DM_20251023135449_029.png');
    height: 900px;
    background-position: top 68px center;
    background-repeat: no-repeat;
}

.iw_thumbs {
    background: #fff;
    margin-top: 150px;
}

.pic_bl {
    width: 1200px;
    overflow: hidden;
    position: relative;
    height: 460px;
    margin: 0 auto;
}

.pic_bl ul {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    transition: none;
}

.pic_bl ul li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #c6c5c5;
    margin-right: 25px;
    width: auto;
    height: 460px;
    overflow: hidden;
}

.pic_bl ul li img {
    height: 460px;
    width: auto;
    display: block;
    object-fit: cover;
}

.pic_bl .pic_l, .section1 .pic_l, .button .pic_l {
    display: block;
    position: absolute;
    left: 20px;
    top: calc(50% - 20px);
    background: rgba(30, 60, 114, 0.8);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.pic_bl .pic_r, .section1 .pic_r, .button .pic_r {
    display: block;
    position: absolute;
    right: 20px;
    top: calc(50% - 20px);
    background: rgba(30, 60, 114, 0.8);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.pic_bl .pic_l:hover, .pic_bl .pic_r:hover {
    background: rgba(30, 60, 114, 1);
    transform: scale(1.1);
}

.pic_bl .pic_l:before, .pic_bl .pic_r:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
}

.pic_bl .pic_l:before {
    border-width: 8px 12px 8px 0;
    border-color: transparent white transparent transparent;
}

.pic_bl .pic_r:before {
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent white;
}

/* 融媒展厅轮播图优化 */
#div ul {
    width: auto !important;
    transition: none !important;
}

#div li img {
    visibility: visible;
    max-width: none;
}

#div li.hideli img {
    visibility: hidden;
}

#div li.hideli {
    border: none;
}

/* 确保轮播图容器正确显示 */
.pic_bl ul {
    white-space: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 媒体关注区域 */
.section5 {
    margin-top: 65px;
    padding-bottom: 50px;
}

.lsit2 li {
    width: 550px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    line-height: 49px;
}

.lsit2 li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    background-color: #056ac0;
    margin-right: 17px;
}

.lsit2 li:nth-child(even) {
    float: right;
}

.lsit2 li:nth-child(odd) {
    float: left;
}

/* 新华社报道集区域 */
/* 重复定义已删除 */

.section6 img {
    width: 100%;
    height: auto;
}

/* 页脚样式 */
footer {
    background-color: #0b4397;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    padding: 15px 0;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover {
    color: #ffffff;
}

/* Slick轮播图样式 */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    font-size: 0;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    text-align: center;
    font-size: 0;
}

/* 重复的slick-dots样式已删除 */

/* Slick轮播图箭头样式 */
.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(30, 60, 114, 0.8);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    border: none;
    outline: none;
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.slick-prev:hover, .slick-next:hover {
    background: rgba(30, 60, 114, 1);
    transform: translateY(-50%) scale(1.1);
}

.slick-prev:before, .slick-next:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
}

.slick-prev:before {
    border-width: 8px 12px 8px 0;
    border-color: transparent white transparent transparent;
    margin-left: -2px;
}

.slick-next:before {
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent white;
    margin-right: -2px;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.slick-prev.slick-disabled:hover, .slick-next.slick-disabled:hover {
    transform: translateY(-50%);
    background: rgba(30, 60, 114, 0.8);
}

/* 布局修复 */
.section2 .clearfix,
.section3 .clearfix {
    display: block;
}

.section2 .clearfix::after,
.section3 .clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* 确保图片正确显示 */
img {
    max-width: 100%;
    height: auto;
    border: none;
    display: block;
}

/* 修复可能的布局问题 */
.section1,
.section2,
.section3,
.section4,
.section5,
.section6 {
    display: block;
    width: 100%;
}

/* 确保轮播图正确显示 */
.slick-slider {
    position: relative;
    display: block;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

/* 轮播图平滑过渡效果 */
.slick-slide {
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slick-slide.slick-active {
    opacity: 1;
}

.slick-slide:not(.slick-active) {
    opacity: 0;
}

/* 防止图片加载时的闪白 */
.slick-item img {
    transition: opacity 0.3s ease;
}

/* 重复的slick-slide img样式已删除 */

/* 确保轮播图项目正确显示 */
/* 重复的slick-item样式已删除 */

/* 确保轮播图容器正确显示 - 已在上方定义 */

/* 通用浮动类（其他区域使用） */
.fl {
    float: left;
    display: block;
}

.fr {
    float: right;
    display: block;
}

/* 确保列表正确显示 */
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 确保链接正确显示 */
a {
    text-decoration: none;
    color: inherit;
}

/* 确保列表正确显示 */
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 确保链接正确显示 */
a {
    text-decoration: none;
    color: inherit;
}

.section6 {
    padding-bottom: 50px;
}

.lsit-item2 p {
    text-indent: 2rem;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .center-block-1200 {
        width: 100%;
        padding: 0 15px;
    }
    
    .section1 .clearfix {
        flex-direction: row;
    }
    
    .section2 .clearfix,
    .section3 .clearfix {
        display: flex;
        gap: 20px;
    }
    
    .section3 .fr {
        flex: 0 0 500px;
    }
    
    .pic_bl {
        width: 100%;
        max-width: 1200px;
    }
}

@media (max-width: 768px) {
    .section1 .clearfix {
        flex-direction: column;
    }
    
    .section1 .fr,
    .section1 .fl {
        flex: none;
        width: 100%;
    }
    
    .section2 .clearfix,
    .section3 .clearfix {
        flex-direction: column;
    }
    
    .section3 .fr {
        flex: none;
        width: 100%;
    }
    
    .imgt {
        flex: none;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .lsit2 {
        grid-template-columns: 1fr;
    }
    
    .iw_thumbs {
        margin-top: 50px;
    }
    
    .pic_bl {
        height: 400px;
    }
    
    #div li img {
        height: 400px;
    }
}

@media (max-width: 480px) {
    section {
        padding: 40px 0;
    }
    
/*     .chnlt {
        margin-bottom: 30px;
    } */
    
    .bgwhite {
        padding: 20px 0;
    }
    
    .iw_thumbs {
        padding: 20px 10px;
    }
    
    .pic_l, .pic_r {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .pic_l {
        left: 10px;
    }
    
    .pic_r {
        right: 10px;
    }
}

/* 动画效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lsit-item,
.lsit-item2,
.list li,
.lsit2 li {
    animation: fadeInUp 0.6s ease-out;
}

/* 滚动条样式 */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #1e3c72;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #2a5298;
}
