@charset "UTF-8";
html,
body {
    scroll-behavior: smooth;
}

body {
    min-width: 1438px;
    background: url(/statics/srd/images/2025news/body-bg.png) no-repeat center 573px, #fff;
}

.container-1300 {
    margin: 0 auto;
    width: 1300px;
    max-width: 1300px;
    background: #fff;
}

.container-box {
    padding: 40px 50px 0;
    border-radius: 20px 20px 0 0;
}

/* 头部 */
.header-container {
    padding-top: 10px;
    min-height: 573px;
    background: url(/statics/srd/images/2025news/header-bg.png) no-repeat center top;
}

.topbar {
    line-height: 27px;
    color: #333;
}
.topbar a {
    font-size: 16px;
    color: #333;
}
.topbar a#toolbarSwitch {
    margin-bottom: -10px;
    display: inline-block;
    width: 131px;
    height: 32px;
    line-height: 35px;
    padding-left: 40px;
    background: url(/statics/srd/images/2025news/toolbarSwitch.png);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.topbar a#toolbarSwitch:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}
.topbar a:hover {
    color: var(--defaultHoverColor);
}

#logo {
    padding: 108px 0 0 100px;
    position: relative;
}

.serch-box {
    margin-top: 104px;
}
.serch-box form {
    position: relative;
    margin: 0 auto;
    width: 754px;
    height: 58px;
    border: 4px solid #fec585;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.serch-box form input[type='text'] {
    width: -webkit-calc(100% - 58px);
    width: -moz-calc(100% - 58px);
    width: calc(100% - 58px);
    height: 100%;
    line-height: 58px;
    text-indent: 1em;
    background: #fff;
}
.serch-box form input[type='text']::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
}
.serch-box form input[type='text']:-moz-placeholder {
    color: #999999;
    font-size: 16px;
}
.serch-box form input[type='text']::-moz-placeholder {
    color: #999999;
    font-size: 16px;
}
.serch-box form input[type='text']:-ms-input-placeholder {
    color: #999999;
    font-size: 16px;
}
.serch-box form input[type='text']::placeholder {
    color: #999999;
    font-size: 16px;
}
.serch-box form .search_input {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 96px;
    height: 58px;
    background: url(/statics/srd/images/2025news/serch-icon.png) no-repeat center 16px, #feb86d;
    -o-background-size: 40px 37px;
    background-size: 40px 37px;
    cursor: pointer;
}
.serch-box form .search_input:hover {
    -o-background-size: 48%;
    background-size: 48%;
}
.serch-box dl {
    width: 754px;
    margin: 0 auto;
    padding: 15px 0 0 22px;
}
.serch-box dl dt,
.serch-box dl dd {
    float: left;
    font-size: 16px;
    color: #333;
}
.serch-box dl dt a,
.serch-box dl dd a {
    color: #333;
}
.serch-box dl dt a:hover,
.serch-box dl dd a:hover {
    text-decoration: underline;
    color: var(--defaultHoverColor);
}
.serch-box dl dt {
    margin-right: 0.5em;
}
.serch-box dl dd {
    margin-right: 1em;
}

.header-container .nav-container {
    position: relative;
    margin: 25px auto 0;
    width: 1438px;
    height: 80px;
    background: url(/statics/srd/images/2025news/nav-bg.png) no-repeat;
}
.header-container .nav-container ul {
    height: 80px;
    position: relative;
    z-index: 999;
}
.header-container .nav-container ul li {
    position: relative;
    z-index: 1;
    float: left;
    width: 14.2857142857%;
    line-height: 90px;
    text-align: center;
}
.header-container .nav-container ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 90px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #fff;
    font-size: 26px;
    /*     font-weight: bold;
    text-shadow: 4px 3px 5px rgba(145, 5, 0, 0.5); */
}
.header-container .nav-container ul li dl {
    width: 144px;
    display: none;
    position: absolute;
    left: 50%;
    top: 90px;
    transform: translateX(-50%);
    background: var(--defaultHoverColor);
    /*   box-shadow: 4px 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 3px 5px rgba(145, 5, 0, 0.54); */
    z-index: 999;
    border-radius: 10px;
}
.header-container .nav-container ul li dl a {
    position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    text-align: center;
}
.header-container .nav-container ul li dl dd {
    position: relative;
    text-align: center;
    float: left;
    width: 100%;
}
.header-container .nav-container ul li dl dd dl {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    width: 80%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.header-container .nav-container ul li dl dd dl a {
    font-size: 14px;
}
.header-container .nav-container ul li:hover a {
    font-size: 28px;
}
.header-container .nav-container ul li:hover > dl {
    display: block;
}
.header-container .nav-container ul li:hover > dl a {
    font-size: 16px;
    display: block;
}
.header-container .nav-container ul li:hover > dl a:hover {
    text-shadow: 3px 3px 10px rgba(255, 255, 255, 0.5);
    /* text-decoration: underline; */
}
.header-container .nav-container ul li:hover > dl dd:hover dl {
    display: block;
}
.header-container .nav-container ul li:hover > dl dl a {
    font-size: 14px;
}
.header-container .nav-container ul li:nth-of-type(1):hover ~ .undeline,
.header-container .nav-container ul li:nth-of-type(1).current ~ .undeline {
    left: 34px;
}
.header-container .nav-container ul li:nth-of-type(2):hover ~ .undeline,
.header-container .nav-container ul li:nth-of-type(2).current ~ .undeline {
    left: 205px;
}
.header-container .nav-container ul li:nth-of-type(3).current ~ .undeline,
.header-container .nav-container ul li:nth-of-type(3):hover ~ .undeline {
    left: 377px;
}
.header-container .nav-container ul li:nth-of-type(4).current ~ .undeline,
.header-container .nav-container ul li:nth-of-type(4):hover ~ .undeline {
    left: 548px;
}
.header-container .nav-container ul li:nth-of-type(5).current ~ .undeline,
.header-container .nav-container ul li:nth-of-type(5):hover ~ .undeline {
    left: 719px;
}
.header-container .nav-container ul li:nth-of-type(6).current ~ .undeline,
.header-container .nav-container ul li:nth-of-type(6):hover ~ .undeline {
    left: 890px;
}
.header-container .nav-container ul li:nth-of-type(7).current ~ .undeline,
.header-container .nav-container ul li:nth-of-type(7):hover ~ .undeline {
    left: 1061px;
}
.header-container .nav-container .undeline {
    position: absolute;
    width: 105px;
    height: 40px;
    background: url(/statics/srd/images/2025news/undeline.png) no-repeat;
    bottom: -8px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 0;
    left: 34px;
}

/******内容开始******/
/* 头条 */
.top-container {
    margin: 40px auto 20px;
    padding: 14px 0 0 14px;
    width: 1208px;
    max-width: 1208px;
    height: 148px;
    background: url(/statics/srd/images/2025news/topline-bg.png) no-repeat;
}

.top-swiper {
    margin-top: 15px;
    width: 1093px;
    height: 100px;
}
.top-swiper .swiper-slide {
    padding-right: 70px;
}
.top-swiper .swiper-slide h2 {
    font-size: 32px;
    font-weight: bold;
}
.top-swiper .swiper-slide p {
    background: none;
    font-size: 16px;
    color: #666666;
}
.top-swiper .top-pagination {
    width: 23px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    right: 4px;
    left: auto;
    top: 45%;
}
.top-swiper .top-pagination .swiper-pagination-bullet {
    width: 23px;
    height: 19px;
    background: #ffab4f;
    opacity: 1;
    border-radius: 0;
}
.top-swiper .top-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--defaultHoverColor);
    box-shadow: 0 3px 3px rgba(145, 5, 0, 0.54);
}

/* 要闻 */
.yw-swiper {
    width: 600px;
    height: 400px;
}
.yw-swiper p {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    padding: 0 10em 0 1em;
}
.yw-swiper .yw-pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    right: 0;
    left: auto;
    bottom: 0;
    height: 45px;
    line-height: 45px;
    z-index: 999;
}
.yw-swiper .yw-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
}
.yw-swiper .yw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 45px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.yw-list {
    width: 550px;
}
.yw-list ul {
    position: relative;
    height: 70px;
    border-bottom: 1px solid #ffe3bd;
}
.yw-list ul li {
    float: left;
    width: 50%;
}
.yw-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 70px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.yw-list ul li:nth-of-type(1):hover a,
.yw-list ul li:nth-of-type(1).current a {
    color: var(--defaultHoverColor);
}
.yw-list ul li:nth-of-type(1):hover ~ div,
.yw-list ul li:nth-of-type(1).current ~ div {
    left: 70px;
}
.yw-list ul li:nth-of-type(1) a {
    position: relative;
}
.yw-list ul li:nth-of-type(1) a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 26px;
    background: #dcdcdc;
}
.yw-list ul li:nth-of-type(2):hover a,
.yw-list ul li:nth-of-type(2).current a {
    color: var(--defaultHoverColor);
}
.yw-list ul li:nth-of-type(2):hover ~ div,
.yw-list ul li:nth-of-type(2).current ~ div {
    left: 341px;
}
.yw-list ul div {
    position: absolute;
    bottom: -9px;
    left: 70px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.yw-list ol {
    min-height: 334px;
    padding-top: 10px;
    display: none;
}
.yw-list ol:nth-of-type(1) {
    display: block;
}
.yw-list ol li {
    height: 54px;
}
.yw-list ol li a {
    line-height: 54px;
}
.yw-list ol li a:hover {
    font-weight: bold;
}

.banner-container {
    padding: 80px 0;
}
.banner-container .banner-pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    right: 0;
    left: auto;
    top: 68%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
}
.banner-container .banner-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #fff;
}
.banner-container .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* 权威发布 人大工作 */
.content-container {
    padding: 0 50px 60px;
}

.content-list {
    width: 900px;
}
.content-list .table-main {
    width: 100%;
}
.content-list .table-main h2 {
    margin-bottom: 30px;
}
.content-list .table-main ul {
    position: relative;
    width: 100%;
    height: 69px;
    background: url(/statics/srd/images/2025news/ul-bg.png) no-repeat;
}
.content-list .table-main ul li {
    float: left;
}
.content-list .table-main ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 69px;
    font-size: 26px;
}
.content-list .table-main ul li:hover a,
.content-list .table-main ul li.current a {
    font-weight: bold;
    color: var(--defaultHoverColor);
}
.content-list .table-main ul .undeline {
    position: absolute;
    bottom: -6px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.content-list .table-main ol {
    padding-top: 20px;
    min-height: 260px;
    display: none;
}
.content-list .table-main ol:nth-of-type(1) {
    display: block;
}
.content-list .table-main ol li {
    position: relative;
    float: left;
    padding-left: 1em;
    height: 57px;
    line-height: 58px;
    width: 48%;
}
.content-list .table-main ol li:nth-of-type(2n) {
    float: right;
}
.content-list .table-main ol li a {
    line-height: 58px;
}
.content-list .table-main ol li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border: 1px solid #979797;
    border-radius: 50%;
}
.content-list .table-main ol li:hover a {
    font-weight: bold;
}
.content-list .table-main ol li:hover::before {
    background: var(--defaultHoverColor);
    border-color: var(--defaultHoverColor);
}
.content-list .qwfb-main ul li {
    width: 25%;
    text-align: center;
}
.content-list .qwfb-main ul li:nth-of-type(1):hover ~ .undeline,
.content-list .qwfb-main ul li:nth-of-type(1).current ~ .undeline {
    left: 40px;
}
.content-list .qwfb-main ul li:nth-of-type(2):hover ~ .undeline,
.content-list .qwfb-main ul li:nth-of-type(2).current ~ .undeline {
    left: 265px;
}
.content-list .qwfb-main ul li:nth-of-type(3):hover ~ .undeline,
.content-list .qwfb-main ul li:nth-of-type(3).current ~ .undeline {
    left: 495px;
}
.content-list .qwfb-main ul li:nth-of-type(4):hover ~ .undeline,
.content-list .qwfb-main ul li:nth-of-type(4).current ~ .undeline {
    left: 715px;
}
.content-list .qwfb-main ul .undeline {
    left: 40px;
}
.content-list .rdgz-main {
    margin-top: 40px;
}
.content-list .rdgz-main ul li {
    width: 16.6666666667%;
    text-align: center;
}
.content-list .rdgz-main ul li:nth-of-type(1):hover ~ .undeline,
.content-list .rdgz-main ul li:nth-of-type(1).current ~ .undeline {
    left: 6px;
}
.content-list .rdgz-main ul li:nth-of-type(2):hover ~ .undeline,
.content-list .rdgz-main ul li:nth-of-type(2).current ~ .undeline {
    left: 155px;
}
.content-list .rdgz-main ul li:nth-of-type(3):hover ~ .undeline,
.content-list .rdgz-main ul li:nth-of-type(3).current ~ .undeline {
    left: 305px;
}
.content-list .rdgz-main ul li:nth-of-type(4):hover ~ .undeline,
.content-list .rdgz-main ul li:nth-of-type(4).current ~ .undeline {
    left: 455px;
}
.content-list .rdgz-main ul li:nth-of-type(5):hover ~ .undeline,
.content-list .rdgz-main ul li:nth-of-type(5).current ~ .undeline {
    left: 605px;
}
.content-list .rdgz-main ul li:nth-of-type(6):hover ~ .undeline,
.content-list .rdgz-main ul li:nth-of-type(6).current ~ .undeline {
    left: 755px;
}

.content-fast {
    width: 265px;
    height: 822px;
    padding: 15px 12px 10px;
    background: -webkit-linear-gradient(#fbb8a0, #fff);
    background: -moz-linear-gradient(#fbb8a0, #fff);
    background: -o-linear-gradient(#fbb8a0, #fff);
    background: linear-gradient(#fbb8a0, #fff);
    border: 1px solid #eeeeee;
}
.content-fast .fast-img1,
.content-fast .fast-img2 {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}
.content-fast > a {
    display: block;
    margin-bottom: 15px;
}
.content-fast div {
    padding: 14px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}
.content-fast div a {
    display: block;
}

/* 媒体矩阵 */
.mtjz-container {
    padding-bottom: 60px;
    min-height: 600px;
    position: relative;
}
.mtjz-container > ul {
    margin: 24px auto 30px;
    position: relative;
    height: 68px;
    background: url(/statics/srd/images/2025news/mtjz-tit-bg.png) no-repeat;
}
.mtjz-container > ul li {
    float: left;
    width: 20%;
}
.mtjz-container > ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 68px;
    font-size: 26px;
}
.mtjz-container > ul li:hover a,
.mtjz-container > ul li.current a {
    font-weight: bold;
    color: var(--defaultHoverColor);
}
.mtjz-container > ul li:nth-of-type(1),
.mtjz-container > ul li:nth-of-type(3) {
    width: 220px;
}
.mtjz-container > ul li:nth-of-type(2):hover ~ .undeline,
.mtjz-container > ul li:nth-of-type(2).current ~ .undeline {
    left: 270px;
}
.mtjz-container > ul li:nth-of-type(3):hover ~ .undeline,
.mtjz-container > ul li:nth-of-type(3).current ~ .undeline {
    left: 495px;
}
.mtjz-container > ul li:nth-of-type(4):hover ~ .undeline,
.mtjz-container > ul li:nth-of-type(4).current ~ .undeline {
    left: 728px;
}
.mtjz-container > ul li:nth-of-type(5):hover ~ .undeline,
.mtjz-container > ul li:nth-of-type(5).current ~ .undeline {
    left: 980px;
}
.mtjz-container > ul .undeline {
    position: absolute;
    bottom: -7px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    left: 40px;
}
.mtjz-container > div {
    width: 100%;
    position: absolute;
    visibility: hidden;
    min-height: 375px;
}
.mtjz-container > div:nth-of-type(1) {
    visibility: visible;
}

/* 视频中心 */
.video-main {
    background: url(/statics/srd/images/2025news/video-bg.png) no-repeat 579px top;
}
.video-main .video-img {
    width: 580px;
    height: 365px;
}
.video-main .video-img a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.video-main .video-img a img {
    width: 100%;
    height: 100%;
}
.video-main .video-img a::before,
.video-main .video-img a::after {
    content: '';
    position: absolute;
}
.video-main .video-img a::before {
    content: url(/statics/srd/images/2025news/play-btn.png);
    top: 50%;
    left: 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%);
    z-index: 1;
}
.video-main .video-img a::after {
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.video-main .video-img a p {
    padding: 0 1em;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: var(--defaultHoverColor);
}
.video-main .video-list {
    width: 550px;
    padding: 50px 50px 0 0;
}
.video-main .video-list li {
    height: 52px;
    line-height: 52px;
}
.video-main .video-list li a {
    font-size: 17px;
}
.video-main .video-list li a:hover {
    font-weight: bold;
}

/* 新媒体产品 */
.media-main .media-prev,
.media-main .media-next {
    width: 34px;
    height: 34px;
}
.media-main .media-prev:hover,
.media-main .media-next:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.media-main .media-prev::after,
.media-main .media-next::after {
    display: none;
}
.media-main .media-prev {
    background: url(/statics/srd/images/2025news/media-prev.png);
    left: 0;
}
.media-main .media-next {
    background: url(/statics/srd/images/2025news/media-next.png);
    right: 0;
}

.media-swiper {
    width: 1100px;
    height: 365px;
    margin: 0 auto;
}

/* 图片中心 */
.images-main ul li {
    float: left;
    width: 285px;
    height: 190px;
    margin: 0 15px 20px 0;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: -o-transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
}
.images-main ul li:first-of-type {
    width: 600px;
    height: 400px;
}
.images-main ul li:nth-of-type(n + 3):nth-of-type(2n-1) {
    margin-right: 0;
}
.images-main ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.images-main ul li a img {
    width: 100%;
    height: 100%;
}
.images-main ul li:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgba(145, 5, 0, 0.5);
}

/* 媒体聚焦 */
.news-main li {
    width: 48%;
    height: 62px;
    float: left;
}
.news-main li:nth-of-type(2n) {
    float: right;
}
.news-main li a {
    line-height: 62px;
    font-size: 20px;
    max-width: 80%;
}
.news-main li a:hover {
    font-weight: bold;
}
.news-main li span {
    line-height: 62px;
    color: #999999;
}

/* 云南人大杂志 */
.ma-img {
    width: 580px;
}
.ma-img a {
    display: block;
    float: left;
    width: -webkit-calc((100% - 35px) / 2);
    width: -moz-calc((100% - 35px) / 2);
    width: calc((100% - 35px) / 2);
    height: 360px;
}
.ma-img a img {
    width: 100%;
}
.ma-img a:last-of-type {
    float: right;
}

.ma-list {
    position: relative;
    padding: 60px 60px 0;
    width: 590px;
    height: 368px;
    background: url(/statics/srd/images/2025news/wqhg-bg.png);
}
.ma-list a:hover {
    color: var(--defaultHoverColor);
    font-weight: bold;
}
.ma-list ul li {
    float: left;
    width: 48%;
    height: 45px;
    text-align: center;
}
.ma-list ul li:nth-of-type(2n) {
    float: right;
}
.ma-list ul li a {
    line-height: 48px;
}
.ma-list .ma-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 197px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    background: -webkit-linear-gradient(left, #fff, #ffe3be, #fff);
    background: -moz-linear-gradient(left, #fff, #ffe3be, #fff);
    background: -o-linear-gradient(left, #fff, #ffe3be, #fff);
    background: linear-gradient(90deg, #fff, #ffe3be, #fff);
}

/* 数字人大 */
.szrd-container {
    padding-bottom: 60px;
}
.szrd-container h2 {
    margin-bottom: 45px;
}
.szrd-container ul li {
    width: 100%;
    height: 70px;
    margin-bottom: 22px;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
}
.szrd-container ul li:last-of-type {
    margin-bottom: 0;
}
.szrd-container ul li:nth-of-type(1) a {
    padding: 0 38px;
}
.szrd-container ul li:nth-of-type(2) a {
    padding: 0 45px;
}
.szrd-container ul li:nth-of-type(3) {
    padding: 0 90px;
}
.szrd-container ul li:nth-of-type(3) a {
    padding: 0 70px;
}
.szrd-container ul li a {
    position: relative;
    display: block;
    float: left;
    line-height: 70px;
    font-size: 20px;
    text-transform: uppercase;
}
.szrd-container ul li a img {
    margin-top: -3px;
    margin-right: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    scale: 0.9;
}
.szrd-container ul li a::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    background: #c9c9c9;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.szrd-container ul li a:last-of-type::before {
    display: none;
}
.szrd-container ul li a:hover {
    font-weight: bold;
}
.szrd-container ul li a:hover img {
    scale: 1;
}

/* 专题专栏 */
.special-container {
    padding-bottom: 64px;
}
.special-container h2 {
    margin-bottom: 40px;
}

.specila-swiper {
    width: 1150px;
    max-width: 1150px;
    max-width: 1150px;
    height: 150px;
}
.specila-swiper .swiper-slide {
    height: 100px;
}
.specila-swiper .swiper-slide a {
    position: relative;
    height: 100%;
}
.specila-swiper .swiper-slide a img {
    position: relative;
    z-index: 1;
}
.specila-swiper .swiper-slide a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 140%);
    -moz-transform: translate(-50%, 140%);
    -ms-transform: translate(-50%, 140%);
    -o-transform: translate(-50%, 140%);
    transform: translate(-50%, 140%);
    width: 85%;
    height: 4%;
    background: #666;
    border-radius: 70%;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    z-index: 0;
}
.specila-swiper .special-pagination {
    bottom: 0;
}
.specila-swiper .special-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid var(--defaultHoverColor);
    opacity: 1;
    margin: 0 9px;
}
.specila-swiper .special-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--defaultHoverColor);
    width: 34px;
    border-radius: 14px;
}

/* 2025-08-05 */
.content-fast {
    height: auto;
    min-height: 800px;
}
.content-fast a {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -moz-transition: transform 0.2s, -moz-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s, -o-transform 0.2s;
}
.content-fast a:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
.content-fast div {
    margin: 25px auto;
}

.szrd-container ul li:nth-of-type(3) {
    padding: 0;
}
.szrd-container ul li:nth-of-type(3) a {
    padding: 0 100px;
}
.szrd-container ul li:nth-of-type(4) {
    padding: 0 70px;
}
.szrd-container ul li:nth-of-type(4) a {
    padding: 0 115px;
}

/* 2025-08-11 */
.header-container .nav-container ul {
    padding-left: 40px;
}
.header-container .nav-container ul li {
    position: relative;
    z-index: 1;
    float: left;
    width: 14.2857142857%;
    line-height: 90px;
    text-align: center;
}
.header-container .nav-container ul li:nth-of-type(1):hover ~ .undeline,
.header-container .nav-container ul li:nth-of-type(1).current ~ .undeline {
    left: 70px;
}
.header-container .nav-container ul li:nth-of-type(2) {
    margin-left: -55px;
}
.header-container .nav-container ul li:nth-of-type(3) {
    margin-left: -33px;
}
.header-container .nav-container ul li:nth-of-type(2):hover ~ .undeline,
.header-container .nav-container ul li:nth-of-type(2).current ~ .undeline {
    left: 182px;
}
.header-container .nav-container ul li:nth-of-type(3):hover ~ .undeline,
.header-container .nav-container ul li:nth-of-type(3).current ~ .undeline {
    left: 318px;
}
.header-container .nav-container ul li:nth-of-type(4):hover ~ .undeline,
.header-container .nav-container ul li:nth-of-type(4).current ~ .undeline {
    left: 481px;
}
.header-container .nav-container ul li:nth-of-type(5):hover ~ .undeline,
.header-container .nav-container ul li:nth-of-type(5).current ~ .undeline {
    left: 648px;
}
.header-container .nav-container ul li:nth-of-type(6):hover ~ .undeline,
.header-container .nav-container ul li:nth-of-type(6).current ~ .undeline {
    left: 813px;
}
.header-container .nav-container ul li:nth-of-type(7):hover ~ .undeline,
.header-container .nav-container ul li:nth-of-type(7).current ~ .undeline {
    left: 977px;
}
.header-container .nav-container .undeline {
    left: 70px;
}

.top-swiper {
    margin-top: 15px;
}
.top-swiper .swiper-slide a {
    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;
}
.top-swiper .swiper-slide a h2 {
    text-align: center;
}

/* 2025-08-14 */
.top-container {
    height: 82px;
    padding: 0;
    padding-left: 14px;
}

.top-img {
    margin-top: 8px;
    width: 108px;
    height: 65px;
}

.top-swiper {
    height: 82px;
    margin-top: 0;
    width: 1085px;
}

.top-swiper .top-pagination .swiper-pagination-bullet {
    height: 14px;
}

.top-swiper .top-pagination {
    top: 50%;
}

.szrd-container ul li:nth-of-type(3) a {
    padding: 0 100px;
}
.szrd-container ul li:nth-of-type(3) a:nth-of-type(2) {
    padding: 0 147px;
}
.szrd-container ul li:nth-of-type(3) a:nth-child(3) {
    padding: 0;
    padding-left: 49px;
}
.header-container .nav-container ul li:hover > dl a {
    padding: 10px 0;
}
/* 右边栏滚动二维码 */
.content-fast div.fast-swiper,
.content-fast .fast-swiper div {
    margin: 0;
    padding: 0;
    background: 0;
    box-shadow: none;
    /* overflow: hidden; */
    width: 100%;
    height: 244px;
}
.content-fast div.fast-swiper img {
    width: 100%;
    height: 100%;
}
