/* 智能问答页面样式 */
.topcss {
    background-color: #1c51a1;
    text-align: center;
    color: white;
    font-size: 30px;
    padding-bottom: 3%;
    padding-top: 3%;
}

.c_left {
    float: left;
    width: 65%;
}

.c_right {
    float: right;
    width: 33%;
}

.right_content {
    font-size: 14px;
    margin-top: 2%;
}

.henxian {
    width: 70%;
}

.right_title {
    color: #1c509c;
    margin-left: 2%;
    margin-top: 5%;
}

.right_content img {
    margin-right: 5px;
    vertical-align: middle;
}

.right_content a {
    color: #333;
    text-decoration: none;
    line-height: 2;
}

.right_content a:hover {
    color: #1c51a1;
}
.tab_centenr th, .tab_centenr td {
	text-align: center !important;
	vertical-align: middle !important;
}

td.tab_right {
	text-align: right !important;
	width: 40%;
	background: #F2F2F2;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 800px;
		margin: 30px auto;
	}
	.pagination {
		margin: 0 !important;
	}
}

.table_width_auto td input, .table_width_auto td textarea {
	width: 100%;
	border: none;
	border: 0;
}

.table_width_auto td input:focus, .table_width_auto td textarea:focus {
	outline: 0 none;
}

.right_content {
	font-size: 14px;
	margin-top: 2%;
}

.henxian {
	width: 70%;
}

.right_title {
	color: #1c509c;
	margin-left: 2%;
	margin-top: 5%;
}

.topcss {
	background-color: #1c51a1;
	text-align: center;
	color: white;
	font-size: 30px;
	padding-bottom: 3%;
	padding-top: 3%;
}

/* 容器样式 */
.container.clearfix {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/* 左侧聊天区域 */
.c_left {
	float: left;
	width: 70%;
}

.robot_main {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
}

.robot_s {
	margin-bottom: 15px;
}

.robot_s_ico {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #1c51a1;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}

.robot_s_edit {
	overflow: hidden;
}

.robot_s_border {
	background: #f0f0f0;
	padding: 15px;
	border-radius: 8px;
	position: relative;
}

.robot_s_border .span_a {
	position: absolute;
	left: -8px;
	top: 15px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #f0f0f0;
}

/* 输入区域 */
.robot_q {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 15px;
}

.robot_q .field {
	margin-bottom: 10px;
}

.robot_q .keyword {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
}

.robot_q_left {
	float: left;
	font-size: 12px;
	color: #999;
}

.robot_edtor {
	margin-right: 15px;
}

.robot_clear {
	cursor: pointer;
	color: #1c51a1;
}

.robot_clear:hover {
	text-decoration: underline;
}

.robot_q_right {
	float: right;
}

.edit_submit {
	display: inline-block;
	padding: 8px 30px;
	background: #1c51a1;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
}

.edit_submit:hover {
	background: #2d66a5;
}

/* 右侧热点关注 */
.c_right {
	float: right;
	width: 29%;
	background: #fff;
	padding: 15px;
	border-radius: 8px;
}

.right_content img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
}

.right_content a {
	color: #333;
	text-decoration: none;
	line-height: 2;
}

.right_content a:hover {
	color: #1c51a1;
	text-decoration: underline;
}

/* 清除浮动 */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/* 右侧图片容器 */
.right_image {
	margin-top: 20px;
	text-align: center;
}

.right_image img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}

/* 调整右侧容器高度，使图片与左侧底部对齐 */
.c_right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 600px; /* 根据实际左侧高度调整 */
}

.right_content {
	flex: 1;
	overflow-y: auto;
}
