.newest-title {
    width: 100%;
    height: 400px;
    /* 使用min-height确保内容能完整显示 */
    background-image: url(../img/carousel/10.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0;
    /* 添加内边距避免内容贴边 */
}

.newest-title-container {
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.newest-title-left {
    display: flex;
    align-items: center;
    height: 100%;
}

.text-stroke {
    font-weight: bold;
}

.text-stroke-p {
    font-size: 14px;
}

.newest-title-right {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.newest-title-right img {
    max-width: 300px;
    max-height: 300px;
    width: 100%;
    height: auto;
    /* 保持图片比例 */
    object-fit: contain;
    /* 确保图片完整显示 */
}

.ad-box{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.badge{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #214cfa;
}
.rightTitle{
    position: absolute;
    bottom:  50px;
    left: 75px;
    font-size: 20px;
    color: #214cfa;
}
.shenqing{
    position: absolute;
    width: 100%;
    top: 5px;
}

.contentFlag{
    line-height: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hostButton{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 15px;
}
.news-img{
    border: 1px solid #ccc;
}