/*导航*/
.index-leader{
  position: relative;
  z-index: 2;
  width: 100%;
  background: #1FBAEF;
  /*margin: 0 0 20px;*/
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}
.leader-content{
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.leader-item{
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 26px;
  padding: 20px 34px;
  font-weight: bold;
  margin: 20px 0px;
  position: relative;
}
.leader-item::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.5px;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.2),    /* 顶部浅白色 */
    rgba(255, 255, 255, 1),      /* 中间纯白色（50%位置） */
    rgba(255, 255, 255, 0.2)     /* 底部浅白色 */
  );
  animation: gradientFlow 4s ease infinite;
}

.leader-item:hover,.leader-item:active{
  color: #fff;
  background: rgba(0,0,0,0.3);
}
/*底部*/
.szzg-footer{
  background: #2E1EB6;
}
/**
  新闻聚焦
 */
.xwjj-section{
  background: url("../images/index-bg01.png") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 30px;
}
/*头条*/
.xwjj-top-item{
  position: relative;
  overflow: hidden;
  width: 1200px;
}
.xwjj-top-item>.xwjj-tag{
  float: left;
  width: 250px;
  margin-right: 20px;
}
.xwjj-top-item>.xwjj-tag>img{
  width: 100%;
}
.xwjj-top-item>.xwjj-title{
  float: left;
  width: 900px;
  padding: 20px 0;
}
.xwjj-top-item>.xwjj-title>a{
  font-size: 46px;
  color: #062B97;
  font-weight: bold;
}
/*新闻聚焦-主体列表*/
.xwjj-bottom{
  position: relative;
  overflow: hidden;
  width: 100%;
}
.xwjj-part{
  float: right;
  width: 50%;
  position: relative;
  overflow: hidden;
}
/*新闻聚焦-列表*/
.xwjj-right{
  width: 520px;
  padding-top: 10px;
}
.xwjj-item{
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.xwjj-item:hover .xwjj-desc-top{
  color: #9A9A9A;
}
.xwjj-item>.xwjj-title{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  float: left;
  width: 400px;
}
.xwjj-item>.xwjj-time{
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #9A9A9A;
}
.xwjj-left{
  float: left;
  width: 630px;
  /*height: 472.5px;*/
}
/*新闻聚焦-轮播图*/
.xcp-slide{
  display: block;
  position: relative;
  overflow: hidden;
  /*z-index: -1;*/
}
.xcp-slide>.xcp-playbtn{
  position: absolute;
  bottom: 50px;
  left: 20px;
  width: 90px;
}
.xcp-slide>.xcp-title{
  /*position: absolute;*/
  /*bottom: 0;*/
  /*left: 0;*/
  position: relative;
  width: 50%;
  background: url("../images/index-gt-bg.png") no-repeat;
  background-size: 100%  100%;
  padding: 10px;
  text-align: center;
  margin-left: 30px;
  margin-top:-50px;

}
.xcp-slide>.xcp-title>p{
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  height: 54px;
  margin: 20px 10px;
  z-index: 99999;
}
#xcp-pagination{
  width: fit-content;
  left: auto;
  right: 80px;
}
.xcp-bullet{
  background: #0D5EAC;;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 3px;
  /*border: 1px solid #0D5EAC ;*/
}
.xcp-bullet-active{
  background: #F52525;
  opacity: 1;
}
.xcp-img{
  width: 630px;
  height: 472.5px;
}
/*更多*/
.index-more{
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.index-more-btn{
  display: block;
  float: right;
  /*margin-left: 10px;*/
}
.index-more-btn>p{
  font-size: 18px;
  color: #0368C5;
  font-weight: 400;
  border: 1px solid #0368C5;
  line-height: 30px;
  padding: 0 6px;

}
.xcp-swiper-left-button{
  /*background-image: url("../images/index-left.png") ;*/
  /*background-repeat: no-repeat;*/
  top: 45%;
  margin: 0 10px;
  /*outline: none;*/
  /*--swiper-navigation-color: #0368C5;/* 单独设置按钮颜色 */
  /*--swiper-navigation-size: 90px;/* 设置按钮大小 */
}
.xcp-swiper-right-button{
  /*background-image: none;*/
  width: 50px;
  top: 45%;
  margin: 0 10px;
  /*outline: none;*/
  /*--swiper-navigation-color: #0368C5;/* 单独设置按钮颜色 */*/
  /*--swiper-navigation-size: 90px;/* 设置按钮大小 */*/
}
.xcp-pagination{
  position: absolute;
  right: 80px;
  margin-top: 14px;
}
/**
  视频报道
 */
.spbd-section{
  background: url("../images/index-bg02.png") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 77px;
}
.spbd-header{
  width: 500px;
  height: 200px;
  text-align: center;
}
.spbd-header>.part-more{
  width: 74px;
  height: 28px;
  right: 30px;
  top: 107px;
}
.spbd-part{
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
}
.spbd-left{}
.spbd-left-news{
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.spbd-left-news>img{
  width: 100%;
  height: 338px;
}
.spbd-title{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 4px 12px;
  /* background-color: #210F83; */
  background: linear-gradient(-90deg, #0096F5, #0955D0);
  /*background: linear-gradient(90deg,#241183 70%, rgba(36, 17, 131, 0.1));*/
}
.spbd-left-news .spbd-title>p{
  font-size: 20px;
  color: #fff;
  width: 100%;
}
.spbd-play{
  width: 10%;
  position: absolute;
  bottom: 80px;
  right: 10px;
}
.spbd-play>img{
  width: 100%;
}
.spbd-play-other{
  width: 15%;
  position: absolute;
  bottom: 42px;
  right: 6px;
}
.spbd-right{
  padding-left: 30px;
}
.spbd-right-card{
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  width: 270px;
  margin: 0 30px 31px 0;
}
.spbd-right-card:nth-child(2n){
  margin-right: 0;
}
.spbd-right-card>img{
  width: 100%;
  height: 152px;
}
.spbd-right-card .spbd-title>p{
  font-size: 18px;
  color: #fff;
  width: 90%;
}

.spbd-more-btn{
  display: block;
  float: right;
  margin-left: 10px;
}
.spbd-more-btn>img{
  /* font-size: 18px; */
  /* color: #ffffff; */
  font-weight: 400;
  /* background: #0EDBFA; */
  opacity: 0.9;
  line-height: 30px;
  padding: 0 10px;

}
.spbd-more-btn>p{
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  background: #0EDBFA;
  opacity: 0.9;
  line-height: 30px;
  padding: 0 10px;

}
/**
  独家策划
 */
.djch-section{
  background: url("../images/index-bg03.png") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 25px;

}
.djce-header{
  width: 1200px;
  text-align: center;
}

.djch-bgk{
  background: url("../images/index-djch-tpk.png") no-repeat;
  background-size: 100% 100%;
  padding: 25px;
}

.djch-swiper{
  position: relative;
  width: 1366px;
  margin: 0 auto;
  /*padding: 50px 0;*/
}
#djch-swiper{
  width: 1200px;
}
.djch-swiper-button{
  background-image: none;
  top: 45%;
  margin: 0 10px;
  outline: none;
  --swiper-navigation-color: #ffffff;/* 单独设置按钮颜色 */
  --swiper-navigation-size: 90px;/* 设置按钮大小 */
}
/* 去掉上下升降排序 */
/* .djch-slide:nth-child(2n){
  margin-top: 50px;
} */

.djch-more{
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.djch-more-btn{
  display: block;
  float: right;
  margin-left: 10px;
}


.spbd-more-btn>img{
  /* font-size: 18px; */
  /* color: #ffffff; */
  font-weight: 400;
  /* background: #0EDBFA; */
  opacity: 0.9;
  line-height: 30px;
  padding: 0 10px;

}

.xcp-swiper-left-button{
  /*background-image: url("../images/index-left.png") ;*/
  /*background-repeat: no-repeat;*/
  top: 45%;
  margin: 0 10px;
  /*outline: none;*/
  /*--swiper-navigation-color: #0368C5;/* 单独设置按钮颜色 */
  /*--swiper-navigation-size: 90px;/* 设置按钮大小 */
}
.xcp-swiper-right-button{
  /*background-image: none;*/
  width: 50px;
  top: 45%;
  margin: 0 10px;
  /*outline: none;*/
  /*--swiper-navigation-color: #0368C5;/* 单独设置按钮颜色 */*/
  /*--swiper-navigation-size: 90px;/* 设置按钮大小 */*/
}

.djch-more-btn>p{
  font-size: 18px;
  color: #0368C5;
  font-weight: 400;
  /*background: #0EDBFA;*/
  opacity: 0.9;
  line-height: 30px;
  padding: 0 10px;
  border: 2px solid #0368C5

}


/**
  微博互动
 */
.wbhd-section{
  background: url("../images/index--wbhd-bg.jpg") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 100px;
}
.wbhd-header{
  width: 1200px;
  text-align: center;
}