
body {
  background: #f4dbc5;
}
.searchParent {
  background: url("https://dw-media.wenweipo.com/dams/wwpproduct/image/202201/28/61f389ace4b094f82ff5b810.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media(min-width:1200px){
  body .fiveTitle {
    padding-top:110px;
  }
  body #newSwiper .swiper-slide .slideTitle{
    padding: 6px 10px;
  }
  .columnTitle.fourTitle{
    margin-top:100px;
  }
  body .huidong .column-spec .right {
    margin-top: 50px;
  }
  main .box{
    width: 85%;
  }
  .box .swiper-button-prev{
    left: -60px;
  }
  .box .swiper-button-next{
    right: -60px;
  }
  .columnTitle.twoTitle{
    padding-bottom:0;
  }
  .columnTitle.threeTitle{
    padding-top:100px;
  }
  body #three-dimensional .swiper-slide-active, #three-dimensional .swiper-slide-duplicate-active{
    transform: scale(2);
  }
  body #three-dimensional {
    padding: 11% 0;
  }
}
@media(max-width:650px){
  body #newSwiper{
    padding-bottom:35px;
    margin-bottom: 15px;
    height: 100%;
  }
  body .Headlines div:nth-child(2){
    padding:0 6%;
  }
  body .bg01,
  body .bg02,
  body .bg03{
    background:none;
  }
  .hasBg{
    background:url("https://dw-media.wenweipo.com/dams/wwpproduct/image/202202/28/621c8c32e4b04ff53b4656f7.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .last .advantage{
    display:none;
  }
  body #BigNewsReport{
    padding-bottom:0;
    margin: -1% auto;
  }
  body  .siderBar{
    display:none;
  }
  body .box .swiper-button-prev:after,
  body .box .swiper-button-prev:after{
    font-size:0!important;
    opacity: 0!important;
    display:none!important;
  }
  body .huidong .column-spec .right{
    margin-top:15px;
  }
  body #newSwiper .swiper-pagination-bullet-active{
    background: #b70313!important;
  }
  body #newSwiper .newSwiper_pagination{
    text-align:center;
    display:block;
    opacity:1;
    bottom: 7px;
  }
  body .bg01 .content .right .topTitle>img{
    width:80px;
  }
  body #newSwiper .swiper-slide .slideTitle a{
    font-size:14px;
  }
  body .bg01 .content .left .right_pagination{
    display:none;
  }
  body .bg01 .content .right>div{
    margin-top:15px;
  }
  body .top .Headlines a.bg_Headlines{
    font-size: 23px;
  }
  body .top .Headlines a.small_Headlines{
    font-size: 19px;
  }
  body .top .tapTitle .date .item .checkout{
    width: 7px;
    height: 7px;
  }
  body .top .tapTitle .date .item{
    width: 20px;
  }
  body .top .tapTitle .date .item .number{
    font-size: 8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-top:0;
  }
  body #newSwiper .swiper-slide{
    width:100%;
    height:auto;
  }
  body .bg01 .content{
    flex-wrap:wrap;
  }
  body .bg01 .content .left,
  body .bg01 .content .right{
    width:100%;
  }
  body .dawenbaodao .swiper-button-next,
  body .dawenbaodao .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 48%;
  }
  body #BigNewsReport img{
    max-height:135px;
  }
  #BigNewsReport img{

  }
  body footer{
    padding:10px 0;
  }
  body .columnTitle>img{
    width:200px;
  }
  body .videoAndLazy .videos,
  body .videoAndLazy #lazyLunbo{
    width:100%;
  }
  body .videoAndLazy{
    flex-wrap:wrap;
  }
  body .videoItem span{
    height:34%;
    font-size:16px;
  }
  body .search-4em.search-2{
    width: 3em;
    height: 3em;
  }
  body .columnTitle{
    padding:40px 0;
  }
  body .top{
    margin-bottom:40px;
  }
  body #three-dimensional{
    padding:0;
  }
}
body footer{
  padding:55px 0;
  margin-top:0;
}

body footer p{
  margin-bottom:10px;
}
<!--/*两会关键字*/-->
.lhjd.mb30{
  margin-bottom:0;
}
.lhjd ul{
  margin-bottom: 0;
}
<!--/* 視頻、懶人包*/-->
.videoAndLazy {
  display: flex;
  justify-content: space-between;
  background:#d0a976;
  padding:13px;
}
.videoItem{
  position: relative;
  width: calc(50% - 5px);
}
.videoItem:nth-child(-n + 2){
  margin-bottom: 10px;
}
.videoButton{
  display:none;
  position: absolute;
  right: 0;
  bottom: 0;
  left:0;
  top:0;
  margin:auto;
  width: 10%;
}
.videos{
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background:#fdf5e5;
}
.videos>a{
  padding:10px;
  display: block;
  margin: auto;
  width: 100%;
}
.videos>a img{
  margin: auto;
}
.Mask{
  display:none;
  background: rgba(0,0,0,.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.videoItem .Mask{
  display:none;
}
.videoItem:hover .Mask{
  display:block;
}
.videoItem:hover .videoButton{
  display:block;
}
.videoItem span{
  font-size:18px;
  display:-webkit-box;
  height:22%;
  color:#fff;
  padding:1% 3%;
  background:#b70313;
  cursor: pointer;
}
.Mask span{
  z-index: 9;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  color: #fff;
  padding: 0 5px;
  left: 0;
}
.videoAndLazy .videos {
  width: calc(65% - 10px);
}
.videoAndLazy #lazyLunbo {
  width: calc(35% - 10px);
}
.videoAndLazy #lazyLunbo .swiper-container{
  height:606px;
}
.videoAndLazy #lazyLunbo .pcTitleAndphoneTitle{
  display:none;
}
.twoLines{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
<!--/*匯動的話*/-->
#bossSwiper .swiper-slide a{
  border: 3px solid #fff;
}
body .huidong .textItem .details{
  color: #d1001a;
  font-weight: 600;
  border: 1px solid #fff;
}
#certify  .textItem .content{
  padding:0 5%!important;
}
main #bossSwiper .swiper-pagination-bullet {
  height: 3px;
  background:#fff;
  opacity: 0.7;
}
main .huidong .column-spec .right .someText{
  border: 2px solid #d6252c;
  background: rgba(255,255,255,.3);
}
main #certify .swiper-pagination-bullet-active {
  height: 5px;
  background:#d10014;
}
.huidong .column-spec .right .more img{
  display: inline-block;
}
#certify h3 img{
  display:none;
}
<!--/*兩會圖集*/-->
.box>a img{
  margin: 5px auto 0;
}
body #three-dimensional .swiper-pagination{
  display:none;
}
body #three-dimensional .swiper-slide img {
  filter: blur(0px);
}
<!--/*两会微专题*/-->
body .pcSwipershow{
  padding-bottom: 100px;
  margin-bottom: 0px;
}
body  .pcSwipershow{
  margin-top:70px;
}
<!--/*大文報道*/-->
.dawenbaodao{
  position: relative;
}
main #BigNewsReport .swiper-pagination{
  display:none;
}
.dawenbaodao .swiper-button-next,
.dawenbaodao .swiper-button-prev{
  width:70px;
  height:70px;
  top:35%;
}
.dawenbaodao .swiper-button-next:after,
.dawenbaodao .swiper-button-prev:after{
  display:none!important;
}
.columnTitle{
  padding:50px 0;
}
.columnTitle>img{
  margin:auto;
  width:350px;
}
.columnTitle a>img{
  margin: 5px auto 0;
}
<!--/*顶部即时新闻、专家解读等*/-->
img.rightMore{
  width:65px;
}
.top{
  margin-bottom:50px;
  background: #fff;
}
.top .tapTitle{
  position: relative;
}
.top .tapTitle .date{
  z-index:9999;
  position: absolute;
  display:flex;
  justify-content: space-around;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 76%;
  height: 90%;
  border-bottom: 3px solid #e3c59a;
}
.top .tapTitle .date .item{
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.top .tapTitle .date .item .checkout{
  cursor: pointer;
  margin-bottom: -6px;
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #e3c59a;
}
.top .tapTitle .date .item .number{
  font-size: 30px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #d80015;
  font-weight: 700;
  border-radius: 50%;
  margin-top: 5px;
  cursor: pointer;
}
.top .tapTitle .date .item .numberActive{
  color:#fff;
  background:#d80015;
}
.top .tapTitle .date .item .checkoutActive{
  border: 2px solid #d80015;
}
.top .Headlines{
  background: linear-gradient(to right,#fff,#fff0da,#fff0da,#fff0da,#fff);
  padding: 10px 0;
  margin-top: 10px;
}
.top .Headlines a{
  display: -webkit-inline-box;
  text-align: center;
}
.top .Headlines a.bg_Headlines{
  color: #d70014;
  font-size: 40px;
  font-weight: 700;
}
.top .Headlines a.small_Headlines{
  color: #bb996a;
  font-size: 25px;
}
#newSwiper{
  height:98%;
  position: relative;
  overflow: hidden;
}
#newSwiper img{
  width:100%;
}
.bg01 .content{
  padding:2% 4%;
  background: #fffbf5;
  display:flex;
  justify-content: space-between;
}
.bg01 .content .left{
  width:calc(61% - 20px);
  position: relative;
}
.bg01 .content .left .right_pagination{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: -5%;
  width: 5%;
  height: 80%;
}
.bg01 .content .left .right_pagination .item{
  cursor: pointer;
  background: #b9976b;
  height: calc(20% - 5px);
  width: 35%;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.bg01 .content .left .right_pagination .item.right_paginationActive{
  width: 80%;
  background: #d70014;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.bg01 .content .right .news{
  margin-bottom:30px;
}
.bg01 .content .right{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(39% - 20px);
}
.bg01 .content .right .list .item a{
  line-height: 1.8rem;
  color: #898d8b;
  font-size: 18px;
}
.bg01 .content .right .topTitle{
  justify-content: space-between;
  align-items: center;
  display: flex;
}
#newSwiper .newSwiper_pagination{
  display:none;
  opacity: 0;
}
#newSwiper .swiper-slide{
  width:100%;
  height:100%;
}
#newSwiper .swiper-slide .slideTitle{
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 25px;
  background: rgba(206, 0, 19,.8);
}
#newSwiper .swiper-slide .slideTitle a{
  font-size: 18px;
  color: #fff;
}
<!--/*整体背景*/-->
.bg01{
  background:url("https://dw-media.wenweipo.com/dams/wwpproduct/image/202201/28/61f389ace4b094f82ff5b810.jpg");
  background-size: 100% 108%;
  background-repeat: no-repeat;
}
.bg02{
  background:url("https://dw-media.wenweipo.com/dams/wwpproduct/image/202201/28/61f389ade4b094f82ff5b811.jpg");
  background-size: 100% 102%;
  background-repeat: no-repeat;
}
.bg03{
  position: relative;
  background:url("https://dw-media.wenweipo.com/dams/wwpproduct/image/202201/28/61f389aee4b094f82ff5b812.jpg");
  background-size: 100% 102%;
  background-repeat: no-repeat;
}
body .footer{
  margin-top:0;
}
.oneline{
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  color:#fff;
}
.swiper-pagination-bullet-active{
  background:#d1001a!important;
}
<!--/*导航栏*/-->
.Headlines div{
  padding: 0 5%;
}
.siderBar{
  opacity: 0;
  transition: all 1s;
  transform: translateX(1600px);
  position: fixed;
  bottom: 450px;
  height: 350px;
  width: 100px;
  background: url(https://dw-media.wenweipo.com/dams/wwpproduct/image/202201/29/61f4d7dce4b094f82ff5ecd5.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 4.3%;
}
.siderBar ul{
  margin:0;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
}
.siderBar ul li{
  padding: 0 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  position: relative;
  height: 12.5%;
}
.siderBar ul li.goTop{
  color:#fff;
  margin-top:32%;
}
.siderBar .colse{
  cursor: pointer;
  padding: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -10%;
  right: -28%;
}
.siderBar .colse img{
  display: block;
  width: 100%;
  height: 100%;
  position: static;
}
.siderBar .menu{
  height:100%;
}
.siderBar ul li img:nth-child(1).cur{
  display:block;
}
.siderBar ul li img:nth-child(1){
  display:none;
  height: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
}
.siderBar ul li:nth-child(6) img:nth-child(1){
  left: -5px;
}
.colseSiderBar{
  display:none!important;
}
canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  --blur: 2;
  z-index: 99;
  -webkit-filter: blur(calc(var(--blur) * 1px));
  filter: blur(calc(var(--blur) * 1px));
}
.one-banner{
  position: relative;
}
.goBackLastPage button{
  font-size:30px;
}
body .searchNewsTitle {
  margin-top: 10px;
  height: auto;
}
@media (max-width: 750px){
  body .m-banner {
    display: block;
  }
}
