.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) {

    .content .word p,
    .year p,
    .mz,
    .gw,
    .memo p,
    .memo a,
    .eq-tag p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .year {
        padding-left: 20px !important;
    }

    .year img {
        width: 60px !important;
    }

    .t-header,
    .eq-tag-title {
        font-size: 16px !important;
    }

    .eq {
        margin-left: 0 !important;
    }

    .eq-category li {
        width: 48% !important;
    }

    .eq-category li div {
        width: 100% !important;
        font-size: 14px !important;
    }

    .memo h1 {
        font-size: 16px;
    }

    .history .year {
        margin-left: 0 !important;
        font-size: 14px !important;
    }

    .hrm-left,
    .hrm-edit,
    .dot {
        display: none !important;
    }

    .hrm {
        margin-left: 0 !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;
    }



}