.img_slides {
    display: none;
    width:100%;
}

.slide_box {
    overflow: hidden;
}

.basic-box {
    margin-bottom: 20;
}

.marquee {
    font-size: 16px;
    padding: 10px;
}

marquee a {
    text-decoration: none;
    margin-left: 200px;
}

.news {
    padding: 5px 0px;
    position: relative;
}

.news_text {
    white-space: nowrap;
    margin-right: 10px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.news_content {
    width: 100%;
    overflow: hidden;
}

.bnews {
    display: flex;
    font-size: 16px;
    padding: 10px;
}

.news_list {
    text-decoration: none;
    width: 100%;
    padding: 0px 10px;
    white-space: nowrap;
}

.news_list.nl_current {
    position: absolute;
    top: 5px;
    transition: top 2s ease 0s;
}

.news_list.nl_bottom {
    position: absolute;
    top: 40px;
    transition: top 2s ease 0s;
}

.news_list.nl_top {
    position: absolute;
    top: -30px;
}