@charset "UTF-8";
/* 法律咨询顶部区域 */
.legal-advice{
    width: 100%;
    padding-bottom: 46px;
    background-color: #f4f7fe;
}
.legal-advice-tp{
    height: 480px;
    position: relative;
    overflow: hidden;
}
.legal-advice-tp .legal-advice-tp-bg{
    height: 480px;
    position: absolute;
    top: 0;
    left: 0;
}
.legal-advice-tp .legal-advice-tp-con{
    color: #ffffff;
    padding: 30px 0;
    z-index: 2;
    position: relative;
}
.legal-advice-tp .legal-advice-tp-con-img{
    text-align: center;
}
.legal-advice-tp .legal-advice-tp-con-img img{
    width: 437px;
    height: 24px;
}
.legal-advice-tp .legal-advice-tp-con-its{
    font-size: 18px;
    color: #F4F7FE;
    margin: 34px 0 38px;
}
.legal-advice-tp .legal-advice-tp-con-its li .iconfont{
    font-size: 19px;
    margin-right: 3px;
}
.legal-advice-tp .legal-advice-tp-con-its-num{
    color: #8598F8;
}
.legal-advice-tp .legal-advice-tp-con-its li:nth-child(2){
    margin: 0 25px;
}
.legal-advice-tp .legal-advice-tp-con-le{
    width: 413px;
    height: 301px;
    background: #FFFFFF;
    padding: 25px 20px;
    /*border-radius: 5px;*/
}
.legal-advice-tp .legal-advice-tp-con-le-wen{
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
}
.legal-advice-tp .legal-advice-tp-con-le-wen img{
    margin-right: 10px;
}

.legal-advice-tp .legal-advice-tp-con-le-ipt{
    width: 100%;
    padding: 10px;
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid #dedede;
    margin: 0 0 30px;
    resize: none;
}



.legal-advice-tp-con-le-btn{
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    width: 237px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #3552E4;
    border-radius: 5px;
    margin: auto;
    cursor: not-allowed;
    opacity: .6;
}
.legal-advice-tp-con-le-btn.active{
    opacity: 1;
    cursor: pointer;
}
.legal-advice-tp-con-rg{
    width: 773px;
    height: 301px;
    /*border-radius: 5px;*/
    overflow: hidden;
}
.legal-advice-tp-con-rg img{
    width: 773px;
    height: 301px;
}
.legal-advice-con{
    background-color: #f4f7fe;
    padding-top: 40px;
}
.law_firm_palce{
    font-size: 14px;
    color: #333333;
    margin: 25px 0 30px;
    z-index: 9;
    position: relative;
}
.law_firm_palce a:hover{
    color: #333333;
    text-decoration: underline;
}
.legal-advice-con-le{
    width: 816px;
    z-index: 1;
    position: relative;
}


/* 错误信息提示 */
#message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #4d4d4d;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    display: none;
    font-size: 16px;
    z-index: 99999;
}
/* 弹窗样式 */
.norPop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 1000;
    display: none;
}
.norPop .pop_box{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 352px;
    height: 260px;
    background-color: #fff;
    transform: translate(-50%,-50%);
    border-radius: 20px;
}
.norPop .pop_box .login_pop{
    padding: 20px 32px;
}
.norPop .pop_box .login_pop .tl {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 25px;
}
.norPop .pop_box .login_pop .form_main {
    margin-bottom: 30px;
}
.norPop .pop_box .login_pop .form_main .item {
    display: flex;
    padding: 25px 0;
    height: 24px;
    align-items: center;
    border-bottom: 1px solid #eaebed;
    font-size: 16px;
}
.norPop .pop_box .login_pop .form_main .inputTxt {
    display: block;
    flex: 1;
    font-size: 16px;
    color: #333;
    background-color: #ffffff !important;

}


.norPop .pop_box .login_pop .form_main .mes {
    width: 100px;
    text-align: right;
    color: #e61;
    font-size: 16px;
    cursor: pointer;
}
.norPop .pop_box .login_pop .form_main .zxdisabled{
    color: #a2a2a2 !important;
    cursor: not-allowed;
}
.norPop .login_pop .form_btn {
    margin-bottom: 30px;
}
.norPop .login_pop .form_btn .dis-btn {
    opacity: .3;
}
.norPop .login_pop .form_btn .btn {
    display: block;
    width: 100%;
    height: 40px;
    background: #3887f5;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    cursor: pointer;
    transition: .4s;
    border: none;
}

.norPop .pop_close {
    position: absolute;
    top: 24px;
    right: 18px;
    font-size: 15px;
    color: #999999;
    cursor: pointer;
    transition: .6s;
}
.norPop .pop_close:hover {
    transform: rotate(180deg); /* 旋转 360 度 */
}


/* 最新咨询 */
.legal-advice-con-le .legal-advice-con-le-tle{
    font-size: 24px;
    color: #333333;
    padding: 27px 30px 26px 30px;
    border-bottom: 1px solid #efefef;
    background: #FFFFFF;
    border-radius: 8px 8px 0 0 ;
}
.legal-advice-con-le .problem-law-bmm-box{
    padding: 10px 20px 50px;
    background-color: #ffffff;
    border-radius: 0  0 8px 8px ;
}
.legal-advice-con-le .problem-law-bmm-box li{
    padding-bottom: 30px;
    margin-top: 30px;
    font-size: 14px;
    color: #8D8D8D;
    border-bottom: 1px dashed #DBDBDB;
}
.legal-advice-con-le  .problem-law-bmm-box li a{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-bottom: 30px;
    display: block;
}
.legal-advice-con-le  .problem-law-bmm-box li a:hover{
    color: #0057ff;
}
.legal-advice-con-le .problem-law-bmm-box-time{
    margin:  0 30px;
}
.legal-advice-con-le .problem-law-bmm-box-icon{
    font-size: 18px;
    margin-right: 5px;
}
.legal-advice-con-le.problem-law-bmm-box-tet{
    font-size: 16px;
    color: #656565;
    margin-bottom: 40px;
}
.legal-advice-con-le .problem-law-bmm-box-tody{
    margin: 0 30px 0 60px;
}
.legal-advice-con-le .he-fazu-bmItem-men{
    height: 35px;
    padding: 0 15px 0 15px;
}
.legal-advice-con-le .he-fazu-bmItem-imgs{
    margin-right: 10px;
}
.legal-advice-con-le .he-fazu-bmItem-img{
    width: 29px;
    height: 27px;
    border-radius: 15px;
    margin-left: -9px;
    border: 1px solid #ffffff;
}
.legal-advice-con-le .he-fazu-bmItem-men-num{
    font-weight: 600;
    color: #3552E4;
}





.legal-advice-con-rg{
    width: 364px;
    z-index: 1;
    position: relative;
}
/* 郑州经济律师推荐 */
.legal-advice-con-rg .law_firm_rg_til{
    font-weight: bold;
    font-size: 24px;
    color: #222222;
}
.legal-advice-con-rg .law_firm_rglaws{
    margin-top: 24px;
}
.legal-advice-con-rg .law_firm_rglaw-it{
    width: 364px;
    height: 110px;
    padding: 10px;
    font-size: 14px;
    color: #A0A0A0;
    background: #FFFFFF;
    line-height: 1;
    margin-bottom: 15px;
    border-radius: 3px;
    position: relative;
}
.legal-advice-con-rg  .law_firm_rglaw-it-img{
    width: 90px;
    height: 90px;
    margin-right: 9px;
    border-radius: 5px;
    overflow: hidden;

}
.legal-advice-con-rg .law_firm_rglaw-it-img img{
    width: 90px;
    height: 90px;
    border-radius: 5px;
    transition: all .4s;
}
.legal-advice-con-rg.law_firm_rglaw-it-img img:hover{
    transform: scale(1.2);
}
.legal-advice-con-rg .law_firm_rglaw-it-name{
    font-size: 18px;
    color: #222222;
    margin-right: 5px;
}
.legal-advice-con-rg .law_firm_rglaw-it-name:hover{
    color: #0057ff;
}
.legal-advice-con-rg .law_firm_rglaw-it-good{
    margin: 15px 0 17px;
}
.legal-advice-con-rg .law_firm_rglaw-it-num{
    color: #161616;
}
/*.legal-advice-con-rg .law_firm_rglaw-it-typ{*/
/*    width: 150px;*/
/* }*/
.legal-advice-con-rg .law_firm_rglaw-it-btn{
    font-size: 14px;
    color: #3552E4;
    width: 74px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #3552E4;
    display: block;
    position: absolute;
    right: 10px;
    top: 12px;
}
.legal-advice-con-rg .law_firm_rglaw-it-btn:hover{
    border: none;
    background-color: #0057ff;
    color: #ffffff;
}
/* 最新切换 */
.zixin-tabcom{
    background-color: #ffffff;
}
.zixin-tabcom .call-zuixin-tabs{
    width: 100%;
    height: 49px;
    color: #333333;
    font-size: 18px;
    line-height: 49px;
    border-bottom: 1px solid #efefef;

}
.zixin-tabcom .call-zuixin-tab {
    width: 33.3%;
    text-align: center;
    cursor: pointer;
    background-color: white;
    transition: all 0.3s;
}

.zixin-tabcom .call-zuixin-tab-active {
    background-color: #3f5dfb ;
    color: white;
}
.zixin-tabcom  .callcontent {
    display: none;
    padding: 30px 20px 18px;
}
.zixin-tabcom  .callcontent.active {
    display: block;
}
.zixin-tabcom  .callcontent-it{
    color: #909090;
    font-size: 16px;
    display: block;
    margin-bottom: 28px;
    padding-left: 20px;
    position: relative;
}
.zixin-tabcom .callcontent-it:hover{
    color: #0057ff;
}
.zixin-tabcom .callcontent-it::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #919191;
    border-radius: 50%;
    overflow: hidden;
}

/* 咨询窗口 */

.zixuncommons{
    width: 100%;
    height: 327px;
    margin: 20px 0 10px;
    display: block;
    position: relative;
}
.call-tuijian-rg-img{
    width: 100%;
    height: 327px;
}
.zixuncommons-box{
    width: 100%;
    height: 35px;
    padding-left: 35px;
    position: absolute;
    left: 0;
    bottom: 50px;
    overflow: hidden;
}
.zixuncommon-cons{
    position: absolute;
    left: 35px;
    top: 0;
    transition: top 1s ease-in-out; /* 添加平滑过渡动画 */
}
.zixuncommon-con-it{
    width: 281px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #868686;
    background: #FFF4E8;
    border-radius: 18px;
    margin-bottom: 10px;
}
/* 解答榜单 */
.legal-advice-list-ranlaw{
    padding: 20px;
    border-radius: 3px;
    margin-top: 20px;
    background-color: #ffffff;
}
.legal-advice-list-ranlaw .ranlaw-tle{
    font-size: 24px;
    color: #333333;
    margin-bottom: 25px;
    font-weight: 600;
}
.legal-advice-list-ranlaw .ranlaw-num{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 23px;
    color: #A7A7A7;
    border: 1px solid #A7A7A7;
    background: #ffffff;
}
.legal-advice-list-ranlaw ul li:nth-child(-n+3) .ranlaw-num{
    background: #A7A7A7;
    color: #fff;
    border: none;
}
.legal-advice-list-ranlaw .ranlaw-num1{
    font-size: 14px;
    color: #A7A7A7;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #A7A7A7;
    margin-right: 23px;
}
.legal-advice-list-ranlaw .ranlaw-num-img{
    width: 50px;
    height: 50px;
    border-radius: 2px;
    margin-right: 24px;
}
.legal-advice-list-ranlaw .ranlaw-num-imgs{
    width: 50px;
    height: 50px;
    background: #333333;
    border-radius: 2px;
}
.legal-advice-list-ranlaw .ranlaw-tlee{
    font-size: 18px;
}
.legal-advice-list-ranlaw .ranlaw-tlee a:hover{
    color: #0057ff;
}
.legal-advice-list-ranlaw .ranlaw-hui{
    font-size: 14px;
    color: #A8A8A8;
}
.rating .iconfont{
    color: #ff4c24;
}
.legal-advice-list-ranlaw .ranlaw-hui-num{
    color: #000000;
}
.legal-advice-list-ranlaw .ranlaw-miehui{
    font-size: 14px;
    color: #A8A8A8;
    margin-top: 5px;
}
.legal-advice-list-ranlaw .ranlaw-hui-num{
    color: #000000;
}

.legal-advice-list-ranlaw ul li{
    margin-bottom: 20px;
}
.legal-advice-list-ranlaw .ranlaw-btn{
    font-size: 14px;
    color: #FFFFFF;
    width: 71px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background: #DA1A16;
    border-radius: 2px;
}
.legal-advice-list-ranlaw .ranlaw-num-img{
    display: none;
}
.legal-advice-list-ranlaw .ranlaw-miehui{
    display: none;
}
.legal-advice-list-ranlaw .ranlaw-btn{
    display: none;
}
/* 问题库页面 */
.problembase {
    position: relative;
}
.problem-high{
    color: #0a5ba6 !important;
}
.problembase .zixuncommons{
    margin: 0 0 20px;
}
.problembase-bg{
    width: 100%;
    height: 544px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #d4dbff, #f4f7fe);
    z-index: 1;
}
.problembase .legal-advice-con{
    position: relative;
}
.problembase-types{
    background-color: #ffffff;
    padding:1px 25px 10px;
    margin-bottom: 20px;
    /*border-radius: 8px;*/
    position: relative;
    z-index: 1;
}
.problembase-types .law_firm_le-tp-hot{
    font-size: 18px;
    color: #333333;
    margin: 27px 0 28px;
}
.problembase-types .law_firm_le-tp-citys{
    overflow: hidden;
    transition: all .4s;
}
.problembase-types .law_firm_le-tp-citys li{
    width: 109px;
    margin-bottom: 20px;
}
.problembase-types .law_firm_le-tp-city{
    color: #828282;
    width: 100px;
    display: inline-block;
}
.problembase-types .law_firm_le-tp-city:hover{
    font-weight: 600;
    color: #333;
}

/* 动态 */
.he-fazu-box-rgbm{
    margin-top: 20px;
    padding: 25px 25px 0;
    background-color: #ffffff;
}
.he-fazu-box-rgbmTle{
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 16px;
}
.he-rgbmBox-itBox{
    width: 305px;
    height: 130px;
    color: #000000;
    padding: 15px 19px 17px 12px;
    background: #F8F8F8;
    border-radius: 5px;
    margin-top: 15px;
}
.he-fazu-box-rgbmCon{
    width: 100%;
    height: 384px;
    overflow: hidden;
    position: relative;
}
.he-fazu-box-rgbmBox{
    height: auto;
    width: 100%;
    position: absolute;
    top: 0;
    transition: all .3s;
}
.he-fazu-bmItem-tlea{
    font-size: 16px;
    color: #333333;
    margin-left: 15px;
}
.he-fazu-bmItem-tlea:hover{
    color: #3552E4;
}
.he-rgbmBox-it{
    margin-bottom: 25px;
}
.he-rgbmBox-itBox-ig{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.he-rgbmBox-itBox-ig img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.he-rgbmBox-itBox-sece{
    font-size: 14px;
    color: #BFBFBF;
}
.he-rgbmBox-itBox-tme{
    font-size: 14px;
    color: #666666;
}
.he-rgbmBox-itBox-con{
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}
.problem-law-bmm-box-advert{
    width: 100%;
    height: 120px;
    margin-bottom: 0 !important;
}
.pagination{
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 60px;
    background-color: #ffffff;
}
.zxfPagenum{
    min-width: 32px;
    height: 32px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    box-sizing: border-box;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: #333;
    transition: all .1s;
    display: inline-block;
    cursor: pointer;
    margin: 0 3px;
}
.zxfPagenum:hover{
    border: 1px solid #e61;
    color: #e61;
}
.ellipsis{
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
}
.updown:hover{
    border: 1px solid #e61;
    color: #e61;
}
.updown{
    min-width: 32px;
    height: 32px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    box-sizing: border-box;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: #333;
    transition: all .1s;
    display: inline-block;
    cursor: pointer;
    margin: 0 3px;
    display: block;
}
.pagination .active {
    border: 1px solid #e61;
    color: #e61;
}

.pagination  .disabled {
    opacity: .8;
}
.disabled:hover{
    color: #333;
    border: 1px solid #eee;
}

.allnum{
    font-size: 14px;
    margin-left: 5px;
}


/* 热门法律咨询 */
.hotlaw{
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #f4f7fe;
}
.hotlaw-box{
    padding-top: 30px;
    background-color: #fdfdfd;
}
.hotlaw-roll{
    height: 74px;
    padding-top: 16px;
    background-color: #fff;
}
.hotlaw-top{
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 30px 0px rgba(69,72,90,0.1);
}
.hotlaw-top-links{
    padding-left: 30px;
    overflow: hidden;
}
.hotlaw-top-links .hotlaw-tp-link{
    width: 103px;
    height: 70px;
    text-align: left;
    margin-right: 43px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;

}
.hotlaw-top-links .hotlaw-tp-link-a{
    width: 103px;
    height: 20px;
    border-right: 1px solid #E5E5E5;
}
.hotlaw-tp-link:nth-child(8n) a {
    border: none;
}
.hotlaw-top-links .hotlaw-tp-link-a:hover{
    color: #0057ff
}
.he-fazu-box-le-xia{
    flex: 1;
}
.he-fazu-box-le-xia-img{
    width: 19px;
    height: 16px;
    margin-right: 12px;
}
.he-fazu-box-le-xiawrapper{
    width: 100%;
    height: 40px;
    overflow: hidden;
}
.slide-it{
    width: 100%;
    height: 100%;
    font-size: 13px;
    color: #666666;
}
.slide-it div{
    margin-right: 30px;
}
.hotel-zixun .hotel-zixun-tle{
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    height: 63px;
    line-height: 63px;
    border-bottom: 1px solid #EFEFEF;
    padding-left: 18px;
}
.hotel-zixun .callcontent{
    display: block;
}


/* 经济纠纷热点 */
.hotlaw-con{
    background-color: #ffffff;
    padding: 35px 40px 30px;
    margin: 20px 0 40px;
    line-height: 1;
}
.hotlaw-items{
    margin-top: 10px;
    width: 100%;

}
.hotlaw-item{
    width: 100%;
    font-size: 14px;
    color: #797979;
    padding: 30px 0;
    border-bottom: 1px solid #e7e7e7;
}
.hotlaw-item  .hotlaw-item-a{
    width: 180px;
    height: 180px;
    margin-right: 30px;
}
.hotlaw-item  .hotlaw-item-a img{
    width: 180px;
    height: 180px;
}
.hotlaw-item .hotlaw-item-text{
    width: 525px;
}
.hotlaw-item .hotlaw-item-text1{
    font-size: 18px;
    color: #333333;
    margin-bottom: 25px;
    display: block;
    width: 100%;
}
.hotlaw-item .hotlaw-item-text .hotlaw-item-text1:hover{
    color: #0057ff;
}
.hotlaw-item .hotlaw-item-text .hotlaw-item-text2{
    width: 100%;
    line-height: 30px;
    margin-bottom: 30px;
}
.hotlaw-item .hotlaw-item-text3{
    height: 15px;
    line-height: 15px;
}
.hotlaw-item .hotlaw-item-text3-time{
    margin: 0 30px 0 20px;
}

/* 法律问答 */
.wendalaw .law_firm_le-tp-tle{
    position: relative;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-top: 20px;
    width: 170px;

}

.wendalaw .law_firm_le-tp-tle:hover .location-choice-box{
    visibility: visible;
}
.wendalaw .location-choice-box{
    visibility: hidden;
    font-size: 14px;
    font-weight: 400;
    background-color: pink;
    transition: all .2s;
    position: absolute;
    left: 0;
    top: 40px;
}
.wendalaw .location-province-list{
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    height: 320px;
    width: 124px;
    background-color: #fff;
    overflow-y: auto;
}
.wendalaw .wt-select-option{
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}
.wendalaw .wt-select-option:hover{
    background-color: #fdefe7;
    color: #f28c4d;
}
.wendalaw .wt-rg-select{
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    height: 320px;
    width: 124px;
    background-color: #fff;
    overflow-y: auto;
}
.wendalaw .wt-city-option{
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    display: block;
}
.wendalaw .wt-city-option:hover{
    background-color: #fdefe7;
    color: #f28c4d;
}
.wendalaw .problem-law-dibiao{
    font-size: 30px;
    color: #787878;
    margin-right: 3px;
}
.wendalaw .problem-law-rict{
    color: #787878;
    margin-left: 6px;
}
.wendalaw  .law_firm_le-tp-citys li{
    width: 89px;
}
.wendalaw  .law_firm_le-tp-citys li .law_firm_le-tp-city{
    width: 70px;
}
.problem-law-bmm-box-wen{
    width: 22px;
    height: 22px;
    margin-right: 20px;
}
.problem-law-bmm-box-wenda-con{
    width: 730px;
    padding: 15px 20px 28px 20px;
    background-color: #f2f3fa;
    border-radius: 5px;
}
.wenda-con-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 0 !important;
}
.wenda-con-img img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.wenda-con-name{
    font-size: 16px;
    color: #4D4D4D;
    margin-bottom: 5px !important;
}
.wenda-con-tip{
    color: #4D4D4D;
    margin-top: 28px;
}
.wenda-bmItem-men{
    margin:30px 0 0 37px;
}
.wenda-rg-zixun{
    width: 100%;
    height: 465px;
    margin-top: 20px;
    display: block;
}
.wenda-rg-zixun img{
    width: 100%;
    height: 465px;
}
/* 问题库详情 */
.problem-details-tp{
    padding: 20px 35px 28px;
    background-color: #ffffff;
    font-size: 14px;
    color: #7D7D7D;
    border-radius: 5px;
}
.problem-details-tp-desc{
    margin: 38px 0 31px;
}
.problem-details-tp-desc span{
    margin-right: 15px;
}
.problem-details-tp-tip{
    width: 730px;
    height: 50px;
    background: #F8F8F8;
    border-radius: 25px;
    padding: 0 20px 0 25px;
}
.prtip-btn{
    width: 90px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background: linear-gradient(to right, #f44433, #ee6513);
    display: block;
    font-size: 14px;
    color: #ffffff;
    border-radius: 16px;
}
.problem-details-bm{
    background-color: #ffffff;
    padding-bottom: 60px;
    border-radius: 5px;
}
.problem-details-bm-tle{
    padding: 43px 39px 30px;
    border-bottom: 1px solid #efefef;
}
.prode-bm-con ul{
    padding: 0 30px;
}
.prode-bm-con ul .prode-bm-it{
    font-size: 16px;
    color: #515151;
    padding: 40px 0;
    border-bottom: 1px solid #efefef;
}
.prode-bm-it-le{
    width: 60px;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 17px;
}
.prode-bm-it-le img{
    width: 60px;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
}
.prode-bm-it-name{
    font-size: 18px;
    color: #333333;
    margin-bottom: 12px;
    display: block;
}
.prode-bm-it-desc{
    font-size: 14px;
    color: #7E7E7E;
}
.prode-bm-it-desc span{
    margin-right: 15px;
}
.prode-bm-it-btn{
    width: 85px;
    height: 36px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    background: #3552E4;
    border-radius: 5px;
    opacity: 0.7;
}
.prode-bm-it-btn:hover{
    opacity: 1;
}
.prode-bm-it-con{
    margin: 35px 0;
    line-height: 30px;
}
.prode-bm-it-time{
    font-size: 14px;
    color: #A6A6A6;
}

.lawledge-details{
    background-color: #ffffff;
    padding: 30px 42px 100px;
    line-height: normal;
    border-radius: 5px;
}
.lawledge-details-tp{
    border-bottom: 1px solid #efefef;
}
.lawledge-details-tp-desc{
    font-size: 14px;
    color: #7D7D7D;
    margin: 23px 0 35px;
}
.lawledge-details-tp-desc span{
    margin-right: 15px;
}
.lawledge-details-bm{
    margin-top: 40px;
    line-height: 2;
}
.star-empty{
    visibility: hidden;
}


.wendalaw-tp{
    width: 100%;
    height: 270px;
    padding: 44px 50px;
    background-image: url('../images/legalAdvice/wendalaw2.png');
    background-size: cover; /* 背景图片覆盖整个页面 */
    background-position: center center; /* 背景图片居中 */
    background-repeat: no-repeat; /* 背景图片不重复 */
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}
.wendalaw-tp-boxle{
    border-right: 1px solid #D6DCFF;
    padding-right: 60px;
    padding-top: 28px;
}
.wendalaw-tp-le{
    width: 130px;
    height: 130px;
    border-radius: 5px;
    border: 5px solid #C3D7FF;
    margin-right: 30px;
}
.wendalaw-tp-le img{
    width: 120px;
    height: 120px;
}
.wendalaw-tp-rg-tle{
    font-weight: bold;
    font-size: 24px;
    color: #2A2A2A;
    margin: 5px 0 10px;
}
.wendalaw-tp-rg-links li{
    font-size: 16px;
    color: #333333;
    position: relative;
    line-height: 30px;
    padding-left: 15px;
}
.wendalaw-tp-rg-links li::before {
    content: ''; /* 必须指定内容 */
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px; /* 圆点的宽度 */
    height: 5px; /* 圆点的高度 */
    background-color: #A5AED9; /* 圆点颜色 */
    border-radius: 50%; /* 使其变成圆形 */
    transform: translateY(-50%); /* 使圆点垂直居中 */
}
.wendalaw-tp-boxrg{
    width: 572px;
    margin-left: 70px;
}
.wendalaw-tp-boxrg-tp img{
    width: 39px;
    height: 30px;
}
.wendalaw-tp-boxrg-tp a{
    font-weight: 600;
    font-size: 30px;
    color: #3552E4;
    margin: 0 20px;
}
.wendalaw-tp-boxrg-desc{
    margin-top: 15px;
    font-size: 15px;
    color: #696969;
    line-height: 24px;
}
.gonggong18{
    width: 100%;
    height: 564px;
    padding: 20px;
    background: url('../images/legalAdvice/wendalaw5.png') center/100% 100%;
    background-repeat: no-repeat;  /* 防止图片重复 */
}
.gonggong18-tle{
    font-weight: 600;
    font-size: 30px;
    color: #2B45CE;
    line-height: 43px;
    padding-left: 18px;

}
.gonggong18-desc{
    font-size: 18px;
    color: #2E2E2E;
    line-height: 24px;
    padding-left: 18px;
    margin: 10px 0 25px;
}
.gonggong18-box{
    padding: 20px 25px 27px;
    background-color: #fff;
    text-align: center;
}
.gonggong18-it{
    width: 100%;
    height: 76px;
    border-radius: 37px;
    border: 2px solid #B7C4E3;
    padding-left: 10px;
    margin-bottom: 17px;
    text-align: left;
}
.gonggong18-it-le{
    font-size: 24px;
    color: #FFFFFF;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: linear-gradient(0deg, #1A59DA 1%, #3991FF 100%);
    border-radius: 50%;
    margin-right: 14px;

}
.gonggong18-it-rg{
    font-size: 14px;
    color: #8C8C8C;
}
.gonggong18-it-rg div:first-child{
    font-size: 18px;
    color: #000000;
}
.gonggong18-btn{
    width: 254px;
    height: 48px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 48px;
    background: #2B45CE;
    border-radius: 24px;
    display: inline-block;
    margin-top: 5px;
}
.wenda-tuijian .problem-law-bmm-box{
    display: block !important;
}
.wenda-tuijian .problem-law-bmm-box{
    margin-top: 0;
}
.hotlaw-con-hot{
    background-color: #fff;
    margin-top: 20px;
    padding: 25px 40px;
    border-bottom: 1px solid #efefef;
}
.hotlaw-con-hot-con{
    margin-top: 0;
    padding-top: 0;
}
.hotlaw-con-hot-con .hotlaw-items{
    margin-top: 0;
}
