@charset "UTF-8";
/*  */
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body {
  min-width: 1290px;
  min-width: 1290px;
  --gray: #a2a2a2;
}

/* ==================== */
/* 背景 */
#col-1 {
  background: url(/statics/srd/images/ssjqgrdhy/bg1.png) no-repeat top center;
  width: 100%;
}
#col-1 h2 {
  text-align: center;
}

#col-2 {
  background: url(/statics/srd/images/ssjqgrdhy/bg2.png) no-repeat top center;
  width: 100%;
}
#col-2 h2 {
  text-align: center;
}

#col-3 {
  background: url(/statics/srd/images/ssjqgrdhy/bg3.png) no-repeat top center;
  width: 100%;
}
#col-3 h2 {
  text-align: center;
}

#col-4 {
  background: url(/statics/srd/images/ssjqgrdhy/bg4.png) no-repeat top center;
  width: 100%;
}
#col-4 h2 {
  text-align: center;
}

#col-5 {
  background: url(/statics/srd/images/ssjqgrdhy/bg5.png) no-repeat top center;
  width: 100%;
}
#col-5 h2 {
  text-align: center;
}

#col-6 {
  background: url(/statics/srd/images/ssjqgrdhy/bg6.png) no-repeat top center;
  width: 100%;
}
#col-6 h2 {
  text-align: center;
}

#col-7 {
  background: url(/statics/srd/images/ssjqgrdhy/bg7.png) no-repeat top center;
  width: 100%;
}
#col-7 h2 {
  text-align: center;
}

#col-8 {
  background: url(/statics/srd/images/ssjqgrdhy/bg8.png) no-repeat top center;
  width: 100%;
}
#col-8 h2 {
  text-align: center;
}

#col-9 {
  background: url(/statics/srd/images/ssjqgrdhy/bg9.png) no-repeat top center;
  width: 100%;
}
#col-9 h2 {
  text-align: center;
}

#col-1 {
  min-height: 1131px;
}

#col-2 {
  min-height: 406px;
}

#col-3 {
  min-height: 922px;
}

#col-4 {
  min-height: 1129px;
}

#col-5 {
  min-height: 812px;
}

#col-6 {
  min-height: 1133px;
}

#col-7 {
  min-height: 672px;
}

#col-8 {
  min-height: 852px;
}

#col-9 {
  min-height: 934px;
}

.list-more {
  position: absolute;
  color: var(--gray);
  right: 0;
  bottom: -25px;
}
.list-more:hover {
  color: var(--defaultHoverColor);
}

/* ==================== */
/* 头部 */
.header-container {
  position: relative;
  background: url(/statics/srd/images/ssjqgrdhy/head-bg.png) no-repeat top center;
  min-height: 1158px;
}
.header-container #logo {
  position: absolute;
  left: 84px;
  top: 59px;
}

.nav-container {
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.nav-container li {
  float: left;
  height: 48px;
  margin-top: 26px;
}
.nav-container li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 48px;
  text-align: center;
  position: relative;
}
.nav-container li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background-color: var(--defaultHoverColor);
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background: url(/statics/srd/images/ssjqgrdhy/nav-line.png) no-repeat;
}
.nav-container li a img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-container li a:hover img {
  scale: 1.1;
  -webkit-filter: saturate(200%);
          filter: saturate(200%);
}
.nav-container li:nth-child(1), .nav-container li:nth-child(5) {
  width: 228px;
}
.nav-container li:nth-child(2), .nav-container li:nth-child(6) {
  width: 298px;
}
.nav-container li:nth-child(3), .nav-container li:nth-child(7) {
  width: 304px;
}
.nav-container li:nth-child(4n) {
  width: 370px;
}
.nav-container li:nth-child(4n) a::before {
  display: none;
}

/* 头条 */
.yw-container {
  padding-top: 50px;
}

.top-line {
  padding: 2px 2px 2px 65px;
  margin-bottom: 48px;
  height: 133px;
  background: url(/statics/srd/images/ssjqgrdhy/topline.png) no-repeat top center;
}
.top-line a {
  padding: 0 1em;
  width: 100%;
  height: 100%;
  line-height: 128px;
  text-align: center;
  color: #fff6c1;
  font-size: 30px;
  font-weight: bold;
}

/* 会议要闻 */
/* 要闻大图 */
.yw-img {
  position: relative;
}
.yw-img .yw-swiper {
  margin: 0 auto;
  width: 1070px;
  height: 585px;
}
.yw-img .yw-swiper a {
  font-size: 18px;
  line-height: 46px;
  font-weight: bold;
  color: #fff;
}
.yw-img .yw-swiper a p {
  padding: 0 2em;
  height: 46px;
  line-height: 46px;
}
.yw-img .yw-swiper a p:hover {
  font-size: 20px;
}
.yw-img .yw-prev,
.yw-img .yw-next {
  width: 44px;
  height: 71px;
}
.yw-img .yw-prev:hover,
.yw-img .yw-next:hover {
  -webkit-filter: saturate(150%);
          filter: saturate(150%);
}
.yw-img .yw-prev::after,
.yw-img .yw-next::after {
  display: none;
}
.yw-img .yw-prev {
  background: url(/statics/srd/images/ssjqgrdhy/prev1.png) no-repeat;
}
.yw-img .yw-next {
  background: url(/statics/srd/images/ssjqgrdhy/next1.png) no-repeat;
}

/* 要闻文字 */
.yw-text {
  margin-top: -49px;
  padding: 78px 38px 0;
  background: url(/statics/srd/images/ssjqgrdhy/yw-bg.png) no-repeat top center;
  min-height: 304px;
}
.yw-text ul {
  position: relative;
}
.yw-text ul::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 184px;
  background: #af322a;
}
.yw-text ul li {
  position: relative;
  width: 540px;
  float: left;
  text-indent: 1em;
  height: 56px;
}
.yw-text ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
     -moz-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
       -o-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  background: var(--defaultHoverColor);
}
.yw-text ul li:nth-of-type(2n) {
  float: right;
}
.yw-text ul li a {
  line-height: 56px;
  float: left;
  max-width: 80%;
}
.yw-text ul li span {
  line-height: 56px;
  float: right;
  font-size: 16px;
  color: var(--gray);
}

/* 会议导航 */
.hydh-main h2 {
  margin-bottom: 53px;
}
.hydh-main ul {
  margin: 0 auto;
}
.hydh-main ul li {
  float: left;
  margin-right: -8px;
}
.hydh-main ul li:last-child {
  margin-right: 0;
}
.hydh-main ul li a img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hydh-main ul li a:hover img {
  -webkit-transform: translateY(-4px);
     -moz-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
       -o-transform: translateY(-4px);
          transform: translateY(-4px);
}

/* 云南代表团动态 */
.dbt-box h2 {
  margin-bottom: 50px;
}

.dbt-main {
  width: 1210px;
  max-width: 1210px;
  background: url(/statics/srd/images/ssjqgrdhy/dbt-bg.png) no-repeat top center/100%;
  min-height: 460px;
  padding: 24px 35px 0 10px;
}
.dbt-main .dbt-swiper {
  margin-top: 17px;
  width: 610px;
  height: 380px;
}
.dbt-main .dbt-swiper .swiper-slide a p {
  padding: 0 8em 0 1em;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
.dbt-main .dbt-swiper .dbt-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 0.5em;
  bottom: 0;
  left: auto;
  top: auto;
  height: 35px;
  line-height: 35px;
}
.dbt-main .dbt-swiper .dbt-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 4px;
  height: 4px;
}
.dbt-main .dbt-swiper .dbt-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
  border-radius: 4px;
}
.dbt-main .dbt-list {
  width: 535px;
}
.dbt-main .dbt-list ul {
  position: relative;
}
.dbt-main .dbt-list ul li {
  position: relative;
  height: 60px;
  text-indent: 1em;
}
.dbt-main .dbt-list ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
     -moz-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
       -o-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  background: var(--defaultHoverColor);
}
.dbt-main .dbt-list ul li a,
.dbt-main .dbt-list ul li span {
  line-height: 60px;
}
.dbt-main .dbt-list ul li a {
  max-width: 80%;
}
.dbt-main .dbt-list ul li span {
  font-size: 16px;
  color: var(--gray);
}
.dbt-main .dbt-list ul li:first-child {
  text-indent: 0;
}
.dbt-main .dbt-list ul li:first-child::before {
  display: none;
}
.dbt-main .dbt-list ul li:first-child {
  padding-top: 5px;
  height: 130px;
  border-bottom: 1px solid #f8bf90;
}
.dbt-main .dbt-list ul li:first-child h5 a {
  max-width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
}
.dbt-main .dbt-list ul li:first-child p {
  font-size: 16px;
  line-height: 30px;
}
.dbt-main .dbt-list ul .list-more {
  position: absolute;
  color: var(--gray);
  right: 0;
  bottom: -25px;
}
.dbt-main .dbt-list ul .list-more:hover {
  color: var(--defaultHoverColor);
}

/* vlog */
.vlog-box h2 {
  margin-bottom: 55px;
}

.vlog-main {
  position: relative;
}
.vlog-main h3 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.vlog-main .vlog-swiper {
  width: 990px;
  height: 730px;
}
.vlog-main .vlog-swiper .swiper-slide {
  width: 410px;
  position: relative;
}
.vlog-main .vlog-swiper .swiper-slide.swiper-slide-active {
  box-shadow: 0 0 30px 0 rgba(255, 48, 0, 0.5);
}
.vlog-main .vlog-swiper .swiper-slide.swiper-slide-active a {
  position: relative;
  position: relative;
}
.vlog-main .vlog-next,
.vlog-main .vlog-prev {
  width: 41px;
  height: 77px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vlog-main .vlog-next:hover,
.vlog-main .vlog-prev:hover {
  -webkit-filter: saturate(200%);
          filter: saturate(200%);
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.vlog-main .vlog-next::after,
.vlog-main .vlog-prev::after {
  display: none;
}
.vlog-main .vlog-prev {
  left: 30px;
  background: url(/statics/srd/images/ssjqgrdhy/prev2.png) no-repeat;
}
.vlog-main .vlog-next {
  right: 30px;
  background: url(/statics/srd/images/ssjqgrdhy/next2.png) no-repeat;
}

/* 我与十五五 */
.sww-main {
  padding-right: 170px;
  width: 1290px;
  max-width: 1290px;
  background: url(/statics/srd/images/ssjqgrdhy/swiper-bg.png) no-repeat 20px 60px;
}

.sww-left {
  width: 619px;
  padding-top: 53px;
}
.sww-left .sww-text {
  padding: 90px 90px 0 20px;
  width: 619px;
  height: 375px;
  background: url(/statics/srd/images/ssjqgrdhy/sww-bg.png) no-repeat top center;
}
.sww-left .sww-text h5 {
  padding-top: 5px;
  width: 508px;
  height: 76px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}
.sww-left .sww-text h5 a {
  color: var(--defaultHoverColor);
}
.sww-left .sww-text h5 a:hover {
  text-shadow: 2px 2px 4px rgb(255, 48, 0), -1px -1px 2px rgb(255, 255, 255);
}
.sww-left .sww-text p {
  width: 428px;
  margin: 20px auto 0;
  color: #fff;
  line-height: 2;
  height: 172px;
  overflow: hidden;
}
.sww-left .sww-sipwer-box {
  position: relative;
  margin: 46px 0 0 20px;
  padding-top: 22px;
  width: 546px;
  height: 142px;
}
.sww-left .sww-sipwer-box .sww-swiper {
  width: 500px;
  height: 112px;
}
.sww-left .sww-sipwer-box .sww-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.sww-left .sww-sipwer-box .sww-prev,
.sww-left .sww-sipwer-box .sww-next {
  width: 13px;
  height: 24px;
  -webkit-transform: translateY(30%);
     -moz-transform: translateY(30%);
      -ms-transform: translateY(30%);
       -o-transform: translateY(30%);
          transform: translateY(30%);
}
.sww-left .sww-sipwer-box .sww-prev:hover,
.sww-left .sww-sipwer-box .sww-next:hover {
  -webkit-filter: saturate(200%);
          filter: saturate(200%);
}
.sww-left .sww-sipwer-box .sww-prev::after,
.sww-left .sww-sipwer-box .sww-next::after {
  display: none;
}
.sww-left .sww-sipwer-box .sww-prev {
  left: 5px;
  background: url(/statics/srd/images/ssjqgrdhy/prev3.png) no-repeat;
}
.sww-left .sww-sipwer-box .sww-next {
  right: 5px;
  background: url(/statics/srd/images/ssjqgrdhy/next3.png) no-repeat;
}

.sww-right {
  width: 388px;
  height: 690px;
}
.sww-right img {
  width: 100%;
  height: 100%;
}

/* 履职风采印记 */
.lz-main {
  position: relative;
  min-height: 1133px;
}
.lz-main ul {
  margin: 0 auto 70px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lz-main ul li {
  float: left;
  margin-right: 50px;
}
.lz-main ul li:last-child {
  margin-right: 0;
}
.lz-main ul li:hover, .lz-main ul li.avtive {
  -webkit-filter: saturate(160%);
          filter: saturate(160%);
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

/* 一线调研 */
.tab-box {
  position: relative;
  visibility: hidden;
}
.tab-box:first-of-type {
  visibility: visible;
}

.tab-box {
  width: 1200px;
  position: absolute;
}
.tab-box .jy-prev,
.tab-box .dy-prev {
  left: 0;
  background: url(/statics/srd/images/ssjqgrdhy/prev4.png) no-repeat center/100%;
}
.tab-box .jy-prev::after,
.tab-box .dy-prev::after {
  display: none;
}
.tab-box .jy-next::after,
.tab-box .dy-next::after {
  display: none;
}
.tab-box .jy-next,
.tab-box .dy-next {
  right: 0;
  background: url(/statics/srd/images/ssjqgrdhy/next4.png) no-repeat center/100%;
}

.dy-swiper .swiper-slide {
  height: 480px;
}

.jy-swiper .swiper-slide {
  height: 600px;
}
.jy-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.jy-swiper .swiper-slide.swiper-slide-active::before {
  display: none;
}

.dy-swiper {
  width: 1128px;
}

.jy-swiper {
  width: 1074px;
}

.dy-prev,
.dy-next {
  width: 27px;
  height: 51px;
}
.dy-prev::after,
.dy-next::after {
  display: none;
}

.sy-main {
  margin: 0 auto;
  width: 890px;
  height: 600px;
  background: url(/statics/srd/images/ssjqgrdhy/sy-bg.png) no-repeat right 112px;
}
.sy-main img {
  float: left;
  width: 340px;
  height: 600px;
}
.sy-main .sy-right {
  float: right;
  width: 480px;
  height: 300px;
  margin: 150px 30px 0 0;
}
.sy-main .sy-right h5 {
  margin-bottom: 20px;
}
.sy-main .sy-right h5 a {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  color: var(--defaultHoverColor);
}
.sy-main .sy-right p {
  line-height: 2;
}

/* 媒体关注 */
.mtgz-container h2 {
  margin-bottom: 50px;
}
.mtgz-container ul {
  position: relative;
  padding: 30px 60px 0;
  min-height: 478px;
  background: -webkit-linear-gradient(top, #ffe2ac, transparent);
  background: -moz-linear-gradient(top, #ffe2ac, transparent);
  background: -o-linear-gradient(top, #ffe2ac, transparent);
  background: linear-gradient(180deg, #ffe2ac, transparent);
  border-top: 6px solid var(--defaultHoverColor);
}
.mtgz-container ul li {
  --theight: 78px;
  position: relative;
  width: 505px;
  float: left;
  text-indent: 2em;
  height: var(--theight);
  border-bottom: 1px dashed var(--gray);
}
.mtgz-container ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 27px;
  background: url(/statics/srd/images/ssjqgrdhy/text-icon.png) no-repeat;
}
.mtgz-container ul li:hover::before {
  -webkit-filter: saturate(400%) brightness(200%);
          filter: saturate(400%) brightness(200%);
}
.mtgz-container ul li:nth-of-type(2n) {
  float: right;
}
.mtgz-container ul li:nth-last-of-type(2), .mtgz-container ul li:nth-last-of-type(1) {
  border: none;
}
.mtgz-container ul li a {
  line-height: var(--theight);
  float: left;
  max-width: 75%;
}
.mtgz-container ul li span {
  line-height: var(--theight);
  float: right;
  font-size: 16px;
  color: var(--gray);
}
.mtgz-container ul .list-more {
  right: 60px;
  bottom: 25px;
}

/* 镜距离看云南 */
.jjl-main h2 {
  margin-bottom: 58px;
}
.jjl-main ul {
  height: 630px;
  display: grid;
  grid-template-columns: repeat(4, 290px);
  grid-template-rows: repeat(3, 200px);
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 10px;
}
.jjl-main ul li:nth-child(1) {
  grid-area: 1/1/3/3;
}
.jjl-main ul li:nth-child(4) {
  grid-area: 2/3/4/5;
}
.jjl-main ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.jjl-main ul li a img {
  width: 100%;
  height: 100%;
}

/* 春风传云岭 */
.cf-container h2 {
  margin-bottom: 60px;
}
.cf-container ul li {
  position: relative;
  padding: 25px 30px 0 48px;
  float: left;
  margin: 0 30px 30px 0;
  width: 380px;
  height: 300px;
  background: url(/statics/srd/images/ssjqgrdhy/txt-bg.png) no-repeat center;
}
.cf-container ul li:hover a {
  -webkit-transform: translateX(10px) scale(1.1);
     -moz-transform: translateX(10px) scale(1.1);
      -ms-transform: translateX(10px) scale(1.1);
       -o-transform: translateX(10px) scale(1.1);
          transform: translateX(10px) scale(1.1);
}
.cf-container ul li:nth-of-type(3n) {
  margin-right: 0;
}
.cf-container ul li h5 {
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 15px;
}
.cf-container ul li p {
  line-height: 32px;
}
.cf-container ul li a {
  position: absolute;
  left: 11px;
  bottom: 43px;
  width: 127px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background: var(--defaultHoverColor);
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cf-container ul li a:hover {
  -webkit-filter: saturate(150%);
          filter: saturate(150%);
}