.podcast-featured{
    /* padding-left: 2.2rem;
    padding-right: 2.2rem; */
    max-width: 100%;
    width: 15rem;
    margin: auto;
    padding-top: 0.2rem;
}
.podcast-featured-title{
    display: flex;
    font-size: 0.48rem;
    justify-content: center;
    text-align: center;
    align-items: center;
    text-transform: uppercase;
}
.podcast-featured-title img{
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.18rem;
    display: inline-block;
    vertical-align: top;
}
.podcast-featured-info{
    display: flex;
    margin-top: 0.57rem;
}
.podcast-featured-info img{
    width: 7.35rem;
    height: 4.9rem;
    object-fit: cover;
}
.podcast-featured-right{
    display: flex;
    flex-direction: column;
    padding-left: 0.49rem;
    flex: 1;
    color: #333333;
}
.podcast-featured-dec{
    font-weight: 800;
    font-size: 0.24rem;
    line-height: 0.77rem;
}
.podcast-right-title{
    font-weight: 800;
    color: var(--Color);
    font-size: 0.48rem;
    line-height: 0.77rem;
}
.podcast-right-subtitle{
    color: #666666;
    font-size: 0.22rem;
    line-height: 0.4rem;
}
.podcast-right-bottom{
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--Color);
}
@media screen and (max-width: 1025px) {
    .podcast-featured{
        width: 100%;
        padding: 0 0.32rem;
    }
    .podcast-featured-info{
        flex-direction: column;
        margin-top: 0.35rem;
    }
    .podcast-featured-info img{
        width: 100%;
        height: 4.57rem;
        background: #00000054;
    }
    .podcast-featured-right{
        padding-left: 0;
    }
    .podcast-right-subtitle{
        margin-bottom: 0.52rem;
    }
    .podcast-featured-right .podcast-right-title{

    }
    .podcast-btn{
        padding: 0 0.62rem;
    }
}