/* 统一样式 */
:root{
  --newtitle:rgb(29,33,41);
  --newbgbackground:rgb(249,250,251);
  
}
[v-cloak] {
  display: none;
}
#app {
  /* container-type: size; */
}

/* ------律师 */
.detail_right div {
  border-bottom: solid 1px var(--gray-color);
}

.detail_right h2 {
  /* color: white; */
  color: #454545;
  /* font-weight: bold; */

}

.detail_right div {
  /* color: white; */
  color: #454545;


}
a{
  list-style: none;
  color: #1b1b1b;
}
/* header */

.hovermain a{
  color: #1b1b1b;
  font-weight: bold !important;

}
.hovermain a:hover{
  color: var(--main-bg-color) !important;

}
.text-white a{
  color: white !important;
}
.bg-no{
  background-color:transparent !important;
  box-shadow: none !important;
}
.text-white svg path {
fill: white !important; /* 填充色 */
}
.hovergreen:hover{
  color: var(--main-bg-color);
}

.hovermain {
    position: relative;
    font-weight: 300;
  color: #1e1e1e ;
    text-decoration: none;
    /* font-size: 1.1rem; */
    padding: 5px 0;
    transition: transform 0.3s ease;
}

.hovermain::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--main-bg-color);
    transition: width 0.3s ease;
}

.hovermain:hover {
    transform: translateY(-2px);
}

.hovermain:hover::after {
    width: 100%;
}
#nav ul li a{
  font-weight: 300 !important;
}
/* header */
.detail_top {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.xinwen_content {

  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

/* ---------新闻 */
.bannerType {
  width: 100%;
  background: url('../image/banner.jpg') no-repeat;
  background-size: cover;
  height: 450px;
  /* padding-top: 10%;
  padding-bottom: 8%; */
  font-weight: bold;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
  /* top: 50px; */

}

.breadcrumb li {
  color: white !important;
}

.breadcrumb li a:link,
a:visited,
a:hover,
a:active {
  /* text-decoration: underline; */
}

.newTYpecircle {
  border: solid 1px var(--main-bg-color);
  border-radius: 15px;
  color: var(--main-bg-color);
}

.getmiancolor {
  color: var(--main-bg-color);

}

.getgraycolor {
  color: rgb(141, 141, 141) !important;

}

/* 新闻板块 */
.mubanNews {
  background: white;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  height: auto;
  cursor: pointer;
}

.mubanNews img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mubanNewsImg {
  height: 16vw;
  overflow: hidden;
}

.mubanNewsContent {
  padding: 15px;
  box-sizing: border-box;
}

.mubanNewsContent p {
  font-size: 16px;
  color: black;

}

.mubanNews:hover .mubanNewsContentTitle {
  color: var(--main-bg-color);
  text-decoration: underline;
}

.mubanNews:hover img {
  transform: scale(1.2);
  transition: all 300ms ease;
}

.lianghang {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px !important;
  padding-top: 10px;
}

.mubanNewsBottom {
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: solid 1px var(--gray-color);
  display: flex;
  justify-content: space-between;
}

/* 新闻详情 */
.Newsdetail_content {
  width: 80%;
  margin: 0 auto;
  background: white;

}

/* 律师详情页 */
/* .LvshiHead {
  width: 100%;
  background: url('../image/banner.jpg') no-repeat;
  background-size: cover;
  padding-top: 14%;
  padding-bottom: 16%;
}

.LvshiJieshao {
  position: absolute;
  width: 80%;
  margin: auto;
  top: 15cqw;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 30px;
}

.LvshiJieshao img {
  width: 25%;
  float: left;
 
} */
 /* 律师内页 */
 .LvshiHead {
  /* padding-top: 20%;
  padding-bottom: 20%; */
}

.LvshiJieshao {
  padding: 150px 10% 50px 10%;
  background: rgb(1, 35, 3, 0.5);
  /* width: 100%; */
  position: relative;
  top: 0;

}

.LvshiJieshao img {
  border-radius: 50%;
}

.LvshiJieshaoA {

  width: 70%;
  float: right;
  /* height: 50cqw;
  border: solid 1px red;
  overflow-y: scroll; */
}

.LvshiJieshaoA::-webkit-scrollbar {
  width: 0px;
}

.LvshiJieshaoB {
  display: grid;
  /* grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  grid-column: 2;
  grid-row: 3; */
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
  margin-bottom: 20px;
}

.LvshiJieshaoA h2 {
  font-size: 2.1cqw;
  color: white;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 15px;
  border-bottom: solid 1px var(--grayc-color);
}

.LvshiJieshaoA h2 small {
  font-size: 1.2cqw;

}

.LvshiJieshaoA div {
  font-size: 1.5cqw;
  color: white;
}

.LvshiDownload button {
  color: white;
  font-size: 1cqw;


}

.Lvshixinxi {
  width: 80%;
  margin: 0 auto;
}

.Lvshixinxi h2 {
  color: var(--main-bg-color);
  border-bottom: 0;
}

.Lvshixinxi h2 small {
  font-size: 1cqw;

}

.Lvshixinxi div {
  color: #445454;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 1.2cqw;

  border-bottom: solid 1px var(--grayc-color);
}

.whitebg {
  width: 100%;
  background: white;
  height: auto;
  min-height: 10cqw;
}

/* 关于我们 */
.aboutUs_content_A {
  width: 80%;
  min-height: 65vh;
  margin: 0 auto;
  margin-top: 50px;
}

.aboutUs_content_A a {
  color: #454545 !important;
}

.about_HeZuoDiv {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.about_HeZuoDiv_A {
  background: white;
  padding: 15px;
  box-sizing: border-box;
  cursor: pointer;

}

.about_HeZuoDiv_A:hover {
  margin-top: -10px;
  transition: all 400ms ease;
}

.about_HeZuoDiv_A img {
  width: 100%;
  height: 8vw;
  object-fit: cover;
}

.about_HeZuoDiv_A p {
  color: black;
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;

}
.getMoreDiv{
  width: 100%;text-align: center;padding: 50px 0;
}
/* 联系我们 */
.contactDiv_flex{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  /* grid-column: 2; */
  /* grid-row: 3; */
}
.contactDiv_flexA{
  background: rgb(135, 181, 186);
  color: white;
  padding: 10px;
  border-radius: 5px;
}
/* 搜索结果页 */
.searchlistDiv p{
  color: #454545;
  margin-top: 20px;
}
.searchlistDivA{
  padding: 10px;
  border-bottom: solid 1px var(--grayc-color);
  font-size: 18px;
  margin-top: 10px;
  cursor: pointer;
}
.searchlistDivA:hover{
  color: var(--main-bg-color);

}
.searchlistDivB{
  margin-top: 50px;
}
.downjianli{
  float: right;
}
.saoyisao{
  font-size: 14px;
}
#newcol-lg-3 .mainContent h2 small{
  font-weight: 300;
  font-size: 16px;
}
.oneline{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 联系我们新 */
.newbannerType{
  width: 100%;
  /* background: linear-gradient(135deg,#DBF9DB 0%,#B5EAD7 100%  ) ; */
  background: #B5EAD7;
  /* background-size: cover; */
  padding:15% 0 10% 0;
  text-align: center;
}
.newbannerTypeA{
  font-size: clamp(1.4rem, 3.8vw, 3.5rem); 
  font-weight: bold;
  color: var(--newtitle);
   

}
.newbannerTypeA span{
  color: var(--main-bg-color);
}
.newbannerTypeB{
  color: #454545;
  margin-top: 10px;
  font-size: 18px;

}
.newbannerType button{
  background: var(--main-bg-color);
  color: white;
  padding: 8px 30px;
  border-radius: 30px;
  outline: none;
  border: none;
  margin-top: 15px;
  box-shadow: 0px 5px 5px #64b38b;
  
}
.newbannerType button:hover{
  transition: all 500ms ease;
  padding: 8px 40px;
  
}
.newcontactus_liuyan{
  display: flex;
  flex-flow: row wrap;
}
/* 新版律师内页 */
.newlawyer{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  /* position: relative;
  top: 100px; */
  padding-top: 120px;
  padding-bottom: 30px;
  height: auto;
  min-height: 500px;
}
.newlawyer_A_top{
  background: rgb(1, 35, 3, 0.5);
  text-align: center;
  width: 100%;
  color: white;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.newlawyer_A_top img{
  display: block;
  width: 50%;
  margin: 0 auto;
  height: auto;
  /* border-radius: 50%; */
  border-radius:5px;
  box-sizing: border-box;
  /* border-radius: solid 5px white; */
}
.newlawyer_A_top_more{
  width: 80%;
  margin: 0 auto;

}
.newlawyer_A_top_more h3{
  color: var(--main-bg-color);
}
.newlawyer_A_top_more div{
  border-bottom: solid 1px #eee;
  padding: 20px 0;
  white-space: pre-line;
}
.newlawyer_B_span.active{
  background: rgb(1, 35, 3, 0.5);
  color: white;

}
.newlawyer_B_span {
  background: rgb(243, 244, 246);
  color: #454545;
  border-radius: 5px;
  padding: 3px 10px;
  margin-right: 5px;
  font-size: 14px;
  cursor: pointer;
}
.newlawyer_B{
  padding: 30px;
}
.newlawyer_B_News{
  background:var(--newbgbackground);
  
  padding: 15px;
  margin-top: 20px;
  border-radius: 5px;

}
.newlawyer_B_News p {
  color: #454545;
  font-size: 16px;
  margin-bottom: 5px;
}
.newlawyer_B_News p small span{
  color: rgb(1, 35, 3, 0.5);

}
.newlawyer_A{
  box-shadow: 10px 10px 10px rgb(241,242,243);
  background: white;
  border-radius: 10px;
  overflow: hidden;

}
.newlawyer_B{
  box-shadow: 2px 10px 10px rgb(241,242,243);
  background: white;
  border-radius: 10px;

}
.buttonorange{
  background: #C88246;
  font-size: 14px;
  color: white;
  /* box-shadow: 2px 2px 3px rgb(248,244,238); */
  box-shadow: 0 2px 6px rgba(74, 58, 42, 0.3);
  padding: 3px 10px;
  border-radius: 6px;
}
.newlawyer_B_News{
  cursor: pointer;
}
.newcontainer {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 20px;
  display: grid;  
  gap: 15px;
 /* 根据容器宽度自动填充列 */ 
 /* grid-template-columns: repeat(auto-fit, minmax(260px, calc((100% - 51px) / 4))); */
  /* grid-gap: calc(51px / 4);  设置网格间隙   */
  justify-items: stretch;/* 拉伸网格项以填充整个单元格 */ 
}
/* 小屏幕 - 1列 */
/* @media (max-width: 599px) {
  .newcontainer {
      grid-template-columns: 1fr;
  }
} */

/* 中等屏幕 - 2-3列 */
/* @media (min-width: 600px) and (max-width: 999px) {
  .newcontainer {
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
} */

/* 大屏幕 - 4-5列 */
/* @media (min-width: 1000px) {
  .newcontainer {
      grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
} */
/* 阴影按钮样式 */
.shadow-btn {
  --primary-color: rgb(80, 90, 70);
  --hover-color: rgb(95, 107, 83);
  --active-color: rgb(65, 75, 55);
  --shadow-color: rgba(50, 60, 40, 0.25);
  --shadow-hover: rgba(50, 60, 40, 0.4);
  position: relative;
  top: -15px;
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 20px;
  padding: 6px 28px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 
    0 4px 6px var(--shadow-color),
    0 1px 3px rgba(0, 0, 0, 0.1),
    0 8px 16px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}

/* 按钮点击效果 */
.shadow-btn:active {
  background-color: var(--active-color);
  box-shadow: 
    0 2px 4px var(--shadow-color),
    0 1px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(1px);
}

/* 按钮内的光泽效果 */
.shadow-btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 45%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(30deg);
  transition: all 0.6s ease;
}

/* 新版联系我们 */
.newcon_contentfensuo{
  width: 100%;
  padding-top: 8px;
  padding-bottom: 20px;
  display: grid;  
 /* 根据容器宽度自动填充列 */ 
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  grid-gap: 17px;  /* 设置网格间隙 */  
  justify-items: stretch;/* 拉伸网格项以填充整个单元格 */ 

}
.newcon_contentfensuoA{
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.08);

}
.newcon_contentfensuoA img{
  width: 100%;
}
.newcon_contentfensuo_content{
  color: #454545 !important;
  padding-top: 10px;
  margin-bottom: 0;
  

}
.newcon_contentfensuo_content p{
  color: #454545 !important;

}
.newcon_newsectionA_Content p{
  color: #454545;
}
.sanhang{
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: #454545;
  -webkit-box-orient: vertical;
}
.newcon_contentfensuonew{
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.08);
  background: white;
  margin-bottom: 60px;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  
}
.newcon_contentfensuonewA{
  float: left;
  width: 30%;

}
.newcon_contentfensuonewB{
  float: right;
  width: 68%;
}
.newcon_contentfensuonewA img{
  width: 100%;
  border-radius: 20px;
  height: auto;
}
.littletitle{
  color: #454545;
}
.divhide{
  display: none;
}
.lawyerzh_diqudivA{
  border-radius: 10px;
  overflow: hidden;

}

.lawyerzh_diqudivA_mengban{
  position: relative;
  display: inline-block;
  height: 30vh;
  width: 100%;
  overflow: hidden;
  cursor: pointer;

}
.lawyerzh_diqudivA_mengban img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
  border-radius: 10px;
}

.lawyerzh_diqudivA_mengban:hover img {
  transform: scale(1.05);
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  /* 径向渐变：圆心透明，四周黑色扩散 */
  background: radial-gradient(circle at 50% 50%, 
                              rgba(0,0,0,0) 0%, 
                              rgba(0,0,0,0.7) 70%, 
                              rgba(0,0,0,1) 100%);
  /* 混合模式增强蒙版效果 */
  mix-blend-mode: multiply;
}
.lawyerzh_diqudivA p{
  position: relative;

}
.lawyerzh_diqudivA_p{
  /* position: relative; */
  padding: 20px;
  /* top: -120px; */
  margin-top: -120px;
}
.lawyerzh_diqudivA_p p{
  margin: 0;
  padding: 0;
}
.lawyerzh_diqudivA_p p:nth-child(1){
  font-size: 22px;
  padding-bottom: 10px;
}
.lawyerzh_titledown{
  color: #454545;
  text-align: center;
}
.lawyerzh_lingyudiv_content{
  /* background: var(--main-bg-color); */
  /* padding-top: 10px; */
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  border-top: solid 10px var(--main-bg-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.08);

}
.circlecolor {
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  /* padding: 10px; */
  border-radius: 50%;
  background: rgb(238, 248, 242);
  color: var(--main-bg-color);
  font-size: 22px;
  font-weight: bold;
  line-height: 50px;
}
.lawyerzh_lingyudiv_contentA{
  background: white;
  padding: 30px;
}
.lawyerzh_lingyudiv_contentA_title{
  color: black;
  font-size: 22px;
  padding-top: 20px;
}
.lawyerzh_lingyudiv_content:hover{
  /* margin-top: -10px; */
  background: var(--main-bg-color);
  color: white;
  /* transition: all 300ms ease; */
}
.lawyerzh_lingyudiv_content:hover .lawyerzh_lingyudiv_contentA{
  background: var(--main-bg-color);

}
.lawyerzh_lingyudiv_content:hover .lawyerzh_lingyudiv_contentA_title{
  color: white;

}
.bg-white{
  background: white;
}
.shadow-newlg{
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, .175) !important;

}
.text-gray{
  color: #888888;
}
.art-bg {
  position: relative;
  overflow: hidden;
  /* color: rgb(238, 248, 242);; */
}
.art-bg::before {
  content: attr(data-bg-text);
  position: absolute;
  right: 5%;
  bottom: -10%;

  /* top: 50%;
  transform: translate(0, -50%); */
  font-size: 8rem;
  font-weight: bold;
  z-index: 3;
  white-space: nowrap;
  user-select: none;
}
.box-sizing{
  box-sizing: border-box;
}
.text-bold{
  font-weight: bold;
}
.text-brown{
  color: #454545;
}
.circle10{
  border-radius: 10px;
}
.greenborder{
  color: var(--main-bg-color);
    border-radius: 5px;
    border: solid 1px var(--main-bg-color);
    padding: 5px 30px;
    background: white;
    outline: none;
    width: 100px;
}
.greenborder:hover{
  background: var(--main-bg-color);
  color: white;
}
.flexcolumn{
  flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.flex{
  display: flex;
}

.martop10{
  margin-top: 10px;
}
.martop20{
  margin-top: 20px;
}
.marbottom10{
  margin-bottom: 10px;
}

.pointer{
  cursor:pointer;
}
.overflow{
  overflow: hidden;
}
.Po_relativeo{
  position: relative;
  z-index: 2;
}
.flexbetween{
  justify-content: space-between;
}
.hover-lift {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 
              0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 
              0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.fontbold{
  font-weight: bold;
}

.text-black{
  color: black;
}.text-gray{
  color: #454545;
}
/* 两行后溢出省略号 */
.overtextell2{
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.overtextell3{
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-right{
  text-align: right;
}
.objectcover{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blackopci{
  background-color: rgba(0, 0, 0, 0.6);
  color: white;

}
.circle5{
  border-radius: 5px;
}
.width100{
  width: 100% !important;
}
.floatleft{
  float: left;
}
.floatright{
  float: right;
}
.text-left{
  text-align: left;
}
.maincolor{
  color: var(--main-bg-color);
}
.text-white{
  color: white !important;
}
.width100vh{
  width: 100%;
}
.height100vh{
  height: 100vh;
}
.linehei35{
  line-height: 35px;
}

/* pc  */
@media (min-width: 976px) {
  .webflex{
    display: flex;
    justify-content: space-between;
  }
  .webflex div:nth-child(2){
    margin-left: 30px;
  }
  .maxheight50vh{
    height: 50vh;
    overflow-y: scroll;
  }
  .maxheight50vh::-webkit-scrollbar {
    width: 0px;
}
  .searchaboutus{
    width: 20%;
  }
  .flex80{
    width: 77%;
  }
  .flex20{
    width: 20%;
  }
  .font20{
    font-size: 20px;
  }
  .font28{
    font-size: 28px;
  }
  .font40{
    font-size: 40px;
  }
  .font16{
    font-size: 16px;

  }
  .font14{
    font-size: 16px;

  }
  .font18{
    font-size: 18px;
  }
  .p-25{
    padding: 25px;
  }
  .p-15{
    padding: 15px;
  }
  .mar20{
    margin-bottom: 20px;
  }
  .gridthree{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .gridtwo{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .gridfour{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-bottom: 20px;

  }
  .newgridauto {
    display: grid;
    gap: 30px;

    justify-items: stretch;
    /* 拉伸网格项以填充整个单元格 */
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.gridauto {
  display: grid;
  gap: 30px;

  justify-items: stretch;
  /* 拉伸网格项以填充整个单元格 */
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
  .width30{
    width: 30%;
  }
  .width70{
    width: 68%;
  }
  .width20{
    width: 20%;
  }
  .width80{
    width: 78%;
  }
  .width90{
    width: 90%;
  }
  /* 新版联系我们 */
  .newcon_contentfensuonew:hover{
    transform: scale(1.05); 
    transition: transform 500ms ease;
  }
  .newcon_contentfensuoB{
    padding: 20px;
  }
  .newcon_contentfensuo_title{
    font-size: 20px;
    font-weight: bold;
    color: black;
  }
  .newcon_newsectionA{
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.08);
    display: flex;
    color: black;
   
  }
  
  .newcon_newsectionA_Img{
    width: 60%;
    /* position: relative;
    top: 0;
    left: 0; */
  }
  .newcon_newsectionA_Img img{
    width: 100%;
    height: auto;
    border-radius: 5px;

  }
  
  .newcon_newsectionA_Content{
    width: 38%;
    /* position: relative;
    top: -80px;
    right: 0;
    float: right; */
    box-sizing: border-box;
    padding: 20px;
    /* border-radius: 5px; */
    
  }
  
  .newlawyer_B_News h4{
    font-size: 18px;
  }
  .flexdiv{
    display: flex;
  }
  .flexdivaa{
    flex: 1;
  }
  /* 新版律师内页 */
  .newlawyer_A_top img{
    width: 20%;
    float: left;
    /* flex: 1; */
    /* margin-bottom: 40px;
    margin-top: 30px; */
  }
  .newlawyer_A_top>div{
    float: right;
    /* flex: 1; */
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
  }
  .newlawyer_A_top {
    /* display: flex; */
    border-radius: 10px;
    padding: 50px;

    /* justify-content: space-around; */
  }
  .no-break{
    display: none;
  }
  .newlawyer_A{
    width: 61%;
    padding-bottom: 30px;
    align-self: flex-start;
  }
  .newlawyer_B{
    width: 37%;
    align-self: flex-start;
  }
  
  
  .newcontactStyleB{
    min-height: 300px;
    padding: 30px;
  }
  .newcontactus_liuyanA{
    width: 40%;
  }
  .newcontactus_liuyanA img{
    width: 80%;
    display: block;
    margin: 0 auto;
    height: auto;
  }
  .newcontactus_liuyanB{
    width: 60%;
  }
  
  .newlawyer_A_top h2{
    margin-bottom: 30px;
  }
  .newlawyer_A_top h2 small{
    font-size: 18px;
    font-weight: 300px;
  }
  .newlawyer_A_top p{
    font-size: 18px;
    margin-top: 10px;
  }
  .newlawyer_A_top_more {
    margin-top: 30px;
  }
  #newcol-lg-3{
    margin-bottom: 30px;
  }
  .baifen80 {
    width: 80%;
    margin: 0 auto;
  }
  #qrcodeimg img{
    width:80px;
    height: 80px;
    display: block;
    border-radius: 0;
  }

  .wapaboutbanner{
    width: 100%;height: auto;
  }
  .lawyerCont {
    width: 80%;
    margin: 0 auto;
    padding-top: 100px;
    min-height: 100vh;
  }

  .submitSearch {
    margin-bottom: 100px;
  }

  #exampleFormControlInput1 {
    width: 20%;
  }

  .pingpu {
    background: var(--main-bg-color);
  }

  .mainContent {
    width: 100%;
    /* height: 400px; */
    background: white;
    box-sizing: border-box;
    padding-bottom: 20px;
    box-shadow: 1px 1px 10px #c9c9cc;
    cursor: pointer;

  }

  .lawyerCont h2 {
    text-align: center;
    margin-bottom: 80px;
    font-size: 50px;
  }

  .goContent {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    top: -30px;
    border-radius: 50%;
    box-shadow: 1px 1px 10px #c9c9cc;
    background: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .mainContent img {
    width: 100%;
    height: 20cqw;
    object-fit: cover;
  }

  .mainContent h2 {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin: 20px 10px 20px 10px;
  }

  .mainContent h2 span {
    background: var(--main-bg-color);
    color: white;
    padding: 5px 15px;
    border-radius: 3px;
    margin-right: 10px;
  }
 
  .mainContent p {
    color: #454545;
    text-align: left;
    /* color: var(--main-bg-color); */
    padding: 0 10px 0px 10px;
  }

  .lawyerxingshi {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
  }

  .lawyerxingshi p {
    color: #454545;
  }

  .lawyerxingshi p span {
    padding: 5px 10px;
    cursor: pointer;
    border: solid 1px white;
    background: rgb(238, 238, 238);

  }

  .lawyerxingshi p span:hover {
    background: var(--main-bg-color);
    color: white;

  }

  .col-lg-3:hover .goContent {
    background: var(--main-bg-color);
    color: white;
    /* transition: 0.8s linear; */
  }

  .col-lg-3:hover {
    margin-top: -10px;
    transition: all 500ms ease;
  }

  .detail_left {
    width: 20%;

  }

  .detail_left img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;

  }

  .detail_left h2 {
    font-size: 23px;
    margin-bottom: 20px;
    text-align: left;
    color: white;

  }

  .detail_left h2 small {
    font-size: 16px;
  }

  .detail_left p {
    color: white;
  }

  .detail_right {
    width: 75%;
    padding: 20px;
    /* background: rgb(0, 0, 0, 0.4); */
    background: white;
    /* background: var(--main-bg-color); */
    /* background: rgb(0, 107, 83); */
  }

  .detail_right h2 {
    font-size: 23px;
    text-align: left;
    color: var(--main-bg-color);
    margin-bottom: 30px;
  }

  .detail_right div {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .xinwen_content {
    width: 100%;
    margin: 0 auto;
    display: grid;   
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }

  .xinwennew_List {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    height: 40vw;
    margin-right: 20px;
    background: white;
    /* padding: 20px; */
    width: 30% !important;
    cursor: pointer;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 20px;

  }

  .xinwennew_List div {
    padding: 20px;
  }

  .xinwennew_List:hover h3 {
    color: var(--main-bg-color);
  }

  .gonews {
    width: 100%;
  }

  .gonews span {
    border: solid 1px #888888;
    color: #888888;
    padding: 5px 15px;
    margin: 0 auto;
    border-radius: 15px;
    cursor: pointer;
    font-size: 12px;
  }

  .xinwennew_List:hover .gonews span {
    /* background: var(--main-bg-color); */
    color: var(--main-bg-color);
    border: solid 1px var(--main-bg-color);

  }

  .xinwennew_List img {
    display: block;
    width: 100%;
    height: 45%;
    object-fit: cover;

  }

  .xinwennew_List h3 {
    color: black;
    font-size: 18px;
    text-align: left;
    margin-top: 0;
    color: #454545;
    line-height: 30px;
  }

  .xinwennew_List p {
    text-align: left;
    /* margin-top: 10px; */
    /* margin-top: 12px; */
    font-size: 14px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    line-height: 30px;
    -webkit-line-clamp: 2;
    color: #454545;
    -webkit-box-orient: vertical;
  }

  .xinwennew_List p small {
    color: #888888;
  }

  .pingpuer h2 {
    padding-top: 80px;
    padding-bottom: 60px;

    text-align: center;
  }

  .pingpuer {
    padding-bottom: 50px;
  }

  .pingpu {
    padding-bottom: 50px;
  }

  /* 新闻 */
  .News_change {
    width: 900px;
    height: auto;
    padding: 50px 0;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
  }

  .News_changeA {
    width: 200px;
    /* color: #454545; */
    /* border: solid 1px #454545; */
    color: white;
    background: #464D55;
    box-shadow: -10px 10px 0 #EBECEB;
    font-size: 16px;
    border: #464D55;
    border-radius: 25px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    transition: all 300ms ease;

    /* background: white; */

  }

  .bannerType div:nth-child(1) {
    width: 80%;
    margin: 0 auto;
  }

  .News_changeA:hover {
    box-shadow: -10px 10px 0 #E2EBEA;
    background: var(--main-bg-color);
    color: white;
    /* border: solid 1px var(--main-bg-color); */
  }

  .News_changeA.active {
    color: white;
    background: var(--main-bg-color);

    box-shadow: -10px 10px 0 #E2EBEA;

    /* border: solid 1px var(--main-bg-color); */
  }

  .News_contentDiv {
    width: 80%;
    margin: 0 auto;
  }

  .getbolang {
    padding-bottom: 50px;
  }

  .newTYpecircle {
    font-size: 12px;
    padding: 2px 10px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
  }

  .Newsdetail_content {
    padding: 20px;
    box-sizing: border-box;
    min-height: 500px;
  }

  .Newsdetail_content_top {
    color: #454545;
    text-align: center;
    /* text-decoration: underline; */
    font-size: 25px;
    font-weight: bold;
    padding: 30px 0 20px 0;

  }

  .Newsdetail_content_zj {
    text-align: center;

  }

  .Newsdetail_content_nr {
    margin-top: 30px;
  }

  .Newsdetail_content_img {
    display: block;
    max-height: 400px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .loadmore {
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 20px;
    background: var(--main-bg-color);
    color: white;
    margin: 0 auto;
    cursor: pointer;

  }

  .loadmore:hover {
    padding: 10px 60px;
    transition: all 600ms ease;
  }
  .webwith80{
    width: 80%;
    margin: 0 auto;
  }

}
/* wap  */
@media (max-width: 975px) {
 
  .webflex div{
    margin-bottom: 1rem;
  }
  .wapwith80{
    width: 90% !important;
    margin: 0 auto !important;
  }
  .newgridauto {
    display: grid;
    gap: 1rem;

    justify-items: stretch;
    /* 拉伸网格项以填充整个单元格 */
    grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
}
.gridauto {
  display: grid;
  gap: 1rem;

  justify-items: stretch;
  /* 拉伸网格项以填充整个单元格 */
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
}
  .width20{
    width: 100%;
  }
  .width80{
    width: 100%;
  }
  .minheight70vh{
    min-height: 50vh;
  }
  .wapflex{
    display: flex;
    overflow-x: auto;
  }
  .aboutus_lichengDiv{
    /* height: 80vh;
    overflow-y: scroll; */
  }
  .year-nav{
    position: static !important;
  }
  .searchaboutus{
    width: 50%;
  }
  .width30{
    width: 50%;
  }
  .width70{
    width: 48%;
  }
  .width90{
    width: 100%;
  }
  .wapmarbottom10{
    margin-bottom: 1rem;
  }
  .wapaboutbanner{
    width: 100%;
    height: 4rem;
    object-fit: cover;
  }
  .flex80{
    width: 57%;
  }
  .flex20{
    width: 40%;
  }
  .font20{
    font-size: 1rem;
  }
  .font28{
    font-size: 1.5rem;
  }
  .font40{
    font-size: 2rem;
  }
  .font18{
    font-size: 0.95rem;
  }
  .font16{
    font-size: 0.9rem;
  }
  .font14{
    font-size: 0.85rem;
  }
  .p-25{
    padding: 1rem;
  }
  .p-15{
    padding: 0.6rem;
  }
  .mar20{
    margin-bottom: 1rem;
  }
  .marginwapbottom{
    margin-bottom: 1rem;
  }
  .lawyerzh_diqudivA{
    margin-bottom: 2rem;

  }
  .lawyerzh_lingyudiv_content{
    margin-bottom: 2rem;
  }
  /* .newcontainer{
    grid-template-columns: 100%;
  } */
   /* 新版联系我们 */
   .newcon_contentfensuonewB {
    float: left;
    width: 100%;
    margin-top: 0.5rem;
    }
    .newcon_contentfensuonewA img {
      width: 100%;
      border-radius: 10px;
      height: auto;
  }
  .newcon_contentfensuonewA {
    float: left;
    width: 40%;
}
   .newcon_newsectionA{
    flex-flow: wrap;
   }
   .newcon_contentfensuoB{
    padding: 1rem;
  }
  .newcon_contentfensuo_title{
    font-size: 1.1rem;
    font-weight: bold;
    color: black;
  }
  .newcon_newsectionA{
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.08);
    display: flex;
    color: black;
   
  }
  
  .newcon_newsectionA_Img{
    width: 100%;
  }
  .newcon_newsectionA_Img img{
    width: 100%;
    height: auto;
    border-radius: 5px;

  }
  
  .newcon_newsectionA_Content{
    width: 100%;
   
    box-sizing: border-box;
    padding: 0.6rem;
    
    
  }
  
  .newlawyer_B_News h4{
    font-size: 1rem;
  }
  .aboutdiv div{
    width: 100%;
  }
  .shadow-btn{
    padding: 0.3rem 0.5rem !important;
  }
  .shadow-btn small{
    font-size: 0.9rem;
  }
  .no-break{
    display: block;
  }
  .newlawyer {
    width: 90%;
    padding-top: 5rem;
  }
  .newlawyer_A{
    width: 100%;
    padding-bottom: 1rem;
    overflow: hidden;

  }
  .newlawyer_A_top h2 small{
    font-size: 1rem;
  }
  .newlawyer_A_top{
    padding: 1rem;
    height: auto;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .newlawyer_A_top::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .newlawyer_A_top h2{
    text-align: left;
  }
  .newlawyer_A_top p{
    text-align: left;
    margin-bottom: 0.3rem;
    line-height: 1.6rem;
  }
  .newlawyer_A_top img{
    width: 35%;
    height: auto;
    float: left;
  }
  .newlawyer_A_top>div{
    width: 100%;
    /* float: right; */
  }
  .newlawyer_A_second{
    width: 100%;
  }
  .newlawyer_A_top_more{
    width: 90%;
    margin-top: 1rem;
  }
  .newlawyer_A_top_more div{
    padding: 0.6rem 0;
    white-space: pre-line;
  }
  .newlawyer_B {
    padding: 1rem;
    width: 100%;
        margin-top: 1rem;
  }






  .newcontactStyleB{
    padding: 1rem;
  }
  .newbannerTypeB{
    width: 80%;
    margin: 0 auto;
    margin-top: 1rem;
    font-size: 1rem;
  }
  #newcol-lg-3 .mainContent h2 small{
    font-size: 0.9rem;
  }
  #qrcodeimg img{
    width: 50px;
    height: 50px;
    border-radius: 0;
    display: block;
  }
  .searchlistDivA{
    font-size: 1rem;
  }
  .searchlistDivB{
    margin-top: 2rem;
  }
  /* wap */
  .lawyerCont {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    margin-top: 2rem;
  }

  .submitSearch {
    margin-bottom: 2rem;
  }

  #exampleFormControlInput1 {
    width: 100%;
  }
  #newcol-lg-3{
    background: white;
    margin-bottom: 1rem;
    padding: 1rem;
  }

  .mainContent {
    width: 100%;
    background: white;
    box-sizing: border-box;
    padding-bottom: 0.6rem;
    /* box-shadow: 1px 1px 10px #c9c9cc; */

  }

  .lawyerCont h2 {
    text-align: center;
    margin-bottom: 2rem;

  }

  .goContent {
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
    position: relative;
    top: -1.5rem;
    border-radius: 50%;
    box-shadow: 1px 1px 10px #c9c9cc;
    background: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  /* .goContent:hover {
    background: var(--main-bg-color);
    color: white;
    cursor: pointer;
  } */

  .mainContent img {
    width: 30%;
    float: left;
  }
  .mainContent div{
    width: 65%;
    float: right;
  }

  .mainContent h2 {
    font-size: 1.1rem;
    text-align: left;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-top: 0.5rem;
  }

  .mainContent p {
    font-size: 1rem;
    color: #454545;
    margin-top: 0.5rem;
    text-align: left;
  }

  .xinwennew_List {
    text-align: center;

    background: white;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .xinwennew_List img {
    display: block;
    width: 100%;
    height: 10rem;
    object-fit: cover;

  }

  .xinwennew_List h3 {
    color: black;
    font-size: 1rem;
    font-weight: bold;

    text-align: left;
    word-break: break-all;
    margin-top: 0.5rem;
    color: #454545;

  }

  .xinwennew_List p {
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    color: #454545;
    -webkit-box-orient: vertical;
  }

  .detail_top {
    margin-top: 0;
    width: 100%;
  }

  .detail_right {

    margin-top: 1rem;
    background: white;
    padding: 1rem 1rem 3rem 1rem;
  }

  .detail_right div {
    text-align: left;
  }

  .detail_right h2 {
    text-align: left;
    margin: 0;
    margin-top: 0.5rem;
    font-size: 1.3rem;
    padding-bottom: 0.8rem;
  }

  .detail_right div {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .pingpu {
    width: 100%;
  }

  .detail_left {
    width: 100%;
    background: var(--main-bg-color);
  }

  .detail_left img {
    width: 8rem;
    display: block;
    height: 8rem;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 1rem;

  }

  .detail_left div {
    width: 80%;
    margin: 0 auto;
  }

  .detail_left h2 {
    margin-top: 1rem;
    text-align: center;

    color: white;
  }

  .pingpuer h2 {
    text-align: center;
    padding: 2rem 1rem;

  }

  .xinwen_content {
    box-sizing: border-box;
    padding: 1rem 1rem 3rem 1rem;
  }

  .xinwennew_List {
    text-align: center;
    background: #fff;
    border-radius: 10px;

    margin-right: 0.6rem;
    background: white;
    /* padding: 20px; */
    width: 100% !important;
    cursor: pointer;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;

  }

  .xinwennew_List div {
    padding: 0.6rem;
  }

  .gonews {
    width: 100%;
  }

  .gonews span {
    border: solid 1px #888888;
    color: #888888;
    padding: 0.5rem;
    margin: 0 auto;
    border-radius: 15px;
    cursor: pointer;
    font-size: 0.8rem;
  }

  .xinwennew_List:hover .gonews span {
    /* background: var(--main-bg-color); */
    color: var(--main-bg-color);
    border: solid 1px var(--main-bg-color);

  }

  .xinwennew_List img {
    display: block;
    width: 100%;
    height: 45%;
    object-fit: cover;

  }

  .xinwennew_List h3 {
    color: black;
    font-size: 1.1rem;
    text-align: left;
    margin-top: 0;
    color: #454545;
    line-height: 30px;
  }

  .xinwennew_List p {
    text-align: left;
    /* margin-top: 10px; */
    /* margin-top: 12px; */
    font-size: 0.9rem;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    line-height: 30px;
    -webkit-line-clamp: 2;
    color: #454545;
    -webkit-box-orient: vertical;
  }

  .xinwennew_List p small {
    color: #888888;
  }

  /* 新闻 */
  .News_change {
    display: none;
  }

  .bannerType div:nth-child(1) {
    width: 80%;
    margin: 0 auto;
  }

  .News_changeA:hover {
    transition: all 300ms ease;
    color: var(--main-bg-color);
    border: solid 1px var(--main-bg-color);
  }

  .News_changeA.active {
    color: var(--main-bg-color);
    border: solid 1px var(--main-bg-color);
  }

  .News_contentDiv {
    margin: 0 auto;
  }

  .getbolang {
    padding-bottom: 2rem;
  }

  .newTYpecircle {
    font-size: 0.85rem;
    padding: 0.1rem 0.3rem;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
  }

  .bannerType {
    /* padding-top: 20%; */
    height: 25rem;
  }

  .displaynone {
    display: none;
  }

  .mubanNewsImg {
    height: 10rem;
  }

  .Newsdetail_content {
    padding: 1rem;
    box-sizing: border-box;
    min-height: 30rem;
  }

  .Newsdetail_content_top {
    /* text-align: left; */
    text-align: center;
    font-size: 1.2rem;
    /* font-weight: bold; */
    /* color: rgb(1 41 32); */
    color: #454545;
    font-weight: bold;
    padding: 0.5rem 0 1rem 0;
    border-bottom: solid 1px rgb(237, 237, 237);

  }

  .Newsdetail_content_zj {
    text-align: center;
    margin-top: 1rem;

  }

  .Newsdetail_content_nr {
    margin-top: 2rem;
  }

  .Newsdetail_content_img {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-top: 2rem;
  }

  .Newsdetail_content {
    width: 90%;
    border-radius: 5px;
  }

  /* 律师内页 */
  .LvshiHead {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .LvshiJieshaoA h2 {
    font-size: 1.2rem;
    color: white;
    margin-bottom: 0.6rem;
    padding-top: 1rem;
    padding-bottom: 0.4rem;
    border-bottom: solid 1px var(--grayc-color);
  }

  .LvshiJieshaoA h2 small {
    font-size: 0.9rem;
  }

  .LvshiJieshaoA div {
    font-size: 1rem;
    color: white;
  }

  .LvshiJieshao {
    padding: 5rem 1rem 2rem 1rem;
    background: rgb(1, 35, 3, 0.5);
    width: 100%;
    position: relative;
    top: 0;

  }

  .LvshiJieshao img {
    border-radius: 50%;
    width: 35%;

    
  }

  .LvshiDownload button {
    color: white;
    font-size: 0.9rem;
  }

  .Lvshixinxi div {
    color: #445454;
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    border-bottom: solid 1px var(--grayc-color);
  }

  .LvshiHead {
    display: none;
  }

  .loadmore {
    font-size: 1rem;
    padding: 10px 30px;
    border-radius: 2rem;
    background: var(--main-bg-color);
    color: white;
    margin: 0 auto;
    cursor: pointer;

  }

  .about_HeZuoDiv {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
  }

  .about_HeZuoDiv_A {
    background: white;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    margin-bottom: 1rem;
  }

  .about_HeZuoDiv_A img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .mubanNews {
    background: white;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
    height: auto;
    cursor: pointer;
    margin-bottom: 1rem;
  }
  .getMoreDiv{
    width: 100%;text-align: center;padding: 0 0;
    height: 5rem;
  }
  .contactDiv_flex{
    grid-template-columns: 1fr 1fr;

  }
  .LvshiJieshaoA{
    width: 60%;
  }
  .whitebg{
    min-height: 30rem;
  }
}


/* 律师列表 */
@media (min-width:1300px){
    .law-item-right{
        font-size: 13px !important;
    }
}
@media (max-width:1300px) and (min-width:975px) {
    .law-item-right{
        font-size: 13px !important;
    }
}
@media (max-width:975px) {
    .law-item-right{
        font-size: 12px !important;
    }
}
/* @media (max-width:975px) and (min-width:600px) {
    .law-item-right{
        font-size: 12px !important;
    }
}
@media (max-width:600px) {
    .law-item-right{
        font-size: 10px !important;
    }
} */
 
.lawyer-item{
  display: flex;
  height: 180px;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.law-item-left{
  width: 180px;
  height: auto;
}
.law-item-left>img{
  width: 100%;
  height: auto;
}
.law-item-right{
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.lay-item-r-name{
  font-size: 1.4em;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
  position: relative;
  z-index: 3;
}
.lay-item-r-type{
  font-size: 1.2em;
  color: #006b53;
  margin-bottom: 3px;
  position: relative;
  z-index: 3;
}
.lay-item-r-content{
  flex: 1;
  font-size: 1em;
  color: #454545;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 限制显示两行 */
  overflow: hidden;
  text-overflow: ellipsis; /* 超出文本显示省略号 */
  margin-bottom: 2px;
  position: relative;
  z-index: 3;
}
.lay-item-r-city{
  display: flex;
  position: relative;
  z-index: 3;
}
.lay-item-r-city>div{
  font-size: 1em;
  /* padding:5px 10px ; */
  /* background: rgb(243, 244, 246); */
  /* box-sizing: border-box; */
  /* border-radius: 5px; */
  color: #666;
  display: flex;
  align-items: center;
}
.lay-item-t-bg{
  width: 0;
  height: 180px;
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: #4ea16f; */
  background-color: #006b53;
}
/* .lawyer-item:hover .lay-item-t-bg{
    animation: widthAotu .5s forwards;
} */
.lawyer-item:hover .law-item-right{
  animation: bgcolorAotu .5s forwards;
}
.lawyer-item:hover .law-item-left>img{
  animation: fdAotu .5s forwards;
}
.lawyer-item:hover .lay-item-r-name{
  color: #fff;
}
.lawyer-item:hover .lay-item-r-type{
  color: #fff;
}
.lawyer-item:hover .lay-item-r-content{
  color: #eee;
}
.lawyer-item:hover .lay-item-r-city>div{
  color: #eee;
}
.icon{
  margin-right: 3px;
}
.lawyer-item:hover .icon>path{
  /* color: #eee; */
   fill: #eee;
}
@keyframes widthAotu {
    0% { width: 0;}
    100% { width: 100%; }
}
@keyframes bgcolorAotu {
  0% { background-color: #fff;}
    100% { background-color: #006b53; }
}
@keyframes fdAotu {
  0% { transform: scale(1); }
    100% { transform: scale(1.05); }
}
@media (min-width:500px){
.newcontainer {
      grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  }
}
@media (max-width:500px){
.newcontainer {
    grid-template-columns:repeat(1, 1fr);
  }
  .law-item-left{
    width: 150px;
  }
  .lawyer-item{
    height: 150px;
  }
  .lay-item-t-bg{
    height: 150px;
  }
}

/* section */
.newbsection {
  /* 初始状态 */
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* 动画触发后的状态 */
.newbsection.visible {
  opacity: 1;
  transform: translateY(0);
}



/* 不同区块延迟动画，增加层次感 */
.newbsection:nth-child(2) { transition-delay: 0.1s; }
.section:nth-child(3) { transition-delay: 0.2s; }
.newbsection:nth-child(4) { transition-delay: 0.3s; }
.newbsection:nth-child(5) { transition-delay: 0.4s; }
/* 呼吸点
 */
  /* 呼吸点容器 */
  .dot-container {
    display: flex;
    /* justify-content: center;
    align-items: center; */
    height: 30px;
}
/* 基础呼吸点样式 */
.breathing-dot {
  border-radius: 50%;
  position: relative;
}

  .newmulti-layer-dot {
    width: 40px;
    height: 40px;
    background-color: #f59e0b;
}

.newmulti-layer-dot::before,
.newmulti-layer-dot::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(243, 228, 145, 0.733);
}

.newmulti-layer-dot::before {
    animation: breathe 4s ease-in-out infinite;
}

.newmulti-layer-dot::after {
    animation: breathe 3s ease-in-out 1s infinite;
}

.multi-layer-dot {
  width: 20px;
  height: 20px;
  background-color: var(--main-bg-color);
}

.multi-layer-dot::before,
.multi-layer-dot::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(10, 85, 54, 0.733);
}

.multi-layer-dot::before {
  animation: breathe 4s ease-in-out infinite;
}

.multi-layer-dot::after {
  animation: breathe 3s ease-in-out 1s infinite;
}
 /* 呼吸动画关键帧 */
 @keyframes breathe {
  0% {
      transform: scale(1);
      opacity: 1;
  }
  50% {
      transform: scale(1.8);
      opacity: 0.4;
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}