.main-slider{
    position: relative;
}
.main-slider img {
    max-height: 700px;
    min-height: 500px;
    object-fit: cover;
    object-position:74%;
}

.main-slider .item .content {
    position: absolute;
    display: flex;
    width: 400px;
    height: 100%;
    top: 0;
    flex-direction: column;
    justify-content: center;
    padding:45px;
}

.main-slider .item .content .inner {
    background:#edededd9;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.main-slider .item .content .inner {
    position: relative;
    max-width: 300px;
    height: 250px;
}
.main-slider .owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 0;
    top: 50%;
    display: block!important;
}
.main-slider .owl-theme .owl-controls .owl-nav div.owl-next {
    right: 0;
    top: 50%;
    display: block!important;
}
/*.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: 40px 50px;
    position: relative;
}
.cbody .sum{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: 60px;
    margin-bottom: 10px;
    overflow: hidden;
}
.main-slider .owl-carousel .owl-item {
    padding: 0;
    margin: 0;
}
.main-slider .owl-controls {
    bottom: 0;
    width: 100%;
}
.main-slider .owl-dot.active span {
    background-color: #3d9a8b;
}
.main-slider .btns{
    display: flex;
}
