.navpill-style2.at-home9 .nav-link.active{
    color: #8b4513c9;
}

/* 手机端样式 */
@media (max-width: 767.98px) {

    .listings_category_nav_list_menu ul{
        width: 100%;
        height: 50px;

    }
    .listings_category_nav_list_menu a{
        text-align: center;
        width: 100%;
    }

    .blog-style1 .blog-content {
        padding: 16px;
        position: relative;
    }
    .sjname{
        font-size: 14px;
    }
    .desc-sj{
        font-size: 12px;
        color: #979797;
        font-weight: 400;
    }

}

/* 电脑端样式 */
@media (min-width: 768px) {
    .sjname{
        font-size: 14px;font-weight: 500;
    }
    .desc-sj{
        font-size: 12px;
        color: #979797;
        font-weight: 400;
    }
    .listings_category_nav_list_menu ul{
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .listings_category_nav_list_menu a{
        text-align: center;
        width: 100%;
    }
    .blog-style1 .blog-content {
        padding: 16px;
        position: relative;
    }
}

.listing-style1 .listing-fav{
    border: 1px solid #ebebeb;
    top:5px;
}

/*二级导航*/
.erjidaohang a:before {
    background: var(--headings-color);
}

.erjidaohang_xiabiao{
    border-bottom: 1px solid #E9E9E9;
    padding: 7px 0 3px;
}
.right-span {
    position: absolute;
    top: 10%;
    right: 20px;
}


.categories_list_section_two{
    padding: 7px 0 7px;
}


/*                二 级导航                     */

/* 手机端样式 */
@media (max-width: 767.98px) {
    .duogedaohang_juzhong_kaozuo {
        display: flex;

    }
}/*pc端样式 */
@media (min-width: 767.98px) {
    .duogedaohang_juzhong_kaozuo {
        display: flex;
        justify-content: center;
    }
}
.listings_category_nav_list_menu_two{
    position: relative;
    overflow-x: unset;
}
.listings_category_nav_list_menu_two ul {
    width: 1265px;
}
.listings_category_nav_list_menu_two li {
    padding: 0 25px 0 0;
}
.listings_category_nav_list_menu_two.at-home4 a:before{
    bottom: 0;
}
.listings_category_nav_list_menu_two a.active {
    font-weight: 500;
}
.listings_category_nav_list_menu_two a {
    display: block;
    color: var(--headings-color);
    font-family: var(--title-font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 50px;
    position: relative;
}
.listings_category_nav_list_menu_two a:before{
    background-color: var(--headings-color);
    bottom: -3px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.listings_category_nav_list_menu_two a.active:before{
    left: 0;
    right: 0;
    width: 100%;
}