﻿* {
    margin: 0;
    padding: 0;
}

body,
html {
    min-width: 1200px;
    background: #f2f2f2;
}

.content {
    margin: 0 auto;
    width: 1200px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.concatinfo {
    margin: 32px auto 21px;
    height: 222px;
}

.concatinfo .concatinfo_left {
    width: 784px;
    height: 222px;
}

.concatinfo .concatinfo_left>li {
    width: 380px;
    height: 222px;
    background-color: #ffffff;
}

.concatinfo .concatinfo_left>li .c_left_cont {
    margin: 42px auto 0;
    width: 320px;
    height: 140px;
}

.concatinfo .c_left_cont>li {
    float: left;
    width: 159px;
    height: 100%;
}

.concatinfo .c_left_cont_icon .icon_wrap {
    position: relative;
    margin-top: 6px;
    width: 127px;
    height: 127px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    behavior: url(images/2020jczf_PIE.htc);
    background-color: #7a9df2;
}

.concatinfo .icon_wrap .dxicon {
    margin: 45px 34px 0;
}

.concatinfo .icon_wrap .telephone {
    margin: 34px;

}

.concatinfo .c_left_cont_text {
    border-left: 1px solid #c9c9c9;
}

.c_left_cont_text .text_title {
    padding-top: 12px;
    padding-bottom: 6px;
    padding-left: 27px;

}

.c_left_cont_text .text_title a {
    font-size: 24px;
    color: #2f61ac;
}

.c_left_cont_text .text_con {
    padding-left: 27px;
    line-height: 28px;
    color: #555555;
}

.concatinfo .concatinfo_right {
    width: 394px;
    height: 222px;
    background-color: #ffffff;
}

.concatinfo .concatinfo_right .c_r_content {
    margin: 26px auto 0;
    width: 322px;
    height: 170px;

}

.c_r_content_icon {
    width: 170px;
    height: 170px;
    background: fuchsia;
}

.c_r_content_text {
    width: 130px;
    height: 100%;
}

.c_r_content_text .text_title {
    padding-top: 27px;
    padding-bottom: 6px;
    font-size: 24px;

}

.c_r_content_text .text_title a {
    color: #2f61ac;
}

.c_r_content_text .text_con {
    line-height: 28px;
    color: #555555;
}

.zwmain {
    margin-bottom: 45px;
    height: 830px;
}

/* 智能问答左侧聊天处 */
.zwmain .wdmain_left {
    position: relative;
    width: 784px;
    height: 100%;
}

.zwmain .wdmain_left .wdmain_l_top {
    width: 784px;
    height: 647px;
    background-color: #ffffff;
}

.zwmain .wdmain_l_top .robot {
    margin: 45px auto 0;
    width: 736px;
}

.zwmain .wdmain_l_top .robot .left {
    margin-top: 6px;
}

.zwmain .wdmain_l_top .robot .robot_text {
    width: 632px;
    padding: 10px 20px;
    line-height: 28px;
    border-radius: 10px;
    border: solid 1px #c9c9c9;
}

.zwmain .wdmain_left .wdmain_l_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 784px;
    height: 162px;
    background-color: #ffffff;
}

.zwmain .wdmain_l_bottom .wdmain_l_b_inp {
    position: relative;
    margin: 23px auto 0;
    width: 736px;
    height: 116px;
    border-radius: 6px;
    border: solid 1px #eeeeee;
}

.zwmain .wdmain_l_bottom .wdmain_l_b_inp textarea {
    padding: 20px;
    border: 0;
    outline: none;
    width: 590px;
    height: 76px;
    *height: 74px;
    resize: none;
    font-family: 'Microsoft YaHei', Helvetica, Arial;
    font-size: 16px;
    color: #555555;
    overflow-y: hidden;
}

.zwmain .wdmain_l_bottom .submit {
    position: absolute;
    right: 0;
    top: -1px;
    height: 118px;
    width: 111px;
    text-align: center;
    background: #d64316;
    cursor: pointer;
    border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    behavior: url(images/2020jczf_PIE.htc);

}

.zwmain .wdmain_l_bottom .submit:hover {
    background: #bb411b;
}

.zwmain .wdmain_l_bottom .submit .submit_text {
    padding-top: 70px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

/* 智能问答右侧新闻 */
.zwmain .wdmain_right {
    position: relative;
    width: 394px;
    height: 100%;
}

.zwmain .wdmain_r_news {
    height: 400px;
    background: #fff;
}

.zwmain .wdmain_r_news .news_content {
    margin: 0 auto;
    width: 332px;
    height: 100%;
}

.zwmain .wdmain_r_news .news_c_top {
    height: 71px;
    border-bottom: 3px solid #dfdfdf;
}

.zwmain .wdmain_r_news .news_c_top>li {
    float: left;
    width: 50%;
    line-height: 68px;
    *line-height: 71px;
    text-align: center;
    font-size: 24px;
    color: #000000;
    cursor: pointer;
}

.zwmain .news_c_top>li.active {
    position: relative;
    color: #2f61ac;
    border-bottom: 3px solid #2f61ac;
}

.zwmain .news_c_top>li a {
    color: #000000;
}

.zwmain .news_c_top>li.active a {
    color: #2f61ac;
}

.zwmain .news_c_top>li.active>.triangle {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #2f61ac;
}

.news_c_bottom {
    margin-top: 20px;
}

.news_c_bottom ul {
    display: none;
}

.news_c_bottom ul.show {
    display: block;
}

.news_c_bottom ul>li {
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_c_bottom ul>li a {
    color: #000000;
}

.news_c_bottom ul>li a:hover {
    color: #2f61ac;
}

.zwmain .wdmain_right .zsknews {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 394px;
    height: 410px;
    background-color: #ffffff;
}

.zwmain .zsknews .zsknews_title_box {
    margin-top: 30px;
}

.zwmain .zsknews .zsknews_title {
    position: relative;
    margin: 0 auto;
    margin-bottom: 12px;
    width: 333px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background-color: #ffffff;
    color: #2f61ac;
    font-size: 24px;
    cursor: pointer;
    border: solid 1px #2f61ac;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    behavior: url(images/2020jczf_PIE.htc);
}

.zwmain .zsknews .zsknews_title a {
    color: #2f61ac;
}

.zwmain .zsknews .zsknews_title:hover a {
    color: #ffffff;
}

.zwmain .zsknews .zsknews_title:hover {
    border-color: #2f61ac;
    background: #2f61ac;
    color: #fff;
}

.zwmain .zsknews .zsknews_cont {
    margin: 0 auto;
    width: 332px;
}

.zwmain .zsknews .zsknews_cont>li {
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zwmain .zsknews .zsknews_cont>li a:hover {
    color: #2f61ac;
}

.zwmain .zsknews .zsknews_cont>li a {
    color: #000;
}

.zwmain .wdmain_l_bottom .submit .submit_img {
    margin-top: 21px;
    position: absolute;
    width: 29px;
    height: 28px;
    left: 50%;
    margin-left: -14.5px;
}