.bq-news-list .pagintion{clear:both!important;width:100%;float:none;margin:28px auto 0}
.bq-news-list .article-page{padding-top:32px}
.bq-news-list .bq-news-list-header{display:flex;align-items:center;justify-content:space-between;gap:32px;margin:0 0 22px;padding:30px 34px;border:1px solid #e2e9ef;border-radius:22px;background:linear-gradient(135deg,#fff 0%,#fff9ee 100%);box-shadow:0 10px 32px rgba(34,62,84,.06)}
.bq-news-list .bq-news-list-heading{max-width:650px}
.bq-news-list .bq-news-list-eyebrow{display:block;margin-bottom:7px;color:#e69300;font-size:12px;font-weight:800;letter-spacing:.02em}
.bq-news-list .bq-news-list-heading h1{margin:0;color:#263f56;font-size:32px;line-height:1.5;font-weight:900}
.bq-news-list .bq-news-list-heading p{margin:7px 0 0;color:#687b8b;font-size:14px;line-height:2}
.bq-news-list .bq-news-search{display:flex;flex:0 0 330px;height:48px;overflow:hidden;border:1px solid #dce4ea;border-radius:12px;background:#fff;box-shadow:0 4px 14px rgba(34,62,84,.05)}
.bq-news-list .bq-news-search input{min-width:0;flex:1;padding:0 16px;border:0;outline:0;background:transparent;color:#344b5d;font-size:13px}
.bq-news-list .bq-news-search button{display:flex;align-items:center;justify-content:center;gap:7px;width:92px;border:0;background:#263f56;color:#fff;font-size:12px;font-weight:700;transition:background .2s ease}
.bq-news-list .bq-news-search button:hover{background:#f3a000}
.bq-news-list .bq-news-category-nav{display:flex;align-items:center;gap:9px;margin:0 0 24px;padding:2px 0 6px;overflow-x:auto;white-space:nowrap;scrollbar-width:thin}
.bq-news-list .bq-news-category-links{display:flex;gap:9px}
.bq-news-list .bq-news-category-nav #artical_arshiv{display:block!important;float:none!important;width:auto!important;padding:0!important}
.bq-news-list .bq-news-category-nav .category ul{display:flex;gap:9px;margin:0;padding:0}
.bq-news-list .bq-news-category-nav .category li{display:block;margin:0;padding:0;list-style:none}
.bq-news-list .bq-news-category-nav .category i{display:none}
.bq-news-list .bq-news-category-nav a{display:inline-flex;align-items:center;justify-content:center;padding:9px 16px;border:1px solid #dfe7ed;border-radius:999px;background:#fff;color:#5d7180;font-size:12px;font-weight:700;text-decoration:none;transition:all .2s ease}
.bq-news-list .bq-news-category-nav a:hover,.bq-news-list .bq-news-category-nav a.active{border-color:#f3a000;background:#f3a000;color:#fff;box-shadow:0 5px 14px rgba(243,160,0,.2)}
.bq-news-list .article-list{width:100%!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;padding:0!important}
.bq-news-list .bq-news-list-card .style-news{display:flex;flex-direction:column;min-height:100%}
.bq-news-list .bq-news-list-card .thumbnail{height:220px!important;border-radius:18px 18px 0 0}
.bq-news-list .bq-news-list-card .thumbnail>a{display:block;width:100%;height:100%}
.bq-news-list .bq-news-list-card .title-news{font-size:18px!important;line-height:1.8!important;unicode-bidi:plaintext}
.bq-news-list .bq-news-list-card .txt-news{min-height:50px}
.bq-news-list .bq-news-list-card .more-news{margin-top:auto;padding-top:14px}
.bq-news-list .net-alert{float:none;margin:10px 0 40px;padding:35px;border:1px dashed #d8e0e6;border-radius:16px;background:#fff;text-align:center}
.bq-news-article .article-list{width:100%;max-width:none}
.bq-news-article .bq-news-products{max-width:none}

.bq-news-article .bq-news-copy table{
    display:table;
    width:100%;
    margin:28px 0;
    border:1px solid #dfe5ea;
    border-collapse:separate;
    border-spacing:0;
    border-radius:10px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 5px 18px rgba(31,45,61,.06)
}
.bq-news-article .bq-news-copy th,
.bq-news-article .bq-news-copy td{
    padding:14px 16px;
    border-left:1px solid #e7ebef;
    border-bottom:1px solid #e7ebef;
    text-align:right;
    vertical-align:middle;
    line-height:1.9
}
.bq-news-article .bq-news-copy th{
    background:#f5f7f9;
    color:#263746;
    font-weight:700
}
.bq-news-article .bq-news-copy tr:last-child td{border-bottom:0}
.bq-news-article .bq-news-copy th:last-child,
.bq-news-article .bq-news-copy td:last-child{border-left:0}
.bq-news-article .bq-news-copy tbody tr:nth-child(even){background:#fbfcfd}

@media(max-width:767px){
    .bq-news-list .article-page{padding-top:16px}
    .bq-news-list .bq-news-list-header{display:block;margin-bottom:16px;padding:22px 18px;border-radius:17px}
    .bq-news-list .bq-news-list-heading h1{font-size:25px}
    .bq-news-list .bq-news-list-heading p{font-size:12px;line-height:1.9}
    .bq-news-list .bq-news-search{width:100%;height:45px;margin-top:18px}
    .bq-news-list .bq-news-category-nav{margin-bottom:16px}
    .bq-news-list .article-list{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}
    .bq-news-list .bq-news-list-card{margin-bottom:0!important}
    .bq-news-list .bq-news-list-card .thumbnail{height:190px!important}
    .bq-news-list .bq-news-list-card .news-info{display:block}
    .bq-news-list .bq-news-list-card .date-news{display:block;margin-top:5px}
    .bq-news-article .bq-news-copy table{
        display:block;
        overflow-x:auto;
        border-collapse:separate;
        -webkit-overflow-scrolling:touch
    }
    .bq-news-article .bq-news-copy thead,
    .bq-news-article .bq-news-copy tbody{display:table;width:720px;table-layout:fixed}
    .bq-news-article .bq-news-copy th,
    .bq-news-article .bq-news-copy td{padding:12px;min-width:150px}
}
