/* pc */
/* pc_banenr */
.pc_banner {
    position: relative;
    height: 300px;
    background: url(../images/banner_pc.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.banner_inner {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.banner_inner>p {
    font-family: "SourceHanSerifCN-Heavy", Arial;
    font-size: 30px;
    font-weight: 800;
    color: #343434;
    line-height: 1.5em;
}

.banner_inner>p>span {
    color: #2364B5;
}

/* pc_banner结束 */

/* pc_breadcrumb */
.pc_breadcrumb {
    display: flex;
    align-items: center;
    height: 55px;
    font-size: 14px;
    color: #999;
}

.pc_breadcrumb>a {
    color: #999;
}

.pc_breadcrumb>span {
    color: #333;
}

/* pc_breadcrumb结束 */

/* pc_lawyer */
.lawyer {
    padding-top: 30px;
    box-sizing: border-box;
    height: 350px;
    background: url(../images/pc_team_details.png) no-repeat center;
    background-size: cover;
}

.lawyer_img {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.lawyer_img>img {
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    opacity: 0;
}

.lawyer_name {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.lawyer_zw {
    font-size: 18px;
    color: #666666;
    text-align: center;
}

.lawyer_box {
    margin-top: 20px;
    padding-bottom: 90px;
    display: flex;
    justify-content: space-between;
}

.lawyer_details {
    padding: 30px 30px 50px;
    box-sizing: border-box;
    width: 70%;
    background: #ffffff;
}

.lawyer_details img {
    max-width: 100% !important;
    height: auto !important;
}

.lawyer_details h2 {
    font-size: 22px !important;
    margin-bottom: 16px !important;
    line-height: 20px;
    font-weight: bold;
    border-left: 5px solid #38A3DB;
    padding: 0 0 0 10px;
    margin-top: 20px;
}

.lawyer_details p,
.lawyer_details span,
.lawyer_details strong {
    font-size: 16px !important;
    border: none !important;
    line-height: 1.6em !important;
    text-align: justify;
    text-justify: inter-ideograph;
}

.lawyer_details strong {
    font-size: 18px !important;
    font-weight: bolder !important;
}

/* pc_lawyer结束 */

/* pc_right */
.pc_right {
    width: 25%;
}

.pc_right_team_title {
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #343434;
}

.pc_right_team {
    margin-top: 20px;
    background: #ffffff;
}

.pc_right_team_list {
    padding: 20px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 110px;
    transition: box-shadow .2s;
}

.pc_right_team_img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.pc_right_team_img>img {
    display: block;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    object-fit: cover;
    opacity: 0;
}

.pc_right_team_box {
    margin-left: 20px;
    width: calc(100% - 90px);
}

.pc_right_team_name {
    font-size: 16px;
    color: #343434;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc_right_team_text {
    margin-top: 10px;
    font-size: 14px;
    color: #9A9A9A;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc_right_team_list:hover {
    box-shadow: 0px 0px 10px 0px rgba(105, 105, 105, 0.2);
}

/* pc结束 */

/* m */
/* m_banner */
.m_banner_box {
    position: relative;
    overflow: hidden;
}

.m_banner {
    display: block;
    width: 100%;
}

.m_banner_inner {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.m_banner_inner>p {
    font-size: 36px;
    font-weight: bold;
    color: #343434;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .m_banner_inner>p {
        font-size: 20px;
    }
}

/* m_banner结束 */

/* m_breadcrumb */
.m_breadcrumb {
    padding-left: 15px;
    height: 38px;
    font-size: 13px;
    color: #999;
    line-height: 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m_breadcrumb>a {
    color: #999;
}

.m_breadcrumb>span {
    color: #333;
}

/* m_breadcrumb结束 */

/* m_lawyer */
.m_lawyer {
    margin: 50px 15px 0;
    padding: 0 10px 10px;
    background: url(../images/m_team_details.png) no-repeat center;
    background-size: cover;
    border: .1px solid transparent;
}

.m_lawyer_img {
    margin: -40px auto 0;
    box-sizing: content-box;
    height: 75px;
    width: 75px;
    border: 5px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(82, 82, 82, 0.6);
    border-radius: 50%;

}

.m_lawyer_img>div {
    border-radius: 50%;
}

.m_lawyer_img>div>img {
    display: block;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    object-fit: cover;
    opacity: 0;
}

.m_lawyer_name {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.m_lawyer_zw {
    margin-top: 8px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
}

.m_lawyer_details {
    margin: 15px;
    padding: 20px 10px 30px;
    background: #ffffff;
    border-radius: 5px;
}

.m_lawyer_title {
    font-size: 17px;
    font-weight: bold;
    color: #343434;
    text-align: center;
}

.m_lawyer_box {
    margin-top: 15px;
}

.m_lawyer_box img {
    max-width: 100% !important;
    height: auto !important;
}

.m_lawyer_box h2 {
    font-size: 16px !important;
    margin-bottom: 16px !important;
    margin-top: 16px;
}

.m_lawyer_box p,
.m_lawyer_box span,
.m_lawyer_box strong {
    font-size: 13px !important;
    border: none !important;
    line-height: 1.6em !important;
    text-align: justify;
    text-justify: inter-ideograph;
}

.m_lawyer_box strong {
    font-size: 14px !important;
    font-weight: bolder !important;
}


.m_lawyer_btn {
    margin: 30px auto 0;
    display: block;
    width: 120px;
    height: 30px;
    background: #044EAA;
    border: none;
    outline: none;
    border-radius: 15px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
}

/* m结束 */