@charset "UTF-8";
body {
    --txtColor: #a11f19;
    --boderColor: #c3231d;
    background:
        url(/statics/srd/images/2025news/mobile/body-bg.png) no-repeat center 50rem/100%,
        #fff;
}

.container {
    width: 92.6%;
    max-width: 92.6%;
}

/* 头部 */
.m-header {
    position: relative;
    width: 100%;
    background: url(/statics/srd/images/2025news/mobile/m-h-bg.png) no-repeat center 0/100%;
    min-height: 50rem;
}
.m-header .m-search,
.m-header #m-logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.m-header #m-logo {
    top: 3rem;
    width: 55.7rem;
}
.m-header #m-logo img {
    width: 100%;
}
.m-header .m-search {
    top: 18.3rem;
    width: 53.5rem;
    height: 5.8rem;
    border: 2px solid #fec280;
}
.m-header .m-search form {
    position: relative;
    width: 100%;
    height: 100%;
}
.m-header .m-search input[type='text'] {
    width: 43.2rem;
    height: -webkit-calc(5.8rem - 4px);
    height: -moz-calc(5.8rem - 4px);
    height: calc(5.8rem - 4px);
    line-height: -webkit-calc(5.8rem - 4px);
    line-height: -moz-calc(5.8rem - 4px);
    line-height: calc(5.8rem - 4px);
    text-indent: 1em;
    font-size: 1.8rem;
}
.m-header .m-search input[type='text']::-webkit-input-placeholder {
    font-size: 1.6rem;
    color: #666;
    line-height: -webkit-calc(5.8rem - 4px);
    line-height: calc(5.8rem - 4px);
}
.m-header .m-search input[type='text']:-moz-placeholder {
    font-size: 1.6rem;
    color: #666;
    line-height: -moz-calc(5.8rem - 4px);
    line-height: calc(5.8rem - 4px);
}
.m-header .m-search input[type='text']::-moz-placeholder {
    font-size: 1.6rem;
    color: #666;
    line-height: -moz-calc(5.8rem - 4px);
    line-height: calc(5.8rem - 4px);
}
.m-header .m-search input[type='text']:-ms-input-placeholder {
    font-size: 1.6rem;
    color: #666;
    line-height: calc(5.8rem - 4px);
}
.m-header .m-search input[type='text']::placeholder {
    font-size: 1.6rem;
    color: #666;
    line-height: -webkit-calc(5.8rem - 4px);
    line-height: -moz-calc(5.8rem - 4px);
    line-height: calc(5.8rem - 4px);
}
.m-header .m-search button[type='submit'] {
    width: -webkit-calc(100% - 43.2rem - 2px);
    width: -moz-calc(100% - 43.2rem - 2px);
    width: calc(100% - 43.2rem - 2px);
    height: -webkit-calc(5.8rem - 4px);
    height: -moz-calc(5.8rem - 4px);
    height: calc(5.8rem - 4px);
    position: absolute;
    top: 0;
    right: 0;
    background: #feb86d;
}
.m-header .m-search button[type='submit'] img {
    width: 4rem;
    height: 3.6rem;
}
.m-header .m-search dl {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 75rem;
    margin: 0 auto;
    padding: 1.5rem 0 0 1rem;
}
.m-header .m-search dl dt,
.m-header .m-search dl dd {
    float: left;
    font-size: 1.6rem;
    color: #333;
}
.m-header .m-search dl dt a,
.m-header .m-search dl dd a {
    color: #333;
}
.m-header .m-search dl dt a:hover,
.m-header .m-search dl dd a:hover {
    text-decoration: underline;
    color: var(--defaultHoverColor);
}
.m-header .m-search dl dt {
    margin-right: 0.5rem;
}
.m-header .m-search dl dd {
    margin-right: 1rem;
}

.m-nav {
    position: absolute;
    position: absolute;
    left: 0;
    bottom: 0;
    min-height: 8rem;
    background: url(/statics/srd/images/2025news/mobile/m-nav-bg.png) no-repeat center top/100%;
    overflow: hidden;
    padding-right: 1.5rem;
}
.m-nav .nav-box {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
}
.m-nav ul {
    padding-left: 1.5rem;
    width: 120%;
    max-width: 500rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.m-nav ul li {
    position: relative;
    text-align: center;
}
.m-nav ul li a {
    display: block;
    width: 100%;
    height: 8rem;
    line-height: 8rem;
    font-size: 3.2rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 0.4rem 0.3rem 0.5rem rgba(145, 5, 0, 0.5);
}
.m-nav ul li.active a {
    background: -webkit-linear-gradient(top, #ffce98, #fff);
    background: -moz-linear-gradient(top, #ffce98, #fff);
    background: -o-linear-gradient(top, #ffce98, #fff);
    background: linear-gradient(to bottom, #ffce98, #fff);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: none;
}
.m-nav ul li.active::before {
    position: absolute;
    left: 50%;
    bottom: -21%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    width: 10.5rem;
    height: 4rem;
    background: url(/statics/srd/images/2025news/mobile/undeline.png) no-repeat center/100%;
}

/* 头条 */
.top-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.2rem;
    margin: 4rem auto 2.8rem;
    height: 14.8rem;
    background: url(/statics/srd/images/2025news/mobile/top-bg.png) no-repeat center/100%;
}
.top-container .top-img img {
    width: 7.4rem;
}
.top-container .top-swiper {
    width: 60rem;
    height: 9rem;
    padding-right: 8rem;
}
.top-container .top-swiper .swiper-slide {
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.top-container .top-swiper .swiper-slide a {
    display: -webkit-box;
    font-size: 3rem;
    font-weight: bold;
    height: auto;
}
.top-container .top-swiper .top-pagination {
    width: 3.3rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    right: 0.4rem;
    left: auto;
    top: 45%;
}
.top-container .top-swiper .top-pagination .swiper-pagination-bullet {
    width: 3.3rem;
    height: 1.9rem;
    background: #ffab4f;
    opacity: 1;
    border-radius: 0;
}
.top-container .top-swiper .top-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--defaultHoverColor);
    box-shadow: 0 0.3em 0.3em rgba(145, 5, 0, 0.54);
}

/* 要闻大图 */
.yw-swiper {
    overflow: hidden;
    position: relative;
    height: 45rem;
}
.yw-swiper .swiper-slide {
    overflow: hidden;
}
.yw-swiper .swiper-slide a p {
    padding: 0 5em 0 0.5em;
    font-size: 2.8rem;
    height: 5rem;
    line-height: 5rem;
    color: #fff;
}
.yw-swiper .yw-pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    right: 0.5em;
    left: auto;
    height: 5rem;
    line-height: 5rem;
    bottom: 0;
    top: auto;
}
.yw-swiper .yw-pagination .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    margin: 0 0.5rem;
    opacity: 1;
}
.yw-swiper .yw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 3.5rem;
    border-radius: 1rem;
}

/* 要闻列表 */
.yw-bg {
    background: -webkit-linear-gradient(#ffd79a, #ffedd5);
    background: -moz-linear-gradient(#ffd79a, #ffedd5);
    background: -o-linear-gradient(#ffd79a, #ffedd5);
    background: linear-gradient(#ffd79a, #ffedd5);
}

.yw-list ul {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px solid var(--boderColor);
}
.yw-list ul li {
    text-align: center;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    width: 100%;
    height: 8rem;
    line-height: 8rem;
    font-size: 3rem;
    color: #333;
    font-weight: bold;
}
.yw-list ul li.current {
    color: var(--txtColor);
}
.yw-list ul li:nth-of-type(1).current ~ div {
    left: 14%;
}
.yw-list ul li:nth-of-type(2).current ~ div {
    right: 13%;
}
.yw-list ul div {
    width: 16.2rem;
    position: absolute;
    bottom: 0;
}
.yw-list ul div img {
    width: 100%;
}
.yw-list ol {
    position: relative;
    display: none;
}
.yw-list ol:nth-of-type(2) {
    display: block;
}
.yw-list ol li {
    min-height: 10rem;
    padding: 3.2rem 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dashed #aaaaaa;
}
.yw-list ol li:last-of-type {
    border-bottom: none;
    padding-bottom: 6rem;
}
.yw-list ol li a {
    font-size: 2.8rem;
    line-height: 4.8rem;
}
.yw-list ol .list-more {
    position: absolute;
    right: 0;
    bottom: 0.5em;
    font-size: 2.5rem;
    color: var(--boderColor);
}
.yw-list ol .list-more:hover {
    font-weight: bold;
}

/* banner */
.banner-swiper {
    margin: 4rem auto;
    height: 7rem;
}
.banner-swiper .swiper-slide {
    overflow: hidden;
}
.banner-swiper .banner-pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    right: 0.5em;
    left: auto;
    height: 3rem;
    line-height: 3rem;
    bottom: 0;
    top: auto;
}
.banner-swiper .banner-pagination .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    margin: 0 0.5rem;
    opacity: 1;
}
.banner-swiper .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 3.5rem;
    border-radius: 1rem;
}

/* 权威发布 */
.table-container {
    margin-bottom: 3.5rem;
    background: #fff;
}
.table-container h2 {
    width: 100%;
    margin-bottom: 6rem;
}
.table-container h2 img {
    width: 100%;
}
.table-container#qwfb {
    padding-top: 4rem;
    box-shadow:
        0 -0.5rem 2rem 0px rgba(0, 0, 0, 0.1),
        0 2rem 0 2rem #fff6e9;
    margin-bottom: 2rem;
}
.table-container#rsrm {
    box-shadow: 0 1rem 1.5rem 0px rgba(0, 0, 0, 0.1);
    padding-top: 4rem;
}
.table-container#rdgz {
    padding-top: 5.8rem;
    box-shadow:
        0 -0.5rem 2rem 0px rgba(0, 0, 0, 0.1),
        0 2rem 0 2rem #fff6e9;
    margin-bottom: 2rem;
}
.table-container#rdgz ul li {
    width: 33.3333333333%;
}
.table-container#rdgz ul li::before {
    right: 0rem;
}
.table-container#rdgz ol {
    min-height: 40rem;
}
.table-container#zsjs {
    box-shadow: 0 1rem 1.5rem 0px rgba(0, 0, 0, 0.1);
    padding-top: 4rem;
}
.table-container#zsjs ul li {
    width: 33.3333333333%;
}
.table-container#zsjs ul li::before {
    right: -0.5rem;
}

.list-tabel.mtjz-table {
    position: relative;
}
.list-tabel.mtjz-table ul li {
    width: 33.3333333333%;
}
.list-tabel.mtjz-table ul li::before {
    right: 0rem;
}
.list-tabel.mtjz-table .swiper-box {
    overflow: hidden;
    width: 100%;
    position: absolute;
    visibility: hidden;
}
.list-tabel.mtjz-table .swiper-box:first-of-type {
    visibility: visible;
}
.list-tabel > ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 5.6rem;
    line-height: 5.6rem;
    border-bottom: 1px solid var(--boderColor);
}
.list-tabel > ul li {
    padding: 0 1rem;
    text-align: center;
    font-size: 3.4rem;
    position: relative;
}
.list-tabel > ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -0.5rem;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
    width: 2px;
    height: 2.6rem;
    background: var(--boderColor);
}
.list-tabel > ul li:last-of-type::before {
    display: none;
}
.list-tabel > ul li.current {
    font-weight: bold;
    color: var(--txtColor);
}
.list-tabel > ol {
    display: none;
    position: relative;
    padding-bottom: 6rem;
    min-height: 50rem;
}
.list-tabel > ol:nth-of-type(1) {
    display: block;
}
.list-tabel > ol li {
    padding: 3rem 0;
}
.list-tabel > ol li a {
    font-size: 2.8rem;
}
.list-tabel > ol .table-more {
    font-size: 2.5rem;
    position: absolute;
    right: 0;
    bottom: 1em;
    color: var(--boderColor);
}
.list-tabel.qwfb-table > ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-tabel.qwfb-table > ul li {
    width: 50%;
}
.list-tabel.qwfb-table > ul li:nth-of-type(2)::before {
    display: none;
}
.list-tabel.rsrm-table {
    margin-top: 1rem;
}
.list-tabel.rsrm-table > ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-tabel.rsrm-table > ul li {
    width: 50%;
}
.list-tabel.rsrm-table > ul li:nth-of-type(2)::before {
    display: none;
}

/* 快链 */
.fast-contaienr {
    margin-top: 3.5rem;
    padding: 5rem 0 7.5rem;
    box-shadow: 0 -0.5rem 2rem 0px rgba(0, 0, 0, 0.1);
}
.fast-contaienr .fast-img a {
    margin-bottom: 3rem;
    display: block;
    width: 100%;
}
.fast-contaienr .fast-img a img {
    width: 100%;
}
.fast-contaienr .fast-txt {
    border: 1px solid #f1dbdb;
    background: -webkit-linear-gradient(#fbb8a0, #fff);
    background: -moz-linear-gradient(#fbb8a0, #fff);
    background: -o-linear-gradient(#fbb8a0, #fff);
    background: linear-gradient(#fbb8a0, #fff);
    box-shadow: 0 0 0.5rem 0 #d39191;
}
.fast-contaienr .fast-txt li {
    width: 100%;
    text-align: center;
    padding: 1rem;
}
.fast-contaienr .fast-txt li a {
    display: block;
    width: 59rem;
    margin: 0 auto;
}
.fast-contaienr .fast-txt li a img {
    width: 100%;
}

/* 媒体矩阵 */
.mtjz-container {
    margin-bottom: 0;
    min-height: 77rem;
}

.mtjz-table {
    padding-bottom: 4rem;
}
.mtjz-table ul {
    margin-bottom: 4rem;
}
.mtjz-table .video-swiper {
    height: 50rem;
}
.mtjz-table .video-swiper .swiper-slide {
    position: relative;
    height: 44rem;
}
.mtjz-table .video-swiper .swiper-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.mtjz-table .video-swiper .swiper-slide a {
    position: relative;
}
.mtjz-table .video-swiper .swiper-slide a::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 9.6rem;
    height: 9.6rem;
    background: url(/statics/srd/images/2025news/mobile/play-btn.png) no-repeat center/cover;
    z-index: 1;
}
.mtjz-table .video-swiper .swiper-slide p {
    height: 4.4rem;
    line-height: 4.4rem;
    font-size: 2.2rem;
    color: #fff;
    padding: 0 1em 0 1em;
    background: var(--boderColor);
}
.mtjz-table .video-swiper .video-pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    bottom: 0;
    left: 50%;
    right: auto;
    top: auto;
    line-height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mtjz-table .video-swiper .video-pagination .swiper-pagination-bullet {
    width: 2.7rem;
    height: 2.7rem;
    opacity: 1;
    background: #fff;
    border: 1px solid var(--boderColor);
}
.mtjz-table .video-swiper .video-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--boderColor);
    width: 6.8rem;
    border-radius: 2.7rem;
}
.mtjz-table .media-swiper {
    width: 53.5rem;
    height: 49rem;
}
.mtjz-table .media-prev,
.mtjz-table .media-next {
    width: 4.2rem;
    height: 3.5rem;
}
.mtjz-table .media-prev::after,
.mtjz-table .media-next::after {
    display: none;
}
.mtjz-table .media-prev {
    background: url(/statics/srd/images/2025news/mobile/media-prev.png) no-repeat center/100%;
    left: 1rem;
}
.mtjz-table .media-next {
    background: url(/statics/srd/images/2025news/mobile/media-next.png) no-repeat center/100%;
    right: 1rem;
}
.mtjz-table .img-swiper {
    width: 100%;
    height: 52rem;
}
.mtjz-table .img-swiper .swiper-slide {
    height: 44rem;
}
.mtjz-table .img-swiper .swiper-more {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 2.5rem;
    color: var(--txtColor);
}
.mtjz-table .img-swiper .img-prev,
.mtjz-table .img-swiper .img-next {
    width: 5.8rem;
    height: 4.4rem;
}
.mtjz-table .img-swiper .img-prev::after,
.mtjz-table .img-swiper .img-next::after {
    display: none;
}
.mtjz-table .img-swiper .img-prev {
    background: url(/statics/srd/images/2025news/mobile/img-prev.png) no-repeat center/100%;
}
.mtjz-table .img-swiper .img-next {
    background: url(/statics/srd/images/2025news/mobile/img-next.png) no-repeat center/100%;
}

/* 媒体聚焦 */
.mtjj-box {
    margin-bottom: 30px;
    padding-top: 4rem;
    box-shadow:
        0 2rem 2rem 0px rgba(0, 0, 0, 0.1),
        0 -2rem 0 2rem #fff6e9;
    min-height: 56rem;
}

.mtjj-table > ul {
    margin-bottom: 2rem;
}
.mtjj-table > ul li {
    width: 50%;
}
.mtjj-table > ul li::before {
    right: 1rem;
}
.mtjj-table .mtjj-list,
.mtjj-table .rdzz-main {
    display: none;
    position: relative;
}
.mtjj-table .mtjj-list.mtjj-list,
.mtjj-table .rdzz-main.mtjj-list {
    display: block;
}
.mtjj-table .mtjj-list ul li,
.mtjj-table .rdzz-main ul li {
    padding: 2rem 0;
}
.mtjj-table .mtjj-list ul li a,
.mtjj-table .rdzz-main ul li a {
    font-size: 2.8rem;
}
.mtjj-table .mtjj-list ul .list-more,
.mtjj-table .rdzz-main ul .list-more {
    position: absolute;
    right: 0;
    bottom: -1em;
    font-size: 2.5rem;
    color: var(--boderColor);
}
.mtjj-table .mtjj-list ul .list-more:hover,
.mtjj-table .rdzz-main ul .list-more:hover {
    font-weight: bold;
}
.mtjj-table .rdzz-main .big-pic {
    float: left;
    display: block;
    width: 30rem;
    height: 40rem;
    padding: 0 1.5rem;
}
.mtjj-table .rdzz-main .big-pic img {
    width: 100%;
    height: 100%;
}
.mtjj-table .rdzz-main .img-list {
    position: relative;
    float: right;
    width: -webkit-calc(100% - 29rem - 1.5rem);
    width: -moz-calc(100% - 29rem - 1.5rem);
    width: calc(100% - 29rem - 1.5rem);
    background: url(/statics/srd/images/2025news/mobile/wqhg-bg.png) no-repeat center top/100%;
    height: 40rem;
}
.mtjj-table .rdzz-main .img-list ul {
    position: absolute;
    top: 6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mtjj-table .rdzz-main .img-list li {
    padding: 0;
}
.mtjj-table .rdzz-main .img-list li a {
    font-size: 2.4rem;
    line-height: 2;
}
.mtjj-table .rdzz-main .img-list .list-more {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 28rem;
    height: 5.2rem;
    line-height: 5.2rem;
    display: block;
    background: -webkit-linear-gradient(left, transparent, #ffe3be, transparent);
    background: -moz-linear-gradient(left, transparent, #ffe3be, transparent);
    background: -o-linear-gradient(left, transparent, #ffe3be, transparent);
    background: linear-gradient(90deg, transparent, #ffe3be, transparent);
    color: var(--boderColor);
    font-size: 2.5rem;
}

.szrd-container {
    box-shadow:
        0 -0.5rem 2rem 0px rgba(0, 0, 0, 0.1),
        0 2rem 2rem 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
    padding: 5.5rem 0;
}
.szrd-container h2 {
    margin-bottom: 3rem;
}
.szrd-container h2 img {
    width: 100%;
}
.szrd-container ul {
    box-shadow:
        0 -0.2rem 0.9rem 0px rgba(0, 0, 0, 0.1),
        0 0.2rem 0.2rem 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 17.5rem;
    padding: 2.5rem 7.4%;
}
.szrd-container ul li {
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #c9c9c9;
    padding-right: 1.5rem;
}
.szrd-container ul li:last-of-type {
    border-right: none;
    padding-right: 0;
}
.szrd-container ul li a {
    display: block;
    height: 100%;
    line-height: 17.5rem;
}
.szrd-container ul li a img {
    width: 100%;
}
/* .szrd-container ul:nth-of-type(1) li:nth-of-type(1) a {
    width: 13.6rem;
}
.szrd-container ul:nth-of-type(1) li:nth-of-type(2) a {
    width: 17.8rem;
}
.szrd-container ul:nth-of-type(1) li:nth-of-type(3) a {
    width: 8.7rem;
    margin-right: 1rem;
}
.szrd-container ul:nth-of-type(1) li:nth-of-type(4) a {
    width: 11rem;
}
.szrd-container ul:nth-of-type(2) li:nth-of-type(1) a {
    width: 20rem;
}
.szrd-container ul:nth-of-type(2) li:nth-of-type(2) a {
    width: 18rem;
    margin-right: 2.5rem;
}
.szrd-container ul:nth-of-type(2) li:nth-of-type(3) a {
    width: 13.5rem;
}
.szrd-container ul:nth-of-type(3) li:nth-of-type(1) {
    padding: 0 5rem;
}
.szrd-container ul:nth-of-type(3) li:nth-of-type(1) a {
    width: 8.8rem;
    margin-right: 3.5rem;
}
.szrd-container ul:nth-of-type(3) li:nth-of-type(2) {
    padding: 0 6rem;
}
.szrd-container ul:nth-of-type(3) li:nth-of-type(2) a {
    width: 8.6rem;
    margin-right: 3.5rem;
}
.szrd-container ul:nth-of-type(3) li:nth-of-type(3) {
    padding-left: 3rem;
}
.szrd-container ul:nth-of-type(3) li:nth-of-type(3) a {
    width: 15.6rem;
} */

/* 专题专栏 */
.ztzl-container {
    position: relative;
    padding-bottom: 10rem;
}
.ztzl-container h2 {
    margin-bottom: 2.5rem;
}
.ztzl-container h2 img {
    width: 100%;
}
.ztzl-container ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ztzl-container ul li {
    --h: 13rem;
    width: -webkit-calc(var(--h) * 2.5);
    width: -moz-calc(var(--h) * 2.5);
    width: calc(var(--h) * 2.5);
    height: var(--h);
    margin-bottom: 2.5rem;
}
.ztzl-container ul li:nth-of-type(n + 2) {
    margin-bottom: 0;
}
.ztzl-container ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.ztzl-container ul li a img {
    width: 100%;
    height: 100%;
}
.ztzl-container .list-more {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    color: var(--boderColor);
    font-size: 2.5rem;
}

/* 二维码 */
.m-code img {
    width: 100%;
}

/* 底部 */
.m-footer {
    position: relative;
    background: #c52a23;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    font-size: 2.4rem;
    border-top: 1px solid #e78844;
}
.m-footer a {
    font-size: 2.4rem;
    color: #fff;
}
.m-footer dd {
    height: 4.5rem;
    line-height: 4.5rem;
}

.footer-list {
    padding: 2.5rem 0;
}

.footer-icp {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-icp img {
    width: 2.5rem;
    margin-left: -3rem;
    margin-right: 0.5rem;
}

.footer-dzjg {
    position: absolute;
    top: 12.8rem;
    right: 8rem;
}
.footer-dzjg a img {
    width: 6.4rem;
}

.footer-v {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 6.4rem;
    background: #a11f19;
}
.footer-v dt {
    position: relative;
    width: 50%;
}
.footer-v dt:nth-of-type(1) {
    padding-right: 2rem;
    text-align: right;
}
.footer-v dt:nth-of-type(1)::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 70%;
    top: 50%;
    right: -1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
}
.footer-v dt:nth-of-type(2) {
    padding-left: 2rem;
    text-align: left;
}
.footer-v a {
    font-size: 2.8rem;
    font-weight: bold;
}

/* 2025-08-08 */
.szrd-container ul:nth-of-type(4) li {
    width: 50%;
}
.szrd-container ul:nth-of-type(4) li:nth-of-type(1) a {
    width: 25rem;
}
.szrd-container ul:nth-of-type(4) li:nth-of-type(2) {
    padding-left: 5rem;
}
.szrd-container ul:nth-of-type(4) li:nth-of-type(2) a {
    width: 20rem;
}

/* 无障碍 */
.bgy {
    position: absolute;
    right: 5%;
    top: 1%;
    z-index: 9999;
}
.bgy a {
    font-size: 2rem;
    color: #333;
}

#esdMobleButton {
    display: none;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: hidden;
}
/* 2026-01-20 */
.szrd-container ul {
    box-shadow:
        0 -0.2rem 0.9rem 0px rgba(0, 0, 0, 0.1),
        0 0.2rem 0.2rem 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 17.5rem;
    padding: 2.5rem 2%;
}
.szrd-container ul li {
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #c9c9c9;
    padding-right: 1.5rem;
}
.szrd-container ul li:last-of-type {
    border-right: none;
    padding-right: 0;
}
.szrd-container ul li a {
    display: block;
    height: 100%;
    line-height: 17.5rem;
}
.szrd-container ul li a img {
    width: 100%;
}
.szrd-container ul:nth-of-type(1) {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.szrd-container ul:nth-of-type(1) a {
    width: 33.4rem;
}
.szrd-container ul:nth-of-type(1) li:nth-of-type(1) a {
    width: 19rem;
    margin-right: 7rem;
    margin-left: 3rem;
}
.szrd-container ul:nth-of-type(1) li:nth-of-type(1) a {
    /* width: 19rem; */
}

.szrd-container ul:nth-of-type(2) li:nth-of-type(1) a {
    width: 13.6rem;
    margin-right: 10.5rem;
    margin-left: 7rem;
}
.szrd-container ul:nth-of-type(2) li:nth-of-type(2) a {
    width: 11.2rem;
    margin-right: 13rem;
}
.szrd-container ul:nth-of-type(2) li:nth-of-type(3) a {
    width: 8.7rem;
    margin-right: 1rem;
}
.szrd-container ul:nth-of-type(2) li:nth-of-type(4) a {
    width: 11rem;
}
.szrd-container ul:nth-of-type(3) li:nth-of-type(1) a {
    width: 20rem;
}
.szrd-container ul:nth-of-type(3) li:nth-of-type(2) a {
    width: 18rem;
    margin-right: 2.5rem;
}
.szrd-container ul:nth-of-type(3) li:nth-of-type(3) a {
    width: 13.5rem;
}
.szrd-container ul:nth-of-type(4) li:nth-of-type(1) {
    padding: 0 5rem;
}
.szrd-container ul:nth-of-type(4) li:nth-of-type(1) a {
    width: 8.8rem;
    margin-right: 3.5rem;
}
.szrd-container ul:nth-of-type(4) li:nth-of-type(2) {
    padding: 0 4rem 0 8rem;
}
.szrd-container ul:nth-of-type(4) li:nth-of-type(2) a {
    width: 8.6rem;
}
.szrd-container ul:nth-of-type(4) li:nth-of-type(3) {
    padding-left: 3rem;
}
.szrd-container ul:nth-of-type(4) li:nth-of-type(3) a {
    width: 15.6rem;
}
.szrd-container ul:nth-of-type(5) li {
    width: 50%;
}
.szrd-container ul:nth-of-type(5) li:nth-of-type(1) a {
    width: 25rem;
}
.szrd-container ul:nth-of-type(5) li:nth-of-type(2) {
    padding-left: 5rem;
}
.szrd-container ul:nth-of-type(5) li:nth-of-type(2) a {
    width: 20rem;
}
