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}

/* 顶部工具栏和头部（保留原CSS） */
.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}

/* 搜索框（保留原CSS） */
.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;}

.jptpdh { background: #0066cc; width: 100%; }
.jptpdh1 { width: 1200px; margin: 0 auto; overflow: hidden; height: 45px; line-height: 45px; }
.jptpdh1l { float: left; }
.jptpdh1l {
    float: left;
    background: linear-gradient(135deg, #0056b3 0%, #0066cc 100%); /* 蓝色渐变背景 */
    padding: 0 15px; /* 增加左右内边距，让宽度更宽 */
    height: 45px; /* 与导航栏高度一致 */
    line-height: 45px;
    border-radius: 0 8px 8px 0; /* 右侧圆角 */
    box-shadow: 2px 0 8px rgba(0,86,179,0.3); /* 轻微阴影 */
    position: relative;
}

/* 左侧装饰三角 */
.jptpdh1l::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 22.5px solid transparent;
    border-bottom: 22.5px solid transparent;
    border-right: 10px solid #0056b3;
}

/* 汇报书链接样式 */
.jptpdh1l a { color: #fff; font-size: 18px; font-weight: bold; padding: 0 10px; display: inline-block; }

/* 悬停效果 */
.jptpdh1l a:hover {
    color: #fff;
    text-decoration: none;
    transform: scale(1.05); /* 轻微放大 */
}

/* 悬停时背景变化 */
.jptpdh1l:hover {
    background: linear-gradient(135deg, #0066cc 0%, #0077e6 100%);
    box-shadow: 2px 0 12px rgba(0,102,204,0.4);
}

.jptpdh1r { float: left; }
.jptpdh1r1 { overflow: hidden; }
.jptpdh1r1 li { float: left; }
.jptpdh1r1 li a { color: #fff; font-size: 16px; padding: 0 13px; display: inline-block;font-weight:bold; }
.jptpdh1r1 li a:hover { text-decoration: underline; }
/* 思想汇报导航专用样式：字体更小，间距更紧凑 */
.nav-sxhb li a {
    font-size: 14px;
    padding-right: 4px
}
/* 响应式（新增） */
@media (max-width: 968px) {
    .jptpdh, .jptpdh1, .breadcrumb-nav, .main-wrapper { width: 100%; }
    .content-layout { flex-direction: column; }
    .sidebar-column { width: 100%; }
    .jptpdh1 { flex-direction: column; height: auto; }
    .jptpdh1l { width: 100%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
    .jptpdh1r { width: 100%; }
    .jptpdh1r1 { flex-wrap: wrap; justify-content: center; }
    .extend-layout { flex-direction: column; }
    .extend-thumb { width: 100%; height: 200px; }
}


.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 { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #fff; padding: 30px; margin-bottom: 20px; border-radius: 8px; position: relative; overflow: hidden; }
.topic-header::before { content: ''; position: absolute; top: -50%; right: -10%; width: 300px; height: 300px; background: rgba(255,255,255,0.1); border-radius: 50%; }
.topic-header h1 { font-size: 32px; margin-bottom: 10px; position: relative; z-index: 1; }
.topic-header .topic-stats { font-size: 14px; opacity: 0.9; position: relative; z-index: 1; }
.topic-header .topic-stats span { margin-right: 20px; }

.artpage22 { background: #fff; padding: 20px; border: 1px solid #e8e8e8; border-radius: 8px; }

.jxstlist { margin-bottom: 20px; }
.jxstlist ul { overflow: hidden; }
.jxstlist li { float: left; margin: 0 10px 10px 0; background: #f0f7ff; padding: 8px 16px; border-radius: 20px; font-size: 14px; border: 1px solid #d0e3ff; }
.jxstlist li a { color: #0066cc; }
.jxstlist li a:hover { color: #ff6600; }

.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; }

.ext-read-box { background: #f8f9fa; border-left: 4px solid #2c7be5; padding: 20px; margin-top: 30px; overflow: hidden; }
.ext-read-box h3 { margin-top: 0; margin-bottom: 15px; font-size: 16px; border-bottom: 1px solid #ddd; padding-bottom: 10px; color: #333; }
.ext-read-item { overflow: hidden; margin-bottom: 15px; }
.ext-read-item .li11 { width: 120px; height: 80px; margin-right: 15px; }
.ext-read-item .li22 { width: auto; padding-top: 0; }
.ext-read-item .li22 strong { font-size: 16px; margin-bottom: 8px; }
.ext-read-item .li22 .qtxt { font-size: 13px; line-height: 1.6; margin-bottom: 0; -webkit-line-clamp: 2; }

.qtxt { color: #666; line-height: 1.8; font-size: 14px; margin-bottom: 8px; overflow: hidden; }
.qtxt a { color: #0066cc; margin-left: 5px; }
.qtxt a:hover { color: #ff6600; }

.meta-tags { font-size: 13px; color: #888; margin-top: 8px; }
.meta-tags span { display: inline-block; margin-right: 15px; background: #f5f5f5; padding: 3px 10px; border-radius: 4px; border-left: 3px solid #0066cc; }
.meta-tags span i { color: #0066cc; font-style: normal; margin-right: 5px; }

#pages {
    padding: 20px 0;
    margin: 30px 0;
    border-top: 1px solid #eee;
    clear: both;
    text-align: center;  /* 改为居中 */
    overflow: visible;
    line-height: 30px;   /* 添加行高 */
    font-size: 14px;     /* 明确字体大小 */
    color: #666;         /* 文字颜色 */
    display: block;      /* 确保块级显示 */
}

/* 分页链接样式 */
#pages a {
    color: #0066cc;
    text-decoration: none;
    padding: 5px 10px;
    margin: 0 3px;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;  /* 确保链接显示 */
}

#pages a:hover {
    background: #0066cc;
    color: #fff;
    border-color: #0066cc;
}

/* 当前页/选中状态 */
#pages select {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-left: 10px;
    font-size: 14px;
}

/* 文字部分（页次、每页等） */
#pages {
    color: #666;
}

/* 专题头部 - 全新添加 */
.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);
}

/* 热门分类导航 - 全新添加 */
.hot-nav-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hot-nav-tags a {
    width: calc(50% - 5px); /* 一排两个，减去gap的一半 */
    padding: 8px 0;
    background: #f0f0f0;
    border-radius: 4px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box; /* 确保宽度计算准确 */
    transition: all 0.2s ease;
}

.hot-nav-tags a:hover {
    background: #0066cc;
    color: #fff;
}

/* 如果最后一个单独一行，让它也占50%宽度 */
.hot-nav-tags a:last-child:nth-child(odd) {
    width: calc(50% - 5px);
    /* 或者如果想让它占满整行，用 width: 100%; */
}

/* 常见写作问答 - 全新添加 */
.other-left {margin-bottom: 20px;}
.other-left h3 {margin: 0; padding: 10px 0; font-size: 16px; font-weight: bold; color: #000; border-bottom: 2px solid #333;}
.faq-item {background: #f8f9fc; border-radius: 12px; margin-bottom: 16px; overflow: hidden; border: 1px solid #eef2f6;}
.faq-item:last-child {margin-bottom: 0;}
.faq-q {background: #fff; padding: 14px 18px 14px 42px; margin: 0; font-weight: 600; color: #2c3e50; font-size: 15px; position: relative; border-bottom: 1px solid #eef2f6;}
.faq-q:before {content: "Q"; position: absolute; left: 14px; top: 50%; transform: translateY(-50%); background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #fff; width: 22px; height: 22px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold;}
.faq-a {background: #fff; padding: 14px 18px; margin: 0; color: #5a6e8a; font-size: 13px; line-height: 1.6;}
.faq-a:before {content: "💡"; margin-right: 8px; font-size: 13px;}

/* 无相关专题提示 */
.no-related-tags {
    color: #999;
    font-size: 13px;
    margin: 0;
    padding: 10px 0;
}

/* 文章元信息行（列表内容模板用） */
.article-meta-line {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 8px 0;
    padding: 0;
}

.meta-item {
    display: inline-block;
    margin-right: 20px;
}

.meta-item em {
    color: #0066cc;
    font-style: normal;
    font-weight: 600;
}

.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 h3::before { content: ''; }
.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; }

.tag-sidebar { width: 320px; }
.other-left { 
    background: #fff; 
    padding: 20px; 
    margin-bottom: 20px; 
    border-radius: 8px; 
    box-shadow: 0 2px 12px rgba(0,0,0,0.08); 
    border: 1px solid #f0f0f0; 
}
.other-left h3 { 
    font-size: 16px; 
    color: #333; 
    margin-bottom: 20px; 
    padding-bottom: 15px; 
    border-bottom: 2px solid #0066cc; 
    font-weight: 600; 
}
/* 标签云 - 3D立体效果 */
.tag-cloud { text-align: center; line-height: 2.5; font-size: 0; background: #fff; border-radius: 8px; } 
.tag-cloud a { display: inline-block; margin: 6px 10px; padding: 6px 20px; font-size: 15px; font-weight: 600; color: #444; background: #f0f2f5; border-radius: 30px; text-decoration: none; transition: all 0.3s ease; vertical-align: middle; box-shadow: 0 2px 5px rgba(0,0,0,0.03); } 
.tag-cloud a:hover { color: #fff; background: #007bff; transform: translateY(-3px); box-shadow: 0 6px 15px rgba(0, 123, 255, 0.3); }

.related-search { margin-bottom: 20px; }
.related-search h4 { font-size: 14px; color: #666; margin-bottom: 12px; font-weight: 600; }
.search-tags a { display: inline-block; padding: 6px 12px; margin: 0 8px 8px 0; background: #f5f5f5; border-radius: 4px; font-size: 13px; color: #666; text-decoration: none; }
.search-tags a:hover { background: #0066cc; color: #fff; }

.guide-list { list-style: none; margin: 0; padding: 0; }
.guide-item { display: flex; gap: 12px; padding: 15px 0; border-bottom: 1px dashed #eee; }
.guide-item:last-child { border-bottom: none; }
.guide-num { width: 28px; height: 28px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; flex-shrink: 0; }
.guide-content h4 { font-size: 15px; color: #333; margin-bottom: 5px; font-weight: 600; }
.guide-content p { font-size: 13px; color: #888; line-height: 1.5; }


/* 适用对象和使用场合的简洁样式 */
.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;
}
.cr { clear: both; height: 0; overflow: hidden; }

/*看过表格*/
.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;
}
/* 表格行样式 - 使用 border-bottom 实现横线区分 */
.table-main tbody tr {
    border-bottom: 2px solid #e0e0e0;
}
.table-main tbody td {
    padding: 14px 16px;
    vertical-align: middle;
    border-bottom: 2px solid #e0e0e0;
}
/* 左侧相关词列 - 宽度150px，文字垂直居中 */
.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;}
/* 手机端适配 */
@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;
    }
}
.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;
}
/* 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;}
