﻿.container_body{
  position: relative;
}
.banner{
  height: 525px; 
  position: relative;
  display: flex;
  justify-content:center;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  /* overflow: hidden; */
  background-color: #f5f5f5;
}
.banner .banner_bg{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  /* position: absolute; */
  top: 0;
  left: 0;
  z-index: 1;
  /* Chrome优化 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* 确保图片完全填充 */
  min-height: 100%;
  min-width: 100%;
}
.banner .banner_txt{
    width: 766px;
    height: 335px;
    top: 76px;
    left: 178px;
    border-radius: 16px;
    border-left-width: 2px;
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    padding-left: 66px;
    padding-top: 41px;
    display: flex;
    flex-direction: column;
    z-index: 2;
}
.banner .banner_txt_1{font-size: 32px;
    font-weight: 700;
    color:#CC9522;
    line-height: 37px;
    letter-spacing: 0px;
    text-align: left;
}
.banner .banner_txt_2{font-size: 24px;
    width:540px;
    font-weight: 400;
    color: rgba(162, 0, 0, 1);
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 37px;
}
.banner .banner_btn{
    height: 51px;
    background: #CC9522;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    border-radius: 300px;
    margin-top: 40px;
    margin-left: 15px;
    font-size: 20px;
}
.banner .banner_btn a{
  color: rgba(255, 255, 255, 1);
}

  .publications-list {
    width: 67%;
    padding: 32px 0px;
  }
  .publications-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    overflow: hidden;
    display: flex;
    position: relative;
    padding: 15px;
    min-height: 180px;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.2s;
    will-change: transform, box-shadow;
    border: 2px solid transparent;
    margin-bottom: 30px;
    height: 320px;
  }
  .publications-card:hover{
    transform: translateY(-6px) scale(1.02);
    box-shadow: 2px 10px 24px rgba(0,0,0,0.15);
  }
  .publications-card-img{
    width: 230px;
    padding: 20px 30px;
    transition: transform 0.45s ease;
    will-change: transform;
  }
  .publications-card:hover .publications-card-img{
    transform: scale(1.06);
  }

  .publications-card-content{
    flex: 1;
    overflow: hidden;
  }
  .publications-title {
    font-size: 28px;
    font-weight: bold;
    margin-top: 12px;
    color: #CC9522;
    margin-bottom: 20px;
  }
  .publications-title a{
    color: #CC9522;
  }
  .publications-desc {
    font-size: 18px;
    color: #585656;
    margin-bottom: 12px;
    line-height: 30px;
    overflow: hidden;
  }
  .publications-meta {
    font-size: 20px;
    color:#585656;
    display: flex;
    border-top: 1px solid #ECECEC;
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .publications-meta-left{
    width: 60%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 20px;
  }

  .publications-lawyer{
    width: 30%;
    position: absolute;
    top: 110px;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .publications-lawyer-title{
    font-size: 24px;
    line-height: 24px;
    color: #cc9522;
    margin-bottom: 36px;
  }
  .publications-lawyer-show{
    display: flex;
    margin-bottom: 38px;
    border-bottom: 1px solid #cc9522;
  }
  .publications-lawyer-show-img{
    width: 44%;
    display: grid;
    align-items: end;
  }
  .publications-lawyer-show-img img{
    width: 100%;
  }
  .publications-lawyer-show-des{
    margin-left: 20px;
    flex: 1;
  }
  .publications-lawyer-show-des-name{
    font-size: 24px;
    line-height: 24px;
    color: #cc9522;
    margin-bottom: 15px;
  }
  .publications-lawyer-show-des-ul{
    font-size: 12px;
    line-height: 22px;
    color: rgba(18, 18, 18, 1);
    font-weight: 400;
  }
  .publications-lawyer-show-des-ul li{
    list-style-type: disc;
  }
  .publications-lawyer-show-des-ul li::marker{
    color: rgba(18, 18, 18, 1);
    font-size: 6px;
  }
  .publications-lawyer-show-des-btn{
    font-size: 16px;
    line-height: 46px;
    font-weight: 500;
    text-align: right;
    color: #cc9522;
    cursor: pointer;
   padding-top: 30px!important;
    
  }
   .publications-lawyer-show-des-btn img{
     margin-left: 20px;
     margin-right: 15px;
  width: 20px;
  padding-bottom: 4px;
   }


  .publications-detail{
    border-top: 1px solid #ECECEC;
    padding-top: 18px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  .publications-author .publications-author-title{
    font-size: 26px;
    font-weight: 400;
    line-height: 70px;
    border-top: 1px solid rgba(18, 18, 18, 1);
    border-bottom: 1px solid rgba(18, 18, 18, 1);
    margin-bottom: 18px;
  }
  .publications-author .publications-author-des{
    font-size: 16px;
    line-height: 36px;
    color: rgba(18, 18, 18, 1);
    margin-bottom: 18px;
  }

  


  

@media (max-width: 1024px) {
  .publications-list { grid-template-columns: 1fr; }
}

@media screen and (max-width: 1024px) {
  .banner{
    height: 300px;
    margin-top: 40px;


  }
  /* 容器样式调整 */
  .container {
      width: 90%;
      padding: 15px 0 30px;
  }

  /* Banner样式调整 */
  
.banner_title{
  margin-bottom: 10px;
}
.banner_subtitle{
  margin-bottom:0px;
}
  /* 出版物详情页样式调整 */
  .publications-list {
      width: 50%;
      padding: 20px 0;
  }

  /* 出版物卡片样式调整 */
  .publications-card {
      flex-direction: column;
      height: auto;
      padding: 15px;
      margin-bottom: 30px;
  }
  .publications-card-img {
      width: 100%;
      padding: 10px;
      margin-bottom: 15px;
      max-width: 200px;
      align-self: center;
  }
  .publications-card-content {
      width: 100%;
  }
  .publications-title {
      font-size: 22px;
      margin-top: 0;
      margin-bottom: 15px;
      text-align: center;
  }
  .publications-detail {
      font-size: 16px;
      line-height: 30px;
      padding-top: 15px;
  }

  /* 作者介绍、编辑推荐、前言等部分 */
  .publications-author .publications-author-title {
      font-size: 20px;
      line-height: 60px;
      text-align: center;
  }
  .publications-author .publications-author-des {
      font-size: 14px;
      line-height: 24px;
  }

  /* 律师展示区域样式调整 */
  .publications-lawyer {
      width: 45%;
      position: static;
      margin-top: 30px;
  }
  .publications-lawyer{
    position: absolute;
    top: 70px;
    right: 0;
  }
  .publications-lawyer-title {
      font-size: 20px;
      margin-bottom: 20px;
      text-align: center;
  }
  .publications-lawyer-show {
      flex-direction: column;
      align-items: center;
      margin-bottom: 25px;
      padding-bottom: 15px;
  }
  .publications-lawyer-show-img {

      width: 50%;
      margin-right: 0;
      margin-bottom: 15px;
      max-width: 150px;
  }
  .publications-lawyer-show-des {
      text-align: center;
  }
  .publications-lawyer-show-des-name {
      font-size: 20px;
      margin-bottom: 10px;
  }
  .publications-lawyer-show-des-ul {
      display: inline-block;
      text-align: left;
      margin: 0 auto;
      font-size: 14px;
      line-height: 24px;
  }
  .publications-lawyer-show-des-btn {
      margin-top: 10px;
  }
  .publications-lawyer-show-des-btn .publications-lawyer-show-des-btn-img {
      max-width: 120px !important;
  }

  /* 表单区域样式调整 */
  #dowebok .home_part10 .box {
      margin-top: 30px;
  }
  #dowebok .home_part10 .txt {
      font-size: 24px;
  }
  #dowebok .home_part10 .txt span:last-child {
      padding-left: 0;
      display: block;
  }
  #dowebok .home_form dl dt {
      width: 80px;
  }
  #dowebok .home_form dl dd input {
      height: 40px;
      font-size: 14px;
  }
  #dowebok .home_form button {
      height: 40px;
      font-size: 16px;
      margin-top: 15px;
  }
}
@media screen and (max-width: 650px) {
  .publications-lawyer {
    display: none;
  }
  .publications-list {
      width: 100%;
  }

}


.banner_content{
  padding: 0 20px;
}
.banner_btn{
  margin-left: 0!important;
}
.banner_title{
    margin-bottom: 0!important;
}
.banner_subtitle{
    margin-bottom: 0!important;
}