a:hover {
    text-decoration: none;
    color: #d32f2f;
    transition: all 0.3s;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.domPC,
.domPc {
    display: block !important;
}

.domMOB,
.domMobile {
    display: none !important;
}

body {
    background: #fff url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcBanner_v1.jpg") 50% 0 no-repeat;
}

.banner {
    height: 400px;
    position: relative;
    overflow: hidden;
}

.lmt {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.lmt2 {
    width: 100%;
    position: relative;
}

.zt_more {
    position: absolute;
    right: 0px;
    top: 22px;
    font-size: 14px;
}

.zt_more a {
    color: #666;
}

.part01 {
    width: 1200px;
    margin: 40px auto 10px;
}

.part01_left {
    width: 660px;
    float: left;
    position: relative;
    overflow: hidden;
}

.part01_left .swiper-container {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.part01_left .swiper-slide {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}

.part01_left .swiper-slide:hover {
    transform: scale(1.02);
}

/* 图片遮罩效果 */
.part01_left .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.part01_left .swiper-slide:hover::before {
    opacity: 1;
}

.part01_left .swiper-slide .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    padding: 15px 25px 40px 25px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    box-sizing: border-box;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    font-weight: 600;
    transform: translateY(20px);
    opacity: 0.9;
    transition: all 0.4s ease;
}

.part01_left .swiper-slide:hover .tit {
    transform: translateY(0);
    opacity: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.1) 100%);
}

.part01_left .swiper-slide .tit a {
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

.part01_left .swiper-slide .tit a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff6b35, #ffa726);
    transition: width 0.4s ease;
}

.part01_left .swiper-slide:hover .tit a::after {
    width: 80%;
}

.part01_left .swiper-slide .tit h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.part01_left .swiper-slide .tit p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    opacity: 0.95;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.part01_left .swiper-slide-active:after {
    display: none;
}

.part01_left .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.part01_left .swiper-slide:hover img {
    transform: scale(1.05);
}

/* 导航按钮美化 */
.part01_left .swiper-button-prev {
    width: 34px;
    height: 73px;
    background: url("https://www.news.cn/world/2023dljjbh/images/20231020jbh_part01AnLeft_v1.png") 100% 100% no-repeat;
    right: auto;
    left: 0px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part01_left .swiper-button-prev:hover {
    background: url("https://www.news.cn/world/2023dljjbh/images/20231020jbh_part01AnLeft_v1.png") 100% 100% no-repeat;
    transform: translateX(-0px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.part01_left .swiper-button-next {
    width: 34px;
    height: 73px;
    background: url("https://www.news.cn/world/2023dljjbh/images/20231020jbh_part01AnRight_v1.png") 100% 100% no-repeat;
    left: auto;
    right: 0px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}


.part01_left .swiper-button-next:hover {
    background: url("https://www.news.cn/world/2023dljjbh/images/20231020jbh_part01AnRight_v1.png") 100% 100% no-repeat;
    transform: translateX(0px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* 分页器美化 */
.part01_left .swiper-pagination {
    position: absolute;
    width: 100%;
    right: auto;
    bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    z-index: 5;
}

.part01_left .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 3px;
    margin: 0 6px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.part01_left .swiper-pagination .swiper-pagination-bullet-active {
    background: #c9caca;
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(211, 47, 47, 0.6);
}

.part01_left .swiper-pagination .swiper-pagination-bullet:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: scale(1.1);
}

.part01_right {
    width: 500px;
    float: right;
    margin-top: 10px;
    position: relative;
}

.part01_right h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #333;
}

.part01_right p {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    opacity: 0.95;
    margin-bottom: 24px;
    text-indent: 2em;
    color: #333;
    padding-bottom: 30px;

}

.part01_right .moreGd {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #666;
}

.part01_right .moreGd a {
    font-size: 16px;
    color: #666;
}

.part02 {
    width: 1200px;
    margin: 0px auto 0;
    padding-top: 40px;
}

.part02_con {
    width: 1200px;
    margin: 40px auto 0px;
    position: relative;
}

.tab {
    width: 1200px;
    position: relative;
    margin: 40px auto 0px;
}

.tab .tab_menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}

.tab .tab_menu li {
    float: left;
    width: 178px;
    height: 57px;
    line-height: 57px;
    cursor: pointer;
    text-align: center;
    background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart02Bg03_v1.png") 50% 0 no-repeat;
    color: #c80000;
    padding: 0 20px;
}

.tab .tab_menu li a {
    color: #c80000;
}

.tab .tab_menu .selected {
    background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart02Bg04_v1.png") 50% 0 no-repeat;
    color: #fff;
}

.tab .tab_menu .selected a {
    color: #fff;
}

.tab .tab_box {
    width: 1200px;
    background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart02Bg05_v1.png") 50% 0 no-repeat;
    height: 506px;
    clear: both;
    position: relative;
    padding: 15px;
}

.tab .tab_box .tab_item {
    display: none;
}

.tab .tab_box .tab_item.active {
    display: block;
}

.part02_con .view {
    width: 650px;
    float: left;
}

.part02_con .view .arrow-left,
.part02_con .view .arrow-right {
    position: absolute;
    top: 50%;
    margin-top: -37px;
    z-index: 10;
    cursor: pointer;
}

.part02_con .view .arrow-left {
    width: 34px;
    height: 73px;
    background: url("https://www.news.cn/world/2023dljjbh/images/20231020jbh_part01AnLeft_v1.png") 100% 100% no-repeat;
    right: auto;
    left: 0px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.part02_con .view .arrow-right {
    width: 34px;
    height: 73px;
    background: url("https://www.news.cn/world/2023dljjbh/images/20231020jbh_part01AnRight_v1.png") 100% 100% no-repeat;
    left: auto;
    right: 0px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.part02_con .view .swiper-slide {
    /* display: flex;
            align-items: center;
            justify-content: center; */
    width: 650px;
    /* min-height: 440px;*/
    /* opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease; */
}

.part02_con .view .swiper-slide.swiper-slide-active {
    /* opacity: 1;
    transform: translateY(0); */
}

.part02_con .view .swiper-slide .img {
    width: 650px;
    position: relative;
    /* border-radius: 12px; */
    overflow: hidden;
    /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease; */
}

.part02_con .view .swiper-slide .img:hover {
    /* transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25); */
}

.part02_con .view .swiper-slide .img img {
    width: 650px;
    height: 366px;
    /* object-fit: cover;
    aspect-ratio: 16/9;
    transition: transform 0.6s ease;
    border-radius: 12px; */
}

.part02_con .view .swiper-slide .img:hover img {
    /* transform: scale(1.05); */
}

.part02_con .view .swiper-slide .img::after {
    content: '';
    position: absolute;
    left: -15px;
    bottom: -15px;
    width: 100%;
    height: 100%;
    border: 3px solid #d7aa72;
    border-radius: 12px;
    z-index: -1;
    transition: all 0.4s ease;
}

.part02_con .view .swiper-slide .img:hover::after {
    left: -20px;
    bottom: -20px;
    border-color: #c19654;
}

.part02_con .view .swiper-slide .tit {
    flex: 1;
    max-width: 650px;
    padding: 15px 30px 10px 30px;
    background: #fff6eb;
    border-radius: 0 12px 12px 0;
    margin-top: -3px;
}

.part02_con .view .swiper-slide .tit h3 {
    margin: 0 0 0px 0;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    position: relative;
    padding-bottom: 6px;
    transition: color 0.3s ease;
}

.part02_con .view .swiper-slide .tit h3 a {
    color: #333;
}

.part02_con .view .swiper-slide .tit h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #955200, rgb(183, 110, 0));
    border-radius: 2px;
    transition: width 0.4s ease;
}

.part02_con .view .swiper-slide:hover .tit h3 {
    color: #6e3d02;
}

.part02_con .view .swiper-slide:hover .tit h3 a {
    color: #6e3d02;
}

.part02_con .view .swiper-slide:hover .tit h3::after {
    width: 150px;
}

.part02_con .view .swiper-slide .tit p {
    font-size: 16px;
    color: #331c00;
    line-height: 1.8;
    margin: 0;
    text-align: justify;
    position: relative;
    /* padding-left: 20px; */
}

.part02_con .view .swiper-slide .tit p::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 32px;
    color: #946933;
    font-family: Georgia, serif;
    line-height: 1;
    display: none;
}

.part02_con .view .swiper-slide .tit p::after {
    content: '"';
    font-size: 32px;
    color: #946933;
    font-family: Georgia, serif;
    line-height: 1;
    margin-left: 5px;
    display: none;
}

.part02_con .view h3 {
    font-size: 18px;
    color: #333;
    margin-top: 15px;
    text-indent: 2em;
}

.part02_con .view h3 a {
    font-size: 18px;
    color: #333;
    margin-top: 15px;
    line-height: 28px;
}

.part02_con .swiper-pagination-bullet-active {
    width: 40px;
}

.part02_con .preview {
    width: 505px;
    float: right;
    position: relative;
}

.part02_con .preview .swiper-container {
    width: 100%;
    height: 470px;
}

.part02_con .preview .swiper-slide {}

.part02_con .preview .active-nav {
    font-weight: bolder;
}

.part02_con .preview .active-nav::before {
    content: "";
    width: 18px;
    height: 48px;
    background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart02Bg02_v1.png") 0 0 no-repeat;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -24px;
    z-index: 99;
}

.part02_con .preview .arrow-left {
    position: absolute;
    width: 28px;
    height: 47px;
    top: 50%;
    margin-top: -22px;
    left: -20px;
    cursor: pointer;
    opacity: .8;
    display: none;
}

.part02_con .preview .arrow-right {
    width: 28px;
    height: 47px;
    top: 50%;
    margin-top: -22px;
    right: -20px;
    position: absolute;
    cursor: pointer;
    opacity: .8;
    display: none;
}

.part02_con .preview .arrow-left:hover {
    opacity: 1;
}

.part02_con .preview .arrow-right:hover {
    opacity: 1;
}

.part02_con .preview .swiper-slide .img {
    width: 240px;
    height: 155px;
    float: left;
    position: relative;
}

.part02_con .preview .swiper-slide .img img {
    width: 240px;
    height: 120px;
}

.part02_con .preview .swiper-slide .img:nth-child(2n) {
    margin-left: 20px;
}

.part02_con .preview .swiper-slide .img p {
    margin-top: 5px;
    color: #666;
    text-align: center;
}

.part02_con .preview .swiper-pagination {
    bottom: -8px;
    margin: 0 auto;
    width: 100%;
}

.part02_con .preview .swiper-pagination-bullet {
    opacity: 1;
    background: #ccc;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 15px;
    width: 15px;
    height: 15px;
    margin: 0 5px
}

.part02_con .preview .swiper-pagination-bullet-active {
    width: 44px;
    background: #f55c51;
}

.play1 {
    position: absolute;
    left: 10px;
    top: 322px;
    background: url(http://www.wenming.cn/sxll/mdmxl/zgsxdhmdm/xdh_bg03.png) 0 0 no-repeat;
    width: 29px;
    height: 29px;
}

.play2 {
    position: absolute;
    left: 10px;
    top: 80px;
    background: url(http://www.wenming.cn/sxll/mdmxl/zgsxdhmdm/xdh_bg03.png) 0 0 no-repeat;
    width: 29px;
    height: 29px;
    z-index: 1000;
}


.part03 {
    width: 1200px;
    margin: 40px auto 0;
}

.part03_con {
    width: 1200px;
    margin: 40px auto 0px;
    /* height: 257px; */
    height: auto;
    position: relative;
    background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart03Bg01_v1.png") 50% 0 no-repeat;
    background-size: 100% 100%;
    padding: 15px;
}

.part03_con .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.part03_con .swiper-wrapper {}

.part03_con .swiper-slide {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

/* .part03_con .swiper-slide:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
        } */

.part03_con .swiper-slide dl {
    height: 100%;
    margin: 0;
}

.part03_con .swiper-slide dt {
    width: 360px;
    height: auto;
    overflow: hidden;
    margin: 0;
    border-radius: 8px;
    float: left;
}

.part03_con .swiper-slide dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.part03_con .swiper-slide:hover dt img {
    transform: scale(1.05);
}

.part03_con .swiper-slide dd {
    width: 347px;
    float: left;
    margin-left: 38px;
    background: url(http://www.wenming.cn/wmzthc/wmzg2024/images/wmzg24082010.png) no-repeat 0px 8px;
    padding-left: 20px;
}

.part03_con .swiper-slide dd h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 1.6;
    margin: 0 0 8px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.part03_con .swiper-slide dd h3 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.part03_con .swiper-slide dd h3 a:hover {
    color: #c80000;
}

.part03_con .swiper-slide dd p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 0;
    /* display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            flex: 1; */
}

.part03_con .swiper-button-prev {
    width: 50px;
    height: 41px;
    background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart03AnL_v1.png") 100% 100% no-repeat;
    right: auto;
    left: -60px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part03_con .swiper-button-prev:hover {
    background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart03AnLOn_v1.png") 100% 100% no-repeat;
    transform: translateX(-0px) scale(1.1);
}

.part03_con .swiper-button-next {
    width: 50px;
    height: 41px;
    background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart03AnR_v1.png") 100% 100% no-repeat;
    left: auto;
    right: -60px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part03_con .swiper-button-next:hover {
    background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart03AnROn_v1.png") 100% 100% no-repeat;
    transform: translateX(0px) scale(1.1);
}

/* 分页器美化 */
.part03_con .swiper-pagination {
    position: absolute;
    width: 100%;
    right: auto;
    bottom: -20px;
    text-align: center;
    display: flex;
    justify-content: center;
    z-index: 5;
}

.part03_con .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 3px;
    margin: 0 6px;
    background: rgba(74, 1, 1, 0.6);
    border-radius: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.part03_con .swiper-pagination .swiper-pagination-bullet-active {
    background: #e7b838;
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(222, 160, 4, 0.6);
    /* box-shadow: 0 0 10px rgba(211, 47, 47, 0.6); */
}

.part03_con .swiper-pagination .swiper-pagination-bullet:hover {
    background: rgba(169, 121, 0, 0.9);
    transform: scale(1.1);
}

.part04 {
    width: 100%;
    margin: 60px auto 0;
    background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart04Bg01_v1.jpg") 50% 100% no-repeat;
    padding-bottom: 30px;
}

.part04_con {
    width: 1200px;
    margin: 40px auto 0px;
    /* height: 257px; */
    height: auto;
    position: relative;
}

.tab1 {
    width: 1200px;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.tab1 .tab1_menu {
    width: 1212px;
}

.tab1 .tab1_menu li {
    float: left;
    width: 92px;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    text-align: center;
    margin: 0 9px 9px 0;
    font-size: 16px;
    color: #000;
    background: #fff7ec;
}

.tab1 .tab1_menu .selected {
    background-color: #dc0000;
    cursor: pointer;
    color: #fff;
}

.tab1 .tab1_menu .selected a {
    color: #fff;
}

.tab1 .tab1_box {
    width: 1200px;
    height: 338px;
    overflow: hidden;
    margin-top: 20px;
}

.tab1 .hide {
    display: none;
}

.zhbd_left {
    float: left;
    width: 600px;
    height: 338px;
    position: relative;
}

.zhbd_left img {
    width: 600px;
    height: 338px;
}

.zhbd_left .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    opacity: 0.6;
    background: #000;
    z-index: 0;
}

.zhbd_left .title {
    position: absolute;
    left: 2%;
    bottom: 0;
    width: 96%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}

.zhbd_left .title a {
    color: #fff;
}

.zhbd_right {
    float: right;
    width: 566px;
    height: 338px;
    overflow: hidden;
    position: relative;
}

.zhbd_list li {
    background: url(http://www.wenming.cn/wmzthc/wmzg2024/images/wmzg24082010.png) no-repeat left 10px;
    font-size: 18px;
    color: #000;
    padding-left: 25px;
    margin-top: 32px;
}

.zhbd_list li a {
    color: #000;
}

.zhbd_list li:nth-child(1) {
    margin-top: 12px;
}

.zhbd_right .moreGd {
    position: absolute;
    right: 0;
    top: 316px;
    color: #666;
}

.zhbd_right .moreGd a {
    color: #666;
}

.part05 {
    width: 100%;
    margin: 60px auto 0;
}

.part05_con {
    width: 1200px;
    margin: 40px auto 0px;
}

.part05_con ul {
    display: flex;
    margin: 0 -10px;
}

.part05_con li {
    margin: 0 10px;
}

.part05_con li {
    flex: 1;
    background: #f4e7d9;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.part05_con li:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.part05_con .img {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.part05_con .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    transition: transform 0.3s ease;
}

.part05_con .img:hover img {
    transform: scale(1.05);
}

.part05_con h3 {
    padding: 10px;
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #724013;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.part05_con h3 a {
    color: #724013;
    text-decoration: none;
    transition: color 0.3s ease;
}

.part05_con h3 a:hover {
    color: #d32f2f;
}

.part06 {
    width: 100%;
    margin: 60px auto 0;
    background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart06Bg01_v1.jpg") 50% 100% no-repeat;
    padding-bottom: 40px;
}

.part06_con {
    width: 1200px;
    margin: 40px auto 0px;
}

.part06_left {
    width: 574px;
    float: left;
}

.part06_left ul {
    margin-top: 30px;
}

.part06_left li {
    float: left;
    width: 270px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: all 0.4s ease;
}

.part06_left li+li {
    float: right;
}

.part06_left li:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}

.part06_left li img {
    width: 100%;
    height: 485px;
    transition: transform 0.3s ease;
}

.part06_left li:hover img {
    transform: scale(1.08);
}

.part06_left .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    padding: 20px 10px 10px 10px;
    border-radius: 0 0 8px 8px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fdf2d2;
    background: rgba(67, 35, 33, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(67, 35, 33, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
    background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
    font-weight: bolder;
}

.part06_left .tit h3 {
    font-size: 16px;
}

.part06_left .tit a {
    color: #fdf2d2;
}

.part06_right {
    width: 574px;
    float: right;
}

.part06_rightcon {
    width: 100%;
    position: relative;
    margin: 0px auto 0px;
}

.part06_rightcon .swiper-container {
    padding: 30px 20px 50px 20px;
}

.part06_rightcon .swiper-slide {
    float: left;
    width: 270px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: all 0.4s ease;
}

.part06_rightcon .swiper-slide:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

.part06_rightcon .swiper-slide img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.part06_rightcon .swiper-slide:hover img {
    transform: scale(1.08);
}

.part06_rightcon .swiper-slide .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    padding: 20px 5px 10px 5px;
    border-radius: 0 0 8px 8px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fdf2d2;
    background: rgba(67, 35, 33, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(67, 35, 33, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
    background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
    font-weight: bolder;
}

.part06_rightcon .swiper-slide .tit h3 {
    font-size: 16px;
}

.part06_rightcon .swiper-slide .tit a {
    color: #fdf2d2;
}

.part06_right .swiper-button-prev {
    width: 50px;
    height: 41px;
    background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart03AnL_v1.png") 100% 100% no-repeat;
    left: 50px;
    top: auto;
    bottom: 0px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part06_right .swiper-button-prev:hover {
    background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart03AnLOn_v1.png") 100% 100% no-repeat;
    transform: translateX(-0px) scale(1.1);
}

.part06_right .swiper-button-next {
    width: 50px;
    height: 41px;
    background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart03AnR_v1.png") 100% 100% no-repeat;
    right: 50px;
    top: auto;
    bottom: 0px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part06_right .swiper-button-next:hover {
    background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart03AnROn_v1.png") 100% 100% no-repeat;
    transform: translateX(0px) scale(1.1);
}

/* 分页器美化 */
.part06_right .swiper-pagination {
    position: absolute;
    width: 100%;
    right: auto;
    bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    z-index: 5;
}

.part06_right .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 3px;
    margin: 0 6px;
    background: rgba(74, 1, 1, 0.6);
    border-radius: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.part06_right .swiper-pagination .swiper-pagination-bullet-active {
    background: #e7b838;
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(222, 160, 4, 0.6);
    /* box-shadow: 0 0 10px rgba(211, 47, 47, 0.6); */
}

.part06_right .swiper-pagination .swiper-pagination-bullet:hover {
    background: rgba(169, 121, 0, 0.9);
    transform: scale(1.1);
}

.part07 {
    width: 100%;
    margin: 20px auto 0;
    padding-bottom: 20px;
    background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart07Bg01_v1.jpg") 50% 100% no-repeat;
}

.part07_con {
    width: 1200px;
    margin: 40px auto 0px;
}

.part07_left {
    width: 574px;
    float: left;
}

.part07_leftcon {
    width: 574px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.part07_leftcon .swiper-container {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.part07_leftcon .swiper-slide {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}

.part07_leftcon .swiper-slide:hover {
    transform: scale(1.02);
}

/* 图片遮罩效果 */
/* .part07_leftcon .swiper-slide::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 100%);
            z-index: 2;
            opacity: 0;
            transition: opacity 0.3s ease;
        } */

.part07_leftcon .swiper-slide:hover::before {
    opacity: 1;
}

.part07_leftcon .swiper-slide .tit {
    /* position: absolute;
            left: 0;
            bottom: 0; */
    z-index: 4;
    padding: 50px 25px 40px 25px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    box-sizing: border-box;
    color: #333;
    background: #fff6eb;
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    font-weight: 600;
    transform: translateY(0px);
    opacity: 0.9;
    transition: all 0.4s ease;
}

.part07_leftcon .swiper-slide:hover .tit {
    transform: translateY(0);
    opacity: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.1) 100%);
}

.part07_leftcon .swiper-slide .tit a {
    color: #333;
    text-decoration: none;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

.part07_leftcon .swiper-slide .tit a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff6b35, #ffa726);
    transition: width 0.4s ease;
}

.part07_leftcon .swiper-slide:hover .tit a {
    color: #fff;
}

.part07_leftcon .swiper-slide:hover .tit a::after {
    width: 80%;
}

.part07_leftcon .swiper-slide .tit h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.part07_leftcon .swiper-slide .tit p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    opacity: 0.95;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.part07_leftcon .swiper-slide-active:after {
    display: none;
}

.part07_leftcon .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.part07_leftcon .swiper-slide:hover img {
    transform: scale(1.3);
    /* transform: scale(1.05); */
}

/* 导航按钮美化 */
.part07_leftcon .swiper-button-prev {
    width: 34px;
    height: 73px;
    background: url("https://www.news.cn/world/2023dljjbh/images/20231020jbh_part01AnLeft_v1.png") 100% 100% no-repeat;
    right: auto;
    left: 0px;
    margin-top: -50px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part07_leftcon .swiper-button-prev:hover {
    background: url("https://www.news.cn/world/2023dljjbh/images/20231020jbh_part01AnLeft_v1.png") 100% 100% no-repeat;
    transform: translateX(-0px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.part07_leftcon .swiper-button-next {
    width: 34px;
    height: 73px;
    background: url("https://www.news.cn/world/2023dljjbh/images/20231020jbh_part01AnRight_v1.png") 100% 100% no-repeat;
    left: auto;
    right: 0px;
    margin-top: -50px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}


.part07_leftcon .swiper-button-next:hover {
    background: url("https://www.news.cn/world/2023dljjbh/images/20231020jbh_part01AnRight_v1.png") 100% 100% no-repeat;
    transform: translateX(0px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* 分页器美化 */
.part07_leftcon .swiper-pagination {
    position: absolute;
    width: 100%;
    right: auto;
    bottom: 90px;
    text-align: center;
    display: flex;
    justify-content: center;
    z-index: 5;
}

.part07_leftcon .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 3px;
    margin: 0 6px;
    background: rgba(74, 1, 1, 0.6);
    border-radius: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.part07_leftcon .swiper-pagination .swiper-pagination-bullet-active {
    background: #e7b838;
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(222, 160, 4, 0.6);
    /* box-shadow: 0 0 10px rgba(211, 47, 47, 0.6); */
}

.part07_leftcon .swiper-pagination .swiper-pagination-bullet:hover {
    background: rgba(169, 121, 0, 0.9);
    transform: scale(1.1);
}

/* .part07_leftcon .swiper-pagination .swiper-pagination-bullet-active {
            background: #c9caca;
            transform: scale(1.2);
            box-shadow: 0 0 10px rgba(211, 47, 47, 0.6);
        }

        .part07_leftcon .swiper-pagination .swiper-pagination-bullet:hover {
            background: rgba(255, 255, 255, 0.9);
            transform: scale(1.1);
        } */
.part07_right {
    width: 574px;
    float: right;
}

.part07_rightcon {
    width: 100%;
    position: relative;
    margin: 0px auto 0px;
    margin-top: 30px;
    background: #fff6eb;
}

.part07_rightcon .view {
    width: 250px;
    height: auto;
    overflow: hidden;
    float: left;
}

.part07_rightcon .view img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.part07_rightcon .preview {
    width: 324px;
    height: 444px;
    padding: 30px 0;
    background: #fff6eb;
    float: right;
    position: relative;
}

.part07_rightcon .preview .swiper-container {
    width: 324px;
    height: 385px;
    margin: 0 auto;
}

.part07_rightcon .preview .swiper-slide {
    height: 65px;
    line-height: 65px;
    padding: 0 15px;
    cursor: pointer;
    margin: 0px auto 0;
}

.part07_rightcon .preview .swiper-slide img {
    width: 216px;
    height: 121px;
    text-align: center;
    display: block;
    margin: 0px auto;
    background: #ffffff58;
    border: 3px solid #ffffff00;
    border-radius: 10px;
}

.part07_rightcon .preview .swiper-slide h3 {
    font-size: 16px;
}

.part07_rightcon .preview .swiper-slide.active-nav {
    background: #f0daa8;
    color: #c80000;
}

.part07_rightcon .preview .swiper-slide.active-nav a {
    color: #c80000;
}

.part07_rightcon .preview .arrow-left {
    background: url("https://www.news.cn/zt/dejlbh/img/yxj_up.png") no-repeat left top;
    position: absolute;
    left: 140px;
    top: 8px;
    width: 22px;
    height: 14px;
    z-index: 10;
    opacity: .6;
}

.part07_rightcon .preview .arrow-right {
    background: url("https://www.news.cn/zt/dejlbh/img/yxj_down.png") no-repeat left bottom;
    position: absolute;
    left: 140px;
    bottom: 8px;
    width: 22px;
    height: 14px;
    z-index: 10;
    opacity: .6;
}

.part07_rightcon .preview .arrow-left:hover,
.part07_rightcon .preview .arrow-right:hover {
    opacity: 1;
}

.part07_rightcon .preview .active-nav img {
    padding: 0;
    margin: 0;
    border: 3px solid #475eee;
    background: #0146d08a;
}

.part07_bottom {
    width: 1200px;
    margin: 60px auto 0;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}

.part07_bottom ul {
    padding: 40px;
}

.part07_bottom ul li {
    float: left;
    padding: 10px 15px;
}


.part08 {
    position: relative;
    width: 1200px;
    margin: 20px auto 40px;
}

.part08 .swiper-button-next,
.part08 .swiper-button-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 55%
}

.part08 .swiper-button-next {
    background: url("http://www.wenming.cn/wmzthc/wmzgztcfbd/images0109/right.png") 0px 0px no-repeat;
    right: 0px;
}

.part08 .swiper-button-prev {
    background: url("http://www.wenming.cn/wmzthc/wmzgztcfbd/images0109/left.png") 0px 0px no-repeat;
    left: 0px;
}

.part08 .swiper-button-next:hover {
    opacity: 0.7
}

.part08 .swiper-button-prev:hover {
    opacity: 0.7
}

.part08 .swiper-container {
    width: 1130px;
    margin-top: 30px
}

.part08 .swiper-slide {
    position: relative;
    width: 210px;
    height: 85px;
    overflow: hidden;
}

.part08 .swiper-slide img {
    width: 210px;
    height: 85px;
}

.part08 .swiper-slide .tit {

    padding: 10px 5px 10px 5px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}

.part08 .swiper-slide .tit a {
    color: #000;
}



.backtotop {
    position: absolute;
    position: fixed;
    right: 13px;
    bottom: 13px;
    z-index: 10;
    width: 40px;
    height: 30px;
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f6f6f6;
    overflow: hidden;
    cursor: pointer;
    display: none;
}

.backtotop:after {
    content: "";
    display: block;
    width: 0;
    margin: 2px auto 0;
    border-left: 6px solid #f6f6f6;
    border-right: 6px solid #f6f6f6;
    border-top: 8px solid #f6f6f6;
    border-bottom: 8px solid #d13a34;
}

.footer {
    padding: 40px 0 40px 0;
    text-align: center;
    background: #b02117;
}

.footer p {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    body {
        background: none;
    }

    .domPC,
    .domPc {
        display: none !important;
    }

    .domMOB,
    .domMobile {
        display: block !important;
    }

    .banner {
        height: auto;
    }

    .banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .lmt {
        width: 100%;
    }

    .lmt img {
        width: 100%;
    }

    .lmt2 {
        width: 100%;
    }

    .lmt2 img {
        width: 100%;
    }

    .part01 {
        width: 100%;
        margin: 0 auto;
        background: #fff6ec url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_mobPart01Bg_v1.jpg") 50% 0 no-repeat;
    }

    .part01_left {
        width: 100%;
        float: none;
        padding-top: 10px;
    }

    .part01_left .swiper-slide .tit {
        font-size: 16px;
        line-height: 1.4;
        padding: 10px 10px 35px 10px;
    }

    .part01_left .swiper-pagination {
        bottom: 8px;
    }

    .part01_left .swiper-pagination .swiper-pagination-bullet {
        width: 40px;
    }

    .part01_left .swiper-button-prev {
        width: 20px;
        height: 43px;
        background: url("https://www.news.cn/world/2023dljjbh/images/20231020jbh_part01AnLeft_v1.png") 100% 100% no-repeat;
        background-size: 100% auto;
        right: auto;
        left: 0px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .part01_left .swiper-button-prev:hover {
        background: url("https://www.news.cn/world/2023dljjbh/images/20231020jbh_part01AnLeft_v1.png") 100% 100% no-repeat;
        background-size: 100% auto;
        transform: translateX(-0px) scale(1.1);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    }

    .part01_left .swiper-button-next {
        width: 20px;
        height: 43px;
        background: url("https://www.news.cn/world/2023dljjbh/images/20231020jbh_part01AnRight_v1.png") 100% 100% no-repeat;
        background-size: 100% auto;
        left: auto;
        right: 0px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .part01_left .swiper-button-next:hover {
        background: url("https://www.news.cn/world/2023dljjbh/images/20231020jbh_part01AnRight_v1.png") 100% 100% no-repeat;
        background-size: 100% auto;
        transform: translateX(0px) scale(1.1);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    }

    .part01_right {
        width: 94%;
        margin: 20px auto;
        float: none;
    }

    .part01_right h2 {
        font-size: 18px;
    }

    .part01_right p {
        line-height: 1.8;
        margin-bottom: 15px;
        padding-bottom: 20px;
    }

    .part02 {
        width: 100%;
        padding-top: 20px;
    }

    .part02_con {
        width: 100%;
        margin: 20px auto 0px;
        padding: 0 10px;
    }

    .tab {
        width: 100%;
    }

    .tab .tab_menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .tab .tab_menu li {
        width: 49%;
        font-size: 18px;
        padding: 0;
        background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart02Bg03_v1.png") 50% 0 no-repeat;
        background-size: 100% 100%;
        margin-bottom: 10px;
    }

    .tab .tab_menu .selected {
        background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart02Bg04_v1.png") 50% 0 no-repeat;
        background-size: 100% 100%;
    }

    .tab .tab_box {
        width: 100%;
        padding: 0;
        height: auto;
        background: none;
    }

    .part02_con .view {
        width: 100%;
        float: none;
    }

    .part02_con .view .swiper-slide {
        flex-direction: column;
        min-height: auto;
        padding: 20px 0 0;
        text-align: center;
    }

    .part02_con .view .swiper-slide .img {
        width: 100%;
        /* max-width: 370px; */
        margin: 0 auto 0px;
        border-radius: 8px 8px 0 0;
    }

    .part02_con .view .swiper-slide .img img {
        width: 100%;
        height: auto;
        border-radius: 8px 8px 0 0;
    }

    .part02_con .view .swiper-slide .img::after {
        left: -10px;
        bottom: -10px;
        border-width: 2px;
        border-radius: 8px;
    }

    .part02_con .view .swiper-slide .img:hover::after {
        left: -12px;
        bottom: -12px;
    }

    .part02_con .view .swiper-slide .tit {
        width: 100%;
        padding: 20px 20px 0px 20px;
        text-align: left;
        border-radius: 0 0px 8px 8px;
        display: none;
    }

    .part02_con .view .swiper-slide .tit h3 {
        font-size: 18px;
        margin-bottom: 15px;
        text-align: center;
    }

    .part02_con .view .swiper-slide .tit h3::after {
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
    }

    .part02_con .view .swiper-slide:hover .tit h3::after {
        width: 60px;
    }

    .part02_con .view .swiper-slide .tit p {
        font-size: 14px;
        line-height: 1.6;
        padding-left: 15px;
        display: none;
    }

    .part02_con .view .swiper-slide .tit p::before {
        font-size: 24px;
        top: -3px;
    }

    .part02_con .view .swiper-slide .tit p::after {
        font-size: 24px;
    }

    .part02_con .preview {
        margin-top: 0px;
        width: 100%;
        float: none;

    }

    .part02_con .preview .swiper-container {
        width: 100%;
        height: auto;
        padding-top: 20px;
    }

    .part02_con .preview .swiper-slide {
        width: 100% !important;
        height: auto;
        /* font-size: 16px;
        line-height: 46px;
        padding: 0px;
        cursor: pointer;
        color: #fff;
        margin-right: 0px;
        cursor: pointer;
        background: #f28352; */
        margin: 0;
    }

    .part02_con .preview .active-nav {
        background: #c80000;
        color: #fff;
    }

    .part02_con .preview .active-nav::before {
        content: "";
        width: 12px;
        height: 32px;
        background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart02Bg06_v1.png") 0 0 no-repeat;
        background-size: contain;
        position: absolute;
        left: 50%;
        top: -22px;
        margin-left: -6px;
        margin-top: 0;
        z-index: 99;
        transform: rotate(90deg);
    }

    .part02_con .preview .arrow-left {
        left: 0;
        top: -120px;
        z-index: 80;
        opacity: 1;
    }

    .part02_con .preview .arrow-right {
        right: 0;
        top: -120px;
        z-index: 80;
        opacity: 1;
    }

    .part02_con .preview .swiper-slide .img {
        width: 45%;
        height: 8.2rem;
    }

    .part02_con .preview .swiper-slide .img img {
        width: 100%;
        height: 6rem;
    }

    .part02_con .preview .swiper-pagination {
        bottom: -25px;
    }

    .part03 {
        width: 100%;
        padding-top: 0px;
    }

    .play2 {
        top: 60px
    }

    .part03_con {
        width: 96%;
        margin: 20px auto 0px;
        padding: 0 0px;
        background: none;
    }

    .part03_con .swiper-slide dt {
        width: 100%;
        height: auto;
        float: none;
        margin-bottom: 10px;
    }

    .part03_con .swiper-slide dd {
        width: 100%;
        height: auto;
        float: none;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .part03_con .swiper-slide dd h3 {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .part03_con .swiper-slide dd p {
        font-size: 14px;
    }

    .part03_con .swiper-button-prev {
        left: 0;
        top: auto;
        bottom: -38px;
    }

    .part03_con .swiper-button-next {
        right: 0;
        top: auto;
        bottom: -38px;
    }

    .part04_con {
        width: 96%;
        margin: 20px auto 0px;
        padding: 0 0px;
    }

    .tab1 {
        width: 100%;
    }

    .tab1 .tab1_menu {
        width: 100%;
    }

    .tab1 .tab1_menu li {
        width: 14%;
        height: 2rem;
        line-height: 2rem;
        font-size: 15px;
        margin: .2rem .3rem;
    }

    .tab1 .tab1_box {
        width: 100%;
        height: auto;
    }

    .zhbd_left {
        width: 100%;
        height: auto;
    }

    .zhbd_left img {
        width: 100%;
        height: auto;
    }

    .zhbd_right {
        width: 100%;
        height: auto;
    }

    .zhbd_list li {
        margin: 10px;
        font-size: 16px;
    }

    .zhbd_list li a {
        font-size: 16px;
    }

    .part05 {
        width: 100%;
        margin: 20px auto 0;
    }

    .part05_con {
        width: 96%;
        margin: 20px auto 0px;
        padding: 0 0px;
    }

    .part05_con ul {
        display: flex;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .part05_con li {
        margin: 0 0px 10px 0px;
        width: 49%;
        flex: none;
    }

    .part05_con .img {
        height: auto;
    }

    .part05_con h3 {
        font-size: 16px;
        padding: 5px 8px;
        font-weight: normal;
    }

    .part06 {
        margin: 20px auto 0;
        padding-bottom: 10px;
        background: url(https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart06Bg01_v1.jpg) 50% 100% no-repeat;
        background-size: 100% auto;
    }

    .part06_con {
        width: 100%;
        margin: 20px auto 0px;
        padding: 0 0px;
    }

    .part06_left {
        width: 96%;
        margin: 0px auto 20px;
        float: none;
    }

    .part06_left ul {
        margin-top: 20px;
    }

    .part06_left li {
        width: 49%;
    }

    .part06_left li img {
        height: auto;
    }

    .part06_left .tit h3 {
        font-size: 14px;
    }

    .part06_right {
        width: 96%;
        float: none;
        margin: 0px auto 20px;
    }

    .part06_rightcon .swiper-container {
        padding: 20px 0px 50px 0px;
    }

    .part06_right .swiper-button-prev {
        left: 0px;
    }

    .part06_right .swiper-button-next {
        right: 0px;
    }

    .part06_right .swiper-pagination .swiper-pagination-bullet {
        width: 30px;
    }

    .part07 {
        margin: 0px auto 0;
        padding-bottom: 50px;
    }

    .part07_con {
        width: 100%;
        margin: 0px auto 0px;
        padding: 0 0px;
    }

    .part07_left {
        width: 96%;
        margin: 0px auto 20px;
        float: none;
    }

    .part07_leftcon {
        width: 100%;
        float: none;
        margin-top: 20px;
        padding-top: 0px;
    }

    .part07_leftcon .swiper-slide .tit {
        font-size: 16px;
        line-height: 1.4;
        padding: 10px 10px 20px 10px;
    }

    .part07_leftcon .swiper-pagination {
        bottom: 8px;
    }

    .part07_leftcon .swiper-pagination .swiper-pagination-bullet {
        width: 40px;
        /* background: rgb(129 129 129 / 60%); */
    }

    .part07_leftcon .swiper-button-prev {
        width: 20px;
        height: 43px;
        background: url("https://www.news.cn/world/2023dljjbh/images/20231020jbh_part01AnLeft_v1.png") 100% 100% no-repeat;
        background-size: 100% auto;
        right: auto;
        left: 0px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .part07_leftcon .swiper-button-prev:hover {
        background: url("https://www.news.cn/world/2023dljjbh/images/20231020jbh_part01AnLeft_v1.png") 100% 100% no-repeat;
        background-size: 100% auto;
        transform: translateX(-0px) scale(1.1);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    }

    .part07_leftcon .swiper-button-next {
        width: 20px;
        height: 43px;
        background: url("https://www.news.cn/world/2023dljjbh/images/20231020jbh_part01AnRight_v1.png") 100% 100% no-repeat;
        background-size: 100% auto;
        left: auto;
        right: 0px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .part07_leftcon .swiper-button-next:hover {
        background: url("https://www.news.cn/world/2023dljjbh/images/20231020jbh_part01AnRight_v1.png") 100% 100% no-repeat;
        background-size: 100% auto;
        transform: translateX(0px) scale(1.1);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    }

    .part07_right {
        width: 96%;
        float: none;
        margin: 0px auto 20px;
    }

    .part07_rightMob {
        margin-top: 20px;
        padding-bottom: 25px;
        position: relative;
    }

    .part07_rightMob .swiper-slide img {
        width: 100%;
        height: auto;
    }

    .part07_rightMob .swiper-slide .tit {
        font-size: 16px;
        line-height: 1.4;
        padding: 10px 10px 20px 10px;
    }

    .part07_rightMob .swiper-button-prev {
        width: 50px;
        height: 41px;
        background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart03AnL_v1.png") 100% 100% no-repeat;
        left: 0px;
        top: auto;
        bottom: 0px;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .part07_rightMob .swiper-button-prev:hover {
        background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart03AnLOn_v1.png") 100% 100% no-repeat;
        transform: translateX(-0px) scale(1.1);
    }

    .part07_rightMob .swiper-button-next {
        width: 50px;
        height: 41px;
        background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart03AnR_v1.png") 100% 100% no-repeat;
        right: 0px;
        top: auto;
        bottom: 0px;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .part07_rightMob .swiper-button-next:hover {
        background: url("https://www.news.cn/government/wmzg2025/images/20251014wmzg_pcPart03AnROn_v1.png") 100% 100% no-repeat;
        transform: translateX(0px) scale(1.1);
    }

    /* 分页器美化 */
    .part07_rightMob .swiper-pagination {
        position: absolute;
        width: 100%;
        right: auto;
        bottom: 2px;
        text-align: center;
        display: flex;
        justify-content: center;
        z-index: 5;
    }

    .part07_rightMob .swiper-pagination .swiper-pagination-bullet {
        width: 20px;
        height: 3px;
        margin: 0 6px;
        background: rgba(74, 1, 1, 0.6);
        border-radius: 0;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .part07_rightMob .swiper-pagination .swiper-pagination-bullet-active {
        background: #e7b838;
        transform: scale(1.2);
        box-shadow: 0 0 10px rgba(222, 160, 4, 0.6);
        /* box-shadow: 0 0 10px rgba(211, 47, 47, 0.6); */
    }

    .part07_rightMob .swiper-pagination .swiper-pagination-bullet:hover {
        background: rgba(169, 121, 0, 0.9);
        transform: scale(1.1);
    }

    .part07_bottom {
        width: 96%;
        margin: 0px auto 0;
    }

    .part07_bottom ul {
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .part08 {
        width: 100%;
    }

    .part08 .swiper-container {
        width: 96%;
    }

    .part08 .swiper-slide {
        width: 100%;
        height: auto;
    }

    .part08 .swiper-slide img {
        width: 100%;
        height: 3.5rem;
        padding: 5px;
    }

    .footer {
        padding: 20px 0 20px 0;
        margin-top: 0px;
    }

    .footer p {
        font-size: 10px;
    }


}