.widget.newsinfo-widget.container{
    max-width: 1200px;
    width: 100%;
}
.newsinfo-widget ul .slider-item {
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    height: 525px;
    background: transparent linear-gradient(180deg, #cee2ff 0%, #fff 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 18px;
    border-bottom: unset;
}
.newsinfo-widget ul .slider-item:hover{
    box-shadow: 0px 3px 20px #00000074;
}
.newsinfo-widget .head-item {
    margin-bottom: 24px;
    width: 100%;
}
.newsinfo-widget .head-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.newsinfo-widget ul .slider-item .body-item{
    padding-bottom: 50px;
}
.newsinfo-widget .content-item {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsinfo-widget .title-item {
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsinfo-widget .link-item {
    color: #ff474f;
    font-weight: bold;
}
.newsinfo-widget .link-item:after {
    content: "»";
    margin-left: 5px;
}
.newsinfo-widget .owl-theme .owl-dots .owl-dot.active span{
    background: #ff474f;
}
@media only screen and (max-width: 1024px) {
    .newsinfo-widget ul .slider-item .body-item{
        padding-bottom: 28px;
    }
    .newsinfo-widget ul .slider-item{
        height: auto;
    }
}

