
.contain_box_top{
    position: relative;

}
.contain_box_top_title{
    position: absolute;
    right: 70%;
    color: #fff;
    font-size: 100px;
    top: 30%;
    font-weight: 400;
    font-style: italic;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
    opacity: 0.3;
      
}

.media_contain_swiper{
    margin: 0 15%;
    height: 400px;
    margin-top: 180px;
}

img{
    width: 100%;
    object-fit: fill;
}
.media_contain_swiper_item{
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing:content-box;
}
.media_contain_swiper_item_left{
    height: 400px;
    width: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background-size: cover;
    background-position: top;
    cursor: pointer;
}
.media_contain_swiper_item_right{
    padding-left: 56px;
    padding-top: 32px;
    padding-right: 65px;
    background: #f7f7f8;
    position: relative;
    cursor: pointer;
    flex-grow: 1;
    height: 400px;
    box-sizing: border-box;
}
.media_contain_swiper_item_right_header{
    font-size: 16px;
    color: #999;
}
.media_contain_swiper_item_right_title{
    font-size: 21px;
    font-weight: 400;
    color: #333;
    margin-top: 80px;
    line-height: 32px;
}
.swiper-pagination .custom-bullet {
    width: 10px;           /* 分页点的宽度 */
    height: 10px;          /* 分页点的高度 */
    background-color: #f00; /* 背景颜色 */
    border-radius: 50%;    /* 使分页点呈圆形 */
    display: inline-block; /* 使分页点呈块级元素显示 */
    /* 其他你想要的样式... */
}

@media screen and (max-width: 1024px){
    .media_contain_swiper{
        margin: 180px 16% 0 16%;
    }
    
}

  
