.newsmain .owl-stage{
    display: flex;
}
.newsmain .owl-nav button.owl-prev, .newsmain .owl-nav button.owl-next{
    box-shadow: 0px 0px 24.29px 0px rgba(0, 0, 0, 0.25);
    width: 30px;
    height: 30px;
    border-radius: 50px;
    z-index: 2;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsmain .owl-nav .owl-prev{
    position: absolute;
    top: calc(50% - 5px);
    left: -15px;
}
.newsmain .owl-nav .owl-next{
    position: absolute;
    top: calc(50% - 5px);
    right: -15px;
}
.newsmain .owl-nav img{
    width: 10px;
}
.newsmain__item{
    border: 1px solid rgba(228, 228, 228, 1);
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}
.newsmain__img{
    border-radius: 10px;
    max-width: 100%;
    width: auto;
    height: auto;
}
.newsmain__pic{
    margin-bottom: 10px;
}
.newsmain__body_time{
    display: block;
    color: rgba(87, 87, 87, 1);
    font-size: 12px;
    margin-bottom: 10px;
}
.newsmain__name{
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.newsmain__preview{
    color: rgba(87, 87, 87, 1);
    font-size: 13px;
}
@media (max-width: 768px) {
    .newsmain .owl-nav .owl-prev{
        left: 0;
    }
    .newsmain .owl-nav .owl-next{
        right: 0;
    }
}