/* 时间轴 */
.msg {
    width: 100%;
}

.msg-item {
    padding: 0 20px 15px;
    border-left: 1px solid #e0e5f4;
    position: relative;
}

.msg-icon {
    position: absolute;
    top: -3px;
    left: -13px;
    width: 24px;
    height: 24px;
}

.msg-time {
    font-size: 14px;
    color: #707c9c;
    margin-bottom: 14px;
}

.msg-info {
    font-size: 14px;
    color: #15294e;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.timer-shaft {
    padding: 42px 27px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(34, 90, 252, 0.08);
}

/* 导航 */
.hottag-title {
    font-size: 18px;
    color: #15294e;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.hottag-title span {
    display: block;
    width: 3px;
    height: 27px;
    margin-right: 10px;
    background: #225afc;
}

/* 内容 */
.lawyer-content {
    margin-bottom: 100px;
    display: flex;
}

/* tab切换 */
.tab {
    width: 650px;
    display: flex;
}

.tab-item {
    margin-right: 30px;
    font-size: 22px;
    color: #15294e;
    cursor: pointer;
    margin-bottom: 19px;
}

.tab-hr {
    width: 650px;
}

.tab-hr span {
    display: block;
    width: 26px;
    height: 6px;
    border-radius: 6px;
    background: #225afc;
    margin-left: 7px;
    transition: all 0.1s ease-in;
}

/* 介绍 */
.intro {
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 33px;
    box-shadow: 0px 0px 4px 0px rgba(34, 90, 252, 0.11);
}

.intro-tx {
    width: 100%;
    height: 68px;
    display: flex;
    justify-content: center;
    position: relative;
}

.intro-tx img {
    position: absolute;
    top: -68px;
    width: 128px;
    height: 128px;
    border: 4px solid #fff;
    border-radius: 128px;
    object-fit: cover;
}

.intro-name {
    font-size: 24px;
    color: #15294e;
    text-align: center;
    margin-top: 9px;
    font-weight: 600;
}

.intro-msg {
    text-align: center;
    margin-top: 11px;
    margin-bottom: 21px;
    font-size: 14px;
    color: #707c9c;
}

.intro-site {
    margin-right: 20px;
}

.intro-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 140px;
    height: 43px;
    border-radius: 43px;
    margin-bottom: 35px;
    border: 0;
    background: #225afc;
    color: #fff;
    font-size: 16px;
}

.intro-btn:hover {
    color: #FFF !important;
}

/* banner */
.box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner {
    width: 100%;
    height: 220px;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.lawyer-info {
    width: 765px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
}

.article-msg-item {
    position: absolute;
    display: flex;
    align-items: center;
    right: 38px;
    top: -110px;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
}

.article-msg-item img {
    margin-right: 5px;
}

.info-l,
.info-r {
    display: flex;
}

.info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 38px;
}

.info-item-num {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 12px;
}

.clear-padding {
    padding: 0;
}

.info-item .border {
    border-right: 1px solid rgba(50, 60, 94, 1);
    width: 1px;
    height: 22px;
}

.info-item span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(121, 139, 170, 1);
}

.media-item {
    flex: 1;
    background: #FFF;
    border-radius: 10px;
    display: flex;
    padding: 18px 20px;
    margin: 18px 22px;
}

.media-item:hover {
    box-shadow: 0 0 10px rgba(146, 172, 244, .48);
}

.media-content {
    flex: 1;
}

.lawyer-msg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    margin-bottom: 17px;
}

.media-title {
    font-size: 18px;
    color: #3e5275;
    margin-bottom: 18px;
    display: flex;
    align-items: flex-end;
}

.media-title span {
    color: #225afc;
    font-size: 14px;
    margin-left: 78px;
}

.media-digest {
    font-size: 14px;
    color: #4f5c74;
    margin-bottom: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.media-msg {
    display: flex;
    justify-content: space-between;
}

.media-msg-info {
    display: flex;
}

.media-msg-item {
    margin-right: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #4f5c74;
}

.media-msg-item img {
    margin-right: 5px;
}

/* 认证 */
.lawyer-approve {
    width: 100%;
    display: flex;
    margin-top: 34px;
    margin-bottom: 28px;
    padding: 0 42px;
}

.lawyer-approve-item {
    display: flex;
    align-items: center;
    margin-right: 110px;
}

@media (max-width: 1400px) {
    .lawyer-approve-item {
        margin-right: 15px;
    }
}

.approve-icon {
    margin-right: 10px;
}

.lawyer-intro-content {
    font-size: 14px;
    color: #15294e;
    line-height: 1.5;
    margin-bottom: 58px;
    padding: 0 42px;
}

/* 专长 */
.lawyer-intro {
    padding: 64px 0 54px;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(34, 90, 252, .08);
    opacity: 1;
    transition: all .2s ease-in;
}

.lawyer-intro-title {
    font-size: 20px;
    color: #15294e;
    font-weight: 600;
    padding: 0 42px;
}

.media-tag {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #4f5c74;
    margin-top: 28px;
    padding: 0 42px 68px;
}

.media-tag span {
    width: 83px;
    height: 26px;
    border-radius: 6px;
    border: 1px solid #adb9cf;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 21px;
}

.lawyer-media-list{
    opacity: 1;
    transition: all .2s ease-in;
    background: #FFF;
    padding: 30px 0 58px;
}

/* lawyer-box */

.lawyer-box {
    padding-bottom: 15px;
    padding: 0 42px;
    margin-top:34px;
    margin-bottom: 28px
}
.lawyer-box li {
    float: left;
    width: 50%;
    min-height: 47px;
    height: auto;
    overflow: hidden;
    line-height: 46px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}
.lawyer-box li label {
    position: absolute;
    left: 0;
    top: 0;
    color: #999;
}
.lawyer-box li p {
    float: left;
    padding: 0 15px 0 85px;
    min-height: 46px;
    height:auto;
    word-break:break-all;
    line-height: 46px;
}
.lawyer-box li .rz-tag {
    float: left;
    color: #11bb65;
}
.lawyer-box li .rz-tag .i_lr32 {
    margin-right: 4px;
}
.lawyer-box .cell {
    float: left;
    width: 100%;
    min-height: 47px;
    height:auto;
    max-height: 92px;
    overflow: hidden;
    line-height: 46px;
    position: relative;
}
.lawyer-box .cell ul {
    display:block;
    position:relative;
    clear:both;
}
.lawyer-box .cell ul li {
    border-bottom: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}

.detail_tel b {
    font-weight: bold;
    font-size: 20px;
    margin-right: 20px;
}
.detail_tel .tip{
    color: #0057ff !important;
    border-bottom: 1px solid #0057ff;
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
    margin-top: 6px;
}