@media(max-width:750px){
    html{
        font-size: 16px;
    }

    /* banner */
    .banner-img {
        display: none;
    }
    .m-banner {
        display: block;
    }
    .list-m-banner{
        display: block;
    }
    .lpbanner{
        display: none;
    }
    /* container */
    .container{
        width: 100%;
    }
    /* ��?�J�� */
    .basic-list li a {
        width: 100%;
        height: 5rem;
        position: relative;
    }
    .basic-list li a>img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .hunt-wrap{
        width: 100%;
    }
    .hunt-item{
        width: 100%;
        flex: 0 0 auto;
        padding-top: 148%;
        position: relative;
        margin-bottom: 15px;
    }
    .hunt-front{
        position: absolute;
        top: 0;
        left: 0;
        transition: all 1s;
    }
    .hunt-verso{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all 1s;
        background: url(https://wwp-static.wenweipo.com/img/special/ssbh/s4.jpg) no-repeat center center/contain;
        background-size: 100% 100%;
    }

    .big-title {
        width: 65%;
        height: auto;
    }
    .big-title img{
        width: 100%;
        height: auto;
    }
    /* experience */
    .sz-desc {
        padding: 1.375rem 1.8125rem;
    }
    /* gift */
    .gift {
        width: 120px;
        top: -15px;
    }


    /* sz-list */
    .ts-list>dt {
        height: auto !important;
        line-height: initial !important;
    }
    .ts-list>dt::before{
        top: 10px !important;
    }
    .sqfw{
        display: none;
    }
    .sqfws{
        display: block !important;
    }

    .ts1row{
        margin-left: 0;
    }
   /*电子报轮播适应*/
    .carousel-item{
		height: 28.5em;
    }
  .time-content-wrap{
    height:400px;
    min-height:400px;
  }
  .time-content-wrap .news-img{
    width:50%;
  }
  /* 抗美援朝专题轮播 */
  #swp-coverflow .swiper-pagination{
    top:auto;
    bottom:0;
    --swiper-theme-color:#d01005;
    right:0px;
  }
  .album-view-img{
    max-height:12rem;
  }
  .container .side-lf {
    width: 100%;
    margin-bottom: 20px;
  }
  .container .side-rt{
    width: 100%;
    margin-bottom: 20px;
  }
.container .content-story-list .lf-line{
  width: 100%;
  display: inline-block;
  margin-right: 8px;
}
.container .content-story-list .rt-txt {
    width: 100%;
}
.container  .content-story-list .story-item-summary{
    width: 100%;
    height: 2.5rem;
  }
.container  .content-story-list .story-item-title{
    width: 100%;
  }
  .rt-top .pc-dxjd{
    display: none;
  }
  .container .swiper-container{
      /* height: 470px; */ /*影响到轮播插件的高度了*/
  }
    .container .title-box>img{
    	width: 160px;
    }
	.container .title-line{
    	width: calc(100% - 160px);
	}
    .container .content-story-list .story-item-summary{
      width: 100%;
      height: auto;
      line-height: 24px;
      color: #777777;
      font-size: 14px;
      width: 100%;
      margin-top: 5px;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
    .container .content-story-list .story-item-title{
      width: 100%;
      margin-top: 10px;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    	height: auto;
    }
.width76,.width24{
    width:100%;
  }
  #swiper-gallery-new .gallery-content-text{
    width:100% !important;
    position:unset;
    margin-top:0;
    background: #f6f6f6;
    color: #333;
  }
  #swiper-gallery-thumb-new .gallery-content-text{
    display:none !important;
  }
  #swiper-gallery-new .gallery-content-text div{
    height:auto !important;
  }
  #swiper-gallery-new .gallery-content-img,
  #swiper-gallery-new .gallery-thubm-img-p{
    pointer-events: none ;
  }
}

}