#phone_Nav {
    display: none;
}

#collapseExample {
    display: none;
}

.rotate {
    transform: rotate(90deg);
    transition: all 0.3s linear;
}

main .content .newslist {
    border-radius: 8px;
    padding: 1rem;
    min-height: 500px;
    display: grid;
    grid-template-columns: 1fr 4fr;
    border: 1px solid #eee;
}

main .content .newslist .newsbox {
    height: 80px;
    border: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #eee;
}

main .content .newslist .news-list-left-content {
    padding: 0;
    border-right: 1px solid #eee;
}


main .content .newslist .news-list-left-content a {
    font-size: var(--font-nav) !important;
}

main .content .newslist .news-list-left-content #allType {
    font-size: var(--font-title) !important;
    font-weight: bold;
}


.navTag .nav-item {
    padding-bottom: 0.5rem;
}

main .content .newslist .newsbox:hover h6,
main .content .newslist .newsbox:hover small {
    color: #d81b21 !important;
}

main .content .pages {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    padding: 0 1rem;
}


@media (max-width: 610px) {

    main .content .newslist {
        display: flex;
        width: 100%;
        flex-direction: column;
        padding: 0;
        padding-bottom: 1rem;
    }


    #phone_Nav {
        display: block;
    }

    .news-list-content {
        width: 100% !important;
        padding: 0 !important;
    }

    .bodybgf {
        padding: 0 1rem !important;
    }

}
