/* 简介 */
.intro {
    padding-bottom: 50px;
    padding-top: 75px;
    padding-left: 70px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    background: url('../../images/shili/jianjie_bg.jpg') no-repeat;
    background-size: cover;
}

.intro .title {
    height: 28px;
    margin-bottom: 40px;
}

.intro .title img {
    height: 100%;
}

.intro .intro_left {
    flex: 1;
    padding-right: 70px;
    position: relative;
}

.intro .intro_left p {
    line-height: 30px;
    font-size: 16px;
    text-indent: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
}

.intro .intro_left .intro_data {
    justify-content: space-around;
    align-items: center;
    margin-top: 50px;
}

.intro .intro_left .intro_data .data_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro .intro_left .intro_data .data_item .num {
    color: #b91b26;
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 10px;
}

.intro .intro_left .intro_data .data_item span:nth-child(2) {
    font-weight: bold;
    color: #333;
}

.intro .intro_left .more_btn {
    position: absolute;
    bottom: 0;
}

.intro .intro_right {
    flex: .7;
    margin-right: 70px;
}

.intro .intro_right img {
    width: 100%;
}

/* 架构 */
.company_structure {
    background-color: #f8f9fb;
}

.company_structure .company_structure_title {
    display: flex;
    align-items: flex-end;
    font-size: 16px;
    color: #7d7d7c;
    padding-top: 45px;
    padding-left: 56px;
    margin-bottom: 10px;
}

.company_structure .company_structure_title img {
    height: 30px;
}

.company_structure .company_structure_title .cn {
    font-size: 26px;
    color: #111;
    letter-spacing: 2px;
    margin: 0 2px;
}

.company_structure .company_structure_body {
    width: 100%;
    text-align:center;
    background-color:#f7f6f2;
}

.company_structure .company_structure_body img {
    width: 1400px;
}

/* 新闻动态 */
.news {
    padding-top: 66px;
    align-items: center;
    background: url('../../images/shili/news_bg.jpg') no-repeat;
    background-size: cover;
    padding-bottom: 88px;
}

.news .news_title {
    font-size: 32px;
    color: #bc212c;
    position: relative;
}

.news .news_title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 3px;
    border-radius: 50px;
    background-color: #bc212c;
    display: block;
}

.news .news_list {
    width: 880px;
    margin-top: 60px;
}

.news .news_list .news_item {
    border-top: 1px solid #ccc;
}

.news .news_list .news_item a {
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-right: 60px;
    display: flex;
    transition: .2s;
}

.news .news_list .news_item a:hover {
    background-color: #c02c38;
}

.news .news_list .news_item a:hover .date,
.news .news_list .news_item a:hover h3,
.news .news_list .news_item a:hover p {
    color: #fff !important;
}


.news .news_list .news_item a .date {
    color: #c02c38;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.news .news_list .news_item a .date b {
    font-size: 40px;
}

.news .news_list .news_item a .date span {
    font-size: 14px;
}

.news .news_list .news_item a .news_info h3 {
    color: #222;
    letter-spacing: 2px;
    margin: 5px 0;
}

.news .news_list .news_item a .news_info p {
    font-size: 14px;
    color: #6c6c6c;
}

.news .more_btn {
    margin-top: 50px;
}

/* 友情链接 */
.other-link {
    margin-top: 60px;
    background-color: #ededed;
}

.other-link .content {
    position: relative;
    padding: 10px 0;
}

.other-link .title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    transform: translateY(-100%);
    color: #b91b26;
    font-weight: bold;
    border-bottom: 3px solid #b91b26;
}

.other-link .links a {
    margin-right: 10px;
    font-size: 15px;
    color: #454545;
}

/* 概括页面样式 intro.html */
nav {
    background-color: #fff;
    border-bottom: 2px solid #c02c38;
    position: relative;
}

nav .intro_title {
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    position: relative;
}

nav .intro_title .title_item {
    position: relative;
}

nav .intro_title .active::before {
    content: '';
    display: block;
    width: 20px;
    height: 10px;
    background: url('../../images/shili/gaikuang_icon01.png') no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}


nav .intro_title .title_item a {
    color: #222;
    font-weight: bold;
    display: block;
    letter-spacing: 2px;
    padding: 20px 60px 30px;
}

nav .intro_active img {
    position: absolute;
    transform: translateX(-50%);
    width: 20px;
    height: 10px;
    bottom: 0;
    transition: .3s;
}


/* 内容 */
.content_box {
    min-height: 300px;
    background-color: #f6f3ee;
    position: relative;
    overflow: hidden;
}

.content_box .intro_bg {
    position: absolute;
    width: 1400px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.content_box .intro_content {
    position: relative;
    z-index: 2;
    display: none;
    padding: 20px 0;
    line-height: 35px;
}

.content_box .content_1 {
    display: block;
}

/* 团队列表页 */
nav .intro_title .team_item a {
    color: #c02c38;
    font-size: 24px;
    padding: 20px 60px 20px;
}

.team_list {
    position: relative;
    z-index: 3;
    margin: 40px auto 40px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 15px;
}

.team_list .team_item {
    padding: 10px 10px;
    border: 1px solid #e9dabd;
    background-color: #fff;
    text-align: center;
}

.team_list .team_item h3 {
    padding-bottom: 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e9dabd;
    height:3rem;
}

.team_list .team_item .team_box {
    position: relative;
    display: block;
    color: #fff;
    text-align: left;
    overflow: hidden;
}

.team_list .team_item .team_box > img {
    width: 100%;
}

.team_list .team_item .team_box .team_intro {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #c02c38;
    padding: 0 20px 20px;
    box-sizing: border-box;
    transform: translateY(101%);
    transition: .4s ease-in-out;
    opacity: 0;
}

.team_list .team_item .team_box:hover .team_intro {
    transform: translateY(0);
    opacity: 1;
}


.team_list .team_item .team_box .team_intro .intro_text {
    border-top: 1px solid #fff;
    padding-top: 15px;
}

.team_list .team_item .team_box .team_intro .go_detail {
    margin-top: auto;
    align-items: center;
}

.team_list .team_item .team_box .team_intro .go_detail img {
    width: 18px;
    height: 12px;
    margin-right: 8px;
}

/* 新闻动态页 */
.news_list {
    padding: 0 90px;
    margin-bottom: 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
}

.news_list > li {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.news_list > li .news_item {
    color: #767676;
}

.news_list > li .news_item > div:first-child {
    width: 245px;
    height: 155px;
    margin-right: 20px;
}

.news_list > li .news_item > div:first-child img {
    width: 100%;
    height: 100%;
}

.news_list > li .news_item .news_info {
    flex: 1;
    padding-right: 150px;
}

.news_list > li .news_item .news_info h3 {
    margin-top: 0;
    color: #111;
    letter-spacing: 1px;
}

.news_list > li .news_item .news_info .date {
    margin-top: auto;
    margin-bottom: 5px;
}

.more_news_btn {
    width: 100px;
    height: 35px;
    margin: 100px auto 100px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

/* 新闻详情页 */
.detail_title {
    margin-top: 40px;
}

.detail_title p {
    margin-bottom: 20px;
    color: #767676;
}

.detail_title p > span:not(:last-child) {
    margin-right: 10px;
}

.border_line {
    border-top: 1px solid #ccc;
}

.detail_info {
    margin-top: 40px;
    margin-bottom: 100px;
    color: #767676;
}

.detail_info.w-900 img {
        width: 100% !important;
        height: auto !important;
}

/* 专业律师页 */
.name_tab {
    margin: 20px auto 30px;
}

.name_tab li a {
    display: block;
    color: #b91b26;
    padding: 0 20px;
    position: relative;
}

.name_tab li:not(:last-child) a::after  {
    position: absolute;
    right: 0;
    content: '';
    width: 1px;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ccc;
}



.lawyer {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px 15px;
    margin-bottom: 40px;
    position: relative;
    z-index: 3;
}

.lawyer li {
}

.lawyer .lawyer_item {
    text-align: center;
    background-color: #fff;
    /*padding: 10px 10px 0;*/
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    transition: .3s;
    transform: scale(1);
    transform-origin: bottom;
}

.lawyer .lawyer_item:hover {
    transform: scale(1.05);
}


.lawyer .lawyer_item img {
    width: 100%;
}

.lawyer .lawyer_item p {
    margin: 10px 0;
    color: #111;
}

/* 律师详情 */
.lawyer_info {
    margin: 50px auto 100px;
    height:560px;
}

.lawyer_info .lawyer_left {
    width: 315px;
    background-color: #fff;
    padding: 10px;
    margin-right: 50px;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 3;
    height:560px;
}

.lawyer_info .lawyer_left img {
    width: 100%;
}

.lawyer_info .lawyer_left p {
    margin: 10px 0;
}

.lawyer_info .lawyer_intro {
    flex: 1;
    position: relative;
    z-index: 3;
}

.lawyer_info .lawyer_intro .name {
    font-size: 36px;
    color: #664b09;
}

.lawyer_info .lawyer_intro .small_title {
    color: #664b09;
    position: relative;
    align-items: center;
    margin: 20px 0;
}

.lawyer_info .lawyer_intro .small_title span {
    margin: 0 3px;
}

.lawyer_info .lawyer_intro .small_title::before,
.lawyer_info .lawyer_intro .small_title::after {
    content: '';
    width: 10px;
    height: 1px;
    display: block;
    background-color: #664b09;
}

.lawyer_info .lawyer_intro .small_title::after {
    flex: 1;
}

/* 手机导航 */
.sjj_nav {
    display: none;
}

.title-tips{
    text-align: center;
    font-size: 14px;
    margin: 10px 0 0;
    color: #999;
}



/* 响应式 */
/*手机版*/
@media screen and (max-width: 750px) {

    /*手机导航*/
    .sp_header {
        /* height: 50px; */
        overflow: hidden;
        position: fixed;
        z-index: 10;
        width: 50px;
        top: 5px;
        right: 0;
        padding: 5px;
        box-sizing: border-box;
    }

    .sp_logo {
        padding: 10px;
        float: left;
        height: 50px
    }

    .sp_logo img {
        margin: auto;
        max-height: 30px;
    }

    .sp_nav {
        width: 50px;
        float: right;
        position: relative;
        cursor: pointer;
        height: 30px;
        margin-top: 5px
    }

    .sp_nav span {
        display: block;
        background: #c02c38;
        width: 25px;
        height: 2px;
        position: absolute;
        left: 10px;
        transition: all ease 0.35s
    }

    .sp_nav span:nth-of-type(1) {
        top: 0px
    }

    .sp_nav span:nth-of-type(2) {
        top: 8px
    }

    .sp_nav span:nth-of-type(3) {
        top: 16px
    }

    .sp_nav_se span {
        background: #f7f5f5;
    }

    .sp_nav_se span:nth-of-type(1) {
        top: 10px;
        transform: rotate(45deg)
    }

    .sp_nav_se span:nth-of-type(2) {
        width: 0
    }

    .sp_nav_se span:nth-of-type(3) {
        top: 10px;
        transform: rotate(-45deg)
    }

    .sjj_nav {
        position: fixed;
        z-index: 9;
        background: #c02c38;
        width: 100%;
        height: calc(100% - 104px);
        font-size: 14px;
        line-height: 40px;
        top: -100%;
        left: 0;
        overflow: auto;
        overflow-x: hidden;
        transition: top ease 0.35s;
    }

    .nav_show {
        top: 0px
    }

    .sjj_nav > ul > li:first-child {
        overflow: hidden;
        border-top: 0
    }

    .sjj_nav > ul > li:first-child > a {
        float: left;
        width: calc(100% - 70px)
    }

    .sjj_nav > ul > li:first-child .language {
        float: right;
        width: 70px;
        overflow: hidden;
        line-height: 30px;
        margin-top: 5px
    }

    .sjj_nav > ul > li:first-child .language a {
        width: 35px;
        float: left;
        border-left: 1px #ddd solid;
        text-align: center;
        color: #999;
    }

    .sjj_nav ul li i {
        position: absolute;
        top: 5px;
        right: 0px;
        border-left: 0px #ddd solid;
        height: 30px;
        padding: 0px 7px 0 7px;
        width: 50%;
        display: flex;
        justify-content: flex-end;
    }

    .sjj_nav ul li i svg {
        transform: rotate(-90deg);
        transition: all ease 0.35s
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        transform: rotate(0deg)
    }

    .sjj_nav ul li {
        border-top: 1px #c02c38 solid;
        margin-left: 20px;
        position: relative;
        line-height: 40px;
        font-size: 14px
    }

    /* .sjj_nav>ul>li:last-child {
        border-bottom: 1px #ddd solid;
    } */
    .sjj_nav ul li ul {
        display: none
    }

    .sjj_nav ul li a {
        color: #fff;
        width: 80%
    }

    .sjj_nav ul li ul li a {
        color: #fff;
        display: block;
        text-align: left;
    }

    .sjj_nav ul li i svg {
        width: 20px;
        height: 20px;
        fill: #f5f2f2;
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        fill: #f5f2f2
    }

    .sjj_nav ul li ul li > ul {
        margin-left: 10px
    }

    .sp_header {
        display: block;
    }

    .sjj_nav {
        display: block;
        padding-top: 30px;
    }

    body,
    p {
        font-size: 14px !important;
    }

    /* logo */
    header {
        height: 50px;
    }

    .banner_list .circle_list {
        bottom: 10px;
        transform: translateX(-50%) scale(.9);
    }

    .banner_list .circle_list li{
        width:20px;
    }

    .w-1400,
    .w-900 {
        width: 100%;
    }

    .header {
        padding: 0 20px;
    }

    .nav,
    .footer .top .right_nav {
        display: none;
    }

    .header .logo,
    .header .logo img {
        height: 30px;
        position: relative;
    }

    /* 分页 */
    .page_limit {
        margin: 30px 0 30px;
    }

    /* 简介 */
    .intro {
        padding: 10px !important;
    }

    .intro .intro_body {
        flex-direction: column;
    }

    .intro .intro_body .intro_left {
        order: 2;
        padding-right: 0;
    }

    .intro .intro_body .intro_left .intro_data {
        flex-wrap: wrap;
    }

    .intro .intro_body .intro_left .intro_data .data_item {
        width: 50%;
        margin-bottom: 30px;
    }

    .intro .title {
        margin: 5px 0 10px;
    }

    .intro .title img {
        height: 80%;
    }

    .intro {
        background-position: -33px -44px;
        background-size: 200%;
    }

    .intro .intro_body .intro_right {
        order: 1;
        flex: none;
        width: 80%;
        margin: 0 auto;
    }

    .intro .intro_left .more_btn {
        position: relative;
        margin: 0 auto 20px;
    }

    .intro .intro_left .intro_data {
        margin-top: 25px;
    }

    .company_structure .company_structure_title {
        padding: 10px;
        font-size: 14px;
    }

    .company_structure .company_structure_title img {
        height: 20px;
    }

    .company_structure .company_structure_title .cn {
        font-size: 18px;
    }

    .company_structure .company_structure_body {
        overflow: hidden;
    }

    .company_structure .company_structure_body img {
        width: 100%;
    }

    /* 新闻动态 */
    .news {
        padding-top: 30px;
        padding-bottom: 50px;
        background: none;
    }

    .news .news_title {
        font-size: 24px;
    }

    .news .news_list {
        width: 100%;
        padding: 0;
        margin-top: 40px;
    }

    .news .news_list .news_item a {
        margin: 0;
        padding: 0;
        padding-right: 20px;
    }

    /* 底部 */
    .footer > div:not(:last-child) {
        padding: 10px;
    }

    .footer .bottom {
        width: 100%;
        margin: 0;
        flex-direction: column;
        text-align: center;
        line-height: 30px;
    }

    .footer .copytight {
        margin-top: 10px;
    }
    
    .footer .bottom-ewm {
        justify-content: space-around;
        margin: 10px 20px;
    }
    
    .footer .qr-item:first-child{
        margin-right: 0px;	
    }

    .other-link .title {
        left: 10px;
    }

    .other-link .content {
        padding: 10px;
        box-sizing: border-box;
        line-height: 25px;
    }

    /* 概况 */
    nav .intro_title {
        flex-wrap: wrap;
    }

    nav .intro_title .title_item {
        width: 25%;
        text-align: center;
    }

    nav .intro_title .title_item a {
        padding: 10px 0;
    }

    nav .intro_title .active::before {
        width: 10px;
        height: 5px;
    }

    .content_box {
        padding: 10px;
    }

    /* 律师详情 */
    nav .intro_title .team_item a {
        font-size: 18px;
    }

    .lawyer_info {
        flex-direction: column;
        height: auto;
        margin: 0;
    }

    .lawyer_info .lawyer_left {
        width: 280px;
        height: auto;
        margin-right: 0;
        /*width: calc(100% - 20px);*/
        margin: 0 auto;
        box-sizing: border-box;
    }

    
    height: auto; .lawyer_intro {
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    .lawyer_info .lawyer_intro .name {
        font-size: 22px;
        margin-top: 20px;
    }

    .lawyer_info .lawyer_intro .small_title {
        margin: 10px 0;
    }

    /* 律师列表 */
    .name_tab {
        display: grid;
        grid-template-columns: repeat(9,1fr);
        grid-gap: 8px 0;
    }

    .lawyer {
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .lawyer .lawyer_item img
    {
        width: 100%;
        height: 250px;
    }

    /* 新闻详情 */
    .detail_title {
        margin-top: 0;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .content_box .content_1 img{
      width: 100%;
    }

    .detail_info {
        padding: 0 10px;
        box-sizing: border-box;
    }

    /* 新闻列表 */
    .news_list {
        padding: 0;
    }

    .news_list > li {
        padding: 10px 0;
    }

    .news_list > li .news_item > div:first-child {
        width: 30%;
        height: auto;
        margin-right: 10px;
    }

    .news_list > li .news_item .news_info {
        padding-right: 10px;
    }

    .more_news_btn {
        margin: 20px auto;
    }

    /* 团队列表 */
    .team_list {
        margin-top: 20px;
        grid-template-columns: repeat(1, 1fr)
    }
    
    .news .news_list .news_item a .date span{
        font-size: 12px;
    }
    .news .news_list .news_item a .news_info p{
        font-size: 12px!important;
    }
    .other-link{
        display: none;
    }
    .news .more_btn{
        margin-top:5px;
    }
    
    .name_tab li a{
        text-align:center;
        padding:0;
    }
    .name_tab li:not(li:nth-child(9n)) a::after {
        position: absolute;
        right: 0;
        content: '';
        width: 1px;
        height: 70%;
        top: 50%;
        transform: translateY(-50%);
        background-color: #ccc;
    }
    .team_list .team_item h3{
	    height:auto;
    }

}