/*@media(max-width:1600px) and (min-width:1000px){
  body .inner,
  body main,
  body .main{
    max-width: 75%!important;
  }
  body #siderBar{
    right:2%;
  }
}*/
@media(max-width:650px){
  body #siderBar{
    display:none!important;
  }
  body #schedule .dateContent .contentTop .dateList .chooseDate{
    width: 24px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
  }
  body #schedule .dateContent .Content .item{
    height: 125px;
    padding-left: 35px;
    margin-right: 13px;
    margin-top: 10px;
  }
  body #lazy-bag {
    width: 100%;
    height: 400px!important;
  }
  body #atlas .more {
    height: 20px;
    bottom: 3px;
    left: 3px;
  }
  body #BigArticleReport .titlePicture img{
    height:30px;
  }
  body #directAttack .leftCover,
  body #directAttack .rightLink{
    width:100%;
  }
  body #directAttack .titlePicture{
    margin-top:15px;
  }
  body .videoAndLazy .videos>a {
    padding-top: 5px;
  }
  body .videoAndLazy .videos{
    padding-bottom:0;
    margin-bottom:15px;
  }
  body #directAttack .rightLink .itemList .item{
    height:30px;
  }
  body #directAttack .rightLink .itemList .item .radius span{
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }
  body #directAttack .rightLink .itemList .item a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  body #schedule .dateContent .contentTop .dateList>div{
    margin:0 3px;
    height:28px;
  }
  body #schedule .dateContent .contentTop .dateList {
    padding: 5px 10px 5px 8px;
    justify-content: space-around;
  }
  html body footer p{
    margin-bottom: 0px;
  }
  html body footer {
    padding: 10px 5px;
  }
  body main{
    padding: 0 15px;
  }
  body #schedule .dateContent .contentTop .dateList .month{
    height:25px;
  }
  body .Headline a{
    font-size:25px;
  }
  body .titlePicture img{
    height:35px;
  }
  body #schedule .dateContent{
    height: 200px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  body #top .specialVideo .item .videoLogo{
    bottom: 35%;
    left: 2%;
    width: 14%;
  }
  body .topContent .rightContent .item{
    background:none;
  }
  body #top .specialVideo .item .videoLogo img{
    width:100%;
  }
  .topContent .lunbo-speical,
  #top .leftContent .specialVideo,
  body .topContent .rightContent .news{
    margin-bottom:15px;
  }
  body .topContent .lunbo-speical{
    border: 8px solid #bc0612;
  }
  body #top .specialVideo .item{
    border: 5px solid #bc0612;
  }
  body #swp11 .pagination-bottom>.swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
  body #swp11 .swp1 .pagination-bottom{
    width: 25% !important;
    right: 9px !important;
  }
  body #top .leftContent,
  body #top .rightContent,
  body .topContent .rightContent .news,
  body .topContent .rightContent .expertInterpretatio{
    width:100%;
  }
  body #keyWord .main{
    padding: 0 15px;
  }
}
body {
  background:#870012!important;
}
body footer{
  padding: 25px 5px;
}
footer p{
  padding: 10px 0;
}
.flexStyle{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top .leftContent{
  width:calc(65% - 10px)
}
#top .rightContent{
  display: flex;
  width: calc(35% - 10px);
  flex-direction: column;
  justify-content: space-between;
}
#swp11 .slide-desc-wrap{
  background: rgba(0,0,0,.5);
}
.Headline{
  text-align: center;
  margin-bottom: 30px;
}
.Headline a{
  font-weight: 700;
  color: #fff191!important;
  font-size: 36px;
}
.Headline a:hover{
  color: orange!important;
}
.topContent .lunbo-speical{
  border: 10px solid #bc0612;
}
#top .specialVideo .item{
  position: relative;
  width:calc(50% - 10px);
  border: 7px solid #bc0612;
}
#top .specialVideo .item .title,
#top .specialVideo .item .videoLogo{
  position: absolute;
}
#top .specialVideo .item .videoLogo{
  bottom: 18%;
  left: 2%;
}
#top .specialVideo .item .title{
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 3px 5px;
  background: rgba(0,0,0,.5);
}
#top .specialVideo .item .title a{
  -webkit-line-clamp: 1;
  color:#fff;
}
.overflowEllipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.topContent .rightContent .news,
.topContent .rightContent .expertInterpretatio{
  border-top: 5px solid #f98c23;
  background: #bf0312;
  height: calc(50% - 10px);
  display: flex;
  flex-direction: column;
}
.topContent .rightContent .list{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.topContent .rightContent .item{
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px;
  background: rgba(0,0,0,.3);
}
.topContent .rightContent .item.active{
  background:#ff9232;
}
.topContent .rightContent .item .triangle{
  position: absolute;
  right: 0;
  bottom: -14px;
}
.topContent .rightContent .item .radius span{
  display:inline-block;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background: #fff;
  margin: 0 10px;
}
.topContent .rightContent .generalTitle{
  padding: 10px 0;
  padding-right: 15px;
}
.topContent .rightContent .news .item a,
.topContent .rightContent .expertInterpretatio .item a{
  -webkit-line-clamp: 1;
  color:#fff;
}
.topContent .rightContent .expertInterpretatio .item a:hover,
.topContent .rightContent .news .item a:hover{
  color:#fff!important;
}
.titlePicture{
  margin-bottom: 15px;
}
.titlePicture img{
  margin: 0;
  height: 55px;
}
#BigNewsReport .swiper-slide>img{
  display:none;
}
#BigArticleReport .titlePicture img{
  margin: 0 auto;
  height: 45px;
}
#schedule .dateContent .contentTop .dateList{
  display: flex;
  align-items: center;
  background: #bf0312;
  padding: 10px 0 10px 30px;
  margin-bottom: 5px;
}
#schedule .dateContent .contentTop .dateList>div{
  margin:0 20px;
}
#videoAndLazy .videoAndLazy .videoButton{
  position: absolute;
  width: 55px;
  height: 55px;
  top: 0%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#videoAndLazy .swiper-pagination-bullet{
  background: #eee;
  opacity: 1;
}
#schedule .dateContent .contentTop .dateList .month{
  height:35px;
}
#schedule .dateContent{
  height: 300px;
  overflow: hidden;
  background: #ffedd5;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
#schedule .dateContent .contentTop .dateList .chooseDate{
  width: 35px;
  height: 35px;
  color: #f4cf7e;
  font-weight: 700;
  font-size: 25px;
  border-width: 1px;
  border-style: solid;
  line-height: 35px;
  text-align: center;
  border-radius: 10px;
  font-family:Source Han Sans CN;
  cursor: pointer;
}
#schedule .dateContent .contentTop .line{
  height: 2px;
  background: #d00817;
}
#schedule .dateContent .contentTop .dateList .chooseDate.active{
  color:#bf0312;
  background: linear-gradient(68deg, #cc893a, #f8d693);
}
#schedule .dateContent .Content .item{
  height: 215px;
  overflow-y: auto;
  padding: 10px;
  padding-left: 50px;
  margin-right:30px;
  margin-top:20px;
}
#schedule .dateContent .Content .item h3{
  font-size:18px;
  font-weight:700;
}
#schedule .dateContent .Content .item h2{
  font-size:25px;
}
.dateContent .Content .item::-webkit-scrollbar {
  height: 15px;
  width: 8px;
}
.dateContent .Content .item::-webkit-scrollbar-thumb {
  background: #b6b6b6;
  border-radius: 3.5px;

}
.dateContent .Content .item::-webkit-scrollbar-track {
  background: #fff;
}
#directAttack{
  background: url(https://wwp-static.wenweipo.com/img/special/twosessions2023/bg12.png) no-repeat;
  background-size: 100% 100%;
}
.directAttack{
  padding: 30px 0;
}
#atlas .more{
  position:absolute;
  z-index:99;
  bottom: 10px;
  left: 10px;
}
#directAttack .leftCover{
  width:calc(65% - 10px);
}
#directAttack .leftCover .item{
  display:none;
}
#directAttack .leftCover .item:nth-child(1){
  display:block;
}
#directAttack .rightLink{
  width: calc(35% - 10px);
  display: flex;
  flex-direction: column;
}
#directAttack .rightLink .itemList{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#directAttack .rightLink .itemList .item{
  height: calc(16.6%);
  display: flex;
  align-items: center;
}
#directAttack .rightLink .itemList .item:nth-child(2n+1) a:hover{
  color:#ef0207!important;
}
#directAttack .rightLink .itemList .item:nth-child(2n) a:hover{
  color:#f8bf52!important;
}
#directAttack .rightLink .itemList .item .radius span{
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 10px;
}
#directAttack .rightLink .itemList .item:nth-child(2n+1){
  background:#fff;
}
#directAttack .rightLink .itemList .item:nth-child(2n+1) .radius span{
  background:#d30416;
}
#directAttack .rightLink .itemList .item:nth-child(2n) .radius span{
  background:#fff;
}
#directAttack .rightLink .itemList .item:nth-child(2n){
  background:#e16056;
}
#directAttack .rightLink .itemList .item:nth-child(2n) a{
  color:#fff;
}
#lazy-bag{
  width: calc(35% - 10px);
  height:627px!important;
}
.videoAndLazy .videoItem a{
  position: relative;
}
.videoAndLazy .videos>a {
  padding-top: 33px;
}
#videoAndLazy #lazy-bag .galleryLazySwiper .swiper-pagination{
  background:#870012;
  height:30px;
}
#lazy-bag .galleryLazySwiper .swiper-slide>div{
  padding-bottom: 30px;
}
#videoAndLazy #lazy-bag .galleryLazySwiper .swiper-pagination .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
}
#videoAndLazy .videoAndLazy{
  background: linear-gradient(45deg, #dbae4c,#f7d384);
}
.searchParent{
  background:none;
}
#keyWord .main{
  max-width:1200px;
  margin:0 auto;
}
#keyWord .searchMore{
  background: #970505;
}
#keyWord .searchMore a{
  color: #f6efef;
}
#atlasCover{
  position: relative;
  overflow: hidden;
  width:85%;
  margin:0 auto;
  margin-bottom:30px;
  padding:0 115px;
}
#atlasCover .prevButton,
#atlasCover .nextButton,
#atlas .top .small .prevButton,
#atlas .top .small .nextButton{
  position: absolute;
  width: auto;
  height: 65px;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
}
#atlas .top .small .prevButton{
  left:2%;
}
#atlas .top .small .nextButton{
  right:2%;
}
#atlasCover .prevButton{
  left:4%;
}
#atlasCover .nextButton{
  right:4%;
}
#atlasCover .title{
  background:#d30416;
}
#atlasCover .title a{
  display: inline-block;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 5px;
  font-size: 18px;
}
#smallSwiper{
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
#atlas .top{
  background: none;
}
#atlas .top .small{
  position: relative;
  background: url(https://wwp-static.wenweipo.com/img/special/twosessions2023/bg19.png) no-repeat;
  background-size: 100% 100%;
  padding: 50px 5px;
}
#smallSwiper:nth-child(n+2){
  display:none;
}
body {
  position:relative;
}
#siderBar{
  display: none;
    transition: all 0.5s;
    color: #fff493;
    position: fixed;
    z-index: 9999;
    height: 350px;
    top: 15%;
    right: 0;
    left: 0;
    transform: translate(690px, 0px);
    width: 122px;
    margin: 0 auto;
    background: url(https://wwp-static.wenweipo.com/img/special/twosessions2023/bg21.png) no-repeat;
    background-size: contain;
    font-weight: 700;
}
#siderBar .itemList{
  position: absolute;
  width: 100%;
  left: 0;
  top: 22%;
}
#siderBar .itemList .item{
  position:relative;
  text-align: center;
  cursor: pointer;
  padding: 2px 0;
}
#siderBar .itemList .item.active{
  background: #ffe7af;
  color: #d30616;
}
#siderBar .itemList .item .activeIon{
  display: none;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18px;
  margin: auto;
}
#siderBar .itemList .item.active .activeIon{
  display:block;
}
main #BigNewsReport {
  padding-bottom: 0%;
}
main #BigNewsReport .swiper-slide>img{
  display:block;
}
#siderBar .goTop{
  position: absolute;
  width:100%;
  height:30px;
  cursor:pointer;
  bottom:0;
}
@media (max-width: 650px){
  body .search-7em {
    width: 5em;
    height: 1.5em;
  }
  body .search-4 {
    top: 55.8%;
    left: 2%;
  }
  body .search-11 {
    top: 76.9%;
    left: 63.4%;
  }
  body .search-7em div,
  body .search-9em div{
    line-height: 1.5em;
  }
  body .search-9em {
    width: 7em;
    height: 1.5em;
  }
  body .search-text {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.lhjd-title .titleName{
  justify-content: center;
}
.lhjd-content{
  position:relative;
}
.title-section {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
.lhjd-title .titleName {
  justify-content: center;
}
.titleName {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
img {
  width: auto;
  margin: initial;
}


.search-7em {
  width:7em;
  height: 2em;
  font-size: 20px;
}
.search-9em{
  width:9em;
  height: 2em;
  font-size: 20px;
}
.search-9em div{
  line-height:2em;
}
.search-7em div{
  line-height:2em;
}
.search-text {
  transition: all 1s;
  position: absolute;
  cursor: pointer;
  display: flex;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  letter-spacing: 4px;
  text-align: center;
}
.search-text img {
  transition: all 1s;
}

.search-bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.search-1 {
  top: 6%;
  left: 15%;
}
.search-2 {
  top: 54%;
  left: 20%;
}
.search-3 {
  left: 20%;
  top: 26%;
}
.search-4 {
  top: 47.8%;
  left: 3%;
}
.search-5 {
  top: 78%;
  left: 11%;
}
.search-6 {
  top: 6.1%;
  left: 73%;
}
.search-7 {
  top: 53.6%;
  left: 67.3%;
}
.search-8 {
  top: 23.9%;
  left: 65.4%;
}
.search-9 {
  top: 35.9%;
  left: 81.4%;
}
.search-10 {
  top: 29.9%;
  left: 0.7%;
}
.search-11 {
  top: 75.9%;
  left: 74.4%;
}

.search-4em {
  font-size: 18px;
  width: 6em;
  height: 6em
}
.search-3em {
  font-size:16px;
  width: 5em;
  height: 5em;
}
.search-4em.search-2 {
  font-size: 20px;
  width: 7em;
  height: 7em;
}
.superli li{
  -webkit-backface-visibility: hidden!important;
}
.superli li:nth-child(1) div{
  background:url("https://wwp-static.wenweipo.com/img/special/twosessions2023/bg11.png") no-repeat;
  background-size: 100% 100%;
}
.superli li:nth-child(2) div{
  background:url("https://wwp-static.wenweipo.com/img/special/twosessions2023/bg11.png") no-repeat;
  background-size: 100% 100%;
}
.superli li:nth-child(3) div{
  background:url("https://wwp-static.wenweipo.com/img/special/twosessions2023/bg10.png") no-repeat;
  background-size: 100% 100%;
}
.superli li:nth-child(4) div{
  background:url("https://wwp-static.wenweipo.com/img/special/twosessions2023/bg24.png") no-repeat;
  background-size: 100% 100%;
}
.superli li:nth-child(5) div{
  background:url("https://wwp-static.wenweipo.com/img/special/twosessions2023/bg24.png") no-repeat;
  background-size: 100% 100%;
}
.superli li:nth-child(6) div{
  background:url("https://wwp-static.wenweipo.com/img/special/twosessions2023/bg24.png") no-repeat;
  background-size: 100% 100%;
}
.superli li:nth-child(7) div{
  background:url("https://wwp-static.wenweipo.com/img/special/twosessions2023/bg10.png") no-repeat;
  background-size: 100% 100%;
}
.superli li:nth-child(8) div{
  background:url("https://wwp-static.wenweipo.com/img/special/twosessions2023/bg11.png") no-repeat;
  background-size: 100% 100%;
}
.superli li:nth-child(9) div{
  background:url("https://wwp-static.wenweipo.com/img/special/twosessions2023/bg11.png") no-repeat;
  background-size: 100% 100%;
}
.superli li:nth-child(10) div{
  background:url("https://wwp-static.wenweipo.com/img/special/twosessions2023/bg11.png") no-repeat;
  background-size: 100% 100%;
}
.superli li:nth-child(11) div{
  background:url("https://wwp-static.wenweipo.com/img/special/twosessions2023/bg24.png") no-repeat;
  background-size: 100% 100%;
}
.superli li:nth-child(12) div{
  background:url("https://wwp-static.wenweipo.com/img/special/twosessions2023/bg09.png") no-repeat;
  background-size: 100% 100%;
}
.superli li:nth-child(13) div{
  background:url("https://wwp-static.wenweipo.com/img/special/twosessions2023/bg09.png") no-repeat;
  background-size: 100% 100%;
}
<!--/*气泡动画*/-->

@keyframes myfirst {
  0% {

    -webkit-transform: translate(0px, 0px);

  }
  30%{
    -webkit-transform: translate(15%, 15%);
  }
  50% {
    -webkit-transform: translate(25%, 5%);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}

@keyframes myfirsta {
  0% {

    -webkit-transform: translate(0px, 0px);

  }
  30%{
    -webkit-transform: translate(5%, 15%);
  }
  50% {
    -webkit-transform: translate(25%, -5%);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}

@keyframes myfirstb {
  0% {

    -webkit-transform: translate(0px, 0px);

  }
  30%{
    -webkit-transform: translate(-5%, 15%);
  }
  50% {
    -webkit-transform: translate(15%, 5%);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}
@keyframes myfirstc {
  0% {

    -webkit-transform: translate(0px, 0px);

  }
  30%{
    -webkit-transform: translate(0%, -15%);
  }
  50% {
    -webkit-transform: translate(-15%, 5%);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}
@keyframes myfirstd {
  0% {

    -webkit-transform: translate(0px, 0px);

  }
  30%{
    -webkit-transform: translate(0%, 10%);
  }
  50% {
    -webkit-transform: translate(15%, 5%);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}
.superli ul li:nth-child(1) {
  animation: myfirsta linear infinite 11s;
}
.superli ul li:nth-child(2) {
  animation: myfirst  infinite 12s;
}
.superli ul li:nth-child(3) {
  animation: myfirstc linear infinite 13s;
}
.superli ul li:nth-child(4) {
  animation: myfirstb linear infinite 14s;
}
.superli ul li:nth-child(5) {
  animation: myfirsta linear infinite 12s;
}
.superli ul li:nth-child(6) {
  animation: myfirsta linear infinite 10s;
}
.superli ul li:nth-child(7) {
  animation: myfirstb linear infinite 13s;
}
.superli ul li:nth-child(8) {
  animation: myfirstd linear infinite 15s;
}
.superli ul li:nth-child(9) {
  animation: myfirstd linear infinite 15s;
}
.superli ul li:nth-child(10) {
  animation: myfirstd linear infinite 15s;
}
.superli ul li:nth-child(11) {
  animation: myfirstd linear infinite 15s;
}
.superli ul li:nth-child(12) {
  animation: myfirstd linear infinite 15s;
}
.superli ul li:nth-child(13) {
  animation: myfirstd linear infinite 15s;
}
.superli ul li>div{
  transition: all 0.5s;
  image-rendering: -webkit-optimize-contrast;
}