body, div, iframe, ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, table, th, td, 
form, input, button, select, textarea {margin: 0;padding: 0;font-weight: normal;font-style: normal;font-size: 100%;font-family: inherit;}
ol, ul {list-style: none;}
img {border: 0;}
a:link,a:visited {color:#000000;text-decoration:none;}
a:hover {color:#c00;text-decoration:underline;}
body {font-size:12px;color:#1A1A1A;font-family:arial, sans-serif;background:#fff}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border:0; }
h1,h2,h3,h4,h5,h6 {margin:0; padding:0;  font-weight:normal;}
table,td,tr,th{font-size:12px;}
li{list-style-type:none;}
img{vertical-align:top;}
.cr {clear:both;height:0px;overflow:hidden;}
.fl {float:left;}
.fr {float:right;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt8 {margin-top:8px;}
.ins {display:none}
.hidden,.ins {display:none}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.clearfix{*zoom:1;}
a:hover {-webkit-transition:all linear .218s;-moz-transition:all linear .218s;transition:all linear .218s}

/* 顶部工具栏和头部 */
.toolbar {width: 100%;height: 36px;background: url(header.jpg) repeat-x;display: block;overflow: hidden;color: #666}
.toolbar .toolbar-box {margin: 0 auto;width: 1200px;overflow: hidden}
.toolbar .toolbar-left {float: left;width: auto;line-height: 30px;font-size: 14px}
.toolbar .toolbar-right {float: right;display: block;height: 30px;line-height: 30px;font-size: 14px;color: #0aa770}
.toolbar .toolbar-right a {color: #666;padding-right: 5px}
.toolbar .toolbar-right a .iconfont {position: relative;top: 1px;padding-right: 1px;line-height: 30px}
.toolbar .toolbar-right a:hover {color: #0aa770}
.header {width: 100%;background: #fff;overflow: hidden}
.header .header-box {margin: 0 auto;width: 1200px;overflow: hidden}
.header .logo {float: left;display: block;overflow: hidden;padding: 18px 0}
.header .logo .logo-img {width: auto;height: 66px;vertical-align: middle}
.header .logo .logo-title {margin-left: 20px;width: auto;height: 36px;vertical-align: middle}

/* 搜索框 */
.search {width: 460px;float:right;margin: 21px 0 0 0px;}
.search ul {height: 26px;line-height: 26px;}
.search ul li {float: left;width: 72px;text-align: center; cursor: pointer;border-radius: 3px 3px 0 0;}
.search ul li:hover {background: #F2F2F2;}
.search ul li.on {background: #237ded;color: #fff;}
.search div {border: 1px solid #237ded;height: 35px;overflow: hidden;}
.search div input {float: left;border: 0;}
.search div .search_ipt {line-height: 30px;height: 30px;outline: none;margin: 4px;width: 358px;}
.search div .search_btn {width: 92px;height: 35px;background: #237ded;;color: #fff;cursor: pointer;}
.search div .search_btn:hover {opacity: .9;}

/* 导航栏 */
.nav-bar {
    background: #2b7de1;
    height: 42px;
    line-height: 42px;
}
.nav-bar ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 17px;
    max-width: 1200px;
}
.nav-bar li {
    display: flex;
    align-items: center;
}
.nav-bar li:not(:last-child)::after {
    content: '>';
    color: rgba(255,255,255,0.6);
    margin: 0 12px;
    font-size: 13px;
}
.nav-bar li a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}
.nav-bar li:last-child a {
    cursor: default;
}

/* 主体布局 */
.tag-wrapper { width: 1200px; margin: 0 auto; max-width: none; overflow-x: auto; white-space: nowrap; font-size: 0; padding: 10px 0; box-sizing: border-box; }
.tag-main { display: inline-block; vertical-align: top; width: 860px; white-space: normal; }
.tag-sidebar { display: inline-block; vertical-align: top; width: 320px; white-space: normal; margin-left: 20px; }

.dangqian { width: 100%; margin: 10px auto; padding: 10px 0; color: #666; font-size: 14px; }
.dangqian a { color: #0066cc; }
.dangqian a:hover { color: #ff6600; }

/* 专题头部 */
.topic-header-enhanced {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.topic-header-bg {
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
}
.topic-header-content {
    position: relative;
    z-index: 1;
}
.topic-header-content h1 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #fff;
}
.editor-intro {
    font-size: 15px;
    line-height: 1.8;
    opacity: 0.95;
    margin-bottom: 20px;
    max-width: 800px;
}

/* 热门报告点击排行 */
.hot-chart-section {
    background: rgba(255,255,255,0.15);
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}
.hot-chart-section h2 {
    font-size: 16px;
    margin-bottom: 15px;
    opacity: 0.95;
    color: #fff;
}
.chart-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.chart-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.chart-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}
.chart-rank {
    color: #ffd700;
    font-weight: bold;
    width: 50px;
    font-size: 14px;
    flex-shrink: 0;
}
.chart-title-link {
    flex: 1;
    margin: 0 10px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chart-title-link strong {
    color: #fff;
}
.chart-title-link:hover {
    text-decoration: underline;
}
.chart-clicks {
    background: rgba(0,0,0,0.3);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    flex-shrink: 0;
}
.chart-bar-bg {
    width: 100%;
    height: 12px;
    background: rgba(255,255,255,0.2);
    border-radius: 6px;
    overflow: hidden;
}
.chart-bar {
    height: 100%;
    border-radius: 6px;
    transition: width 1s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* 列表内容区域 */
.artpage22 { background: #fff; padding: 20px; border: 1px solid #e8e8e8; border-radius: 8px; }
.qylist { width: 100%; overflow: hidden; margin: 0; padding: 0; }
.qylist ul { margin: 0; padding: 0; list-style: none; overflow: hidden; }
.lbbj { width: 100%; padding: 20px 0; border-bottom: 1px solid #eee; overflow: hidden; box-sizing: border-box; transition: background 0.3s; }
.lbbj:hover { background-color: #fcfcfc; }
.lbbj .li11 { float: left; width: 160px; height: 110px; margin-right: 20px; overflow: hidden; border-radius: 4px; }
.lbbj .li11 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.lbbj:hover .li11 img { transform: scale(1.1); }
.lbbj .li22 { float: left; width: calc(100% - 200px); padding-top: 5px; box-sizing: border-box; }
.lbbj .li22 strong { display: block; font-size: 18px; font-weight: 700; margin-bottom: 12px; line-height: 1.4; }
.lbbj .li22 strong a { color: #333; text-decoration: none; }
.lbbj .li22 strong a:hover { color: #2c7be5; }
.lbbj .li22 strong span { font-weight: normal; font-size: 12px; color: #999;  background: #f0f2f5; padding: 2px 8px; border-radius: 10px; vertical-align: middle; }
.lbbj .li22 strong span i { font-style: normal; color: #2c7be5; margin-right: 2px; }
.lbbj .qtxt { font-size: 14px; color: #666; line-height: 1.7; margin-bottom: 15px; text-align: justify; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.lbbj .qtxt span { margin-left: 10px; }
.lbbj .qtxt span a { color: #2c7be5; font-size: 13px; }
.lbbj .meta-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.lbbj .meta-tags span { font-size: 12px; color: #555; background: #f8f9fa; padding: 4px 10px; border-radius: 2px; border: 1px solid #e9ecef; display: flex; align-items: center; }
.lbbj .meta-tags span i { font-style: normal; color: #999; margin-right: 4px; font-weight: bold; }

/* 分页 */
.pc-pagination {
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
}
.pc-pagination a,
.pc-pagination span {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 3px;
    padding: 0 8px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    background: #fff;
}
.pc-pagination a:hover {
    border-color: #4a90d9;
    color: #4a90d9;
}
.pc-pagination .page-current {
    background: #4a90d9;
    border-color: #4a90d9;
    color: #fff;
    font-weight: bold;
}
.pc-pagination .page-prev,
.pc-pagination .page-next,
.pc-pagination .page-last {
    padding: 0 12px;
}

/* 右侧月度总结模块 */
.monthly-summary-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}
.monthly-summary-box h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #237ded;
}
.monthly-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.monthly-list a {
    display: inline-block;
    padding: 6px 12px;
    background: #f5f7fa;
    border: 1px solid #dce3ec;
    border-radius: 4px;
    color: #237ded;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s;
}
.monthly-list a:hover {
    background: #237ded;
    color: #fff;
    border-color: #237ded;
}

/* 右侧年度总结模块 */
.yearly-summary-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}
.yearly-summary-box h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #00b894;
}
.yearly-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.yearly-list a {
    display: inline-block;
    padding: 6px 12px;
    background: #f5f7fa;
    border: 1px solid #dce3ec;
    border-radius: 4px;
    color: #00b894;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s;
}
.yearly-list a:hover {
    background: #00b894;
    color: #fff;
    border-color: #00b894;
}

/* 右侧相关专题模块 */
.related-topics-box { 
    background: #fff; 
    border: 1px solid #e8e8e8; 
    border-radius: 8px; 
    padding: 20px; 
    margin-bottom: 15px; 
}
.related-topics-box h2 { 
    font-size: 16px; 
    font-weight: bold; 
    color: #333; 
    margin: 0 0 15px 0; 
    padding-bottom: 10px; 
    border-bottom: 2px solid #f9ca24; 
}
.topics-list { 
    display: flex; 
    flex-wrap: wrap; 
    gap: 8px; 
}
.topic-tag { 
    display: inline-block; 
    padding: 5px 10px; 
    background: #f5f7fa; 
    border: 1px solid #dce3ec; 
    border-radius: 3px; 
    color: #237ded; 
    font-size: 13px; 
    text-decoration: none; 
    transition: all 0.2s; 
}
.topic-tag:hover { 
    background: #237ded; 
    color: #fff; 
    border-color: #237ded; 
}

/* 相关信息模块 */
.related-section { margin: 25px 0; }
.related-section h2 { font-size: 18px; color: #1a1a1a; margin: 0 0 18px 0; padding-bottom: 12px; border-bottom: 2px solid #f9ca24; font-weight: 600; }

/* qyitem样式 */
.qyitem {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    box-sizing: border-box;
    transition: background 0.3s;
}
.qyitem:hover {
    background-color: #fcfcfc;
}
.qyitem h3 {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.4;
}
.qyitem h3 a {
    color: #333;
    text-decoration: none;
}
.qyitem h3 a:hover {
    color: #2c7be5;
}
.qyitem p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.qyitem-info {
    font-size: 13px;
    color: #888;
    margin-top: 8px;
}
.qyitem-info span {
    display: inline-block;
    margin-right: 15px;
    background: #f5f5f5;
    padding: 3px 10px;
    border-radius: 4px;
    border-left: 3px solid #0066cc;
}
.qyitem-info span i {
    color: #0066cc;
    font-style: normal;
    margin-right: 5px;
}

/* 延伸阅读 */
.yanshen { margin: 30px 0; padding: 20px; background: #f8f9fa; border-radius: 8px; border-left: 4px solid #0066cc; }
.yanshen h3 { font-size: 18px; color: #333; margin-bottom: 20px; font-weight: 600; }
.yanshen-list { width: 100%; }
.yanshen-item { border-bottom: 1px dashed #ddd; padding: 15px 0; overflow: hidden; width: 100%; }
.yanshen-item:last-child { border-bottom: none; }
.yanshen-item .ys-img { float: left; width: 160px; height: 110px; overflow: hidden; border-radius: 6px; }
.yanshen-item .ys-img img { width: 160px; height: 110px; display: block; }
.yanshen-item .ys-content { float: left; width: 620px; padding-left: 20px; }
.yanshen-item .ys-title { display: block; font-size: 16px; margin-bottom: 8px; line-height: 1.4; font-weight: 600; }
.yanshen-item .ys-title a { color: #333; }
.yanshen-item .ys-title a:hover { color: #0066cc; }
.yanshen-item .ys-summary { color: #666; line-height: 1.6; font-size: 14px; margin-bottom: 8px; }
.yanshen-item .ys-meta { font-size: 13px; color: #888; }
.yanshen-item .ys-meta span { display: inline-block; margin-right: 15px; background: #f0f7ff; padding: 2px 8px; border-radius: 4px; }
.yanshen-item .ys-meta span i { color: #0066cc; font-style: normal; margin-right: 5px; }

/* 开头结尾模块 */
.container {
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 20px;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.section-header h2{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-left: 10px;
    border-left: 5px solid #0056b3;
    margin: 30px 0 15px 0; 
}
.snippet-grid {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
.snippet-card {
    flex: 1;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.2s ease;
}
.snippet-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}
.card-header {
    padding: 12px 16px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
.header-start {
    background: #e8f0fe;
    color: #0056b3;
    border-left: 3px solid #0056b3;
}
.header-end {
    background: #f5f5f5;
    color: #555;
    border-left: 3px solid #999;
}
.snippet-content {
    padding: 16px;
    font-size: 14px;
    color: #444;
    line-height: 1.8;
    text-align: justify;
}

/* 表格样式 */
.table-container {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow-x: auto;
    margin-top: 30px;
}
.table-main {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    min-width: 600px;
}
.table-main thead tr {
    background: #0056b3;
}
.table-main thead th {
    background: #0056b3;
    color: #fff;
    padding: 14px 16px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    border-bottom: none;
}
.table-main tbody tr {
    border-bottom: 2px solid #e0e0e0;
}
.table-main tbody td {
    padding: 14px 16px;
    vertical-align: middle;
    border-bottom: 2px solid #e0e0e0;
}
.col-type {
    width: 150px;
    background-color: #f5f7fa;
    font-weight: 700;
    font-size: 16px;
    color: #222;
    border-right: 1px solid #ddd;
    border-bottom: 2px solid #e0e0e0;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5;
}
.col-title {
    width: 28%;
    background-color: #fff;
    border-right: 2px solid #e8e8e8;
    vertical-align: middle;
}
.col-title a {
    color: #0056b3;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
}
.col-title a:hover {
    text-decoration: underline;
    color: #003366;
}
.col-desc {
    color: #666;
    line-height: 1.6;
    background-color: #fff;
    vertical-align: middle;
}
.col-desc a{color:#0056b3;padding-left:5px;}
.xg-related-section {
    margin: 30px 0;
}
.xg-related-section .table-main tbody tr:hover {
    background-color: #f5f7fa !important;
    transition: background 0.3s;
}
.xg-related-section .col-title a:hover {
    color: #0066cc !important;
}
.xg-related-section .detail-link:hover {
    text-decoration: underline !important;    
}

/* 元信息行 */
.article-meta-line {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 8px 0;
    padding: 0;
}
.article-meta-line .meta-item {
    display: inline-block;
    margin-right: 20px;
}
.article-meta-line .meta-item em {
    color: #0066cc;
    font-style: normal;
    font-weight: 600;
}

/* footer */
.footer{clear:both;padding:5px 0;width:100%;background:#333;font-size:14px;line-height:22px;_line-height:28px;min-width:1210px;margin-top: 20px;}
.footer .footer-content{overflow:hidden;margin:0 auto;padding-top:10px;width:1200px;color:#919292}
.footer .foot-menu{margin-left:300px;width:1000px;position: relative;}
.footer .foot-menu p{color:#FFF;font-size:13px;line-height:22px}
.footer .foot-menu p a{color:#FFF;text-decoration:none; margin:0 3px;}
.footer .copyright{color:#7b7b7b;font-size:12px; margin-bottom:10px; text-align:center;}
.footer .copyright a {color:#7b7b7b;}

/* 手机端适配 */
@media (max-width: 768px) {
    .container {
        padding: 0 12px;
    }
    .snippet-grid {
        flex-direction: column;
        gap: 12px;
    }
    .table-container {
        overflow-x: auto;
    }
    .table-main thead th {
        padding: 10px 12px;
        font-size: 13px;
    }
    .table-main tbody td {
        padding: 10px 12px;
    }
    .col-type {
        width: 100px;
        font-size: 14px;
    }
    .col-title {
        border-right: 1px solid #e8e8e8;
    }
}