.new-list {
    margin-top: 0.41rem;
}

.yxll-new {
    li:first-child {
        .new {
            border-top: 0.01rem solid #EBEBEB;
        }
        
    }
}

.date-new-list {
    margin-top: 0.41rem;
    display: flex;
    row-gap: 0.34rem;
    column-gap: 0.39rem;
    flex-wrap: wrap;
}

.date-new {
    
    display: flex;
    width: 6.82rem;
    height: 1.66rem;
    align-items: center;

    box-sizing: border-box;
    padding-left: 0.38rem;

    background: rgba(51,51,51,0);
    border: 1px solid #D7D7D7;

    background-color: #fff;

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

    .date {
        margin-top: 0.17rem;
        display: flex;
        flex-direction: column;
        .day {
            width: 0.6rem;
            font-size: 0.55rem;
            font-weight: bold;
            line-height: 0.55rem;
            color: #1F5EAB;
        }

        .month {
            margin-top: 0.17rem;
            width: 0.6rem;
            color: #666666;
            line-height: 0.18rem;
            font-size: 0.18rem;
        }
    }
    .divider {
        margin-left: 0.38rem;
        width: 0.01rem;
        height: 1.11rem;
        background: #333;
        opacity: 0.2;
    }

    .content {
        width: 4.91rem;
        height: 0.54rem;
        margin-left: 0.3rem;
        p {
            color: #333;
            font-weight: bold;
            font-size: 0.22rem;
            line-height: 0.32rem;
            
        }
    }
}

.new {
    height: 0.89rem;
    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;
    }
}



.tab-tools {
    display: flex;
    align-items: center;
    margin-top: 0.45rem;
    margin-bottom: 0.50rem;
    justify-content: center;

    .tab-btn {
        width: 1.74rem;
        height: 0.53rem;
        background: #E8E8E8;
        border-radius: 0.1rem;
        font-size: 0.22rem;
        
        color: #000033;
        line-height: 0.53rem;
        text-align: center;
        font-family: "宋体";

        cursor: pointer;

        margin-right: 0.34rem;

        &:hover {
            color: #1F5EAB;
        }

        &.active {
            background: #1F5EAB;
            color: #fff;
        }
    }
}

.main-content {
    position: relative;
}

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