#breadcrumb{padding:1.5rem 0;font-size:14px;color:rgba(255,255,255,0.4)}
#breadcrumb a{color:rgba(255,255,255,0.4);transition:color .2s}
#breadcrumb a:hover{color:#60a5fa}
#breadcrumb .current-index{display:inline-block;font-size:14px;font-weight:400;color:rgba(255,255,255,0.7)}

#archive-section{position:relative;font-size:24px;text-align:center;font-weight:700;background:#0d1130}
#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;background:#0a0e27}
#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:24px}
#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,0.06);border-radius:16px;overflow:hidden;background:rgba(255,255,255,0.02);transition:all .3s ease;text-decoration:none}
#general-section .main .article-list .item:hover{border-color:rgba(59,130,246,0.2);transform:translateY(-2px)}
#general-section .main .article-list .item-article{width:100%;padding:16px;border:1px solid rgba(255,255,255,0.06);border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,0.2);overflow:hidden;background:rgba(255,255,255,0.02)}
#general-section .main .article-list .item-article.reveal{opacity:0;transform:translateY(100px);transition:all .8s ease}
#general-section .main .article-list .item-article.reveal.actived{opacity:1;transform:translateY(0)}
#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(59,130,246,0.1);color:#60a5fa;padding:4px 10px;font-size:12px;border-radius:6px}
#general-section .main .article-list .title{font-size:20px;font-weight:700;color:rgba(255,255,255,0.9);transition:all ease .2s}
#general-section .main .article-list .item:hover .title{color:#60a5fa}
#general-section .main .article-list .content{font-size:15px;color:rgba(255,255,255,0.45)}
#general-section .main .article-list .date{font-size:13px;color:rgba(255,255,255,0.3)}
#general-section .sidebar .box{box-sizing:border-box;width:100%;border:1px solid rgba(255,255,255,0.06);border-radius:12px;padding:16px;margin:0 0 20px auto;background:rgba(255,255,255,0.02)}
#general-section .sidebar .box .title{font-size:18px;font-weight:400;margin-bottom:20px;color:#fff}
#general-section .sidebar .box .list-iwt .item{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin:0 0 15px}
#general-section .sidebar .box .list-iwt .item-cont{width:calc(100% - 100px)}
#general-section .sidebar .box .list-iwt .item-cont .item-title{display:block;font-size:14px;font-weight:400;margin:0 0 5px;transition:all ease .2s;color:rgba(255,255,255,0.7)}
#general-section .sidebar .box .list-iwt .item:hover .item-title{color:#60a5fa}
#general-section .sidebar .box .list-iwt .item-cont .item-datetime{font-size:13px;color:rgba(255,255,255,0.35)}
#general-section .sidebar .box .list-iwt .item-img{width:80px;height:80px;overflow:hidden;border-radius:10px}
#general-section .sidebar .box .list-iwt .item-img img{width:100%;height:100%;object-fit:cover}
#general-section .sidebar .box .list-tags{display:flex;justify-content:start;align-items:center;flex-wrap:wrap;gap:10px;font-size:14px}
#general-section .sidebar .box .list-tags a{color:rgba(255,255,255,0.45);padding:4px 10px;border-radius:6px;background:rgba(255,255,255,0.03);transition:all .2s}
#general-section .sidebar .box .list-tags a:hover{color:#60a5fa;background:rgba(59,130,246,0.1)}
#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:12px 16px;background:rgba(255,255,255,0.03);font-size:14px;color:rgba(255,255,255,0.4);border-radius:10px}
#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,0.1)}
#general-section article .info a{text-decoration:underline;text-underline-offset:2px;color:rgba(255,255,255,0.4)}
#general-section article .info a:hover{text-decoration:underline;color:#60a5fa}
#general-section article .info svg{color:rgba(255,255,255,0.3)}
#general-section article .content{font-size:16px;color:rgba(255,255,255,0.65);line-height:2;padding-top:20px;margin-top:20px;border-top:solid 1px rgba(255,255,255,0.06)}
#general-section article .content a,
#general-section article .content a:hover{text-decoration:none;font-weight:700;color:#60a5fa}
#general-section article .content #ez-toc-container{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);border-radius:10px;padding:16px}
#general-section article .content #ez-toc-container .ez-toc-title,
#general-section article .content #ez-toc-container a{font-weight:700;color:rgba(255,255,255,0.6)}
#general-section article .content #ez-toc-container a:hover{color:#60a5fa}
#general-section article .content img{display:block;max-width:100%;margin:12px auto;border-radius:10px}
#general-section article .content iframe{width:100%;height:450px;margin:15px 0;display:block;border-radius:10px}
#general-section article .content ol.wp-block-list{margin:10px 0;padding-left:40px;list-style:decimal outside;color:rgba(255,255,255,0.6)}
#general-section article .content ul.wp-block-list{margin:10px 0;padding-left:40px;list-style:disc outside;color:rgba(255,255,255,0.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,0.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,0.02);border:1px solid rgba(255,255,255,0.06);border-radius:10px;overflow:hidden}
#general-section article .content table th{background-color:rgba(255,255,255,0.04);color:rgba(255,255,255,0.8);padding:12px 15px;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,0.06);border-right:1px solid rgba(255,255,255,0.04)}
#general-section article .content table td{padding:12px 15px;border-bottom:1px solid rgba(255,255,255,0.04);border-right:1px solid rgba(255,255,255,0.04);vertical-align:top;color:rgba(255,255,255,0.6)}
#general-section article .content table tr:hover{background-color:rgba(255,255,255,0.02)}
#general-section article .content .prevornext{display:flex;flex-direction:column;margin:24px 0;font-size:15px!important;color:rgba(255,255,255,0.5)}
#general-section article .content .prevornext a{color:rgba(255,255,255,0.5);text-decoration:none;transition:color .2s}
#general-section article .content .prevornext a:hover{color:#60a5fa}
@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}
}
