@charset "gb2312";
/* frame Public*/

.robotPage {
    width: 1200px;
    margin: 0 auto;
}
#header .nav {
    display: none;
}
#robotHeader {
    height: 74px;
    background: url(imgrobotHeaderBg.png) no-repeat;
    overflow: hidden;
}
#robotHeader .goHome {
    float: right;
    text-align: center;
    color: #fff;
    border-left: 1px solid #4479C7;
    background: url(imgicons.png) center 15px no-repeat
}
#robotHeader .goHome span {
    display: block;
    width: 74px;
    padding-top: 44px;
    height: 30px;
    border-left: 1px solid #2E60A8;
}
#robotHeader .goHome:hover {
    text-decoration: none;
    color: #ff0
}
#robotHeader #logo {
    float: right;
}
#robotHeader #logo img {
    height: 45px;
    margin: 13px 20px;
}
.robotPage #content {
    padding: 20px;
    border-radius: 0;
    text-align: left;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}
.content-info {
    border: 1px solid #E0E0E0;
    overflow: auto;
}
.robotPage .main {
    overflow: hidden;
}
.robotPage .side {
    width: 327px;
    padding: 20px;
    margin: 0;
    border-left: 0;
    float: right;
}
/* 主体内容 */

.main .title {
    padding: 14px 20px;
    height: 72px;
    line-height: 72px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    color: white;
    background-color: #4892EA;
}
.interflowBox {
    border-right: 1px solid #E0E0E0;
    height: 479px;
}
.interflowList {
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
    background: #EFF0F2;
    padding: 20px;
    position: relative;
}
.interflowList .ans, .interflowList .ask {
    margin-top: 6px;
    padding-bottom: 24px;
}
/* 回答框 */

i.arrow {
    border-color: transparent;
    border-style: dashed;
    border-width: 7px;
    border-right-color: #fff;
    border-right-style: solid;
    content: "";
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
    position: absolute;
    left: -14px;
    top: 19px;
}
.ask .arrow {
    border-right-color: none;
    border-right-style: none;
    border-left-color: #3B97E6;
    border-left-style: solid;
    left: auto;
    right: -7px;
}
.interflowList .ans {
    overflow: hidden;
}
.interflowList .ans .pic {
    width: auto;
    float: left;
}
.interflowList .ans .cms {
    position: relative;
    float: left;
    * display: inline;
    margin-left: 20px;
    padding: 15px;
    line-height: 30px;
    background-color: white;
    border-radius: 5px;
}
.interflowList .ans .cms .tit {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
    margin-top: -5px;
    color: #2699df;
    border-bottom: 1px solid #d2d2d2;
}
.cmsList {
    overflow: hidden;
    margin-top: 8px;
}
.cmsList li {
    height: 30px;
    line-height: 30px;
    padding-left: 13px;
    background: url(imgicons.png) 0 -362px no-repeat;
}
.cmsList li.noData {
    background: none;
    color: #999;
}
/* 提问框 */

.interflowList .ask {
    overflow: hidden;
}
.interflowList .ask .pic {
    width: auto;
    float: right;
}
.interflowList .ask .cms {
    float: right;
    margin-right: 22px;
    padding: 15px;
    font-size: 14px;
    color: white;
    *display: inline;
    background-color: #3B97E6;
    border-radius: 5px;
    position: relative;
}
i.head {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    background: url(imghead-robot.png) no-repeat;
}
.ask .head {
    float: right;
    background: url(imghead-man.jpg) no-repeat;
}
/* 输入框 */

.write {
    padding: 10px;
    border-top: 1px solid #E0E0E0
}
.write .writeTxt {
    width: 730px;
    border-radius: 4px;
    padding: 0 20px;
    background: #f6f6f6;
    overflow: hidden;
    border: 0;
    vertical-align: middle;
    line-height: 24px;
    height: 80px;
    color: #999;
    font-family: '微软雅黑';
}
.write .btnBox {
    overflow: hidden;
    margin-top: 10px;
}
.write .btn {
    width: 86px;
    height: 28px;
    line-height: 28px;
    float: right;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: #4892EA;
    border-radius: 2px;
}
.write .btn:hover {
    background-color: #3881d8;
    text-decoration: none;
}
.write .tip {
    padding-left: 20px;
    font-size: 14px;
    line-height: 28px;
    background: url(imgicons.png) 0 -283px no-repeat;
}
.write .tip strong {
    font-weight: normal;
    color: #d81212;
}
/* 侧栏-智能标签 */

.sideBox {
    overflow: hidden;
    margin-bottom: 20px;
}
.sideBox .hd {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    padding-left: 50px;
    background: url(imgicons.png) 12px -104px no-repeat #4892EA;
}
.sideBox .tabHd {
    overflow: hidden;
}
.sideBox .tabHd .nodeList {
    overflow: hidden;
    padding-top: 10px;
    margin: 0;
}
.sideBox .tabHd .nodeList li {
    width: auto;
    float: left;
    height: 24px;
    line-height: 24px;
    padding-bottom: 5px;
    margin-right: 17px;
    cursor: pointer;
    color: #777
}
.sideBox .tabHd .nodeList li span {
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.sideBox .tabHd .nodeList li.on {
    border-bottom: 3px solid #2879D6;
    color: #2879D6;
    font-weight: bold;
}
.sideBox .bd {
    padding: 8px 10px;
    overflow: hidden;
    background-color: white;
    border: 1px solid #e4e4e4;
}
.keyList {
    height: 105px;
}
.keyList li {
    min-width: 24.9%;
    height: 30px;
    line-height: 30px;
    float: left;
    text-indent: 10px;
    text-align: left;
    font-size: 12px;
}
/* 侧栏-热点关注 */

#sideRdgz .hd {
    background-position: 13px -203px
}
#sideRdgz .bd {
    border: 1px solid #ddd;
    overflow: hidden;
}
.rankList {
    overflow: hidden;
    padding: 5px 10px;
}
.rankList li {
    float: left;
    width: 33.33%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
}
.rankList li i {
    display: none;
    width: 18px;
    height: 18px;
    line-height: 18px;
    float: left;
    margin: 6px 11px 0 0;
    *display: inline;
    overflow: hidden;
    background-color: #adadad;
    font-size: 13px;
    color: white;
    text-align: center;
}
.rankList li.hot i {
    background-color: #ff8a00;
}
.slider .hd {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #ddd;
}
.slider .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 10px;
    font-size: 16px;
    cursor: pointer;
}
.slider .hd .on {
    color: #2879D6;
    border-bottom: 2px solid #2879D6
}
.slider .bd {
    min-height: 240px;
}