body{
    background: #FFFFFF;
}
.news-card{
    border-bottom: 1px solid #EEEEEE;
    padding:0.1146rem 0.09375rem 0.1146rem;
    display: block;
    margin-bottom: 0.15625rem;
}
.mtgz{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mtgz_img{
    max-width: .9rem;
}
.mtgzL{}
.mtgz_img img{
    width: 100%;
}
.news-card:hover{
    background: url(../imgs/bg_7.png) no-repeat center center/cover;
}
.news-card .card-date{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.0729rem;
    color: #870A0F;
    gap: 0.03125rem;
    img{
        width: 0.0833rem;
    }
}
.news-card .card-title{
    font-weight: bold;
    font-size: 0.09375rem;
    color: #212121;
}
.news-card .card-desc{
    font-weight: 400;
    font-size: 0.0729rem;
    color: #656464;
    line-height: 0.125rem;
}