
@media(max-width:650px) {
  body #theDwbd .swiper-slide {
    height: auto;
  }
  body .m-banner {
    display: block;
  }
  .banner-img {
    display: none;
  }
  .h3-font a {
    font-size: 28px;
  }
  body .someContent .item {
    padding: 10px 10px 50px;
    border: 3px solid #eb6b5a;
    border-radius: 10px;
    background: none;
  }
  body .itemList {
    height:71px;
    display: flex;
    flex-direction: initial;
    margin-bottom: -2px;
    width: 100%;
    align-items: flex-end;
  }
  body .itemList .item {
    width: 70px;
    height: 50px;
    padding: 4px 8px;
  }
  body .someContent .item .Options {
    flex-wrap: wrap;
    width: 100%;
  }
  body .someContent a.more {
    margin-right: auto!important;
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  body .itemList .item img {
    margin-right: auto;
  }
  body .itemList .item img{
    margin-left: 0;
  }
  body .news {
    margin-top: 5px;
  }
  body .itemList {
    position: initial;
  }
  .someContent .item .Options>div {
    width: 100%!important;
  }
  body .itemList .item:nth-child(2) {
    left: 23%;
  }
  body .itemList .item:nth-child(3) {
    left: 46%;
  }
  body .itemList .item:nth-child(4) {
    left: 69%;
  }
  body .titleImg {
    margin-bottom: 0;
    height: 70px;
  }
  body .titleImg img{
    height:70px;
    width: auto;
    margin-left: 0;
  }
  bdoy .dw .button .prev,
  body .dw .button .next {
    height: 50px;
    z-index: 2;
  }
  body .dw .button .prev {
    left: -12px;
    height: 50px;
    z-index: 2;
  }
  body .dw .button .next {
    right: -12px;
  }
  body .h3-font {
    font-size: 40px;
    line-height: 35px;
  }
  body .itemList .item.active,
  body .itemList .item:nth-child(4).active{
    transform:none;
  }
  body .itemList .item.active {
    position: initial;
    left: 0;
    height: 60px;
  }
  body #certify .swiper-slide {
    width: 200px;
    height: auto;
  }
  body .row .swiper-coverflow-perent{
    padding-bottom:80px;
  }
  body #swp-coverflow .swiper-slide-active .story-title{
    font-size:16px;
  }
  body .dw #theDwbd{
    width:80%;
  }
}

body {
  background: #ffe8cc!important;
}

.h3-font {
  margin-top: 30px;
  padding: 0 15px;
  margin-right: 0;
}

.h3-font a {
  color: #d12828;
  font-weight: 700!important;
}

body #three-dimensional .swiper-pagination,
body .prevAndnextButton,
.topLab {
  display: none;
}

.box #three-dimensional .swiper-slide .slideTitle {
  position: initial;
  bottom: 4%;
  height: auto;
  margin-top: -4%;
  background: #ab0614;
}

.box #three-dimensional .swiper-slide a {
  border: 3px solid #ca0b1d;
}

.box #three-dimensional .swiper-slide .slideTitle a {
  -webkit-line-clamp: initial;
  font-size: 10px;
}

.box #three-dimensional .swiper-slide {
  display: block;
}

.itemList {
  position: absolute;
  width: 120px;
  top: 0;
  right: -80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.itemList .item {
  position: absolute;
  transition: all 0.3s;
  padding: 5px 7px;
  height: 60px;
  cursor: pointer;
  background: url("https://wwp-static.wenweipo.com/img/special/china10/border3.png") no-repeat;
  background-size: 100% 100%;
}

.itemList .item img {
  margin-left: 14px;
}

.itemList .item.active {
  background: url(https://wwp-static.wenweipo.com/img/special/china10/red.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  transform: scale(1.3,1.3) translateY(10px);
}
@media(min-width:651px){
  .itemList .item:last-child.active{
    transform: scale(1.3,1.3) translateY(-9px);
  }
}

.itemList .item.active img:nth-child(1) {
  display: block;
}

.itemList .item.active img:nth-child(2) {
  display: none;
}

.someContent .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: none;
  padding: 30px 30px 60px;
  background: url("https://wwp-static.wenweipo.com/img/special/china10/border2.png") no-repeat;
  background-size: 100% 100%;
}

.someContent .item:nth-child(1) {
  display: flex;
}

.someContent .item .Options {
  display: flex;
  justify-content: space-between;
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.someContent .item .Options .left {
  width: calc(45% - 5px);
}

.someContent .item .Options .right {
  width: calc(55% - 5px);
}

.someContent .item .Options .right a {
  font-weight: 700;
  color: #c90101;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#news .someContent .item .Options .right a:hover{
  color:#a3651a!important;
}
.someContent .item .Options .right>div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.someContent {
  position: relative;
  z-index: 5;
}

.someContent a.more {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 130px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  text-align: center;
  background-size: 100%;
  color: #a3651a;
}

.someContent .more {
  background: url(https://wwp-static.wenweipo.com/img/special/china10/more.png) no-repeat;
}

.leftList {
  width: calc(95% - 10px);
}

.leftList .item a>div {
  margin-bottom: 3px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #b50505;
  margin-right: 5px;
}

.leftList .item a {
  font-size: 20px;
}

.leftList .title-box {
  margin: 0;
  padding: 0
}

.news {
  position: relative;
}

.itemList .item {
  position: initial;
}

.itemList .item img:nth-child(2) {
  display: block;
}

.itemList .item img:nth-child(1) {
  display: none;
}

body main {
  padding: 0 15px;
}

.titleImg {
  height:120px;
  margin: 30px 0;
}

#theDwbd .swiper-slide {
  padding: 5px;
  background: url(https://wwp-static.wenweipo.com/img/special/china10/border.png) no-repeat;
  background-size: 100% 100%;
  height: 332px;
}
.dw {
  position: relative;
}

.dw .button .prev,
.dw .button .next {
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100px;
}

.dw .button .prev {
  left: -50px;
}

.dw .button .next {
  right: -50px;
}

footer p:nth-child(1) {
  margin-top: 4%;
}

.titleImg>div {
  display: inline;
}
#theDwbd .swiper-slide>div {
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#theDwbd .swiper-slide>div a {
  display: block;
  height: 100%;
}
.box #three-dimensional{
  padding: 15% 0;
}
.box #three-dimensional .swiper-slide.swiper-slide-prev,
.box #three-dimensional .swiper-slide.swiper-slide-next{
  transform: scale(1.8);
  z-index:1;
}
.box #three-dimensional .swiper-slide-active,
.box #three-dimensional .swiper-slide-duplicate-active{
  transform: scale(2.2);
  z-index:2;
}
#swp-coverflow .swiper-slide-active .story-title{
  position: absolute;
  bottom: 0;
  left: 0;
  background:#ab0614;
  font-size:20px;
  white-space: initial;
  text-overflow: initial;
  overflow: initial;
}
#swp-coverflow .swiper-pagination{
  display:none;
}
#swp-coverflow .swiper-slide-active  a[target="_blank"]>img{
  border: 5px solid #c50b18;
}
.row .swiper-coverflow-perent{
  margin-bottom:0;
  padding-bottom:70px;
}
.top-news .h3-font a{
  color: #d30d19;
}
#HKTenYears {
  position: relative;
}
#HKTenYears .twoList{
  display: flex;
  justify-content: space-between;
}
#HKTenYears .twoList .item{
  width: calc(50% - 10px);
}
#HKTenYears .someTitle{
  padding:10px;
  height:5em;
  background-color:#ab0614;

}
#HKTenYears .someTitle a{
  color:#fff;
  font-weight:700;
}
#HKTenYears .someTitle a:hover{
  color:#ffca8a!important;
}
#HKTenYears .more{
  width: 100px;
  position: absolute;
  top: 118px;
  right: 0;
  z-index: 9;
}
#HKTenYears .someSummary {
  width: calc(100% - 50px);
  margin-left: 50px;
  background: url(https://wwp-static.wenweipo.com/img/special/china10/yellowBg.png) no-repeat;
  background-size: 100% 100%;
  padding: 10px;
  padding-top: 30px;
  height: 130px;
  margin-top: -40px;
}
#HKTenYears .someSummary span{
  color: #7a4b4b;
  font-size: 16px;
}
@media(max-width:650px){
  body #HKTenYears .someSummary{
    height:auto;
  }
  #HKTenYears .threeLine {
    -webkit-line-clamp: 5;
    max-height: 8.5em;
  }
  body #HKTenYears .twoList{
    flex-wrap: wrap;
  }
  body #HKTenYears .twoList .item{
    width:100%;
  }
  #HKTenYears .twoList .item{
    margin-bottom:15px;
  }
  body #HKTenYears .titleImg img{
    margin:0 auto;
    height: initial;
    max-width: 100%;
    max-height: 100%;
  }
  body #HKTenYears .more{
    bottom: -34px;
    top: initial;
  }
  body #HKTenYears .more img{
    width: 80px;
    margin: 10px 0 10px auto;
  }
}
#HKTenYears .titleImg{
  margin-bottom: 0;
  height:auto;
}
#HKTenYears .titleImg img{
  height: auto;
  width: 100%;
  max-width: initial;
  max-height: initial;
}
.cehua .pcSwipershow{
  margin-top: 160px;
  margin-bottom: 200px;
}
main .h3-font{
  text-align:center;
}
.videoAndLazy {
  display: flex;
  justify-content: space-between;
  background: #e50b11;
  padding: 13px;
  border: 4px solid #fd9018;
}
.videoAndLazy .videos {
  width: calc(65% - 10px);
}
.videos {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fdf5e5;
}
.videoAndLazy #lazyLunbo {
  width: calc(35% - 10px);
}
.videos .videoItem {
  margin-bottom: 10px;
}
.videoItem {
  position: relative;
  width: calc(50% - 5px);
}
.videos>a {
  display: block;
  margin: auto;
  margin-bottom: 1%;
}
.videoItem .Mask {
  display: none;
}
.Mask {
  display: none;
  background: rgba(0,0,0,.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.videoButton {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 30%;
  margin: auto;
  width: 10%;
}
.videoItem span {
  font-size: 18px;
  display: -webkit-box;
  height: 60px;
  color: #fff;
  padding: 1% 3%;
  background: #de080c;
  cursor: pointer;
}
.twoLines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.videoAndLazy #lazyLunbo {
  width: calc(35% - 10px);
}
.videoAndLazy #lazyLunbo .swiper-container {
  height: 606px;
}
.videoItem:hover .Mask{
  display:block;
}
.videoItem:hover .videoButton{
  display:block;
}
.videoAndLazy #lazyLunbo .pcTitleAndphoneTitle {
  display: none;
}
.videoAndLazy .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background:#ff0000;
}
.videoAndLazy  .swiper-pagination-bullet{
  background:#fff;
  opacity:1;
}
@media (max-width: 650px){
  body main .videoAndLazy {
    flex-wrap: wrap;
  }
  body main .videoAndLazy .videos,
  body main .videoAndLazy>.swiper-container{
    width: 100%;
  }
  body .videoAndLazy {
    margin-top:30px;
  }
  body .videoItem span{
    font-size:16px;
    text-align:center;
  }
  body .videoItem{
    width:100%;
  }
  body .videos>a{
    padding-top:30px;
  }
  body main .videoItem:nth-child(3){
    margin-bottom: 10px;
  }
}
.lazy-bag .swiper-slide>div{
  padding-bottom:30px;
}
.videoAndLazy .swiper-pagination{
  bottom: 0!important;
  background: #fd9018;
}
#lazyLunbo figure{
  padding-bottom: 30px;
}
#lazyLunbo .swiper-pagination{
  background: #fd9018;
  position: absolute;
  bottom: 0px;
}
.row #swp-coverflow .swiper-button-prev,
.row #swp-coverflow .swiper-button-next{
  background: rgba(0,0,0,.3);
}
.row #swp-coverflow .swiper-button-prev{
  left:3px;
}
.row #swp-coverflow .swiper-button-next{
  right:3px
}
.row #swp-coverflow .swiper-button-next:after,
.row #swp-coverflow .swiper-button-prev:after{
  font-weight: 700;
}
.videoAndLazy>.swiper-container{
  width: calc(35% - 10px);
}
.videoAndLazy .swiper-pagination-bullet:only-child {
  display: inline-block!important;
}