main{margin-top: 20px}
.show-content{}
.show-content .right-content{
    float: right;
    width: 30%;
}
.show-content .left-content{
    float: left;
    width: 69%;
}
.art-desc{
    background: #fafafa;
    border-radius: 4px;
    color: #999;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
    padding: 15px 50px 15px 20px;
    position: relative;
}
.art-desc:before{
    background: url(/static/image/info_desc.png) no-repeat 50%;
    background-size: cover;
    content: "";
    height: 30px;
    opacity: .5;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
}
.art-times{color: #999;margin: 20px 0;}

.panel-tit {
    align-items: center;
    display: flex
;
    font-size: 20px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 12px;
}
.panel-tit img {
    height: 16px;
    width: 16px;
}
.panel-tit span {
    flex: 1;
    padding-left: 6px;
}
.item:first-child {
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 0;
    position: relative;
}
.item:first-child .pic {
    border-radius: 4px;
    display: flex
;
    height: 180px;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
.item:first-child .pic .pic-a {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    transition: all .3s;
    width: 100%;
}
.el-image {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.g-components-image {
     display: block;
     height: 100%;
     width: 100%;
 }
.el-image__inner {
    opacity: 1;
    vertical-align: top;
    height: 100%;
    width: 100%;
}
 .item  {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.item:first-child {
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 0;
    position: relative;
}


.item:first-child .intro {
    background: #00000080;
    bottom: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    z-index: 2;

}
.item:first-child a{
    color: #ffffff;
}
.item:first-child .intro .num {
    background: #fd4436;
    color: #fff;
}
.item:nth-child(2) .intro .num {
    background: #fd7400;
    color: #fff;
}

.item .intro .num {
    align-items: center;
    background: #f0f3f5;
    border-radius: 4px;
    color: #666;
    display: flex
;
    font-size: 12px;
    height: 16px;
    justify-content: center;
    margin-top: 6px;
    width: 16px;
}
.item .intro a {
     display: -webkit-box;
     flex: 1;
     font-size: 16px;
     font-weight: 400;
     margin-left: 10px;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
 }
.item .intro{
    display: flex
;
    flex: 1;
    justify-content: space-between;
    padding-bottom: 4px;
    padding-left: 10px;
    position: relative;
}
.side-panel .item:first-child .intro
{
    background: #00000080;
    bottom: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    z-index: 2;
}
.side-panel .item:first-child {
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 0;
    position: relative;
}

.show-content-dinfo{
    background: #f5f5f5;
    width: 1200px;
    margin: 0 auto;
}
.show-content-dinfo .left-content{
    width: 300px;
    float: left;
}

.show-content-dinfo .right-content{
    width: 880px;
    float: right;
    border: 1px solid #e0e0e0;
    padding: 16px;
    border-radius: 8px;
    background-color: #fff;
}



 .lawyer-card {
     width: 300px;
     border: 1px solid #e0e0e0;
     padding: 16px;
     border-radius: 8px;
     background-color: #fff;
 }

.lawyer-card  .profile {
    /*display: flex;*/
    /*align-items: center;*/
}

.lawyer-card .avatar {
    width: 2700px;
    /*height: 60px;*/
    /*border-radius: 50%;*/
    object-fit: cover;
}

.lawyer-card .info {
    margin-left: 12px;
    margin-bottom: 50px;
    margin-top: 10px;
}

.lawyer-card .name {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;

}
.lawyer-card .phone{
    margin-top: 20px;
}
.lawyer-card .firm{
    margin: 10px 0;
}
.lawyer-card .phone,
.lawyer-card .firm {
    font-size: 14px;
    color: #333;

}
.lawyer-card .phone span,
.lawyer-card .firm span{
color: #999;
}



.show-content-dinfo .right-content .right-tag {

    font-size: 18px;
    color: #1e1f24;
    line-height: 18px;
    font-weight: 600;
}
.show-content-dinfo .right-content .right-tag img{width: 18px;margin-right: 10px;}
.show-content-dinfo .right-content .mediator-info{
    margin-left: 30px;
    margin-top: 10px;
}

.show-content-dinfo .right-content-item{
    margin-bottom: 30px;
}
.show-content-dinfo .right-content-item .practice_area
{
    margin-top: 22px;
    font-size: 16px;
    padding-left: 26px;
}
