.stream-news__list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    opacity: 0.9;
    transition: 1s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}
.stream-news__list:hover {
    opacity: 1;
    transition: 1s;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none; /* IE 6-9 */
}

.stream-news__list li {
    /*    background: #f8f8f6 none repeat scroll 0 0; */
    padding-top: 4px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 4px;
    transition: background 0.1s ease 0s;
}

.stream-news__list li img {
    float: left;
    padding-right: 10px;
    padding-bottom: 4px;
}

.stream-news__list li + li, .swipe-parent > ul li + li {
    border-top: 1px solid #d1d0cd;
}

.stream-news__list a {
    color: #333;
}

.stream-news__list a:hover {
    text-decoration: none;
    color: #000;
}

.preview_text {
    margin-top: 6px;
    font-size: 12px;
    display: flex;
}

.stream-news__list .title{
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 5px 24px 5px 0px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0!important;
}

.stream-news__navi::before {
    background: #f8f8f6 none repeat scroll 0 0;
    content: "";
    height: 0px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
}

.stream-news__navi {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.098);
    height: 0px;
    margin: 0 -3px 0 -3px;
    padding: 0;
    position: relative;
    z-index: 1;
}
