
.top_news_container {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.top_news_container .bottom_main_a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.top_news_container .bottom_main_a .news-container {
    overflow: hidden;
    white-space: nowrap;
    width: 620px;
    /* 固定宽度 */
    margin: 0;
    position: relative;
    border-top: 1px dashed #ddd;
}

.top_news_container .bottom_main_a .news-content {
    display: inline-block;
    transition: transform 0.5s linear;
}

.top_news_container .bottom_main_a .news-content.scrolling {
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - 20px));
    }

}


.top_main {
}

.top_main a {
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 2rem;
    margin: 1.5rem auto;
    line-height: 150%;
}

.top_main a:hover {
    color: #b61c12;
    text-decoration: none;
}

.bottom_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bottom_main_a a {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 150%;
    height: auto;
    color: #333;
    font-family: 'Noto Serif SC', SimSun, "\5B8B\4F53", serif;
    padding-top: 1rem;
    margin-bottom: 1rem;
}

.bottom_main_a a:hover {
    color: #b61c12;
    text-decoration: none;
    font-weight: bold;
}

.hero_image_top {
    text-align: center;
}




.touti1533 {
    font-family: SimSun,"宋体";  !important;font-size: 2rem;font-weight: bold;
}


.henfu1557{
    background-size: 140% !important;
    background-position: top center !important;
}



.b_img{
    width: 100%;
    background-color: #fff;
}

.b_img img{
    display: block;
    width: 100%;
}