.header-part {
    width: 100%;
    height: 1143px;
    background: url(../images/2025ngplh_topimages.png) top center no-repeat;
    position: relative;
    box-sizing: border-box;
}
.first-part {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background: url(../images/2025ngplh_bg_line.png) bottom center no-repeat;
}
.first-part .first-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
}
.ttbox {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.ttbox .tt-tit {
    padding: 0 10px;
    color: #ca0510;
    font-size: 46px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ttbox .tt-desc {
    padding: 10px 10px 0;
    line-height: 29px;
    color: #333;
    font-size: 16px;
    text-indent: 2em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ttbox .tt-desc .more {
    color: #ca0510;
}
/* 轮播图 */
.zxzx-wrap {
    padding: 0 2px;
    position: relative; 
    display: flex;
    justify-content: space-between;
    background: url(../images/20230209_bg_info.png) top right no-repeat;
}
.gdtp-box {
    width: 590px;
    height: 400px;
    overflow: hidden;
    position: relative;
}
#ggtpSwiper {
    width: 100%;
    height: 100%;
    position: relative;
}
#ggtpSwiper .swiper-wrapper .swiper-slide {
    text-align: center;
    position: relative;
}
#ggtpSwiper .swiper-wrapper > .swiper-slide img {
    width: 100%;
    height: 400px;
}
/* 分页 */
#ggtpSwiper .swiper-pagination-bullets {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 8px;
    left: auto;
    width: 20%;
    text-align: right;
    padding-right: 20px;
}
#ggtpSwiper .swiper-pagination-bullets > .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 0;
    background-color: #fff;
    opacity: 1;
}
#ggtpSwiper .swiper-pagination-bullets > .swiper-pagination-bullet-active {
    background-color: #cc1820;
}
/* 底部框 */
#ggtpSwiper .swiper-slide > .pic-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background-color: rgb(0, 0, 0, 0.5);
}
#ggtpSwiper .swiper-slide > .pic-content > a {
    display: block;
    width: 430px;
    height: 40px;
    padding-left: 20px;
    color: #fff;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#ggtpSwiper .swiper-slide > .pic-content > a:hover {
    text-decoration: underline;
}
/* 按钮 */
#ggtpSwiper > .swiper-button-next,
#ggtpSwiper > .swiper-button-prev {
    color: rgba(0, 0, 0, 0) !important;
}
#ggtpSwiper > .swiper-button-next {
    width: 30px;
    height: 60px;
    background: url(../images/swiper_next.jpg) center no-repeat;
}
#ggtpSwiper > .swiper-button-prev {
    width: 30px;
    height: 60px;
    background: url(../images/swiper_prev.jpg) center no-repeat;
}

.text a { color: inherit; }
/* 新闻栏 */
.zxzx-box {
    margin-right: 30px;
    width: 553px;
    height: auto;
    overflow: hidden;
    position: relative;
}
.zxzx-box .zy-title {
    color: #cc1820;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.4;
}
.zxzx-box .zy-content {
    height: 60px;
    line-height: 2;
    color: #8a8a8a;
    font-size: 14px;
    text-indent: 2em;
    overflow: hidden;
}

.zxzx-box .zxzx-list {
    padding-top: 5px;
    border-top: 1px solid silver;
    position: relative;
}
.zxzx-box .zxzx-list .zxzx-item {
    margin-top: 3px;
    padding-left: 30px;
    line-height: 35px;
    position: relative;
}
.zxzx-box .zxzx-list .zxzx-item:before {
    content: ' ';
    position: absolute;
    top: 45%;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #333333;
}
.zxzx-box .zxzx-list .zxzx-item p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.zxzx-box .zxzx-list .zxzx-item p:hover {
    color: #c10101;
}
.zxzx-more { position: absolute; bottom: 10px; right: 0px; color: #333; font-size: 14px; }


/* 两会时间 */
.lhsj {
    margin-top: 60px;
    padding-bottom: 80px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
/* 两会发布 */
.lhfb-part {
    margin-top: 39px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.lhfb-part .lhfb-wrap {
    margin: 0 auto;
    width: 1510px;
    position: relative;
    box-sizing: border-box;
}
.lhfbbox {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.lhfbbox .lhfb-title {
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
    position: relative;
}
.lhfbbox .lhfb-content {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.lhfbbox .lhfbblock {
    width: 714px;
    height: 390px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.lhfbbox .lhfbblock .lhfbblock-title {
    width: 100%;
    height: 62px;
    position: relative;
    overflow: hidden;
}
.lhfbbox .lhfbblock .lhfbblock-con {
    padding: 20px;
    width: 100%;
    height: 325px;
    border: 1px solid #ffe6c7;
    position: relative;
    box-sizing: border-box;
}
.lhfbbox .lhfbblock .lhfbblock-con ul {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.lhfbbox .lhfbblock .lhfbblock-con ul li {
    margin: 10px 0;
    padding-left: 20px;
    line-height: 39px;
    position: relative;
    box-sizing: border-box;
}
.lhfbbox .lhfbblock .lhfbblock-con ul li:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 10px;
}
.lhfbbox .lhfbblock .lhfbblock-con ul li .text {
    color: #333;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 报告解读 */
.bgtj-part {
    margin-top: 70px;
    width: 100%;
    background: url(../images/2025ngplh_bg_lhtj.png) center center no-repeat;
    position: relative;
    box-sizing: border-box;
}
.bgtj-part .bgtj-wrap {
    margin: 0 auto;
    width: 1510px;
    position: relative;
    box-sizing: border-box;
}
.bgtjbox {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.bgtjbox .bgtj-title {
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
.bgtjbox .bgtj-content {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.bgtjbox .leftswiper {
    padding: 30px 32px;
    width: 663px;
    height: 427px;
    background: url(../images/2025ngplh_bg_lhtj_left.png) top center no-repeat;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
#leftSwiper {
    width: 600px;
    height: 368px;
    overflow: hidden;
    position: relative;
}
#leftSwiper .swiper-wrapper > .swiper-slide img {
    width: 100%;
    height: 368px;
}
/* 分页 */
#leftSwiper .swiper-pagination-bullets {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 8px;
    left: auto;
    width: 20%;
    text-align: right;
    padding-right: 20px;
}
#leftSwiper .swiper-pagination-bullets > .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 0;
    background-color: #fff;
    opacity: 1;
}
#leftSwiper .swiper-pagination-bullets > .swiper-pagination-bullet-active {
    background-color: #ffe9be;
}
/* 底部框 */
#leftSwiper .swiper-slide > .pic-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background-color: rgb(0, 0, 0, 0.5);
}
#leftSwiper .swiper-slide > .pic-content > a {
    display: block;
    width: 430px;
    height: 40px;
    padding-left: 20px;
    color: #fff;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#leftSwiper .swiper-slide > .pic-content > a:hover {
    text-decoration: underline;
}
/* 按钮 */
#leftSwiper > .swiper-button-next,
#leftSwiper > .swiper-button-prev {
    color: rgba(0, 0, 0, 0) !important;
}
#leftSwiper > .swiper-button-next {
    width: 30px;
    height: 60px;
    background: url(../images/swiper_next.jpg) center no-repeat;
}
#leftSwiper > .swiper-button-prev {
    width: 30px;
    height: 60px;
    background: url(../images/swiper_prev.jpg) center no-repeat;
}
/* 新闻 */
.bgtjbox .rightbox {
    width: 785px;
    height: 430px;
    background: url(../images/2025ngplh_bg_lhtj_right.png) top center no-repeat;
    position: relative;
    box-sizing: border-box;
}
.bgtjbox .rightbox ul {
    padding: 42px 26px 0 99px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bgtjbox .rightbox ul li {
    margin-bottom: 43px;
    width: 315px;
    height: 145px;
    overflow: hidden;
    background: url(../images/2025ngplh_bg_lhtj_rightli.png) top center no-repeat;
    position: relative;
    box-sizing: border-box;
}
.bgtjbox .rightbox ul li .text {
    padding: 10px 39px 0 40px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.bgtjbox .rightbox ul li .link {
    width: 120px;
    height: 25px;
    line-height: 25px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #db1610;
}

.second-part {
    margin-top: 75px;
    width: 100%;
    background: url(../images/2025ngplh_bg_bottom.png) bottom center no-repeat;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.second-part .second-wrap {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
/* 两会心声 */
.lhxsbox {
    margin: 0 auto;
    width: 1510px;
    position: relative;
    box-sizing: border-box; 
}
.lhxsbox .lhxs-title {
    margin-bottom: 70px;
    width: 100%;
    text-align: center;
    position: relative;
    box-sizing: border-box; 
}
.lhxsbox .lhxs-content {
    margin: 0 auto;
    width: 1350px;
    position: relative;
    box-sizing: border-box; 
    display: flex;
    justify-content: space-between;
}
.lhxsbox .lhxsblock {
    width: 635px;
    height: auto;
    position: relative;
    box-sizing: border-box; 
}
.lhxsbox .lhxsblock .lhxsblock-title {
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    box-sizing: border-box; 
}
.lhxsbox .lhxsblock .lhxsblock-con {
    width: 100%;
    position: relative;
    box-sizing: border-box; 
}
.lhxsbox .lhxsblock .lhxsblock-con ul {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.lhxsbox .lhxsblock .lhxsblock-con ul li {
    margin-bottom: 12px;
    padding: 0 40px;
    width: 100%;    
    height: 60px;
    line-height: 60px;
    background: linear-gradient(to right, #fe8563, #f30235);
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
}
.lhxsbox .lhxsblock .lhxsblock-con ul li .text {
    color: #fff;
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 发展成就 */
.fzcjbox {
    margin: 0 auto;
    margin-top: 70px;
    padding-bottom: 155px;
    width: 100%;
    max-width: 1820px;
    position: relative;
    box-sizing: border-box;
}
.fzcjbox .fzcj-title {
    width: 100%;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
.fzcjbox .fzcj-content {
    margin-top: 70px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
#fzcjSwiper {
    margin: 0 auto;
    width: 1640px;
    position: relative;
    overflow: hidden;
}
#fzcjSwiper .swiper-slide img {
    margin: 0 auto;
    width: 400px;
    height: 265px;
    display: block;
    overflow: hidden;
}
/* 按钮 */
.fzcjbox .btns .swiper-button-next:after,
.fzcjbox .btns .swiper-button-prev:after {
    color: #fee2ac;
    font-size: 60px;
}