
.content_main{
    display: flex;
    justify-content: space-between;
    width: 1200px;
}

.breaking-news{
    width: 1200px;
}


.content-home-left{
    width: 850px;
  }
  
  .content-right{
    width: 300px;
  }

.carousel{
    width: 850px;
    height: 360px;
}
.carouselItem{
    width: 100%;
    height: 100%;
    /* background-color: red; */
    position: relative;
}

.carouselItem .contentPic{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: unset;

}

.carouselItem .textBg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
}

.carouselItem .textBg h2{
    position: absolute;
    font-size: 28px;
    /* font-family: PingFangSC, PingFang SC; */
    font-weight: bold;
    color: #FFFFFF;
    line-height: 35px;
    margin: 0 24px;
    bottom: 35px;
}

.carousel .el-carousel__container{
    height: 360px;
}

/* .carousel .el-carousel__indicators--horizontal{
    bottom: 0;
    left: 24px;
    -webkit-transform: translateX(0%); 
     transform: translateX(0%);
} */

.videoPic{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    
    
}

.videoPicItem{
    width: 304px;
    height: 172px;
    /* background-color: red; */
    position: relative;

}
.videoPicItem .contentPic{
    width: 100%;
    height: 100%;

}

.textContentBg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    display: flex;
    justify-content: end;
    flex-direction: column;
}

.videoPicItem .videoIcon{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 136px;
    top:50px
}


.textContentBg h2,.textContentBg h4{
    position: absolute;
    font-size: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    margin:  0 16px 12px 16px;
    /* bottom: 10.000013px; */
}

.section_bottom{
    margin-bottom: 50px;
}

.section_bottom_30{
    margin-bottom: 30px;
}

.section_top{
    margin-top: 32px;
}

.newzeland-content{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;

}

.newzland-l{
    width: 304px;
}

.newzland-left{
    position: relative;
    width: 304px;
    

}

.newzland-left-a{
    width: 304px;
    height: 172px;
    position: relative;
    display: flex;
    
}

.newzland-left-pic{
    width: 304px;
    height: 172px;
    /* background-color: red; */
    
}

.content_line{
    width: 100%;
    height: 1px;
    background: #EEEEEE;
    margin-top: 16px;
}
/* dashed  */
.content_dashed_line{
    width: 100%;
    height: 1px;
    border-top: 1px dashed #CCCCCC;
    margin-top: 40px;
}

.newzland-left-b{
    margin-top: 16px;
    display: flex;
    width: 304px;
    
    
}

.newzland-left-b .img{
    width: 79px;
    height: 52px;
    max-width: unset;
    object-fit: cover;
    
}

.newzland-left-b h4{
    margin-left: 12px;
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    line-height: 26px;
}

.newzland-r{
    width: 538px;

}

.newzland-r .img{
    width: 538px;
    height: 359px;

}

.newzland-r h2{
    font-size: 20px;
    font-weight: 500;
    color: #222222;
    line-height: 28px;
    margin-top: 15px;

}
.newzland-r .newzland-des{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    margin-top: 8px;

}

.big-ad-bg{
    position: relative;
    width: 100%;
    height: 238px;
}

.big-ad-content{
    height: 238px;
    position: absolute;
    left: 0;
    /* transform: translateX(calc( (1200px - 100%)/2)); */
    width: 100%;
}

.swiper-container{
    width: 100%;
    height: 238px;
    /* padding-left: 30px !important;
    padding-right: 30px !important; */
    /* margin-top: 22.999987px; */
    /* overflow: visible !important; */
  }

  .swiper-container1{
    width: 100%;
    height: 238px;
    overflow: hidden;
    /* padding-left: 30px !important;
    padding-right: 30px !important; */
    /* margin-top: 22.999987px; */
    /* overflow: visible !important; */
  }
  
  /* .swiper-wrapper{
    width: 321px;
      height: 321px;
  } */
  .swiper-slide{
    width: 850px !important;
    height: 238px;
    /* margin-right: 17px; */
    /* display: flex; */
  }


.ad-item{
    height: 238px;
    width: 850px;
    position: relative;
    /* background-color: red; */
}

.swiper-button-next{
    width: 54px ;
    height: 54px ;
    background-size: 54px 54px ;
 }
 .swiper-button-prev{
    width: 54px !important;
    height: 54px !important;
    background-size: 54px 54px;

 }

 .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 54px;
    height: 54px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 54px 54px;
    background-position: center;
    background-repeat: no-repeat;
}

.breaking-news{
    /* margin-bottom: 20px; */
}

.breaking-new-space{
    margin-bottom: 32px;
}

.newzland-des a:hover{
    color: unset;
  }

  
.real-time-head{
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    text-align: left;
    margin-bottom: 30px;

}
.real-time-head-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.real-time-head-cell{
    height: 115px;
    width: 414px;
    
}
.real-time-head-line{
    width: 100%;
    height: 1px;
    /* border: 1px solid #D1D1D1; */
    background-color: #D1D1D1;

    
}
.real-time-head-time{
    font-weight: 400;
    font-size: 10px;
    color: #000000;
    text-align: left;
    margin-top: 10px;
}

.real-time-head-content{
    font-size: 17px;
    color: #000000;
    height: 44px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 500;
}

.foot-line{
    width: 100%;
    /* border: 2px solid #000000; */
    /* margin-top: 10px; */
    height: 2px;
    /* border: 1px solid #D1D1D1; */
    background-color: #000000;

}

.no_mt{
    margin-top: 0px;
}

.right-ad{
    position: absolute;
    right: -350px;
    top:16px;
    width: 300px;
}
.tag{
    margin-bottom: .266667rem;
    display: block;
    margin-bottom: 10px;
}


@media (min-width:1200px) {
    .home-right-Block1{
        position: absolute;
        top:3565px;
        left: 0;

    }

    .home-right-Block2{
        position: absolute;
        top:4280px;
        left: 0;

    }

    .home-right-Block3{
        position: absolute;
        top:4990px;
        left: 0;

    }

    .home-right-Block4{
        position: absolute;
        top:6010px;
        left: 0;

    }

    .home-right-Block5{
        position: absolute;
        top:6730px;
        left: 0;

    }

    .home-right-Block4_1{
        position: absolute;
        top:5705px;
        left: 0;

    }

    .home-right-Block5_1{
        position: absolute;
        top:6420px;
        left: 0;

    }



}



@media (max-width:1199px) {

    .section_bottom{
        margin-bottom: .853333rem;
    }
    .section_bottom_30{
        margin-bottom: .853333rem;
    }
    .section_top{
        margin-top: .853333rem;
    }
    .h-no-margin{

        margin-left: -.426667rem;
        margin-right: -.426667rem;
        width: 100vw;
        
    }

    .breaking-new-space{
        margin-bottom: .426667rem;
    }

    .ads-970x250{
        /* margin-bottom: 0; */
    }
    .content-home-left{
        width: 100%;
      }
      
    .content-center {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: auto;
        padding:  .426667rem .373333rem;
        /* margin-top: .426667rem; */
        position: relative;
       
      }

    .content_main{
        display: flex;
        /* justify-content: space-between; */
        flex-direction: column;
        width: 100%;
        
        
    }

    .content-mix-width{
        width: 100%;
      }

      .breaking-news{
        width: 100%;
    }

    .carousel{
        width: 100%;
        height: calc(100vw*0.75);
    }

    

    .carouselH5{
        width: 100%;
        height: 2.561067rem;
    }

    .carouselH5 .el-carousel__container{
        height: 2.561067rem;
    }

    /* .h-ads-340-88 img{
       width: 100%;
       height: 100%;
        object-fit: contain;
        overflow: hidden;
      }
     */

     
    .carousel .el-carousel__container{
        height: calc(100vw*0.75);
        
    }

    .carouselItem .textBg h2{
        position: absolute;
        font-size: .613333rem;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: .746667rem;
        margin: 0 .64rem;
        bottom: .8rem;
    }



    .carouselItem .textBg{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3.066667rem;
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    }

    .el-carousel__button {
        display: block;
        opacity: .48;
        width: .4rem;
        height: .053333rem;
        background-color: #FFF;
        border: none;
        outline: 0;
        padding: 0;
        margin: 0;
        cursor: pointer;
        -webkit-transition: .3s;
        transition: .3s;
    }



    .real-time-head{
        font-weight: 500;
        font-size: .666667rem;
        color: #000000;
        text-align: left;
        margin-bottom: .4rem;
    
    }
    .real-time-head-box{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        
    }
    .real-time-head-cell{
        height: auto;
        width: 100%;
        
    }
    .real-time-head-line{
        width: 100%;
        /* height: 0rem;
        border: .026667rem solid #D1D1D1; */
        background-color: #D1D1D1;
        height: .026667rem;
        
    }
    .real-time-head-time{
        font-weight: 400;
        font-size: .266667rem;
        color: #000000;
        text-align: left;
        margin-top: .266667rem;
    }
    
    .real-time-head-content{
        font-size: .453333rem;
        color: #000000;
        height: auto;
        margin-top: .133333rem;
        margin-bottom: .266667rem;
    }
    .foot-line{
        width: 100%;
        /* border: .053333rem solid #000000; */
        /* margin-top: .266667rem; */
        background-color: #000000;
        height: .053333rem;
    
    }

    .tag{
        margin-bottom: .266667rem;
        display: block;
    }

}