.yuedong_hot_sports{
    padding: 3.125rem 0 5.5313rem;
}

.yuedong_hot_sports .container{
    position: relative;
}

.yuedong_hot_sports_title{
    color: var(--title-text-color);
    font-size: var(--font-size-64);
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.yuedong_hot_sports_desc{
    color: var(--title-text-color);
    font-size: var(--font-size-16);
    font-weight: 350;
    line-height: 1.87;
    margin-top: 0.5rem;
    text-align: center;
}

.yuedong_hot_sports_list{
    margin-top: 2.0625rem;
}

.yuedong_hot_sports_grid{
    display: flex;
    flex-direction: column;
    gap: 1.6563rem;
}

.yuedong_hot_sports_item a{
    display: flex;
}
.yuedong_hot_sports_item img{
    width: 35.75%;
    aspect-ratio: 572 / 325;
    object-fit: cover;
}

.yuedong_hot_sports_item_content{
    overflow: hidden;
    flex: 1;
    background: #FBFBFB;
    padding: 1.25rem 0.9375rem 1.25rem 2.1875rem;
}

.yuedong_hot_sports_item_title{
    color: var(--title-text-color);
    font-size: var(--font-size-36);
    font-weight: 500;
    line-height: normal;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yuedong_hot_sports_item_desc{
    color: var(--title-text-color);
    font-size: var(--font-size-16);
    font-weight: 350;
    line-height: 1.87;
    margin-top: 0.9375rem;
    height: calc(var(--font-size-16) * 1.87 * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.yuedong_hot_sports .yuedong-btn-host{
    margin-top: 1.3438rem;
}
.yuedong_hot_sports .yuedong-btn-host svg{
    width: 1.25rem;
}

.yuedong_hot_sports .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -1.875rem !important;
}

.yuedong_hot_sports_item:hover .yuedong_hot_sports_item_title {
    color: var(--color-primary);
}

.yuedong_hot_sports_item:hover .yuedong-btn-host{
    background: var(--color-primary);
    color: #fff;
    border: 1px solid var(--color-primary);
}
.yuedong_hot_sports_item:hover .yuedong-btn-host svg path{
    fill: #fff;
}




@media screen and (max-width: 768px) {
    .yuedong_hot_sports_item a{
        flex-direction: column;
    }
    .yuedong_hot_sports_item img{
        width: 100%;
    }
}
