* {
    margin: 0;
    padding: 0;
}

html,
body {
    min-width: 1200px;
    background-color: #F9F9FB;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

input {
    border: none;
    outline: none;
    background-color: transparent;
}

.nav_header {
    background: url(../image/nav.png) no-repeat;
    background-size: 100% 100%;
    height: 230px;
    position: relative;
}

.nav_header h2 {
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    font-size: 55px;
    color: #3C95FF;
    line-height: 74px;
    background: linear-gradient(0deg, #2E56A5 0%, #2E56A5 29.9560546875%, #4D77BD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    width: 1200px;
    margin: 0 auto;
    padding-left: 86px;
    line-height: 64px;
    box-sizing: border-box;
}

.center {
    width: 1200px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
}

.center_left {
    width: 870px;
}

.center_right {
    width: 300px;
}

.breadcrumb {
    padding: 15px 0;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.breadcrumb_link {
    color: #2071FD;
    text-decoration: none;
}

.breadcrumb_link:hover {
    text-decoration: underline;
}

.breadcrumb_sep {
    margin: 0 8px;
    color: #999999;
}

.breadcrumb_tail {
    color: #999999;
}

.search {
    padding: 15px 0;
    display: flex;
}

.search_left_input {
    width: 200px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E0EFFE;
    box-sizing: border-box;
    display: flex;
}

.search_input {
    color: #4E9AF8;
    padding: 4px 0;
    font-size: 16px;
}

.search_icon img {
    width: 12px;
    height: 12px;
    margin: 0 10px;
}

.search_left_button {
    margin-left: 10px;
    background: #4E9AF8;
    border-radius: 0px 4px 4px 0px;
    color: #ffffff;
    font-size: 16px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_left {
    margin-right: 32px;
    position: relative;
}

.search_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.search_ul li {
    display: flex;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E0EFFE;
    font-size: 16px;
    color: #4E9AF8;
    padding: 4px 10px;
    margin-right: 0;
}

.search_close {
    width: 10px;
    height: auto;
    margin-left: 10px;
    cursor: pointer;
}

.search_ul li p {
    width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.clear_all{
padding: 4px 10px;
background: #FFFFFF;
border-radius: 4px;
border: 1px solid #F6F6F6;
color: #959395;
font-size: 16px;
margin-left: 10px;
cursor: pointer;
}

/* ---------- 联想搜索下拉列表（search.js 自动注入到 body, 用绝对定位对齐输入框） ---------- */
.ssajax_lib_suggest {
    width: 200px !important;
    box-sizing: border-box;
    background: #FFFFFF !important;
    border: 1px solid #E0EFFE !important;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Microsoft YaHei', 'SimSun' !important;
    font-size: 16px !important;
    left: 0 !important;
}

.ssajax_lib_suggest table {
    width: 100% !important;
    table-layout: fixed !important;
}

.ssajax_lib_suggest th,
.ssajax_lib_suggest td {
    padding: 6px 12px !important;
    cursor: pointer;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 16px !important;
}

.ssajax_lib_suggest tr:hover td {
    background-color: #F0F7FE !important;
    color: #4E9AF8;
}

.wen_da_list li {
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    padding: 20px 65px 16px 16px;
    color: #333333;
}

.wen_da_list li a {
    display: flex;
    align-items: flex-start;
    color: #333333;
}

.wen_da_list li .wen_da_item {
    display: flex;
    align-items: flex-start;
    color: #333333;
}

.icon_left {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2071FD;
    border-radius: 4px;
    margin-right: 14px;
    color: #FFFFFF;
    font-size: 16px;
}

.wen_detail {
    flex: 1;
    font-size: 16px;
}

.wen_detail > p {
    margin-bottom: 10px;
}

.color1 {
    color: #2071FD;
}

.color2 {
    color: #FA8C16;
    position: relative;
}

.quest_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.quest_header .color1 {
    margin-bottom: 0;
}

.reply_source {
    font-size: 16px;
    color: #999999;
    margin-bottom: 0;
    position: relative;
    right: -36px;
}

.wen_text_color {
    line-height: 28px;
}

.wen_da_list li .wen_text_color:hover {
    color: #2071FD;
}
.wen_da_list li{
    margin-bottom: 20px;
    color: #959395;
}
.wen_tag {
    padding-left: 40px;
    font-size: 16px;
    color: #333333;
}

.disclaimer {
   margin-top: 20px;
    padding: 6px;
    font-size: 16px;
    color: #999999;
    line-height: 20px;
    background-color: #f8f8f8;
    border-radius: 4px;
}

.tag_bq {
    margin-bottom: 10px;
}

.tag_title {
    margin-right: 10px;
}

.tag_bq,
.tag_sx {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 12px;
    gap: 10px;
}

.tag_bq p,
.tag_sx p {
    margin-right: 0;
}

.tag_bq div,
.tag_sx div {
    margin-right: 0;
}

.tag_color_1 {
    padding: 4px 6px;
    height: 20px;
    line-height: 20px;
    background-color: #F5E9FD;
    border-radius: 4px;
    border: 1px solid #EAD7FC;
    color: #955FDC;
    cursor: pointer;
}
.bq_color1{
     color: #955FDC;
}
.tag_color_2 {
    padding: 4px 6px;
    height: 20px;
    line-height: 20px;
    background-color: #FEF5EB;
    border-radius: 4px;
    border: 1px solid #FFAB4E;
    color: #FA8C16;
    cursor: pointer;
}
.bq_color2{
     color: #FA8C16;
}
.tag_color_3 {
    padding: 4px 6px;
    height: 20px;
    line-height: 20px;
    background-color: #E1F3FE;
    border-radius: 4px;
    border: 1px solid #D2EDFD;
    color: #70B9FC;
    cursor: pointer;
}
.bq_color3{
     color: #70B9FC;
}
.tag_color_4 {
    padding: 4px 6px;
    height: 20px;
    line-height: 20px;
    background-color:transparent;
    border-radius: 4px;
    border: 1px solid #FB7979;
    color: #FB4343;
}
.tag_color_5 {
    padding: 4px 6px;
    height: 20px;
    line-height: 20px;
    background-color:transparent;
    border-radius: 4px;
    border: 1px solid #C1C1C1;
    color: #969696;
}
.tag_color_6 {
    padding: 4px 6px;
    height: 20px;
    line-height: 20px;
    background-color:transparent;
    border-radius: 4px;
    border: 1px solid #3CA403;
    color: #3CA403;
}


/* 底部样式 */
.bottom {
	height: 80px;
	width: 100%;
	background-color: #000;
	min-width: 700px;
}
.bottom .btop {
	color: #f5f5f5;
	text-align: center;
	height: 40px;
	max-width: 1200px;
	min-width: 700px;
	margin: 0 auto;
	line-height: 40px;
}
.bottom .btop a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin-right: 10px;
	text-decoration: underline;
	margin-left: 10px;
}
.bottom .btop a:hover {
	color: #e12d0a;
}
.bottom .bbottom {
	max-width: 1200px;
	min-width: 700px;
	margin: 0 auto;
	text-align: center;
}
.bottom .bbottom span {
	font-size: 16px;
	color: #f5f5f5;
}
.bottom .bbottom span a {
	display: inline-block;
	color: #f5f5f5;
	text-decoration: underline;
}
.bottom .bbottom span a:hover {
	color: #e12d0a;
}

/* 右侧 */
.right_title{
    font-size: 16px;
    color: #22314D;
    font-weight: 800;
    margin-top: 46px;
    margin-bottom: 14px;
}
.right_table{
    display: flex;
    flex-wrap: wrap;

}
.right_table li{ 
    width: 82px;
height: 34px;
background: #FFFFFF;
border-radius: 20px;
border: 1px solid #E3EBF9;
margin: 0 8px 10px;
display: flex;
align-items: center;
justify-content: center;
color: #55698C;
font-size: 16px;
font-weight: 500;
cursor: pointer;
}
li.right_checked{
    background: linear-gradient(0deg, #012D6A, #002964, #004092);
    color: #FFFFFF;
}
.right_list{
    background: #FFFFFF;
border-radius: 4px;
border: 1px solid #E0E0E0;
}

/* ========== 标签词云 ========== */
.right_new {
    text-align: center;
    padding: 16px 0;
}

/* ---- 词云容器布局 ---- */
.word_cloud1 {
    font-weight: bold;
    font-size: 42px;
    color: #1F8EFE;
    margin: 8px 0;
    text-align: center;
}

.word_cloud2 {
    display: flex;
    font-size: 30px;
    margin: 8px 0;
}

.word_cloud3 {
    display: flex;
    justify-content: center;
    font-size: 22px;
    margin: 8px 0;
}

.word_slouds4 {
    border-radius: 6px;
    padding: 8px 0;
    margin: 0 4px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

/* ---- 子项通用 ---- */
.cloud2_list,
.cloud3_list,
.cloud3_list.word_slouds4 {
    flex: 1;
    padding: 8px 4px;
    margin: 0 4px;
}

/* ---- 纯文字颜色 ---- */
.cloud_color1 {
    color: #7634D2;
}

.cloud_color2 {
    color: #FA8C16;
}

.cloud_color3 {
    color: #1990FF;
}

/* ---- 按钮样式（有背景色+圆角） ---- */
.btn_color1 {
    background-color: #EBF3FD;
    color: #1990FF;
    border-radius: 6px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_color2 {
    background-color: #FEF5EB;
    color: #FA8C16;
    border-radius: 6px;
    font-size: 18px;
     display: flex;
    justify-content: center;
    align-items: center;
}

.btn_color3 {
    background-color: #EEE9FE;
    color: #6414FA;
    border-radius: 6px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_color4 {
    background-color: #EBF3FD;
    color: #1990FF;
    border-radius: 6px;
    font-size: 16px;
}

.reply_snippet {
    transition: color 0.2s ease;
}

.cloud_tag {
    cursor: pointer;
    transition: opacity 0.2s ease;
    text-decoration: none;
}

a.cloud_tag {
    text-decoration: none;
}

.cloud_tag:hover {
    opacity: 0.7;
}

/* ========== 行内样式提取 ========== */

/* 空数据提示 */
.empty_tip {
    text-align: center;
    padding: 40px;
    color: #999;
}

/* 时间文字 */
.time_text {
    color: #999;
    font-weight: normal;
}

/* 暂无标签提示 */
.no_tag_tip {
    color: #999;
}

/* 标签项基础样式 */
.tag_bq_item {
    padding: 4px 6px;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    cursor: pointer;
}

/* 各标签域颜色（通过 data-domain 属性匹配） */
.tag_bq_item[data-domain="hot_topic"] {
    background-color: #FEF5EB;
    border: 1px solid #FFAB4E;
    color: #FA8C16;
}

.tag_bq_item[data-domain="business"] {
    background-color: #E1F3FE;
    border: 1px solid #D2EDFD;
    color: #70B9FC;
}

.tag_bq_item[data-domain="govern"] {
    background-color: #F5E9FD;
    border: 1px solid #EAD7FC;
    color: #955FDC;
}

.tag_bq_item[data-domain="risk"] {
    background-color: #FFECEC;
    border: 1px solid #FFB3B3;
    color: #FB4343;
}

.tag_bq_item[data-domain="finance"] {
    background-color: #E8F8E8;
    border: 1px solid #A8E6A8;
    color: #3CA403;
}

/* 属性项基础样式 */
.attr_item {
    padding: 4px 6px;
    height: 20px;
    line-height: 20px;
    background-color: transparent;
    border-radius: 4px;
}

/* 属性项颜色状态 */
.attr_green {
    border: 1px solid #3CA403;
    color: #3CA403;
}

.attr_gray {
    border: 1px solid #C1C1C1;
    color: #969696;
}

.attr_red {
    border: 1px solid #FB7979;
    color: #FB4343;
}

/* 词云空数据提示 */
.cloud_empty {
    color: #999;
    padding: 20px;
}

/* 单个按钮内边距 */
.single_btn {
    padding: 8px 16px;
    margin: 0 4px;
}
/* 新增“答” */
.answer {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FA8C16;
    border-radius: 4px;
    margin-right: 14px;
    color: #FFFFFF;
    font-size: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    margin: auto 0;
}
/*返回顶部*/
.back_top {
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #2071FD;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(32, 113, 253, 0.4);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

    .back_top.show {
        opacity: 1;
        visibility: visible;
    }

    .back_top:hover {
        opacity: 0.85;
    }

    .back_top img {
        width: 24px;
        height: 24px;
        display: block;
    }