.scroll-container {
    width: 100%;
    height: 590px;
    overflow: hidden;
    position: relative;
}
.scroll-content {
    position: absolute;
    width: 100%;
}
.rss-item {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.rss-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.scroll-container h3{font-size:18px;}
.scroll-container h3 a{color:#000;}