.RSS {
        background: transparent;
}
.RSS .RssNode a {
        color: #333;
        display: inline-block;
        padding: 5px 0;
        font-size: 15px !important;
        text-decoration: none;
        background-repeat: no-repeat;
        background-image: url(images/lv1.png);
        background-position: left 9px;
        padding-left: 15px;
        filter: hue-rotate(45deg);
}
.RSS .RssNode a:hover{
        color: var(--bg-blue);
}
.RSS table tr {
        display: inline-block;
        margin-left: 0px;
}
.RSS ul li {
        padding-left: 0px;
}
.RSS ul {
        list-style: none outside none;
        margin: 0 0 0 5px;
        padding: 0;
}
.RSS .header {
        /* height: 42px; */
        padding: 0 10px;
        display: flex;
        align-items: center;
        display: none;
}
.RSS .header span {
        display: inline-block;
        padding: 0;
        white-space: nowrap;
        width: 100%;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        color: white;
}
.RSS .RssTree {
        padding: 10px;
        /* border: 1px solid #eeeeee; */
}
.RssTree img {
        display: none;
}
.RSS .RssList a {
        color: #333;
        display: inline-block;
        padding: 5px 0;
        font-size: 15px !important;
        text-decoration: none;
        background-repeat: no-repeat;
        background-image: url(images/lv1.png);
        background-position: left 9px;
        padding-left: 15px;
        filter: hue-rotate(45deg);
}
@media only screen and (max-width: 768px){
        .RSS {
                padding: 0 10px;
                width: 100vw;
        }
        .RSS .RssTree td {
                display: table-cell !important;
                width: auto !important;
        }
}
