﻿/**!
 * 智能机器人
 * author: wangkai;
 */

html, body {
    /*overflow: hidden;20220930*/
}


/* main */

.ewb-span633, .ewb-span362 {
    position: absolute;
    top: 10px;
    bottom: 10px;
    border: 1px solid #e1e1e1;
    background-color: #fafafa;
    z-index: 100;
}

.ewb-span633 {
    left: 10px;
    width: 633px;
}

.ewb-span362 {
    right: 10px;
    width: 362px;
    border-left: 0;
}


/* bg */

* {
    margin: 0px;
    padding: 0px;
}

.bg {
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -5;
    zoom: 1;
    background-attachment: fixed;
    background: center 0px;
}

.bg img {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}


/* header */

.ewb-header {
    height: 139px;
    background: url(../images/smart_header.png) center top no-repeat;
}


/* main */

.ewb-main {
    position: fixed;
    top: 139px;
    bottom: 40px;
    left: 50%;
    margin-left: -509px;
    padding: 10px 10px;
    width: 998px;
    background-color: #fff;
}

.ewb-robot {
    display: block;
    position: absolute;
    top: -105px;
    right: 41px;
    width: 111px;
    height: 128px;
    z-index: 200;
}


/* 左侧 */


/* 欢迎模块 */

.ewb-welcome {
    margin: -1px -1px 0 -1px;
    height: 74px;
    background-color: #0068bc;
    overflow: hidden;
}

.ewb-welcome p {
    padding: 13px 18px 13px 20px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}


/* 对话框 */

.ewb-dialogbox {
    position: absolute;
    top: 73px;
    right: 2px;
    bottom: 138px;
    left: 0;
    overflow: hidden;
}

.ewb-dialog-node {
    padding: 20px 0 10px 0;
    vertical-align: top;
}

.ewb-dialog-head {
    margin: 10px 17px 0 20px;
    width: 40px;
    height: 40px;
}

.ewb-dialog-head img {
    display: block;
    height: 40px;
}

.ewb-dialog-head.r {
    margin: 10px 20px 0 17px;
}

.ewb-dialog-info {
    width: 520px;
}

.ewb-dialog-name, .ewb-dialog-date {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}

.ewb-dialog-date {
    margin-left: 10px;
    color: #a0a0a0;
}

.ewb-dialog-content {
    padding: 15px 20px;
    min-height: 24px;
    max-width: 460px;
    min-width: 40px;
    border-radius: 5px;
    background-color: #e8e8e8;
    position: relative;
}

.ewb-dialog-content.r {
    background-color: #d8e8f9;
}

.ewb-dialog-content i {
    display: block;
    position: absolute;
    top: 4px;
    left: -7px;
    width: 7px;
    height: 13px;
    background: url(../images/dialog_jt.png);
}

.ewb-dialog-content.r i {
    left: auto;
    right: -7px;
    background: url(../images/dialog_jt_r.png);
}

.ewb-dialog-content p {
    font-size: 15px;
    line-height: 24px;
}

/* 输入框 */

.ewb-input-info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 137px;
    border-top: 1px solid #e1e1e1;
}

.ewb-inputbox {
    display: block;
    width: 633px;
    height: 70px;
    padding-top: 13px;
    text-indent: 20px;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    border: 0;
    background-color: #fafafa;
    resize: none;
}

.placeholder {
    color: #b2b2b2;
}

.ewb-sendout {
    height: 34px;
    overflow: hidden;
}

.ewb-sendout-btn {
    float: right;
    margin-top: 1px;
    margin-right: 20px;
    width: 88px;
    height: 34px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    background-color: #0068bc;
    border: 0;
    cursor: pointer;
}

.ewb-sendout-btn:hover {
    background-color: #00579d;
}


/* 右侧 */

.ewb-three-block {
    height: 33.33%;
    position: relative;
}

.ewb-cm-hd {
    padding-left: 20px;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #e1e1e1;
    background-color: #eee;
}

.ewb-cm-tt {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #0068bc;
}


/* 智能标签 */

.ewb-smart-tag {
    position: absolute;
    top: 37px;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 10px;
    border-bottom: 1px solid #e1e1e1;
}

.ewb-tag-tab {
    height: 32px;
    border-bottom: 1px solid #e1e1e1;
}

.ewb-tabname {
    float: left;
    padding: 0 8px;
    height: 31px;
    line-height: 31px;
    font-weight: bold;
    color: #636363;
}

.ewb-tabname.current {
    color: #0068bc;
    border-bottom: 2px solid #0068bc;
}

.ewb-tag-bd {
    position: absolute;
    top: 36px;
    right: 1px;
    bottom: 0;
    left: 10px;
    overflow: hidden;
}

.ewb-tag-name {
    display: inline-block;
    padding: 0 10px;
    margin-right: 28px;
    height: 24px;
    line-height: 24px;
    color: #3c3c3c;
}


/* 热点关注 */

.ewb-hot-concern {
    position: absolute;
    top: 37px;
    bottom: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}

.ewb-hot-concern ul {
    padding: 2px 0 7px 20px;
}

.ewb-hot-concern ul li {
    height: 30px;
    line-height: 30px;
    vertical-align: top;
}

.ewb-hc-number {
    float: left;
    margin-top: 8px;
    width: 22px;
    height: 14px;
}

.ewb-hc-number img {
    display: block;
    height: 14px;
}

.ewb-hc-name {
    float: left;
    margin-left: 12px;
    width: 300px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-history {
    position: absolute;
    top: 37px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

/* 智能机器人 */
#ans_content_doc {
	width: 348px;
	padding: 10px;
	line-height: 22px;
	position: relative;
}
.subject {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 30px;
	background: url(/images/intelligentSearch/chat.jpg) no-repeat 4px 8px;
}
.contentview-title {
	font-weight: bold;
	padding: 10px 5px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
}
.content {
	text-indent: 2em;
	line-height: 22px;
	padding: 0 5px 10px 5px;
	color: #555;
}
.return {
	position: absolute;
	top: -3px;
	right: -5px;
	width: 62px;
	height: 66px;
}
.return a {
	position: absolute;
	top: 15px;
	left: 25px;
	cursor: pointer;
	line-height: 14px;
	padding-top: 5px;
	background: url(/images/intelligentSearch/shouye.jpg) no-repeat -1px 4px;
	width: 21px;
	height: 21px;
}
#ans_content_doc .contentview .content a {
	color: #3865b8;
}
.seeall {
	float: right;
}