﻿@charset "utf-8";
/* Css Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
}
ol,
ul,
li {
    list-style: none;
}
div,
dl,
dt,
dd,
ol,
ul,
li {
    zoom: 1;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: block;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1;
}
/* Public */
html {
    background: url(../img/html.jpg) 0 0 #E5F3FC repeat-x;
}
body {
    position: relative;
    z-index: 1;
    color: #333;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
    text-align: center;
    background: url(../img/body.jpg) center 0 no-repeat;
    font-size: 14px;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #c00;
    text-decoration: underline;
}
.blank {
    height: 10px;
    font-size: 0px;
    line-height: 0;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.hide {
    display: none;
}
.layout {
    overflow: hidden;
}
/* fontColor Public */
.noData {
    color: #999 !important;
}
/* frame Public*/
.robotPage {
    width: 1200px;
    margin: 0 auto;
    padding-top: 38px;
}
#header {
    height: 74px;
    overflow: hidden;
}
#header .goHome {
    float: right;
    text-align: center;
    color: #fff;
    border-left: 1px solid #4479C7;
    background: url(../img/icons.png) center 15px no-repeat
}
#header .goHome span {
    display: block;
    width: 74px;
    padding-top: 44px;
    height: 30px;
    border-left: 1px solid #2E60A8;
}
#header .goHome:hover {
    text-decoration: none;
    color: #ff0
}
#header #logo {
    float: right;
}
#header #logo img {
    height: 45px;
    margin: 13px 20px;
}
#content {
    padding: 15px 15px 10px 15px;
    text-align: left;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
}
.content-info {
    border: 1px solid #E0E0E0;
    width: 1170px;
    overflow: auto;
}
/*footer*/
#footer {
    position: relative;
    text-align: center;
    padding: 10px 0;
    clear: both;
    font-size: 12px;
    line-height: 24px;
}
#footer .footNav a {
    margin: 0 10px;
}
#footer .copyRight {
    padding: 10px 0;
}
#footer .copyRight a {
    text-decoration: underline;
}
#footer .pics {
    /* padding-top: 10px; */
}
#footer .pics img {
    /* height: 33px; */
}
.main {
    width: 802px;
    float: left;
    overflow: hidden;
}
.side {
    width: 327px;
    padding: 20px;
    border-left: 0;
    float: right;
}
/* 主体内容 */
.main .title {
    padding: 14px 20px;
    height: 72px;
    overflow: hidden;
    font-size: 16px;
    line-height: 36px;
    color: white;
    background-color: #4892EA;
}
.interflowBox {
    border: 1px solid #E0E0E0;
    height: 510px;
}
.interflowList {
    height: 330px;
    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;
        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: -5px;
}

    .cmsList li {
        max-width: 640px;
        margin-top: 15px;
    }

        .cmsList li h4 {
            font-size: 16px;
            height: 30px;
            line-height: 30px;
        }

            .cmsList li h4 a {
                color: #00c;
            }

            .cmsList li h4 span {
                color: #c00;
            }

        .cmsList li p {
            margin-top: 5px;
            line-height: 20px;
            font-size: 14px;
            color: #666;
        }

            .cmsList li p span {
                color: #c00;
            }

        .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: 51px;
    height: 51px;
    display: block;
    float: left;
    background: url(../img/head-robot.jpg) no-repeat;
}
.ask .head {
    float: right;
    background: url(../img/head-man.jpg) no-repeat;
}
/* 输入框 */
.write {
    padding: 10px;
    border-top: 1px solid #E0E0E0
}
.write .writeTxt {
    width: 738px;
    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(../img/icons.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: 40px;
    background: url(../img/icons.png) 12px -104px no-repeat #4892EA;
}
.sideBox .tabHd {
    overflow: hidden;
}
.sideBox .tabHd .nodeList {
    overflow: hidden;
    padding-top: 20px;
    margin-right: -30px;
}
.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: 0;
    background: #F7F7F7
}
.rankList {
    overflow: hidden;
    padding: 5px 10px;
}
.rankList li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
}
.rankList li i {
    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 {
    border-bottom: 1px solid #ddd;
}
.slider .hd ul {
    max-width: 600px;
}
.slider .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0px 10px;
    font-size: 16px;
    cursor: pointer;
    line-height: 28px;
    margin-bottom: 8px;
}
.slider .hd .on {
    background: #2879D6;
    color: #fff;
}
.slider .bd {
    min-height: 240px;
}