.new {
    height: 0.96rem;
    font-size: 0.2rem;
    font-family: "宋体";
    color: #333;
    border-bottom: 0.01rem solid #EBEBEB;
    width: 100%;
    display: flex;
    align-items: center;

    &:hover {
        animation: shake-light 0.5s ease;
    }

    .dot {
        width: 0.1rem;
        height: 0.1rem;
        background: rgba(5, 115, 180, 0);
        border-radius: 50%;
        border: 0.01rem solid #1F5EAB;
        margin-right: 0.18rem;
    }

    .new-date {
        margin-left: auto;
    }
}

.main-content {
    position: relative;
}

@media (max-width: 760px) {
    .top {
        display: none;
    }
}


@media (max-width: 500px) {




    .dot {
        display: none !important;
    }


    .new {
        display: block !important;
        height: auto !important;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .new-content,
    .date-new .content p {

        font-size: 14px !important;
    }

    .main-content {
        padding-top: 20px;
    }

    .new-date {
        font-size: 12px !important;
    }



}