/* 律师百科入口 */
.lawyerBaike_list_wrap{
  background-color: #fff;
  display: none;
  padding: 0 20px 20px;
}
.lawyerBaike_list_wrap .lawyer_wrap_title{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  padding: 24px 0;
  text-align: left;
}
.lawyerBaike_list_wrap .ly_top_left{
  display: inline-block;
  padding-bottom: 13px;
}
.lawyerBaike_list_wrap .lawyerBaike_list{
  font-size: 0;
  height: 195px;
  overflow: hidden;
}
.lawyerBaike_list_wrap .lawyer_item{
  display: inline-block;
  width: 374px;
  padding: 15px;
  background: #F4F9FF;
  border-radius: 5px;
  margin-right: 20px;
  font-size:0;
  margin-top: 22px;
  position: relative;
}
.lawyerBaike_list_wrap .lawyer_item:nth-of-type(3n){
  margin-right: 0px;
}
.lawyerBaike_list_wrap .lawyer_item:nth-of-type(1),.lawyerBaike_list_wrap .lawyer_item:nth-of-type(2),.lawyerBaike_list_wrap .lawyer_item:nth-of-type(3){
  margin-top: 0px;
}
.lawyerBaike_list_wrap .lawyer_item_top {
  /* margin-bottom: 13px; */
  position: relative;
}
.lawyerBaike_list_wrap .lawyer_item_top .lawyer_name{
  font-size: 18px;
  font-weight: 500;
  color: #1C64B9;
  margin-left: 8px;
  vertical-align: top;
}
.lawyerBaike_list_wrap .lawyer_item_top .avatar{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  top: -3px;
}
.lawyerBaike_list_wrap .lawyer_item_top .cert_icon{
  width: 16px;
  height: 16px;
  margin-left: 6px;
  position: relative;
  top: -2px;
}
.lawyerBaike_list_wrap .lawyer_item_top .ly_card_cancel{
  width: 11px;
  height: 11px;
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  cursor: pointer;
}
.lawyerBaike_list_wrap .lawyer_item:hover .ly_card_cancel{
  display: inline-block;
}
.lawyerBaike_list_wrap .lawyer_item_bot .ly_list_item{
  margin-bottom: 2px;
}
.lawyer_item_bot .ly_list_item .ly_list_item_left{
  text-align: justify;
  text-justify:distribute-all-lines;
  width: 84px;
  font-size: 14px;
  font-weight: 400;
  color: #57616F;
  line-height: 14px;
  display: inline-block;
}
.lawyer_item_bot .justify_fix {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.lawyer_item_bot .ly_list_item .ly_list_item_right{
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  color: #101E35;
  line-height: 14px;
  display: inline-block;
  vertical-align: top;
}
.service_area{
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px;
}
.moreOldLawFirms{
  font-size: 14px;
  font-weight: 400;
  color: #1C64B9;
  margin-left: 8px;
}
.moreOldLawFirms img{
  width: 5px;
  position: relative;
  top: -2px;
}
.lawyerBaike_list_wrap .lawyer_item_bot .ly_list_item:last-of-type{
  margin-bottom: 0;
}
.lawyerBaike_list_wrap .lawyer_item_bot .ly_list_item:last-of-type .ly_list_item_right{
  overflow-x: auto;
  overflow-y: hidden;
  width: calc(100% - 85px);
  white-space: nowrap;
  display: inline-block;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.good_area::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}

.good_area::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #D8D8D8;
}

.good_area::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #FFFFFF
}
.good_area::-webkit-scrollbar { width: 0 !important }
.good_area { -ms-overflow-style: none; }
.good_area { overflow: -moz-scrollbars-none; }

.lawyerBaike_list_wrap .good_area span{
  display: inline-block;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 400;
  color: #3C5A92;
  background: #CADDF5;
  border-radius: 3px;
  margin-right: 6px;
  white-space:nowrap;
  cursor: auto;
}

.good_area * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.more_lawyer_btn{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1C64B9;
  text-align: center;
  margin-top: 10px;
  display: none;
}

.lawyerBaike_list::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}

.lawyerBaike_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #D8D8D8;
}

.lawyerBaike_list::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #FFFFFF
}

#lawyerOldlawFirms .lawyer_dialog{
  width: 450px;
  margin-top: 150px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(28,100,185,0.1);
  border-radius: 15px;
  border: 1px solid #CADDF5;
  height: 326px;
  overflow: hidden;
}
#lawyerOldlawFirms .lawyer_content{
  width: 100%;
  border-radius: 15px;
  height: 100%;
}
#lawyerOldlawFirms .lawyer_body{
  width: 100%;
  padding: 18px 0;
  border-radius: 15px;
  position: relative;
  height: 100%;
}
#lawyerOldlawFirms .lawyer_dialog_title{
  font-size: 16px;
  font-weight: 400;
  color: #1C64B9;
  margin-bottom: 24px;

}
#lawyerOldlawFirms .lawyer_dialog_title::before{
  content: '';
  display: inline-block;
  width: 4px;
  height: 16px;
  background-color: #1C64B9;
  border-radius: 3px;
  margin-right: 15px;
}
#lawyerOldlawFirms .lawyer_dialog_list{
  margin: 0 18px 24px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 195px;
}
.lawyer_dialog_list::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}

.lawyer_dialog_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #D8D8D8;
}

.lawyer_dialog_list::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #FFFFFF
}


#lawyerOldlawFirms .lawyer_dialog_list .lawfirm_item{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}
#lawyerOldlawFirms .lawyer_dialog_list .lawfirm_item:last-of-type{
  margin-bottom: 0;
}
#lawyerOldlawFirms .lawyer_dialog_list .lawfirm_item .square_icon{
  width: 16px;
  height: 16px;
  background: #1C64B9;
  border-radius: 2px;
  margin-right: 4px;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 16px;
}
#lawyerOldlawFirms .lawyer_know_btn{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  width: 80px;
  height: 30px;
  border-radius: 6px;
  border: 1px solid #CADDF5;
  cursor: pointer;
}
#lawyerOldlawFirms .lawyer_btn_wrap{
  text-align: center;
}
.lawyer_body .close{
  position: absolute;
  top: 16px;
  right: 23px;
}

/* 已认证  未认证*/
.lawyer_introduce{
  position: absolute;
  z-index: 7;
  left: 0;
  background: #fff;
  top: 54px;
  width: 360px;
  border-radius: 15px;
  display: none;
  box-shadow: 0px 0px 22px 8px rgba(69,103,143,0.13);
}
.lawyer_introduce .intro_inner{
  padding: 20px 24px 24px;
  position: relative;
}
.lawyer_introduce .intro_inner .intro_name{
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #232A32;
} 
.lawyer_introduce .intro_inner .intro_name::before{
  content: '';
  width: 4px;
  height: 18px;
  background-color: #1C64B9;
  display: inline-block;
  margin-right: 7px;
}
.intro_inner .intro_list{
  margin-top: 12px;
  padding: 10px 0;
}
.intro_list .intro_item{
  list-style: none;
  margin-bottom: 18px;
}
.intro_item .item_left{
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #232A32;
  width: 62px;
  margin-right: 25px;
  display: inline-block;
}
.intro_item .item_right{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #57616F;
  width: calc(100% - 94px);
  display: inline-block;
  vertical-align: top;
}
.item_right .special_item{
  background: #F0F2F6;
  border-radius: 3px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3C5A92;
  padding: 0 6px;
  margin: 2px 4px;
  display: inline-block;
}
.see_lawyer_main{
  width: 100%;
  height: 42px;
  background: #F4F8FC;
  border-radius: 3px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1C64B9;
  border: 0;
  outline: none;

}
.detail-middle-text-container{
  overflow: visible;
}
.lawyer_introduce .triangle-left{
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
}
.lawyer_introduce .triangle-left-small{
  border-bottom: 12px solid #fff;
  left: 18px;
  z-index: 51;
  top: -9px;
}
.more_btn{
  text-align: center;
}
.seeMoreLawyer{
  width: 260px;
  height: 28px;
  background: rgba(87,150,225,0.1);
  border-radius: 5px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1C64B9;
  border: 0;
  margin-bottom: 10px;
}
