@charset "UTF-8";
body {
  background: -webkit-linear-gradient(#fff, #fcf1e1, #fff);
  background: -moz-linear-gradient(#fff, #fcf1e1, #fff);
  background: -o-linear-gradient(#fff, #fcf1e1, #fff);
  background: linear-gradient(#fff, #fcf1e1, #fff);
  min-width: 1200px;
}

/* 面包屑导航 */
.breadcrumb {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
}
.breadcrumb a {
  padding-bottom: 3px;
}
.breadcrumb a:hover {
  font-weight: bold;
  border-bottom: 2px solid var(--defaultHoverColor);
}

/* 分页 */
.pagenav {
  margin-top: 60px;
}

#pages {
  padding: 14px 0 10px;
  font-family: SimSun;
  text-align: center;
  margin: 0 auto;
  clear: both;
  line-height: 35px;
}
#pages a {
  display: inline-block;
  height: 28px;
  line-height: 27px;
  background: #fff;
  border: 1px solid #b0b0b0;
  text-align: center;
  color: #333;
  padding: 0 10px;
  text-decoration: none;
  border-radius: 3px;
  font-family: "微软雅黑";
}
#pages a.a1 {
  width: 75px;
  padding: 0;
}
#pages a:hover {
  text-decoration: underline;
}
#pages span {
  display: inline-block;
  height: 28px;
  line-height: 27px;
  background: var(--defaultHoverColor);
  border: 1px solid var(--defaultHoverColor);
  color: #fff;
  text-align: center;
  padding: 0 10px;
  border-radius: 3px;
  font-family: "微软雅黑";
}

/* 列表页 */
.rd-list-container {
  padding: 10px 40px 0;
  background: #fff;
}
.rd-list-container ul li {
  position: relative;
  text-indent: 1em;
  height: 40px;
  line-height: 40px;
}
.rd-list-container ul li a {
  color: #424242;
  max-width: 80%;
  line-height: 40px;
}
.rd-list-container ul li a:hover {
  color: var(--defaultHoverColor);
  font-weight: bold;
}
.rd-list-container ul li span {
  font-size: 16px;
  color: #999999;
}
.rd-list-container ul li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--defaultHoverColor);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rd-list-container ul li:nth-of-type(5n) {
  height: 60px;
  border-bottom: 4px solid #f0f0f0;
}
.rd-list-container ul li:nth-of-type(5n)::before {
  top: -webkit-calc(50% - 0.5em);
  top: -moz-calc(50% - 0.5em);
  top: calc(50% - 0.5em);
}
.rd-list-container ul li:nth-of-type(5n + 1) {
  height: 60px;
  line-height: 40px;
  padding-top: 20px;
}
.rd-list-container ul li:nth-of-type(5n + 1)::before {
  top: -webkit-calc(50% + 0.5em);
  top: -moz-calc(50% + 0.5em);
  top: calc(50% + 0.5em);
}
.rd-list-container ul li:last-of-type {
  border-bottom: none;
  height: 40px;
  padding: 0;
}
.rd-list-container ul li:last-of-type::before {
  top: 50%;
}

/* 人大工作 */
.work-container {
  padding: 20px 40px 60px;
  background: #fff;
}

.work-content {
  margin-bottom: 60px;
}
.work-content:last-of-type {
  margin-bottom: 0;
}
.work-content .work-tit {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  line-height: 50px;
  text-align: center;
  background: url(/statics/srd/images/2025news/list1/work-line.png) no-repeat center bottom;
}
.work-content .work-tit a {
  position: absolute;
  color: var(--defaultHoverColor);
  font-size: 14px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.work-content .work-tit a:hover {
  font-weight: bold;
}
.work-content .content-main {
  padding: 0 10px;
}
.work-content .content-main .content-img {
  display: block;
  width: 530px;
  height: 280px;
}
.work-content .content-main .content-img img {
  width: 100%;
  height: 100%;
}
.work-content .content-main .content-list {
  width: -webkit-calc(100% - 540px - 45px);
  width: -moz-calc(100% - 540px - 45px);
  width: calc(100% - 540px - 45px);
  margin-top: -15px;
}
.work-content .content-main .content-list li {
  height: 52px;
  line-height: 52px;
}
.work-content .content-main .content-list li a {
  line-height: 52px;
  max-width: 80%;
}
.work-content .content-main .content-list li a:hover {
  font-weight: bold;
}
.work-content .content-main .content-list li span {
  font-size: 16px;
  color: #999;
}

.work-content#dbgz .content-main ul li {
  float: left;
  width: -webkit-calc((100% - 90px) / 4);
  width: -moz-calc((100% - 90px) / 4);
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
}
.work-content#dbgz .content-main ul li:last-of-type {
  margin-right: 0;
}
.work-content#dbgz .content-main ul li img {
  width: 100%;
  height: 170px;
}
.work-content#dbgz .content-main ul li a {
  position: relative;
}
.work-content#dbgz .content-main ul li a::before {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  position: absolute;
  left: 0;
  top: 45px;
  width: 33px;
  height: 2px;
  background: var(--defaultHoverColor);
}
.work-content#dbgz .content-main ul li a:hover h5 {
  font-weight: bold;
  color: var(--defaultHoverColor);
}
.work-content#dbgz .content-main ul li a:hover::before {
  width: 90%;
}
.work-content#dbgz .content-main ul li h5 {
  font-size: 20px;
  color: #333;
  line-height: 40px;
}
.work-content#dbgz .content-main ul li span {
  font-size: 16px;
  color: #999999;
  line-height: 45px;
}
.work-content#dbgz .content-main ul li p {
  font-size: 16px;
  color: #424242;
  margin-bottom: 10px;
}
.work-content#zsjs .content-main a {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.work-content#zsjs .content-main a:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.work-content#zsjs .content-main a::before {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  position: absolute;
  left: 430px;
  top: 55px;
  width: 33px;
  height: 2px;
  background: var(--defaultHoverColor);
}
.work-content#zsjs .content-main a:hover h5 {
  font-weight: bold;
  color: var(--defaultHoverColor);
}
.work-content#zsjs .content-main a:hover::before {
  width: -webkit-calc(100% - 430px);
  width: -moz-calc(100% - 430px);
  width: calc(100% - 430px);
}
.work-content#zsjs .content-main a h5 {
  font-weight: bold;
  line-height: 1.2;
  min-height: 45px;
  font-size: 20px;
  color: #333;
}
.work-content#zsjs .content-main a span {
  font-size: 16px;
  color: #999999;
  line-height: 45px;
}
.work-content#zsjs .content-main a p {
  margin-top: 25px;
  font-size: 16px;
  line-height: 2;
  color: #424242;
  margin-bottom: 10px;
}
.work-content#zsjs .content-main a img {
  width: 405px;
  height: 220px;
}
.work-content#zsjs .content-main a div {
  width: -webkit-calc(100% - 405px - 25px);
  width: -moz-calc(100% - 405px - 25px);
  width: calc(100% - 405px - 25px);
}
.work-content .content-main#llyj, .work-content .content-main#zsrd {
  width: -webkit-calc((100% - 50px) / 2);
  width: -moz-calc((100% - 50px) / 2);
  width: calc((100% - 50px) / 2);
}
.work-content .content-main#llyj .work-tit, .work-content .content-main#zsrd .work-tit {
  position: relative;
  text-align: left;
  background: none;
}
.work-content .content-main#llyj .work-tit::before, .work-content .content-main#zsrd .work-tit::before {
  display: block;
  content: "";
  position: absolute;
  width: 260px;
  height: 2px;
  background: #e5e5e5;
  top: 60%;
  left: 160px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.work-content .content-main#llyj .work-tit a, .work-content .content-main#zsrd .work-tit a {
  top: 60%;
}
.work-content .content-main#llyj .work-list ul li, .work-content .content-main#zsrd .work-list ul li {
  position: relative;
  text-indent: 0.5em;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px dashed #ebebeb;
}
.work-content .content-main#llyj .work-list ul li a, .work-content .content-main#zsrd .work-list ul li a {
  max-width: 80%;
  color: #333;
  line-height: 50px;
}
.work-content .content-main#llyj .work-list ul li a:hover, .work-content .content-main#zsrd .work-list ul li a:hover {
  font-weight: bold;
  color: var(--defaultHoverColor);
}
.work-content .content-main#llyj .work-list ul li span, .work-content .content-main#zsrd .work-list ul li span {
  font-size: 16px;
  color: #999;
}
.work-content .content-main#llyj .work-list ul li::before, .work-content .content-main#zsrd .work-list ul 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: 4px;
  height: 4px;
  background: #e3561c;
}

/* 新媒体产品 */
.media-container {
  padding: 20px 25px 60px 50px;
  background: -webkit-linear-gradient(285deg, #fff 15%, #ffe3bd, #fdf8ee);
  background: -moz-linear-gradient(285deg, #fff 15%, #ffe3bd, #fdf8ee);
  background: -o-linear-gradient(285deg, #fff 15%, #ffe3bd, #fdf8ee);
  background: linear-gradient(165deg, #fff 15%, #ffe3bd, #fdf8ee);
}

.tjyd-container {
  padding-bottom: 60px;
  position: relative;
}
.tjyd-container::before {
  z-index: 0;
  content: "";
  position: absolute;
  left: -50px;
  top: 65px;
  width: 1205px;
  height: 415px;
  background: url(/statics/srd/images/2025news/list1/lsit-bg.png) no-repeat;
}
.tjyd-container h2 {
  margin: 40px auto;
  width: 100%;
  text-align: center;
}
.tjyd-container .tjyd-swiper {
  position: relative;
  z-index: 1;
  width: 520px;
  height: 330px;
}
.tjyd-container .tjyd-swiper .swiper-slide a p {
  height: 60px;
  line-height: 60px;
  padding: 10px 5em 0 1em;
  color: #fff;
  font-size: 20px;
  background: -webkit-linear-gradient(top, transparent, var(--defaultHoverColor));
  background: -moz-linear-gradient(top, transparent, var(--defaultHoverColor));
  background: -o-linear-gradient(top, transparent, var(--defaultHoverColor));
  background: linear-gradient(180deg, transparent, var(--defaultHoverColor));
}
.tjyd-container .tjyd-swiper .tjyd-pagination {
  bottom: 0;
  right: 0;
  left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  line-height: 80px;
}
.tjyd-container .tjyd-swiper .tjyd-pagination .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 8px;
  height: 8px;
}
.tjyd-container .tjyd-swiper .tjyd-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.tjyd-container .tjyd-list {
  position: relative;
  z-index: 1;
  background: #fff;
  width: -webkit-calc(100% - 520px);
  width: -moz-calc(100% - 520px);
  width: calc(100% - 520px);
  padding: 10px 30px 0 36px;
  min-height: 330px;
}
.tjyd-container .tjyd-list li {
  height: 45px;
  line-height: 45px;
  /* &:nth-of-type(1) {
      padding-bottom: 8px;
      height: fit-content;
      border-bottom: 1px solid #e5e5e5;
      a {
          width: 100%;
          h5 {
              font-size: 20px;
              color: #333;
              font-weight: bold;
          }
          p {
              position: relative;
              color: #333;
              z-index: 0;
              span {
                  background: #fff;
                  padding-left: 0.5em;
                  position: absolute;
                  font-size: 16px;
                  right: 0;
                  top: 1.8em;
                  color: #999;
                  z-index: 1;
              }
          }
          &:hover {
              h5 {
                  font-weight: bold;
                  color: var(--defaultHoverColor);
              }
          }
      }
  } */
}
.tjyd-container .tjyd-list li a {
  width: 80%;
  line-height: 45px;
}
.tjyd-container .tjyd-list li span {
  font-size: 16px;
  color: #999;
}

.tkrd-container {
  position: relative;
}
.tkrd-container::before {
  z-index: 0;
  content: "";
  position: absolute;
  left: -50px;
  top: 65px;
  width: 1200px;
  height: 422px;
  background: url(/statics/srd/images/2025news/list1/swiper-bg.png) no-repeat;
}
.tkrd-container h2 {
  text-align: center;
  margin-bottom: 40px;
}
.tkrd-container .tkrd-swiper {
  width: 860px;
}
.tkrd-container .tkrd-swiper .swiper-slide {
  width: 310px;
  height: 610px;
  position: relative;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
     -moz-perspective: 1000px;
          perspective: 1000px;
}
.tkrd-container .tkrd-swiper .swiper-slide::before {
  content: "";
  width: 90%;
  height: 100%;
  background: #ebc492;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #c98942;
}
.tkrd-container .tkrd-swiper .swiper-slide a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 550px;
}
.tkrd-container .tkrd-swiper .swiper-slide a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.tkrd-container .tkrd-swiper .swiper-slide.swiper-slide-active a {
  border: 1px solid #d3944e;
  border-radius: 5px;
  overflow: hidden;
}
.tkrd-container .tkrd-swiper .swiper-slide.swiper-slide-active a::before {
  display: none;
}
.tkrd-container .tkrd-next,
.tkrd-container .tkrd-prev {
  top: 55%;
  width: 33px;
  height: 58px;
}
.tkrd-container .tkrd-next::after,
.tkrd-container .tkrd-prev::after {
  display: none;
}
.tkrd-container .tkrd-next {
  background: url(/statics/srd/images/2025news/list1/next.png);
}
.tkrd-container .tkrd-prev {
  background: url(/statics/srd/images/2025news/list1/prev.png);
}

/* 一图读懂 */
.ytdd-container {
  position: relative;
  min-height: 590px;
  background: url(/statics/srd/images/2025news/list1/book-bg.png) no-repeat center center;
}
.ytdd-container .ytdd-btn {
  position: absolute;
  left: 100px;
  top: 110px;
}
.ytdd-container .ytdd-btn a {
  display: block;
  width: 74px;
  height: 162px;
}
.ytdd-container .ytdd-btn a:nth-of-type(1) {
  background: url(/statics/srd/images/2025news/list1/btn-1.png);
  margin-bottom: 10px;
}
.ytdd-container .ytdd-btn a:nth-of-type(1).current, .ytdd-container .ytdd-btn a:nth-of-type(1):hover {
  background: url(/statics/srd/images/2025news/list1/btn-hover1.png);
}
.ytdd-container .ytdd-btn a:nth-of-type(2) {
  background: url(/statics/srd/images/2025news/list1/btn-2.png);
}
.ytdd-container .ytdd-btn a:nth-of-type(2).current, .ytdd-container .ytdd-btn a:nth-of-type(2):hover {
  background: url(/statics/srd/images/2025news/list1/btn-hover2.png);
}
.ytdd-container .img-box {
  top: 72px;
  right: 95px;
  position: absolute;
  width: 800px;
  display: none;
}
.ytdd-container .img-box .img-big {
  padding: 10px;
  position: relative;
  float: left;
  width: 237px;
  height: 420px;
}
.ytdd-container .img-box .img-big a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.ytdd-container .img-box .img-big a img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
}
.ytdd-container .img-box .img-big::before {
  z-index: 0;
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(top, #fac922, #f83800);
  background: -moz-linear-gradient(top, #fac922, #f83800);
  background: -o-linear-gradient(top, #fac922, #f83800);
  background: linear-gradient(180deg, #fac922, #f83800);
  border-radius: 20px;
}
.ytdd-container .img-box .img-main {
  float: right;
  max-width: 510px;
  height: 400px;
  margin-top: 10px;
}
.ytdd-container .img-box .img-main ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 900px;
     -moz-perspective: 900px;
          perspective: 900px;
}
.ytdd-container .img-box .img-main ul li {
  -webkit-flex: 0.2;
     -moz-box-flex: 0.2;
      -ms-flex: 0.2;
          flex: 0.2;
  margin-right: -5px;
  position: relative;
  -webkit-transition: all 700ms ease-in;
  -o-transition: all 700ms ease-in;
  -moz-transition: all 700ms ease-in;
  transition: all 700ms ease-in;
  height: 400px;
  background: -webkit-linear-gradient(325deg, #ffe89c, #d4997e);
  background: -moz-linear-gradient(325deg, #ffe89c, #d4997e);
  background: -o-linear-gradient(325deg, #ffe89c, #d4997e);
  background: linear-gradient(125deg, #ffe89c, #d4997e);
  padding: 3px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotateY(25deg) translateX(10px);
     -moz-transform: rotateY(25deg) translateX(10px);
          transform: rotateY(25deg) translateX(10px);
  -webkit-transition-delay: 0.1s;
     -moz-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
.ytdd-container .img-box .img-main ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.ytdd-container .img-box .img-main ul li img {
  width: 100%;
  height: 100%;
}
.ytdd-container .img-box .img-main ul li.active {
  max-width: 220px;
  -webkit-transform: rotateY(0) translateX(0) translateZ(0) scaleX(1.1);
     -moz-transform: rotateY(0) translateX(0) translateZ(0) scaleX(1.1);
          transform: rotateY(0) translateX(0) translateZ(0) scaleX(1.1);
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ytdd-container .img-box .img-main ul li.active ~ li {
  -webkit-transform: rotateY(-25deg) translateX(-10px) translateZ(-30px) scaleX(1.1);
     -moz-transform: rotateY(-25deg) translateX(-10px) translateZ(-30px) scaleX(1.1);
          transform: rotateY(-25deg) translateX(-10px) translateZ(-30px) scaleX(1.1);
}
.ytdd-container .img-box .img-main ul li:hover {
  z-index: 999;
  -webkit-transform: rotateY(0) scale(1.1);
     -moz-transform: rotateY(0) scale(1.1);
          transform: rotateY(0) scale(1.1);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.7);
  z-index: 1;
}

/* 新媒体2025-08-06 */
.ytdd-container .img-box .img-main {
  height: 420px;
}

.work-content#dbgz .content-main ul li a::before {
  top: 35px;
}