@charset "utf-8";
/*======================= banner =======================*/
.banner {
    padding-top: 44px;
}
/*======================= 案件详情 =======================*/
.content{
    padding: 10px 10px 0;
    background:rgba(238,238,238,1);
}
.content .intro{
    width: 100%;
    background:rgba(255,255,255,1);
}
.caseTit{
    font-size: 15px;
    font-weight: 500;
    color: rgba(51,51,51,1);
    line-height: 24px;
    text-align: center;
    padding: 23px 43px 10px 43px;
}
.caseDetailDate{
    font-size:12px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height: 12px;
    text-align: center;
    padding-bottom: 39px;
}
.caseDetailInfo{
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    line-height: 24px;
    padding-top: 39px;
    padding: 0px 14px 22px;
    font-family: SourceHanSansCN-Normal;
}
/*======================= 经典案件 case.html =======================*/
.consult_area{
    background:rgba(238,238,238,1);
}
.tabs{
    width: 100%;
    height:50px;
    background:#FFFFFF;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.tabs::-webkit-scrollbar {
    display:none;
}

.tabs li{
    height: 100%;
    font-size:13px;
    font-weight:400;
    color:#333333;
    line-height:50px;
    text-align: center;
    display: inline-block;
    padding: 0 12px;
}

.tabs li:nth-child(8){
    display: none;
}
.tabs li:nth-child(9){
    display: none;
}
.tabs li a{
    color:#333333;
}
.tabs li.active{
    font-size:14px;
    font-weight:500;
    background:#DEC17B;
}
.area_content{
    width: 100%;
    margin-top: 6px;
    margin-bottom: 15px;
}
.area_content .list{
    padding: 15px 0px 15px 15px;
    margin-bottom: 5px;
    overflow: hidden;
    background:rgba(255,255,255,1);
}
.area_content .list:last-child{
    margin-bottom: 0px;
}
.area_content .img_{
    width: 33.335%;
    height: 30vw;
}
.area_content .img_ img{
    width: 100%;
    height: 100%;
}
.area_content .list .text{
    width: 66.665%;
    padding-left: 15px;
}
.area_content .list .text h2{
    font-size:14px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:18px;
    padding-right: 18px;
}
.area_content .list .text .details{
    font-size:12px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:18px;
    margin: 12px 24px 15px 0px;
}
.ellipsis{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ellipsis3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.area_content .list .text .date{
    font-size:12px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:12px;
}
/*======================= 专业领域 business-work.html =======================*/

.sort_ul{
    padding: 0 10px;
    margin-top: 10px;
}
.sort_ul li{
    width: 100%;
    font-size:12px;
    font-weight:400;
    color:#666666;
    line-height: 24px;
    background:#FFFFFF;
    position: relative;
    margin-bottom: 10px;
    padding: 10px 10px;
}
.sort_ul li:last-child{
    margin-bottom: 0;
}
.sort_ul li img{
    width: 100%;
    max-height: 125px;
}
.sort_ul li .img_ img{
    width: 100%;
    height:100%;
}
/* 相关案例 */

.pageDot {
    bottom: 18px !important;
}
.pageDot  span.swiper-pagination-bullet {
    width:14px;
    height:3px;
    background:#DDDDDD;
    border-radius:0px;
    opacity: .9;
}
.pageDot span.swiper-pagination-bullet-active{
    width:20px;
    background:#DEC17B;
}
/*======================= 关于我们 =======================*/
/* 关于我们 */
.about .law_label{
    position: relative;
    top: -29px;
    padding: 0px 10px;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.about .law_label::-webkit-scrollbar {
    display:none;
}
.about .law_label li{
    display: inline-block;
    width: 123px;
    background:#FFFFFF;
    padding: 16px 10px 18px 10px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.about .law_label li:last-child{
    margin-right: 0;
}
.about .law_label li img{
    width: 30px;
    height: 30px;
}
.about .icon-content .title{
    font-size:14px;
    line-height: 14px;
    font-weight:bold;
    color:#333333;
    padding: 14px 0px 9px;
}
.about .icon-content .word{
    font-size:12px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:15px;
}
.about .intro{
    font-size:12px;
    line-height: 24px;
    font-weight:400;
    color:#333333;
    padding: 0px 12px 30px;
    margin-top: -9px;
}
.about .intro p{
    text-indent: 24px;
}
.about .row img{
    width: 100%;
}
.about .row .w5{
    width: 50%;
    height: 100%;
}
.about .row div.w5{
    text-align: center;
    background:#FFFFFF;
    padding: 0px 9px 0 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.about .row div.w5 h3{
    font-size:15px;
    font-weight:bold;
    color:#333333;
    line-height:15px;
    margin: 30px 0 31px;
}
@media screen and (max-width:320px) {
    .about .row div.w5 h3{
        margin: 20px 0 21px;
    }
}
.about .row div.w5 p{
    font-size:12px;
    font-weight:400;
    color:#333333;
    line-height:26px;
    text-align: left;
}
/*======================= 律师详情 =======================*/
.teamDetail{
    padding: 40px 12px 13px;
}
.teamDetail .photo{
    width: 50.67vw;
    height: 66.67vw;
    margin: 0 auto 19px;
}
.teamDetail .photo img{
    width: 100%;
    height: 100%;
}
.teamDetail h2{
    font-size:15px;
    font-weight:bold;
    color:#333333;
    line-height: 15px;
    text-align: center;
}
.teamDetail h2 span{
    font-size:12px;
    line-height: 12px;
    font-weight:400;
    color:#DEC17B;
    padding: 1px 7px;
    border:1px solid #DEC17B;
    margin-left: 12px;
    vertical-align: middle;
}
.teamDetail .label{
    font-size: 0;
    margin: 14px 0 20px;
    text-align: center;
}
.teamDetail p{
    font-size:12px;
    font-weight:400;
    color:#666666;
    line-height: 30px;
    margin-bottom: 10px;
}
.teamDetail p span{
    font-size:13px;
    font-weight:500;
    color:#333333;
}
.teamDetail .label span{
    padding: 5px 7px;
}
.teamDetail .label span,.team .list .label span{
    display: inline-block;
    font-size:12px;
    line-height: 12px;
    font-weight:500;
    color:#3F4F79;
    border:1px solid #67718A;
    border-radius:10px;
    margin-bottom: 6px;
    margin-right: 6px;
}
/*======================= 专业团队 =======================*/
.team{
    margin-top: 15px;
}
.team li{
    overflow: hidden;
    background: #fff;
    padding: 10px 12px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.team li:last-child{
    margin-bottom: 0;
}
.team .img_{
    width: 34.67%;
    height:160px;
}
.team .img_ img{
    width:100%;
    height:100%;
}
.team .list {
    width: 65.33%;
    padding-left: 14px;
}
.team .list h2{
    font-size:15px;
    line-height: 15px;
    font-weight:bold;
    color:#333333;
}
.team .list h2 span{
    font-size:11px;
    font-weight:400;
    color:#DEC17B;
    border:1px solid #DEC17B;
    margin-left: 12px;
    padding: 1px 7px;
}
.team .list p{
    font-size:13px;
    font-weight:400;
    color:#333333;
    margin: 14px 0 12px;
}
.team .list .label{
    font-size: 0;
    margin: 12px 0 20px;
}
.team .list .label span{
    padding: 5px 5px;
}
@media screen and (max-width:360px) {
    .team .list .label span{
        padding: 5px 3px;
        margin-right: 5px;
    }
    .team .list .label{
        margin: 5px 0 13px;
    }
}
.team .list .info{
    font-size:12px;
    line-height:22px;
    font-weight:400;
    color:#666666;
}
