.main-slider{
    position: relative;
}
.main-slider img {
    max-height: 700px;
    min-height: 500px;
    object-fit: cover;
    object-position: 80%;
}
.main-slider .item .content {
    position: absolute;
    display: flex;
    width: 400px;
    height: 100%;
    top: 0;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    left: 10%;
}
.main-slider .item .content .inner {
    position: relative;
    height: auto;
}
/*.main-slider .item .content .inner:before {
    content: "";
    background: url("/2022/05/slidbg.png");
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .9;
}*/
.cbody {
    padding: 30px;
    position: relative;
}
.cbody h2{
    font-weight: 700;
    color: #355070;
}
.cbody .sum{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: 60px;
    margin-bottom: 5px;
    overflow: hidden;
    font-size: 18px;
}
.main-slider .owl-carousel .owl-item {
    padding: 0;
    margin: 0;
}
.main-slider .owl-controls{
    position: absolute;
    bottom: 0;
}
.main-slider .owl-dot.active span {
    background-color: #FFCDB2;
}
.main-slider .btns{
    display: flex;
}
    .main-slider .item .content .inner {
        background: #ededed82;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

@media (max-width: 768px) {
    .main-slider .item .content {
        width: calc(100% - 15px);
        left: 15px;
    }
}