*,
*::after,
*::before {
  box-sizing: border-box;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    /* opacity: 1; */
  }

  to {
    /* opacity: 0; */
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    /* opacity: 1; */
  }

  to {
    /* opacity: 0; */
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

.cover {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(http://education.news.cn/zthz/bshcx2/index/images/cxcyds_fmbg.jpg)
    center 0 no-repeat;
  background-size: 100% 100%;
  z-index: 999;
}

.topic1 {
  position: absolute;
  width: 1147px;
  height: 473px;
  left: 50%;
  margin-left: -623px;
  top: 113px;
  background: url(http://education.news.cn/zthz/bshcx2/index/images/cxcyds_fmnr.png)
    center 0 no-repeat;
  background-size: 100% 100%;
}

.topic4 {
  position: absolute;
  width: 128px;
  height: 84px;
  left: 50%;
  top: 40px;
  margin-left: -700px;
  background: url(http://education.news.cn/zthz/bshcx2/index/images/cxcyds_xy.png)
    center 0 no-repeat;
  background-size: 100% 100%;
}

.topic5 {
  position: absolute;
  width: 119px;
  height: 78px;
  left: 50%;
  top: 40px;
  margin-left: 560px;
  background: url(http://education.news.cn/zthz/bshcx2/index/images/cxcyds_xhlogo.png)
    center 0 no-repeat;
  background-size: 100% 100%;
}
body {
  background: url(bg.jpg) 50% 0 no-repeat;
  /* background: #5093ec; */
}
.domMobile {
  display: none;
}

.domPC {
  display: block;
}
/*height:771px;*/
.banner {
  width: 100%;
}
/*导航*/

.nav {
  width: 1400px;
  margin: 0px auto 0;
  position: relative;
}
.nav .swiper-button-next {
  right: -35px;
  display: none;
}
.nav .swiper-button-prev {
  left: -35px;
  display: none;
}
.nav .swiper-wrapper {
  justify-content: space-between;
}
.nav .swiper-slide {
  width: 151px;
  height: 62px;
  background: url(./nav_bg.png) 50% 0 no-repeat;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  background-size: 100% 100%;
}
.nav .swiper-slide:hover {
  background: url(./nav_bg2.png) 50% 0 no-repeat;
  background-size: 100% 100%;
}
.nav .swiper-slide a {
  color: #fff;
}
.nav .swiper-slide .title {
  font-size: 18px;
  margin-top: 16px;
  line-height: 32px;
  /* margin-top: 60px; */
}
.nav .swiper-slide:hover a {
  font-weight: bold;
  font-size: 20px;
}
.nav .swiper-slide .dhgd {
  margin-top: 35px;
}

/*大头条*/
.dtt_box {
  width: 1400px;
  margin: 21px auto 0;
  position: relative;
}
.dtt {
  padding: 40px 30px 40px 30px;
  min-height: 90px;
  position: relative;
  z-index: 9;
  border-top: 1px solid #3d8ccc;
  border-bottom: 1px solid #3d8ccc;
}

.dtt h2 {
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.dtt h2 a {
  color: #fff;
}
.dtt h2 i {
  font-style: normal;
}
.dtt p {
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  text-align: center;
}
.dtt p a {
  color: #fff;
}

/*聚焦区*/

.jj_box {
  width: 1400px;
  height: auto;
  margin: 20px auto 0;
  clear: both;
}
.jj_right {
  float: right;
  width: 450px;
  overflow: hidden;
  margin: 0px 0 0 0px;
}

.jj_wz_list li {
  font-size: 16px;
  color: #fbc52e;
  line-height: 24px;
  border-bottom: 1px dashed #aaaaaa;
  padding: 16px 10px;
  height: 48px;
  overflow: hidden;
}
.jj_wz_list li a {
  color: #fff;
}
.jj_wz_list li:hover {
  background: #ff9c00;
}
.gd {
  font-size: 18px;
  color: #fff;
  float: right;
  margin-top: 20px;
}
.gd a {
  color: #fff;
}

.jj_left {
  float: left;
  width: 920px;
  /* height: 518px; */
  position: relative;
}
.jpb {
  margin-top: 20px;
}
.jpb img {
  width: 440px;
  height: 110px;
}
.focusBox2 {
  width: 920px;
  /* height: 570px; */
  height: auto;
  overflow: hidden;
  position: relative;
}
.focusBox2 .swiper-wrapper .swiper-slide img {
  width: 920px;
  height: 518px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}
.focusBox2 .swiper-wrapper .swiper-slide .title {
  padding: 45px 200px 35px 25px;
  height: auto;
  margin: -10px auto 0;
  font-size: 24px;
  color: #fbc52e;
  font-weight: bolder;
  position: relative;
  height: 62px;
  z-index: 8;
  border-radius: 0 0 0px 10px;
  background: -moz-linear-gradient(
    left,
    rgba(0, 73, 211, 1) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 73, 211, 1) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 73, 211, 1) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0049d3', endColorstr='#007db9e8', GradientType=1);
  /* IE6-9 */
}
.focusBox2 .swiper-wrapper .swiper-slide .title a {
  color: #fff;
}
.focusBox2 .swiper-wrapper .swiper-slide .title::before {
  content: "";
  width: 14px;
  height: 40px;
  background: #e75b5e;
  position: absolute;
  left: 0;
  top: 42px;
  z-index: 9;
  border-radius: 0 5px 5px 0;
}
.focusBox2 .swiper-wrapper .swiper-slide .text {
  width: 96%;
  height: auto;
  margin: 0 auto;
  font-size: 14px;
  color: #999;
  line-height: 22px;
  margin-top: 10px;
  text-indent: 2em;
  /* display: none; */
}
.jj_left .swiper-pagination {
  width: auto;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 560px;
  /* margin-top: 30px; */
}
.jj_left .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ff9c00;
  margin: 0 10px;
  opacity: 1;
  /* transform: rotate(0) translate(0,0px); */
  /* transform-origin: -50%; */
  transition: transform 0.5s;
}
.jj_left .swiper-pagination-bullet-active {
  width: 30px;
  height: 30px;
  background: rgb(255, 156, 0);

  transform: rotate(-45deg) translate(0, 4px);
  border-radius: 5px;
}
.jj_left .swiper-button-next {
  width: 34px;
  height: 65px;
  background: url("http://www.news.cn/politics/ztjyhd/images/jj_mid_right.png")
    no-repeat;
  cursor: pointer;
  position: absolute;
  top: 240px;
  right: 0;
  display: none;
}
.jj_left .swiper-button-prev {
  width: 34px;
  height: 65px;
  background: url("http://www.news.cn/politics/ztjyhd/images/jj_mid_left.png")
    no-repeat;
  cursor: pointer;
  position: absolute;
  top: 240px;
  left: 0;
  display: none;
}
.jj_left:hover .swiper-button-next,
.jj_left:hover .swiper-button-prev {
  display: block;
}
.daoyu {
  width: 90%;
  margin: 80px auto 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.7;
  text-indent: 2em;
  letter-spacing: 1.1px;
  padding: 20px;
  background-image: linear-gradient(45deg, #6fb5fd, rgba(6, 11, 20, 0));
  background-color: hsla(0, 0%, 100%, 0.14);
  border-radius: 5px;
}
.jj_bottom {
  width: 1400px;
  margin: 0px auto;
}
.jj_bottom li {
  width: 440px;
  float: left;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.jj_bottom li img {
  width: 440px;
  height: 248px;
}
.jj_bottom li + li {
  margin-left: 39px;
}
.jj_bottom li .tit {
  width: 410px;
  background: #0147d0;
  height: 90px;
  color: #fff;
  padding: 0 15px;
  font-size: 18px;
  display: table;
  /* display: inline-block;
vertical-align: middle; */
}
.jj_bottom li .tit a {
  width: 100%;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  padding-top: 20px;
}
.jj_bottom .play {
  position: absolute;
  left: 20px;
  top: 223px;
  width: 52px;
  height: 52px;
}
.jj_bottom .play img {
  width: 52px;
  height: 52px;
}

/* 栏目 */
.rmh_box {
  width: 1400px;
  margin: 0 auto;
}

/*  */
.part05 {
  width: 1200px;
  margin: 40px auto 0;
}
.part05_con {
  position: relative;
}
.part05 .swiper-container {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 50px;
}
.part05 .swiper-slide {
  width: 300px;
  height: auto;
  background: url(./bg02.png) no-repeat;
  background-size: cover;
  /* outline-offset: 0; */
  outline: 3px solid #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 10px 0 #666;
  box-shadow: 0 5px 10px 0 #666;
}
.part05 .swiper-slide img {
  width: 280px;
  height: 280px;
  display: block;
  margin: 10px auto 0;
  border-radius: 15px;
}
.part05 .swiper-slide .tit {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 15px;
  line-height: 30px;
}
.part05 .swiper-slide-active .tit {
  font-weight: bolder;
  font-size: 24px;
}
.part05 .swiper-slide .tit a {
  color: #fff;
}
.part05 .swiper-button-next {
  width: 47px;
  height: 85px;
  background: url("http://education.news.cn/zthz/bshcx2/index/images/right01.png")
    no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  right: -25px;
  z-index: 99;
  cursor: pointer;
}
.part05 .swiper-button-prev {
  width: 47px;
  height: 85px;
  background: url("http://education.news.cn/zthz/bshcx2/index/images/left01.png")
    no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: -25px;
  z-index: 99;
  cursor: pointer;
}
/*  */
.part04 {
  margin: 40px auto 0;
  background: url("http://www.news.cn/sports/hangzhou19th/images/20230815hzyyh_pcPart03bg_v1.jpg")
    50% 0 no-repeat;
}
.part04_con {
  width: 1400px;
  margin: 20px auto 15px;
  position: relative;
  overflow: hidden;
}
.part04_left {
  width: 680px; /* height: 570px; */
  height: auto;
  overflow: hidden;
  position: relative;
  float: left;
}
.part04_left .swiper-slide img {
  width: 680px;
  height: 383px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}
.part04_left .swiper-slide .title {
  padding: 35px 150px 25px 25px;
  height: auto;
  margin: -10px auto 0;
  font-size: 18px;
  color: #fff;
  font-weight: bolder;
  position: relative;
  z-index: 8;
  border-radius: 0 0 10px 10px;
  background: #0147d0;
}
.part04_left .swiper-slide .title a {
  color: #fff;
}
.part04_left .swiper-slide .text {
  width: 96%;
  height: auto;
  margin: 0 auto;
  font-size: 14px;
  color: #999;
  line-height: 22px;
  margin-top: 10px;
  text-indent: 2em; /* display: none; */
}
.part04_left .swiper-pagination {
  width: auto;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  right: 10px;
  top: 410px; /* margin-top: 30px; */
}
.part04_left .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 0 6px;
  opacity: 1;
}
.part04_left .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  background: #ff7c00;
  background: rgb(255, 156, 0);

  transform: rotate(-45deg) translate(0, 4px);
  border-radius: 5px;
}
.part04_left .swiper-button-next {
  width: 34px;
  height: 65px;
  background: url(http://www.news.cn/politics/ztjyhd/images/jj_mid_right.png)
    no-repeat;
  cursor: pointer;
  position: absolute;
  top: 190px;
  right: 0;
  display: none;
}
.part04_left .swiper-button-prev {
  width: 34px;
  height: 65px;
  background: url(http://www.news.cn/politics/ztjyhd/images/jj_mid_left.png)
    no-repeat;
  cursor: pointer;
  position: absolute;
  top: 190px;
  left: 0;
  display: none;
}
.part04_left:hover .swiper-button-next,
.part04_left:hover .swiper-button-prev {
  display: block;
}
.part04_right {
  float: right;
  width: 700px;
}
.part04_right li {
  margin-bottom: 18px;
  clear: both;
  overflow: hidden;
}
.part04_right li .img {
  position: relative;
  width: 260px;
  height: 146px;
  margin-right: 16px;
  overflow: hidden;
  float: left;
}
.part04_right li .img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.part04_right li .tit {
  font-size: 18px;
  margin-top: 20px;
  line-height: 30px;
}
.part04_right li .tit a {
  color: #fff;
}
/*  */
.part02 {
  width: 1400px;
  margin: 40px auto 0;
}
.part02_con {
  width: 1400px;
  position: relative;
}

.part02_con .swiper-container {
  width: 1400px;
  height: auto;
  overflow: hidden;
  float: right;
  margin-top: 10px;
}
.part02_con .swiper-slide {
  width: 270px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.part02_con .swiper-slide .img {
  width: 260px;
  height: 430px;
  border-radius: 10px;
  border: 3px solid #fff;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.part02_con .swiper-slide img {
  width: 260px;
  height: 430px;
}
.part02_con .swiper-slide .txt {
  width: 260px;
  padding-top: 15px;
  height: auto;
  position: relative;
  margin: 25px auto 0;
}
.part02_con .swiper-slide .txt::before {
  content: "";
  width: 50px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffcd00;
  z-index: 99;
}
.part02_con .swiper-slide h3 {
  font-size: 18px;
  color: #fff;
}
.part02_con .swiper-slide h3 a {
  color: #fff;
}
.part02_con .swiper-button-next {
  width: 72px;
  height: 72px;
  background: url("http://www.news.cn/sports/Chengdu2023/images/20230703dyh_pcPart02anRight_v1.png")
    no-repeat;
  position: absolute;
  top: 500px;
  left: 140px;
  z-index: 99;
  cursor: pointer;
}
.part02_con .swiper-button-prev {
  width: 72px;
  height: 72px;
  background: url("http://www.news.cn/sports/Chengdu2023/images/20230703dyh_pcPart02anLeft_v1.png")
    no-repeat;
  position: absolute;
  top: 500px;
  left: 40px;
  z-index: 99;
  cursor: pointer;
}

/*  */

.part06 {
  margin: 10px auto 0;
}

.xcyxj_box {
  width: 100%;
  height: 700px;
  margin: 40px auto 0;
  position: relative;
  overflow: hidden;
}

.xcyxj .swiper-slide {
  width: 100%;
  height: 700px;
}

.xcyxj .swiper-slide img {
  width: 100%;
  height: 700px;
}

.yxj_bg {
  width: 100%;
  height: 96px;
  background: rgb(5, 74, 230, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}

.yxj_list {
  width: 1200px;
  height: 96px;
  margin: 0 auto;
  position: relative;
}

.yxj_list li {
  width: 190px;
  height: 66px;
  padding: 15px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  bottom: 0;
  z-index: 50;
  transition: height 0.6s linear;
}

.yxj_list li:after {
  content: "";
  width: 30px;
  height: 3px;
  background: #ffcd00;
  position: absolute;
  left: 15px;
  bottom: 5px;
}

.yxj_list li h2 {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
}

.yxj_list li h2 a {
  color: #fff;
}

.yxj_list li p {
  height: 0;
  overflow: hidden;
}

.yxj_list li:first-child {
  left: 0;
}

.yxj_list li:nth-child(2) {
  left: 220px;
}

.yxj_list li:nth-child(3) {
  left: 440px;
}

.yxj_list li:nth-child(4) {
  left: 660px;
}

.yxj_list li:nth-child(5) {
  left: 880px;
}

.yxj_list li.active {
  width: 190px;
  height: 445px;
  background: url(http://education.news.cn/zthz/bshcx2/index/images/cxcyds_bg2.png)
    50% 100% repeat-x;
  overflow: hidden;
  border: 0;
}

.yxj_list li.active h2 {
  margin-top: 180px;
  font-size: 20px;
  color: #fff;
  line-height: 23px;
}

.yxj_list li.active h2 a {
  color: #fff;
}

.yxj_list li.active p {
  height: auto;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}

.yxj_list li.active:after {
  background: none;
}
/*  */
.wnlt_box {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  margin-top: 10px;
}
.wnlt {
  width: 100%;

  margin: 0 auto;
}

.wnlt .swiper-slide {
  transform: scale(0.92);
}
.wn_nr {
  width: 100%;
  /* height: 340px; */
  height: auto;
  margin: 0 auto;
  position: relative;
}

.wn_nr .img {
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 20px;
}

.wn_nr .img img {
  width: 100%;
  height: auto;
}

.wn_nr .text {
  height: 65px;

  overflow: hidden;
  padding: 20px 0 0 20px;
  position: relative;
}

.wn_nr .text h2 {
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  line-height: 30px;
}

.wn_nr .text h2 a {
  color: #fff;
}

.wn_nr .text h2 span {
  font-size: 16px;
  margin-left: 15px;
}

.wn_nr .text:before {
  position: absolute;
  display: block;
  left: 0;
  top: 10px;
  content: "";
  width: 5px;
  height: 140px;

  background: #02f9fe;
}

.wn_nr .text p {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  margin-top: 6px;
}
.wn_nr .text p a {
  color: #fff;
}

.wnlt_right {
  background: url(http://education.news.cn/zthz/bshcx2/index/images/left01.png)
    no-repeat left top;
  position: absolute;
  left: 37%;
  bottom: 144px;
  width: 21px;
  height: 35px;
  z-index: 2;
  background-size: 100% 100%;
  cursor: pointer;
}

.wnlt_left {
  background: url(http://education.news.cn/zthz/bshcx2/index/images/right01.png)
    no-repeat left bottom;
  position: absolute;
  right: 36%;
  bottom: 144px;
  width: 21px;
  height: 35px;
  z-index: 2;
  background-size: 100% 100%;
  cursor: pointer;
}

.backtop {
  width: 74px;
  height: 70px;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  bottom: 100px;
  right: 50%;
  margin-right: -817px;
  z-index: 99;
  display: none;
}

.lmt {
  text-align: center;
  margin: 30px auto 20px;
}
.dh {
  width: 1200px;
  margin: auto;
  padding: 20px 0;
  text-align: center;
}
.dh img {
  width: 70%;
  height: auto;
}

.footer {
  padding: 40px 0 40px 0;
  background: #1787fb;
  text-align: center;
  margin-top: 0px;
}

.footer p {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}

.part08 {
  /* margin: 60px auto 0; */
  background-color: rgba(105, 154, 219, 0.8);
  /* padding: 50px 0; */
  height: 600px;
}
.tab1 {
  width: 1200px;
  /* margin: 50px auto 0; */
  margin: 0 auto;
}
.tab1 h4 {
  color: #fff;
  font-size: 24px;
}
.tab_menu {
  width: 1200px;
  margin: 0 auto;
}
.tab1 .tab_menu li {
  float: left;
  position: relative;
  padding: 20px 40px;
}
.tab1 .tab_menu li + li {
  margin-left: 60px;
}
/* .tab1 .tab_menu li + li::before {
  content: "";
  width: 52px;
  height: 64px;
  background: url("http://www.news.cn/sports/hangzhou19th/images/20230815hzyyh_pcpart08icon01_v1.png")
    50% 0 no-repeat;
  position: absolute;
  left: -60px;
  top: 0;
} */
.tab1 .tab_menu li.selected {
  /* background: url("http://www.news.cn/sports/hangzhou19th/images/20230815hzyyh_pcpart08icon02_v1.png")
    50% 35px no-repeat; */
  background: #ff9c00;
  border-radius: 5px;
}
.tab1 .tab_box {
  margin-top: 50px;
}
.scroll {
  width: 580px; /* height: 570px; */
  height: auto;
  overflow: hidden;
  position: relative;
  float: left;
}
.scroll .swiper-slide img {
  width: 580px;
  height: 383px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}
.scroll .swiper-slide .title {
  padding: 35px 150px 25px 25px;
  height: auto;
  margin: -10px auto 0;
  font-size: 18px;
  color: #fff;
  font-weight: bolder;
  position: relative;
  z-index: 8;
  border-radius: 0 0 10px 10px;
  background: #1168dc;
}
.scroll .swiper-slide .title a {
  color: #fff;
}
.scroll .swiper-slide .text {
  width: 96%;
  height: auto;
  margin: 0 auto;
  font-size: 14px;
  color: #999;
  line-height: 22px;
  margin-top: 10px;
  text-indent: 2em; /* display: none; */
}
.scroll .swiper-pagination {
  width: auto;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  right: 10px;
  top: 410px; /* margin-top: 30px; */
}
.scroll .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 0 6px;
  opacity: 1; /* transform: rotate(0) translate(0,0px); */
  /* transform-origin: -50%; */
  transition: transform 0.5s;
}
.scroll .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  background: #ffc100;
  transform: translate(0, 4px);
  border-radius: 10px;
}
.scroll .swiper-button-next {
  width: 34px;
  height: 65px;
  background: url(http://www.news.cn/politics/ztjyhd/images/jj_mid_right.png)
    no-repeat;
  cursor: pointer;
  position: absolute;
  top: 190px;
  right: 0;
  display: none;
}
.scroll .swiper-button-prev {
  width: 34px;
  height: 65px;
  background: url(http://www.news.cn/politics/ztjyhd/images/jj_mid_left.png)
    no-repeat;
  cursor: pointer;
  position: absolute;
  top: 190px;
  left: 0;
  display: none;
}
.scroll:hover .swiper-button-next,
.scroll:hover .swiper-button-prev {
  display: block;
}
.part08_right {
  float: right;
  width: 600px;
  margin-top: -20px;
  padding: 50px 0;
}
.twList04 li {
  font-size: 18px;
  color: #333;
  line-height: 28px;
  /* border-bottom: 1px dashed #aaaaaa; */
  padding: 20px 10px 20px 10px;
  font-weight: normal;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  cursor: pointer;
}
.twList04 li:hover {
  background: #1168dc;
}
.twList04 li a {
  color: #fff;
}
.twList04 li img {
  width: 249px;
  height: 140px;
  border-radius: 5px;
  margin-right: 10px;
}

.ldcg {
  width: 100%;
  margin: 0 auto;
}

.ldcg_part {
  margin: 0 auto;
  background-color: rgba(232, 232, 232, 0.3);
}

.ldcgSwiper {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 50px 30px;
}

.ldcg_part .swiper-slide {
  visibility: hidden;
}

/* .ldcg_part .swiper-wrapper {
    padding: 0 50px;
  } */

.ldcg_part .swiper-slide-active {
  width: 600px;
  visibility: visible;
}

.ldcg_part .swiper-slide-active img {
  width: 600px;
  height: 338px;
}

.ldcg_part .swiper-slide-next {
  visibility: visible;
  opacity: 0.5;
  margin-left: 120px;
  margin-top: 55px;
}

.ldcg_part .swiper-slide-next .ldcg_item {
  width: 400px;
}

.ldcg_part .swiper-slide-next img {
  width: 400px;
  height: 225px;
}

.ldcg_part .swiper-slide-active .ldcg_item {
  width: 600px;
}

.ldcg_part .swiper-slide-active figcaption {
  margin-top: 20px;
  line-height: 1.1;
}

.ldcg_part .swiper-slide-active figcaption .ldcg_sum {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.ldcg_img {
  border-radius: 15px;
}

.ldcg_part .swiper-slide-active .ldcg_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
}

.ldcg_part .swiper-slide-next figcaption {
  margin-top: 16px;
  line-height: 1.1;
}

.ldcg_part .swiper-slide-next .ldcg_title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ldcg_part .swiper-slide-next figcaption .ldcg_sum {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.ldcg_part .swiper-button-prev {
  background: url(./left_arr.png) no-repeat;
  background-size: 100%;
}

.ldcg_part .swiper-button-next {
  background: url(./right_arr.png) no-repeat;
  background-size: 100%;
  right: 510px;
}

.ldcg_part .swiper-button-next,
.ldcg_part .swiper-button-prev {
  height: 32px;
  top: 40%;
}

.all_box {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), #539cdc);
  padding: 20px 0 100px;
}

.pc-slide {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}

.view {
  width: 600px;
  align-self: flex-end;
}

.preview {
  width: 500px;
  align-self: flex-start;
}

.view .swiper-slide img {
  width: 600px;
  height: 337.5px;
}

.preview .tit {
  font-size: 18px;
  color: #333;
  line-height: 28px;
  font-weight: bold;
}

.preview .tit {
  position: relative;
  height: 54px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 30px;
}

.preview .tit::before {
  content: "";
  position: absolute;
  background: #67dcd4;
  width: 8px;
  height: 8px;
  left: 10px;
}

/* .preview .tit:hover {
    background-color: #1168dc;
    color: white;
  } */

/* .preview .active-nav {
  background-color: #1168dc;
}

.preview .active-nav .tit {
  color: #fff;
}

.preview .active-nav .tit::before {
  background: #fff;
} */
