@charset "utf-8";

.hotnews {
    margin: 0 auto;
    background: url('https://ah.huatu.com/z/css/2019sy/images/new_gg_bg1.png') no-repeat;
    background-size: auto;
    height: 70px;
    box-sizing: border-box;
    padding-left: 130px;
    padding-top: 34px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news_scroll {
    position: relative;
    width: calc(100% - 10px);
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
}

.hotnews a {
    line-height: 30px;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    padding-left: 10px;
    display: inline-block;
    margin-right: 10px;
}

.hotnews a::before {
    content: ' ';
    width: 10px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    color: #181818;
}

.hotnews a.active,
.hotnews a:hover {
    color: #F71E0E;
    text-decoration: none;
}

@media screen and (max-width:1200px) {
    .hotnews {
        height: 2.5rem;
        padding-top: 1rem;
        padding-left: 4rem;
        width: 100%;
        background-size: cover;
    }

    .hotnews a {
        font-size: 0.6rem;
    }
}