<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background: #f1f1f1;
    font-family: "Microsoft YaHei","SimSun";
}
div.body{
     padding: 20px 0;
}
.bodybg{
    width: 1085px;
    background: #fff;
    height: auto;
    margin: 0 auto;
    border-radius: 20px
}

.b-right{
    margin-left: 30px;
   
}
.b-right li{
    min-width: 135px;
    width: auto;
    padding-right: 50px;
    background: url(../images/kcl-2@2x.png) no-repeat right;
    
   
}
.b-right li img{
    margin-right: 5px;
    display: inline-block;
    
}
.b-right li span{
    display: inline-block;
    
    margin-bottom: 5px;
    position: relative;
    bottom: 5px;
}

.b-right li:nth-of-type(2){
    background: url(../images//hdwt-2@2x.png) no-repeat right;
}
.main-content{
    /* margin-top: 15px; */
    display: flex;
    border-radius: 20px;
    /* margin-left: 20px; */
}
.main-content-left{
    width: 780px;
    /* padding: 0 20px 0 40px; */
    /* background: #f8f8f8; */
    position: relative;
}
.main-content-over{
    /* height: 580px; */
    
    border-radius: 20px;
    background-color: #f2f7ff;
}
.main-content-right{
    padding: 0 0 0 15px ;
    background: #fff;
    width: 295px; 
    position: relative;   
}
.main-content-right .znwd{
    width: 60px;
    text-align: center;
    position: absolute;
    color: #fff;
    top: 115px;
    right: -60px;
    background: url(../images/cb.png) no-repeat;
    background-size: 100%;
}
.main-content-right .znwd h1{
    width: 20px;
    margin: 25px auto;
    font-size: 24px;
}
.right-top,.right-bottom{
   background: #fff;
   border-radius: 10px;
   width: 290px;
}
.b-content-right{
    font-size: 12px;
}
.b-content-right li{
    margin-bottom: 20px;
    cursor: pointer;
}
.b-content-right #phone{
    position: relative;
}
.b-content-right li p{
    margin-top: 10px;
}
.right-top{
    text-align: left;
    width: 280px;
    margin: 15px 0 5px 0;
    height: 270px;
    background-color: #f2f7ff;
}

.right-top ul{ margin-top:25px;
    height: 210px;
    padding: 0 12px;
}
.right-top ul li{
    width: 99px;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    background: #fff;
} 
 .right-top ul li{
    margin-bottom: 15px;
    padding: 10px;
}
.right-top ul li:nth-of-type(2n+1){
    margin-right: 12px;
}
.right-top ul li:nth-last-of-type(1){
    margin-right: 0;
}
.right-top ul li img{
    width: 30px;
    /* position: absolute;
    top: -20px;
    left: 0; */
}
.right-top ul li span {
    margin-top: 5px;
    display: inline-block;
    font-size: 15px;
}
.right-top ul.relatequestion{
    margin-top: 0;
    overflow: hidden;
}
.right-top ul.relatequestion li a{
    margin-left: 2px;
}
.right-top ul.relatequestion li a:hover{
    color: #1856ac;
}
.right-top ul.relatequestion li{
    display: block;
    margin-bottom: 0;
    background: none;
    width: 96%;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    animation: question 1s;
}
@keyframes question{
    from{
        opacity: 0;
        transform: translate(50%);
    }
    to{
        opacity: 1;
        transform: translate(0);
    }
}
#clear{
    color: #cbcbcb;
}
.right-bottom{
    height: 200px;
    margin-top: 25px;
    text-align: left;
    width: 275px;
}
@-webkit-keyframes fadeInLeft{
    0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
    to
    {opacity:1;-webkit-transform:none;transform:none}
}

@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}
.dialog_tab{
    background: #FFFFFF;
    /* border: 1px solid #e1e1e1; */
    padding: 10px 12px;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    margin-right:41px;
    margin-left: 20px;
    border-radius: 10px;
    position: relative;
    width:65%;
    max-width:100%;
    animation-name: fadeInLeft;
    animation-duration: 2s;
    font-size: 14px;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.1);
}
.right_arrow {
    width: 35px;
    height: 35px;
    position: absolute;
    left: -40px;
    top: -20px;
    background: url(../images/tx1@2x.png) no-repeat right;
    background-size: 100%;
    z-index: 3;
}
.triangle{
    display: none;
    width: 22px;
    height: 27px;
    /* background: url(../images/triangle.png) no-repeat; */
    position: absolute;
    left: -13px;
    top: 2px;
}
.tab2_title {
    width: 100%;
}
.tab2_top {
    display: flex;
    justify-content: space-between;
}
.tab2_top span{
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}
#changjian ul{
    /* display: flex; */
    margin-top: 10px;
}
#changjian ul li{
    display: inline-block;
    width: 46%;
   line-height: 30px;
   overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font-size: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #c1dff6;
}
#changjian ul li:nth-of-type(2n+1){
    margin-right: 15px;
    margin-left: 5px;
}
#message{
    padding: 0 20px 0 40px;
    height: 555px;
    overflow-y: auto;
    overflow-x: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.con-l-b{
    background: #fff;
    height: 75px;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 10px;
    margin-left: 20px;
    width: calc(100% - 40px);
    margin-bottom: 20px;
}
#messCon {
    background: #fff url(../images/sr@2x.png) no-repeat left;
    background-position: 15px 20px;
    background-size: 2%;
    width: 88%;
    overflow: hidden;
    height: 65px;
    margin-top: 20px;
    outline: none;
    resize: none;
    padding-left: 35px;
    box-sizing: border-box;
    margin-top: 8px;
    font-size: 14px;
    /* line-height: 62px; */
    color: #333;
    float: left;
    border: 0;
    border-radius: 100px;
    padding-top: 20px;

}
#sendMess {
    width: 75px;
    height: 30px;
    font-size: 15px;
    background-size: 80%;
    border: 0;
    position: absolute;
    top: 27px;
    right: 15px;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(to bottom,#3195e0,#1958ad) ;
    
}
#talkmess_btn{
    background: #115eae url(../images//yy@2x.png) no-repeat center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    border: none;
    right: 15px;
    top: 20px;
    cursor: pointer;
}
#keywords{
    position: absolute;
    top: -40px;
    left: 5px;
}
@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100px);transform:translateX(100px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slideInRight{0%{-webkit-transform:translateX(100px);transform:translateX(100px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}
#keywords li {
    display: inline-block;
    animation: slideInRight .8s ease-in-out both;
}

#keywords li{
    background: #fff;
    border-radius: 10px;
    margin-right: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
#keywords li:hover{
    background: linear-gradient(to bottom,#3195e0,#1857ac);
    
}
#keywords li a:hover{
    color: #fff;
}
#keywords li a{
    color: #333; 
    /* background: url("../images/wtbq.png") no-repeat; */
    width: 80px;
    line-height: 30px;
    display: block;
    text-align: center;
    font-size: 15px;
}
.change img{
    width: 14px;
}
.change span{
    cursor: pointer;margin-right: 15px;color:#3297df;font-size: 15px;
}
#changjian{
    height: 120px;
    overflow: hidden;
}
/* 发送信息样式 */
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}

@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}
.dialog {
    overflow: hidden;
    padding-right: 20px;
    /* background: url(../images/man.png) no-repeat right; */
    background-size: 9%;
    position: relative;
    margin: 10px 0px;
    /* height: 50px; */
    animation-duration: 1s;
    animation-name: fadeInRight;
}
.triangle2 {
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    right: 4px;
    background: url(../images/tx2@2x.png) no-repeat;
    z-index: 1;
    top: 0;
    background-size: 100%;
}
.center {
    float: right;
    background: #1856ac;
    color: #FFF;
    font-size: 14px;
    line-height: 28px;
    margin: 18px 0px;
    padding: 5px 17px 5px 10px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    margin-right: 20px;
}
.onoff {
    right: 0;
    height: 100%;
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    margin-top: 10px;
    background: url(../images/1.png) no-repeat 0px 2px;
    position: absolute;
    top: 0px;
    left: -23px;
}
.center a {
    color: #fff;
}
.trangle2 {
    display: none;
    width: 20px;
    height: 27px;
    background: url(../images/triangleRight.png) no-repeat;
    position: absolute;
    right: -10px;
    top: 3px;
    background-position: -6px;
}
/* 发送信息样式 */

.tab2_content {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.dialog_tab p span {
    color: #cd3e45;
    text-overflow: ellipsis;
}
.tab2_content p {
    color: #333;
    /* font-weight: 600; */
    /* font-size: 15px; */
    /* border-bottom: 1px dashed #eee; */
    /* line-height: 40px; */
}
.dialog_tab&gt;ul&gt;li {
    border-bottom: 1px dashed #eee;
    /* line-height: 25px; */
    /* padding-top: 7px; */
    padding: 8px 0;
    background: url(../images/bt@2x.png) no-repeat left;
    padding-left: 15px;
    display: flex;
}
.dialog_tab&gt;ul&gt;li:nth-child(1){
    border-top: 1px dashed #eee;
    margin-top: 10px;
}
.list_info_tab .tab2_content .news li:nth-child(1){
    border-top: 1px dashed #eee;
    margin-top: 10px;
}
.dialog_tab li a {
    display: inline-block;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
li .bszn {
    color: #387dbf;
    flex-shrink: 0;
}
.dialog_tab li button {
    background: 0 none;
    outline: none;
    border: 0 none;
    float: left;
    cursor: pointer;
    font-size: 14px;
    /* line-height: 19px; */
    color: #333;
    font-family: "Microsoft YaHei";
    padding: 0!important;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    /* margin-right: 10px; */
    /* border-bottom: 1px; */
}
.dialog_tab &gt; p {
    line-height: 32px;
    font-size: 14px;
}

.g-man {
    position: absolute;
    left: 1px;
    bottom: -45px;
    line-height: 30px;
    font-size: 13px;
    display: flex;
}
.wntj {
    font-weight: 900;
    /* margin-left: 40px; */
    font-size: 15px;
    color: #0d89e1;
    margin-bottom: 25px;
    bottom: -80px;
}
.wntj &gt;span {
    display: inline-block;
    margin-right: 25px;
    width: 90px;
    line-height: 30px;
    color: #666 !important;
    font-size: 15px;
    position: relative;
    /* background-color: #fff; */
    border: 1px solid #dcdfe6;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
}
.wntj &gt;span&gt;span {
    /* display: inline-block; */
    position: absolute;
    width: 25px;
    line-height: 25px;
    background-color: #fff;
    border-radius: 50%;
    top: -10px;
    left: 77px;
    text-align: center;
    z-index: 0;
    background-color: #58a8f5;
    color: #fff;
}
.g-man span {
    color: #333;
    font-size: 15px;
}
.g-man1, .g-man2 {
    width: 95px;
    height: 30px;
    margin: 0 10px;
    line-height: 30px;
    text-align: center;
    color: #2877e9;
    background: #fff;
    border: 1px solid #2877e9;
    border-radius: 18px;
    box-shadow: 0px 0px 10px rgb(177 201 246 / 90%);
    box-sizing: border-box;
    cursor: pointer;
    font-size: 13px;
}
.left {
    float: left;
}
.g-man1 span {
    display: inline-block;
    width: 15px;
    height: 13px;
    margin-right: 5px;
    vertical-align: unset;
    background: url(../images/zan.png) no-repeat left center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    cursor: pointer;
    /* float: left; */
}
.g-man2 span {
    display: inline-block;
    width: 15px;
    height: 13px;
    margin-right: 5px;
    vertical-align: unset;
    background: url(../images/nozan.png) no-repeat left center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    cursor: pointer;
    /* float: left; */
}
#fenye{
    background: none;
    border: none;
}
#fenye ul li:hover{
    color: #387dbf;
}
.dialog_tab li button:hover{
    color: #387dbf;
}
.wntj &gt;span:hover{
    color: #409eff;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
}
.dialog_tab li a:hover{
    color: #387dbf;
}
#fenye ul{
    display: flex;
    justify-content: center;
}
#fenye ul li{
    width: 20px;
    cursor: pointer;
}
#fenye ul li:hover{
    color: #387dbf;
}
#fenye ul .select{
    color: #387dbf;
}
.c_text{
    line-height: 26px;
    height:100px;
    overflow: hidden;
    color:#666;
}
.c_text img{
    height: 160px !important;
    width: auto !important;
    display: block;
    margin:0 auto;
    float: left;
    margin-right: 8px;

}
.c_text1{
    line-height: 26px;
    overflow: hidden;
    color:#666;
}
.c_text1 img{
    max-width: 100%;
    width: 85px;
    height: 100px;
    margin-right: 10px;
}
.daan{
    width:70%;
    margin-bottom: 70px;
}
.adwz{
    font-size:13px;
    line-height:28px;
    color: #50a2ff;
    float:right;
    display: inline-block;
    margin-right: 20px;
}
.adwz:hover{
    color:#a4a2a2;
    text-decoration: none;
}
.more-dan{
    color: #50a2ff !important;
    cursor: pointer;
    line-height: 20px !important;
    width:92%!important;
    text-align:left!important;
    /*padding-left:20px;*/
}
.more-dann{
    color: #ef5757!important;
    cursor: pointer;
    line-height: 28px;
    /* background: url(../images/zhankai.png) no-repeat right center; */
    width: 75px;
    background-size: 15px;
}
.choosebtn{
    margin: 10px 10px 10px 0;
    background: #0a81d6;
    font-size: 14px;
    box-shadow: 1px 2px 5px #969696;
    color: #fff;
    border-radius: 5px;
    line-height: 24px;
    outline: none;
    border: 0;
    padding: 3px 10px;
    cursor: pointer;
}
.list_info_tab .tab2_content .news li {
    background: url(../images/bt@2x.png) no-repeat left center;
    overflow: hidden;
    padding: 7px 0 7px 20px;
    border-bottom: 1px dashed #eee;
    line-height: 21px;
    display: flex;
}
.link_p{
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}
.dialog_tab.tabmore6.list_info_tab {
    margin-bottom: 46px;
}
.answer_li li p {
    line-height: 20px;
    font-weight: 600;
}
/* 表格样式 */
.cusul {
    width: 100%;
    /* background: #fff; */
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #2877e9;
}
.cusul li.activespan {
    background: #2877e9!important;
    border-radius: 5px 5px 0 0;
    box-shadow: 4px 0 0px #143f7d;
}

.cusul li {
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    list-style: none;
    background: none!important;
    padding: 0;
}
.cusul li span {
    float: none!important;
    margin-left: 0!important;
    cursor: pointer;
}

.activespan span {
    color: #fff!important;
}
.tab2_content&gt; div {
    height: auto;
}

.ul_con {
    width: 95%;
    /* min-height: 250px; */
    display: block;
    font-size: 14px;
    color: #343434;
    line-height: 24px;
    text-align: left;
    padding: 5px;
    /* background: #fff; */
}
.tab2_content table {
    background: #CCC;
    width: 100%;
    table-layout: fixed;
}
.tab2_content table tr td:nth-child(1) {
    background: #f3f3f3;
    width: 25%;
    text-align: center;
    color: #333;
}

.ul_con table tr td:nth-child(1) {
    background: #f3f3f3;
    width: 15%;
    text-align: center;
    color: #333;
}
.tab2_content table td {
    background: #FFF;
    line-height: 24px;
    font-size: 14px;
    padding: 5px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ul_con table td {
    background: #FFF;
    line-height: 24px;
    font-size: 13px;
    padding: 5px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 表格样式 */

/* 意见反馈 */
.prompting1 ,.prompting2,.prompting3{
    position: fixed;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    z-index:999;
    background-color: rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
}
.pro-box{
    width: 360px;
    min-height: 240px;
    background-color: #fff;
    position: fixed;
    top:50%;
    left:50%;
    border-radius: 10px;
    margin-left:-170px;
    margin-top:-150px;
    /* padding:15px; */
    box-sizing: border-box;
}
.pro-box h5{
    line-height: 36px;
    color:#d1474e;
    line-height: 36px;
    background: #1e76d1;
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.pro-box textarea{
    width:100%;
    padding-left:5px;
    border:0 none;
    border:1px solid #CCC;
    border-radius: 4px;
    max-width:305px;
    min-width:305px;
    line-height: 24px;
    min-height: 24px;
    outline: none;
    resize : none;
    margin: 28px;
}
.modal-footer{
    border-top: 1px solid #ccc;
    padding-top: 8px;
    text-align: right;
    padding-right: 30px;
}
#submitBtn,#cancelBtn{
    border:0 none;
    outline: none;
    color:#FFF;
    width: 60px;
    height: 30px;
    cursor: pointer;
    background-color: #2877e9;
}
#submitBtn1,#cancelBtn1,#cancelBtn2,#cancelBtn3{
    border:0 none;
    outline: none;
    color:#FFF;
    width: 85px;
    height: 30px;
    cursor: pointer;
    background-color: #1e76d1;
    border-radius: 5px;
    font-size: 14px;
}
.text-center{
    text-align:center;
}
#cancelBtn{
    background-color: #777;
    margin-right:10px;
}
#cancelBtn1{
    background-color: #777;
    margin-right:10px;
}
/* 意见反馈 */
/* 问答技巧 */
.modal_show {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}
.modal {
    max-height: 85%;
    margin: 0 auto 0 calc(50% - 13%);
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    left: 0;
    top: 150px;
    width: 1000px;
    background: none!important;
    box-sizing: border-box;
    /* background: #efefef; */
    display: block!important;
}
#modal_close_help {
    position: absolute;
    right: 5px;
    z-index: 2;
    float: right;
    padding-top: 5px;
    background: url(../images/helpclose.png) no-repeat;
    background-size: 80%;
    margin-right: 5px;
    color: #fff;
    cursor: pointer;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 24px;
    color: #000;
    margin-top: 7px;
}
.content-help-con .con-div {
    padding: 10px 0;
    height: 645px;
    box-sizing: border-box;
    overflow-y: auto;
    /* margin-top: 50px; */
    width: 150%;
}
.content-help-con .swiper-slide img {
    height: auto;
    width: 82%;
    margin-left: 70px;
}

/* 问答技巧 */
/* 历史记录 */
.right-bottom &gt; p,.right-top &gt; p{
    color: #034b93;
    display: inline-block;
    width: 75%;
    font-weight: 600;
    font-family: cursive;
    font-size: 18px;
}
.historydiv {
    height: 150px;
    overflow-y: auto;
    margin-top: 10px;
}
.compro ul li {
    line-height: 35px;
    font-size: 15px;
    color: #333;
    cursor: pointer;
    display: flex;   
}
.compro ul li a:hover{
    color: #2575cc;
}
.compro {
    margin:0 10px 0 0;
}
.compro ul li a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 96%;
    display: inline-block;
}
/* 历史记录 */

/* 滚动条 */
.bodybg ::-webkit-scrollbar {
    width: 5px;
    height: 2px;
    /* background: #f8f8f8; */
    border-radius: 10px;
}
.bodybg ::-webkit-scrollbar-thumb {
    display: block;
    width: 3px;
    margin: 0 auto;
    border-radius: 10px;
    background: #ccc;
}
/* 滚动条 */

.yqfk {
    position: absolute;
    top: 0px;
    left: 104%;
    
}
.yqfk p {
    line-height: 47px !important;
    /* margin: 0 auto; */
    padding-left: 31px;
    font-size: 17px;
    font-family: fangsong;
    font-weight: 600;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 1px 2px 10px rgb(0 0 0 / 10%);
}
.tipDiv {
    background-color: #fff;
    width: 100%;
    z-index: 9;
    position: absolute;
    bottom: 75px;
    border-bottom: 3px solid #2776e9;
    color: #333;
}
.tipDiv ul{
    margin: 2px 10px;
}
.tipDiv ul li{
    line-height: 25px;
    cursor: pointer;
    font-size: 15px;
}
.tipDiv ul li:hover{
    background: #ecf5ff;
}
.con-overflow {
    overflow: hidden;
    position: relative;
    height: 90px;
    line-height: 24px!important;
}
/* 数据自带标签样式 */
.styletwo img {
    height: 160px !important;
    width: auto !important;
    display: block;
    margin: 0 auto;
    float: left;
    margin-right: 8px;
}
.styletwo p {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #333;
    text-indent: 2em;
    line-height: 24px;
}
.stylefour div {
    float: left;
    margin: 9px;
}
.stylefour p {
    text-align: center;
    line-height: 22px;
    height: 22px;
}
.stylefour img {
    max-width: 100px;
    width: 100px;
    height: 100px;
}
.styleone p {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #333;
    text-indent: 2em;
}
.styleone img {
    width: 80%;
    height: auto;
    border-radius: 5px;
    border: 1px solid #eee;
    margin: 0 10%;
}
/* 数据自带标签样式 */



.answer_li {
    overflow: hidden;
    position: relative;
    /* height: 90px!important; */
    line-height: 24px!important;
}

.answer_li li {
    padding-left: 18px;
    background: url(../images/li_bg1.png) no-repeat left 1px;
    background-size: 7px auto;
}
.answer_li li p {
    line-height: 20px;
    
}
.answer_li li p:nth-child(2){
    overflow: auto;
    max-height: 150px!important;
    margin: 5px 0;
    font-weight: 400;
    font-size: 14px;
}

.more-dann {
    color: #0d6dc3!important;
    cursor: pointer;
    line-height: 34px!important;
    padding-left: 15px;
    background: #f3f9ff url(../images/zhankai.png) 75px center no-repeat;
    border-radius: 15px;
    width: 90px;
    height: 34px;
    font-size: 13px;
    margin: 10px 0;
    font-weight: initial !important;
}
ul.answer_btn {
    width: 100%;
    height: 35px;
    margin: 10px 0;
}
ul.answer_btn li {
    float: left;
    margin: 0 5px;
}
ul.answer_btn li a {
    text-decoration: none;
    /* display: block; */
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    padding: 3px 13px;
    border-radius: 16px;
    color: #409eff;
    border: 1px solid #f1f1f1;
    display: inline-block;
    margin-right: 15px;
    width: 85px;
    line-height: 24px;
}
div.con-overflow {
    overflow: hidden;
    position: relative;
    height: 88px ;
    line-height: 24px!important;
}
.ma {
    position: absolute;
    top: 75px;
    left: -40px;
    width: 140px;
    height: 174px;
    background: #848181;
    z-index: 10;
    border-radius: 10px;
    text-align: center;
    display: none;
}
.icon-tran {
    right: 63px;
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #848181;
    border-top: 10px solid transparent;
    top: -18px;
    transform: rotate(0deg);
}
.ma&gt;p {
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 30px;
}
.ma&gt;img {
    /* width: 89%; */
    height: 121px;
    border-radius: 5px;
    margin: 0 !important;
}
</pre></body></html>