<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  --------------------------------------------------------
17. BLOG PAGE AREA
-------------------------------------------------------- */
.blog-category {
    background: #222222;
    position: relative;
    padding: 6px 20px;
}

    .blog-category:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -50px;
        width: 0;
        height: 0;
        border-top: 50px solid #222;
        border-left: 180px solid transparent;
        border-right: 180px solid transparent;
        z-index: 1;
    }

.blog-category-bottom {
    position: relative;
    margin-top: 10px;
    padding: 80px 20px 50px 20px;
    clear: both;
    background: #ddd url(/style/images/arrow/arrow.png) no-repeat top center;
    background-size:100% 60px;
}

.blog-category-arrow {
    width:100%;
    height:50px;
    
}

.blog-category-arrow img{
    width: 100%;
    height: 60px;
}
/*
.blog-category-bottom:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 50px solid #fff;
    border-left: 180px solid transparent;
    border-right: 180px solid transparent;
}
*/


/*  --------------------------------------------------------
左侧商品名通用名菜单
-------------------------------------------------------- */
.leftmenupro {
    width: 100%;
    height: 55px;
    border-bottom: solid 5px #e6212a;
}

    .leftmenupro ul, .leftmenupro ul li {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .leftmenupro li {
        float: left;
        clear: none;
        height: 50px;
        width: 50%;
    }

        .leftmenupro li a {
            display: block;
            background: #666;
            color: #fff;
            text-align: center;
            line-height: 50px;
        }

            .leftmenupro li a.curr {
                background: #e6212a;
            }

.leftmenupro_box {
    display: none;
}

    .leftmenupro_box.curr {
        display: block;
    }</pre></body></html>