.consult_cont {
    background: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 1;
}

.consult_cont_top {
    width: 100%;
    height: 180px;
    background: url(../image/1861ec80_dbanner.png) no-repeat;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    flex-flow: column;
}

.ass_input .validation {
    display: flex;
    align-items: center;
}

.consult_cont_top .records {
    margin-top: 16px;
    color: #fff;
    font-size: 14px;
    font-family: MicrosoftYaHei;
}

.consult_cont_top .records a {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    margin-left: 5px;
}

.consult_cont_top .records a:hover {
    color: #A1C8FC;
}

.consult_cont_top .ass_input input {
    width: 476px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 24px 0 0 24px;
    padding-left: 20px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
}

.consult_cont_top .ass_input input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #C1C1C1;
}

.consult_cont_top .ass_input input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #C1C1C1;
}

.consult_cont_top .ass_input input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #C1C1C1;
}

.consult_cont_top .ass_input input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #C1C1C1;
}

/* 搜索按钮本体，保证右侧圆角与背景一致 */
.consult_cont_top #circsearch {
    cursor: pointer;
    display: inline-block;
    width: 64px;
    height: 48px;
    padding: 0;
    margin: 0;
    border: none;
    background: #fff;
    border-radius: 0 24px 24px 0;
}
.consult_cont_top #circsearch:focus {
    outline: none;
}
.consult_cont_top #circsearch:hover .icon {
    background: #E3ECF7;
}


.consult_cont_top .icon {
    width: 64px;
    height: 48px;
    background: #fff;
    border-radius: 0px 24px 24px 0px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.consult_cont_top a:hover .icon {
    background: #E3ECF7;
}

.consult_cont_top .icon i {
    color: #1476F9;
}

/* 全部咨询 */
.consult_fl {
    width: 780px;
    float: left
}

.consult_new ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #F4F4F4;
    ;
}

.consult_new ul li {
    margin: 0 16px 18px 0;
    width: 80px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 8px;
    cursor: pointer;
}

.consult_new ul li a {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #666666;
}

.consult_new ul .consult_new_li {
    background: #EBF3FE;
}

.consult_new ul li .as {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #000000;
}

.prompt {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    margin-top: 16px;
    line-height: 1;
}


/* .consult_search_list .new_consult_ul ul li a.a_title{ font-size:16px; position:relative; padding-bottom:12px; width:780px;display:block; text-align:justify}
   .consult_search_list .new_consult_ul ul li a.a_title h2{ line-height:28px; display:block; font-size:16px;} */

.consult_search_list .new_consult_ul .uls .cont {
    display: flex;
    align-items: center;
    justify-content: center;
}

.consult_search_list .new_consult_ul ul li .consequence {
    text-align: center;
    width: 400px;
    height: 231px;
    margin: 56px 0 72px 0;
    background: url(../image/2a4da9f5_wuw.png);
    position: relative;
}

.consult_search_list .new_consult_ul ul li .consequence .postion {
    position: absolute;
    top: 167px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.consult_search_list .new_consult_ul ul li .consequence .viewer {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    margin-bottom: 24px;
}

.consult_search_list .new_consult_ul ul li .consequence .view {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #808080;
}







.recently {
    margin-top: 48px;
}

.recently h3 {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    margin-top: 19px;
}

.recently .printing {
    width: 780px;
    height: 4px;
    background: #333333;
    border-radius: 2px;
}

.recently_lis {
    padding: 24px 0 35px 0;
    border-bottom: 1px solid #EFEFEF;
}





.ask_cont_btom {
    overflow: hidden;
    padding-bottom: 49px
}

.ask_topfrs {
    overflow: hidden;
    float: left
}

.ask_casebtn {
    width: 666px;
    position: relative;
    float: left;
    height: 466px;
}

.login_select {
    display: flex;
}

/* 最新咨询 */

/* 热心律师 */
.consult_fr {
    float: right;
    width: 364px;
}

.gold_title h3 {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    padding: 23px 0 25px 16px;
    line-height: 1;
}

.gold_medal {
    background-color: #f4f4f4;
    width: 295px;
    padding-right: 69px;
}

.consult_fr .revert h3 {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    margin: 55px 0 8px 0;
}


.consult_fr .revert ul {
    overflow: hidden;
}




.consult_fr .revert ul li {
    display: flex;
    flex-flow: column;
    padding: 24px 0;
    border-bottom: 1px solid #EFEFEF;
}

.consult_fr .revert ul li .condition {
    display: flex;
    align-items: center;
}

.consult_fr .revert ul li .condition img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 16px;
}

.consult_fr .revert ul li .condition .messing {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 48px;
    width: 300px;
}

.consult_fr .revert ul li .condition .messing .pSpan {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
}

.consult_fr .revert ul li .condition .messing .pSpan:hover {
    color: #1476F9;
}

.consult_fr .revert ul li .condition .messing .pSpan span {
    margin-left: 3px;
}

.consult_fr .revert ul li .condition .messing .messing_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.consult_fr .revert ul li .condition .messing .messing_flex p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
}

.consult_fr .revert ul li .condition .messing .messing_flex p i {
    color: #BDC4C8;
    margin-right: 6px;
}

.consult_fr .revert ul li .condition .messing .messing_flex span {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #BFBFBF;
}

.consult_fr .revert ul li .condition .messing .messing_flex .sizes {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #1476F9;
}

/* 律师回复状态 */
.cond {
    margin-top: 17px;
}

.cond ul {
    margin-top: 7px;
}

.cond .assessment {
    display: flex;
    margin-bottom: 24px;
}

.cond .assessment .incond {
    width: 16px;
    height: 16px;
    background: #72ADFB;
    border-radius: 4px;
    margin-right: 8px;
}

.cond .assessment .incond i {
    color: #fff;
}

.cond h3 {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    padding: 23px 0 25px 0px;
    line-height: 1;
}

.cond .assessment .cond_fr .cond_fr_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.cond .assessment .cond_fr .fonsi {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.cond .assessment .cond_fr .cond_fr_top .cond_fr_top_yh {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
}

.cond .assessment .cond_fr .cond_fr_top span {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #BFBFBF;
}

.cond .assessment .cond_fr .information {
    width: 340px;
    height: 120px;
    margin-top: 14px;
    background: #F4F4F4;
    line-height: 1;
    /* padding: 16px 10px 16px 16px; */
}

.information_div {
    padding: 16px 10px 16px 16px;
}

.cond .assessment .cond_fr .information .attorney {
    display: flex;
    align-items: center;
    /* padding: 16px 0 0 16px; */
}

.cond .assessment .cond_fr .information .attorney img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 16px;
}

.cond .assessment .cond_fr .information .attorney .attorney_amg {
    height: 48px;
    display: flex;
    line-height: 1;
    flex-flow: column;
    justify-content: space-between;
}

.cond .assessment .cond_fr .information .attorney .attorney_amg_name {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
}

.cond .assessment .cond_fr .information .attorney .attorney_amg_name:hover {
    color: #1476F9;
}

.cond .assessment .cond_fr .information .attorney .attorney_amg_p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.cond .assessment .cond_fr .information .attorney .attorney_amg_p i {
    color: #BDC4C8;
    margin-right: 6px;
}

.information .pieces {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0 16px 16px 10px; */
}

.information .pieces .pieces_xx i {
    color: #FFD256;
}

.information .pieces .pieces_xx .chino {
    color: #D9D9D9;
}

.information .pieces .pieces_xx p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
}

.marriage_hole_spans {
    display: flex;
    margin-top: 24px;
}

.marriage_hole_spans a {
    width: 96px;
    height: 32px;
    background: #1476F9;
    border-radius: 16px;
    line-height: 32px;
    color: #fff;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.marriage_hole_spans a:hover {
    background: #5a9ffa;
}

.marriage_hole_spans a i {
    margin-right: 5px;
}

.marriage_hole_spans a:hover {
    color: #fff;
}




















/* 最新咨询选项 */
.hot_title {
    padding-top: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.borders {
    width: 100%;
    height: 4px;
    background: #000;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

.hot_title ul {
    display: flex;
    align-items: center;
}

.hot_title ul li {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    margin-right: 32px;
    padding-bottom: 8px;
    cursor: pointer;
}

.hot_title ul .character {
    border-bottom: 2px solid #1476F9;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #1476F9;
}

.hot_title_ss {
    width: 272px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #D9D9D9;
    line-height: 32px;
}

.hot_title_ss a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hot_title_ss p {
    margin-left: 12px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(0, 0, 0, 0.25);
}

.hot_title_ss a i {
    color: #BFBFBF;
    font-size: 14px;
    margin-right: 17px;
}

/* 最新咨询 */
.consult_search_list .new_consult_ul .uls li .issues {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.consult_search_list .new_consult_ul .uls .li {
    border-bottom: 1px solid #EFEFEF;
    padding: 24px 0 32px 0;
}

/* .consult_search_list .new_consult_ul .uls li:nth-child(1){
      border-top:none;
   } */
.consult_search_list .new_consult_ul .uls .six {
    border-bottom: none;
    padding: none;
}

.consult_search_list .new_consult_ul .uls .format {
    margin-bottom: 25px;
    margin-top: 25px;
}


.consult_search_list .new_consult_ul .uls li a .issues:hover {
    color: #1476F9;
}

.hot_bon {
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999999;
}

.hot_mind {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
}

.hot_bon .hot_bon_size {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #BFBFBF;
}

.hot_span {
    padding: 4px 6px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    margin-right: 24px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}

.new_download {
    display: flex;
    align-items: center;
}

.new_download a i {
    color: #BDC4C8;
    font-size: 10px;
}

.new_download a span {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
}

.new_download a:hover span {
    color: #777;
}

/* 热心律师 */
.earnest {
    display: flex;
    padding: 16px 26px 16px 16px;
    background: #f4f4f4;
    margin-top: 4px;
}

.earnest .imga {
    width: 96px;
    height: 96px;
    border-radius: 4px;
}

.wraps .consult_fr.search_top .consult_advert .earnest:hover  {
	background-color: rgb(234, 234, 234)
}

.messg {
    margin-left: 16px;
}

.messg .messg_name:hover {
    color: #1476F9;
}

.messg img {
    width: 16px;
    height: 16px;
}

.messg_name {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #111111;
}

.help {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
}

.help i {
    margin-right: 5px;
    color: #BDC4C8;
}

.specialize {
    margin-top: 16px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    line-height: 20px;
}

.consult {
    margin-top: 16px;
    width: 80px;
    height: 24px;
    background: #1476F9;
    border-radius: 12px;
    text-align: center;
    line-height: 24px;
}

.consult a {
    color: #fff;
}

.consult a:hover {
    color: #fff;
}

.erwei {
    margin-top: 24px;
    width: 364px;
    height: 160px;
    border-radius: 4px;
}

.erwei img {
    width: 100%;
    height: 100%;
}

/* 最新回复 */
.new_consult_ul_answer {
    display: flex;
    flex-flow: column;
    margin-top: 32px;
}

.new_consult_ul_answer_p {
    display: flex;
    align-items: center;
    font-family: MicrosoftYaHei;
    color: #666666;
}

.new_consult_ul_answer_p .issue {
    width: 16px;
    height: 16px;
    background: #BDC4C8;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    margin-right: 6px;
    opacity: 0.6;
}

.new_consult_ul_answer_p a:hover .question {
    color: #1476F9;
}

.new_consult_ul_answer_p a .question {
    width: 342px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
}

.new_consult_ul_answer_informatization {
    margin: 16px 0 13px 0;
    display: flex;
    align-items: center;
}

.new_consult_ul_answer_informatization a {
    display: flex;
    align-items: center;
}

.new_consult_ul_answer_informatization a div {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    margin-right: 12px;
}

.new_consult_ul_answer_informatization div img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.new_consult_ul_answer_informatization .new_consult_ul_answer_informatization_sapn {
    margin-right: 24px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
}

.new_consult_ul_answer_informatization p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
}

.reduce {
    margin-left: 45px;
    height: 73px;
    background: #F8F8F8;
    position: relative;
}

.reduce_vs {
    display: flex;
    align-items: center;
    padding: 24px 0 0 0;
}

.reduce_vs .issue {
    width: 16px;
    height: 16px;
    background: #1476F9;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    margin-right: 6px;
    opacity: 0.6;
}

.reduce_vs a:hover .answering {
    color: #1476F9;
}

.new_consult_ul_answer .reduce_vs .answering {
    width: 342px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
}

.reduce_span {
    position: absolute;
    right: 16px;
    bottom: 16px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #BFBFBF;
}


/* 热门律师 */
.ask_cont_rm {
    width: 780px;
    position: relative;
    display: flex;
    flex-flow: column;
}

.ask_boeder {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #CEBDA3;
}

.ask_cont_rm_t {
    height: 62px;
}

.ask_cont_rm_t p {
    line-height: 62px;
}

.ask_cont_rm_t p span:nth-child(1) {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    margin-right: 5px;
}

.ask_cont_rm_t p span:nth-child(2) {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
}

/* .ask_cont_attorney{
       display: flex;
       align-items: center;
   } */
.attorneys ul {
    width: 780px;
    display: flex;
}

.attor {
    width: 176px;
    height: 282px;
    margin-left: 25px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.ask_cont_attorney .attorneys ul .attor:nth-child(1) {
    margin-left: 0;
}

.attor_imgs {
    width: 176px;
    height: 176px;
    background-color: #fff;
}

.attor_imgs img {
    width: 100%;
    height: 100%;
}

.attor .attor_name {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #111111;
}

.attor .particulars {
    margin-top: 11px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    line-height: 20px;
}

.particulars_but {
    width: 80px;
    height: 24px;
    background: #1476F9;
    border-radius: 12px;
    line-height: 24px;
    text-align: center;
    margin-left: 42px;
    display: none;
    margin-top: 12px;
}

.upward {
    box-sizing: border-box;
    padding: 14px 14px 0 8px;
    height: 106px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F4F4F4;
}

.upward a:hover .particulars_but {
    background: #5a9ffa;
}

.upward .reading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upward .reading .reading_name {
    width: 30px;
    height: 18px;
    background: #27B14A;
    border-radius: 4px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 18px;
}

.upward .reading .attor_name:hover {
    color: #1476F9;
}

.upward a .particulars_but {
    color: #fff;
    margin-bottom: 12px;
}

.particu {
    margin-top: 11px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 20px;
}

.relieved {
    width: 376px;
    height: 282px;
    /* background-color: #f4f4f4; */
    background: url(../image/3b1109fe_wenli.png);
    margin-left: 24px;
    position: relative;
}

.assembling {
    position: absolute;
    top: 0;
    width: 80px;
    height: 6px;
    background: #CEBDA3;
}

.relieved_flex {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin-top: 67px;
}

.relieved_flex p span {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #111111;
}

.relieved_three {
    width: 100%;
    margin-top: 46px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.relieved_thr {
    display: flex;
    align-items: center;
    flex-flow: column;
}

.relieved_thr div {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.relieved_thr div img {
    width: 42px;
    height: 42px;
}

.relieved_thr p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
}

/* 热门咨询 */
.ask_rm_zx {
    padding-top: 24px;
    position: relative;
    padding-bottom: 32px;
    /* border-top: 4px solid #CEBDA3; */
    width: 1200px;
    display: flex;
    flex-flow: column;
    margin: auto;
}

.bors {
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #333;
}

.consults_rm_li {
    margin-bottom: 24px;
}

.consults_rm_li ul {
    display: flex;
}

.consults_rm_li ul li {
    padding-bottom: 8px;
    margin-right: 10px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    cursor: pointer;
}

.consults_rm_li ul .under {
    border-bottom: 2px solid #1476F9;
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #1476F9;
}

/* 热门咨询 选项内容*/
.offs {
    display: none;
}

.consults_rm_li_bou {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.offs .consults_rm_li_bou li {
    flex-shrink: 0;
    position: relative;
    margin: 0 24px 24px 0;
}

.consults_item_wrapper {
    display: inline-block;
    width: 276px;
    height: 158px;
    vertical-align: top;
}

.offs .consults_rm_li_bou li:after {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.consults_rm_li_bou_divs {
    width: 276px;
    height: 158px;    /* 必须和默认高度一致 */
    position: relative; /* 为内部绝对定位提供基准 */
    background: transparent; /* 背景透明，让内部容器显示背景 */
    margin-bottom: 20px; /* 控制行间距，这里的间距不会再变了 */
    overflow: visible;   /* 必须是 visible，否则悬停伸出来的部分会被切掉 */
}

.card_content_box {
    position: absolute; /* 绝对定位 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;       /* 默认填满外层 li */
    background: #F4F4F4;
    border-radius: 4px;
    overflow: hidden;   /* 默认状态下隐藏超出的文字 */
    z-index: 1;
    transition: all 0.3s ease;
}

.consults_rm_li_bou_divs:hover .card_content_box {
    height: auto;       /* 高度根据内容自动撑开 */
    min-height: 158px;
    z-index: 100;       /* 确保盖在下一行卡片上面 */
    background: #FFFFFF;
    box-shadow: 2px 4px 16px 0px rgba(0, 0, 0, 0.15);
    overflow: visible;  /* 允许文字显示完整 */
}

.consults_rm_li_bou_divs_t, 
.consults_rm_li_bou_divs_spans {
    position: relative;
    z-index: 2;
}

.consults_rm_li_bou_di {
    z-index: 10;
    background: #FFFFFF;
    box-shadow: 2px 4px 16px 0px rgba(0, 0, 0, 0.1);
    width: 276px;
}

.consults_rm_li_bou_divs_t {
    padding: 16px 0 24px 16px;
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
}

.consults_rm_li_bou_divs_t .pillar {
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #1476F9;
    margin-right: 8px;
}

.consults_rm_li_bou_divs_spans {
    padding-left: 16px;
    padding-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
}

.consults_rm_li_bou_divs_spans p {
    padding: 0px 30px 20px 0;
    line-height: 1;
}

.consults_rm_li_bou_divs_spans p a {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    transition: color 0.2s ease;
}

.consults_rm_li_bou_divs_spans .p_1 {
    display: none;
}

.consults_rm_li_bou_divs:hover .consults_rm_li_bou_divs_spans .p_1 {
    display: block;
}

.consults_rm_li_bou_divs_spans p a:hover {
    color: #1476F9;
}

/* .list_ui{
       position: relative;
       top: 0;       
   } */

.wraps {
    width: 1176px;
    margin: 0 auto;
}

.ask_blacker {
    height: 466px;
    background: #011223;
    margin-bottom: 48px;
}

.answers__box {
    margin-top: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

/* .answers__list {
       width: 276px;
     } */

.answers__item {
    float: left;
    padding: 24px 0;
    width: 100%;
    border-bottom: #EFEFEF solid 1px;
}
