#breadcrumb{padding:1rem 0;font-size:14px;color:rgba(255,255,255,.35)}
#breadcrumb a:hover{color:#7aad4f}
#breadcrumb .current-index{display:inline-block;font-size:14px;font-weight:400;color:rgba(255,255,255,.55)}

#archive-section{position:relative;font-size:24px;text-align:center;font-weight:700;background:#181818}
#archive-section>img{position:absolute;width:100%;height:100%;top:0;bottom:0;left:0;right:0;object-fit:cover}
#archive-section h1{font-size:2.5rem;color:#fff}
@media (max-width:768px){
    #archive-section h1{font-size:1.75rem}
}

#general-section{padding:2rem 0}
#general-section .container{display:flex;align-items:start;justify-content:space-between;flex-wrap:wrap;gap:32px}
#general-section .main{width:70%}
#general-section .sidebar{width:25%}
#general-section .main .article-list{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:32px}
#general-section .main .article-list .item{display:flex;justify-content:start;align-items:center;flex-wrap:wrap;width:100%;border:1px solid rgba(255,255,255,.06);border-radius:12px;overflow:hidden;background:rgba(255,255,255,.02);transition:all .3s ease}
#general-section .main .article-list .item:hover{border-color:rgba(122,173,79,.2);background:rgba(255,255,255,.04);box-shadow:0 4px 16px rgba(0,0,0,.3)}
#general-section .main .article-list picture{width:35%;height:200px;overflow:hidden}
#general-section .main .article-list picture img{width:100%;height:100%;object-fit:cover;transition:all ease .3s}
#general-section .main .article-list .item:hover picture img{transform:scale(1.05)}
#general-section .main .article-list .item-detail{width:65%;display:flex;justify-content:center;align-items:start;flex-direction:column;gap:12px;padding:24px}
#general-section .main .article-list .categorys{display:flex;align-items:center;justify-content:start;gap:8px}
#general-section .main .article-list .category{background:rgba(122,173,79,.1);color:#7aad4f;padding:4px 8px;font-size:12px;border-radius:4px}
#general-section .main .article-list .title{font-size:20px;font-weight:700;transition:all ease .2s;color:#fff}
#general-section .main .article-list .item:hover .title{color:#7aad4f}
#general-section .main .article-list .content{font-size:16px;color:rgba(255,255,255,.4)}
#general-section .main .article-list .date{font-size:14px;color:rgba(255,255,255,.35)}

#general-section .main .article-list .item-article{width:100%;padding:16px;border:1px solid rgba(255,255,255,.06);border-radius:12px;overflow:hidden;background:rgba(255,255,255,.02)}
#general-section .main .article-list .item-article.reveal{opacity:0;transform:translateY(24px);transition:all .6s ease}
#general-section .main .article-list .item-article.reveal.actived{opacity:1;transform:translateY(0)}

#general-section article{width:100%}
#general-section article h1{font-size:32px!important;margin:0 0 12px;color:#fff}
#general-section article h2.section-title{font-size:24px;margin:0 0 12px;color:#fff}
#general-section article .info{display:flex;justify-content:start;align-items:center;flex-wrap:wrap;row-gap:8px;padding:8px 12px;background:rgba(255,255,255,.04);font-size:14px;color:rgba(255,255,255,.5);border-radius:8px}
#general-section article .info>div{display:inline-flex;justify-content:center;align-items:center;gap:4px}
#general-section article .info>div:not(:first-child){margin-left:10px;padding-left:11px;position:relative}
#general-section article .info>div:not(:first-child)::before{content:"";position:absolute;left:0;top:calc(50%);transform:translateY(-50%);height:12px;width:1px;background:rgba(255,255,255,.1)}
#general-section article .info a{text-decoration:underline;text-underline-offset:2px;color:rgba(255,255,255,.5)}
#general-section article .info a:hover{text-decoration:underline;color:#7aad4f}
#general-section article .content{font-size:16px;color:rgba(255,255,255,.6);line-height:2;padding-top:16px;margin-top:16px;border-top:solid 1px rgba(255,255,255,.06)}
#general-section article .content a,
#general-section article .content a:hover{text-decoration:none;font-weight:700;color:#7aad4f}
#general-section article .content #ez-toc-container .ez-toc-title,
#general-section article .content #ez-toc-container a{font-weight:700;color:#fff}
#general-section article .content img{display:block;max-width:100%;margin:12px auto}
#general-section article .content iframe{width:100%;height:450px;margin:15px 0;display:block}
#general-section article .content ol.wp-block-list{margin:10px 0;padding-left:40px;list-style:decimal outside;color:rgba(255,255,255,.6)}
#general-section article .content ul.wp-block-list{margin:10px 0;padding-left:40px;list-style:disc outside;color:rgba(255,255,255,.6)}
#general-section article .content ol.wp-block-list li{font-size:16px;display:list-item;list-style:decimal}
#general-section article .content ul.wp-block-list li{font-size:16px;display:list-item;list-style:disc}
#general-section article .content h2,
#general-section article .content h3,
#general-section article .content h4,
#general-section article .content h5,
#general-section article .content h6{color:#fff;font-weight:700;margin:12px 0 18px}
#general-section article .content h2{font-size:28px}
#general-section article .content h3{font-size:24px}
#general-section article .content h4{font-size:20px}
#general-section article .content h5,
#general-section article .content h6{font-size:16px}
#general-section article .content p{font-size:16px;color:rgba(255,255,255,.6);margin:12px 0}
#general-section article .content strong{font-weight:700;color:#fff}
#general-section article .content table{width:100%;border-collapse:collapse;margin:12px 0;font-size:14px;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.08)}
#general-section article .content table th{background:rgba(255,255,255,.04);color:#fff;padding:12px 15px;text-align:left;font-weight:600;border-bottom:2px solid rgba(255,255,255,.08);border-right:1px solid rgba(255,255,255,.06)}
#general-section article .content table td{padding:12px 15px;border-bottom:1px solid rgba(255,255,255,.06);border-right:1px solid rgba(255,255,255,.06);vertical-align:top;color:rgba(255,255,255,.5)}
#general-section article .content table tr:hover{background:rgba(255,255,255,.03)}
#general-section article .content .prevornext{display:flex;flex-direction:column;margin:20px 0;font-size:16px!important;color:rgba(255,255,255,.4)}
#general-section article .content .prevornext a{color:rgba(255,255,255,.4);text-decoration:none}
#general-section article .content .prevornext a:hover{text-decoration:underline;color:#7aad4f}
@media (max-width:768px){
    #general-section .main,
    #general-section .sidebar,
    #general-section .main .article-list picture,
    #general-section .main .article-list .item-detail{width:100%}
    #general-section article h1{font-size:28px!important}
    #general-section article .content iframe{height:250px}
    #general-section article .content h2{font-size:24px}
    #general-section article .content h3{font-size:20px}
    #general-section article .content h4{font-size:18px}
    #general-section article .content h5,
    #general-section article .content h6{font-size:16px}
    #general-section article .content ol.wp-block-list,
    #general-section article .content ul.wp-block-list{padding-left:25px}
    #general-section article .content table{overflow-x:auto;overflow-y:hidden}
    #general-section article .content table td,
    #general-section article .content table th{padding:8px 10px}
}
