/* 
 * 云南震序律师事务所网站 - 团队成员详情页面样式
 */

/* 律师详情页 */
.team-detail-page {
    padding-bottom: 80px;
}

/* 律师基本信息 */
.team-profile {
    display: flex;
    margin-bottom: 50px;
}

.team-profile-img {
    width: 300px;
    flex-shrink: 0;
    margin-right: 30px;
}

.team-profile-img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.team-profile-info {
    flex-grow: 1;
}

.team-profile-info h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #002b70;
}

.team-profile-position {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.team-profile-meta {
    margin-bottom: 20px;
}

.team-profile-meta p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.team-profile-meta i {
    color: #f4ad03;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

/* 律师详细介绍 */
.team-details h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #002b70;
    position: relative;
    padding-left: 15px;
}

.team-details h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 18px;
    background-color: #f4ad03;
}

.team-details-section {
    margin-bottom: 40px;
}

/* 业务领域 */
.team-expertise {
    margin-bottom: 20px;
}

.team-expertise ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.team-expertise li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.team-expertise li a {
    display: block;
    padding: 8px 15px;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.team-expertise li a:hover {
    background-color: #002b70;
    color: #fff;
}

/* 相关律师 */
.related-team {
    margin-top: 40px;
}

.related-team h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #002b70;
    position: relative;
    padding-left: 15px;
}

.related-team h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 18px;
    background-color: #f4ad03;
}

/* 从team.html迁移的律师详情页样式 */
/* 律师详情页 - 头部信息区 */
.lawyer-header {
    position: relative;
    width: 100%;
    height: 730px;
    background: url('../../images/team/top3.webp') no-repeat center top;
    background-size: 100% 100%;
    margin-top: 120px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    display: block;
}

.lawyer-header .container {
    height: 100%;
    position: relative;
    padding-top: 100px;
}

/* 左侧信息区 */
.lawyer-header .info-section {
    position: absolute;
    top: 220px;
    left: 0;
    width: 50%;
}

/* 律师姓名和英文名 */
.lawyer-header .lawyer-name {
    position: relative;
    margin-bottom: 10px;
}

.lawyer-header .lawyer-name h1 {
    font-size: 42px;
    color: #002B70;
    font-weight: bold;
    margin-bottom: 0;
    display: inline-block;
}

.lawyer-header .lawyer-name p {
    font-size: 24px;
    color: #000000;
    font-weight: normal;
    display: inline-block;
    margin-left: 20px;
}

/* 律师职位 */
.lawyer-header .lawyer-position {
    font-size: 25px;
    color: #F4AD03;
    font-weight: normal;
    margin-bottom: 6px;
    line-height: 1.3;
}

.lawyer-header .lawyer-position2 {
    font-size: 25px;
    color: #F4AD03;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 1.3;
}

/* 分隔线 */
.lawyer-header .divider {
    width: 512px;
    height: 1px;
    background-color: #000000;
    margin-bottom: 15px;
}

/* 业务领域 */
.lawyer-header .business-area {
    margin-bottom: 15px;
}

.lawyer-header .business-area h1 {
    color: #F4AD03;
    font-size: 34px;
    margin-bottom: 15px;
    font-weight: bold;
}

.lawyer-header .business-area p {
    font-size: 24.5px;
    line-height: 1.5;
    color: #000000;
}

/* 联系方式 */
.lawyer-header .contact-info {
    margin-bottom: 40px;
}

.lawyer-header .contact-info p {
    margin-bottom: 10px;
}

.lawyer-header .contact-info p span {
    display: inline-block;
    font-weight: normal;
}

/* 返回列表按钮 */
.return-btn {
    display: inline-block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: transparent;
    color: #002B70;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #002B70;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    padding: 0;
}

.return-btn:hover {
    background-color: #F4AD03;
    border-color: #F4AD03;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* 右侧律师照片 */
.lawyer-header .lawyer-photo {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
}

.lawyer-header .lawyer-photo img {
    min-width: 90%;
    height: 730px;
    display: block;
}

/* 律师详情内容区 */
.lawyer-content {
    padding: 0;
    background: url('../../images/team/bg2.webp') repeat-y center top;
    background-size: 100% auto;
    margin-top: 0;
    border-top: 0;
    display: block;
}

.lawyer-content .content-wrapper {
    padding: 40px 40px 40px 0;
    background-color: transparent;
    box-shadow: none;
}

/* 内容区域各部分 */
.lawyer-content .section {
    margin-bottom: 30px;
}

.lawyer-content .section h3 {
    font-size: 24px;
    color: #002B70;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.lawyer-content .section div {
    font-size: 18px;
    line-height: 2;
    color: #000000;
}

/* 内容区域段落样式优化 */
.section div p {
    margin-bottom: 0px;
    margin-top: 0;
}

.section div p:last-child {
    margin-bottom: 0;
}

/* 优化段落间距 */
.section div br {
    display: none;
}

.section div > p + p {
    margin-top: 20px;
}
