﻿
.domain{ background-color:#f1f3f2}
.domain-wrap{ margin: 0 auto; width: 1200px; position: relative;}
.domain-box{ margin: 0 auto; width:960px; padding:60px 0 100px 240px}

.domain-slide{display: flex;}
.domain-slide-item{ width:170px; height: 55px; margin-left:10px; line-height:55px; text-align:center; font-size:22px;}
.domain-slide-item:hover,.domain-slide-item.active{ background-color:#A3A3A3; color:#fff; cursor: pointer;}

/* 业务介绍 */
.domain-content{ min-height:500px;}
.domain-content-item{}
.domain-overview{ padding:50px 0 20px; line-height:36px; font-size:16px; color:#666;}
.domain-info-list{}
.domain-info-title{margin:80px 0 20px; border-top:#999 solid 2px;}
.domain-info-title span{position: relative; top:-23px; left:40px; background:#F1F3F2; padding:0 15px; font-size:28px; color:#333; }
.domain-info-conent{ font-size:18px; color:#666; line-height:40px;}

/* 相关律师 */
.d-lawyer-title { margin:50px 0 20px; height:36px; font-size:20px; color:#666; border-bottom:solid #666 2px;}
.d-lawyer-title.re-border{ border-bottom-color: #ccc;}

/* 律师信息 */
.d-lawyer-box{padding:32px 0 26px; display: flex; transition:padding 300ms ease-in-out;}
.d-lawyer-imgbox{ width:128px; height:160px; overflow: hidden; text-align: center;}
.d-lawyer-imgbox img{ width:100%; }
.d-lawyer-info{ padding:5px 0 10px 40px;}
.d-lawyer-name{ line-height:30px; font-size:22px; color:#333;}
.d-lawyer-desc{ font-size:14px; color:#666; height:65px;}
.d-lawyer-contact{ font-size:14px; color:#666; line-height:22px;}

.d-lawyer-box:hover{ padding:32px 0 26px 30px; box-shadow:#ccc 0 3px 5px; transition:padding 200ms ease-in-out;}