.attorney-widget {
    width: 350px;
}

#attorneybox .attorneyfixed {
    position: fixed;
    width: 350px;
}

.attorney-list a::before {
    font-family: "Flaticon";
    content: "\f102";
    margin-right: 5px;
}
.team-sigle-section .attorney-widget li.current a {
    color:var(--primary-color) !important;
    font-weight: 600;
}

.team-sigle-section .attorney-widget a {
    color: #8a8a8a;
    font-weight: 400;
}
.attorney-details {
    padding-top:0!important;
}
.titlebox{
    align-items:center;
    display: flex;
    line-height: 24px;
    margin-bottom: 20px;
}
.titlebox h3 {
    font-size: 1.5rem;
    line-height: 24px;
    position: relative;
}
.titlebox div {
    background: #e0e0e0;
    flex: auto;
    height: 1px;
    margin-top:5px;
}
.attorney-details p {
    text-indent: 2rem;
    line-height: 2rem;
}
.office-box{
    background: #f4f4f4;
    border-radius: 25px;
    padding:1.5rem;
    position: relative;
    margin: 2rem 0;
    width: 48%;
}
@media (max-width: 767px) {
    .office-box {
        width: 100%;
    }
}
.office-box img{
    width: 40px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.office-box h4{
    letter-spacing: 4px;
    margin-bottom: 20px;
}
.office-box p{
    font-size: 1rem;
}
.leader-box {
    margin: 15px auto;
}
.leader-box .leader-con-box .leader-img-box {
    margin: 0 auto;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    overflow: hidden;
}
.leader-box .leader-con-box .leader-img-box img {
    width: 100%;
    min-height: 100%;
}
.leader-box .leader-con-box .leader-name {
    margin-top: 15px;
}
.leader-box .leader-con-box .leader-name h5 {
    font-weight: 400;
    font-size: 1rem;
}
@media (max-width: 1199px) {
    .mt-15 {
        margin-top: 30px;
    }
}
.no-p-m {
    padding: 0 !important;
    margin: 0 !important;
}
.memberbox{
    padding: 35px;
}
.memberbox .imgicon{
    width: 60px;
    border:10px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    right: 50px;
    transform: translate(50%, 20px);
    background: #d20003;
}
.memberbox .membertitle{
    position: relative;
    margin: 20px 0 20px 0;
    padding-bottom: 10px;
}
.memberbox h4{
    letter-spacing: 4px;
    margin-bottom: 10px;
}
.memberbox .membertitle div{
    background: #b6b6b6;
    height: 1px;
    border: none;
    width: 6rem;
}
.memberbox .membertitle div::after{
    content: "";
    display: block;
    height: 3px;
    background: var(--primary-color);
    width: 2rem;
    position: absolute;
    left: 5%;
    transform: translate(-50%, -30%);
    z-index: 2;
}
.memberbox p {
    font-size: 0.8rem;
    line-height: 2rem;
    text-indent: 0;
    position: relative;
}
.memberbox p img{
    position: absolute;
    left: -1.5rem;
    top: 0.5rem;
    width: 15px;
    height: 15px;
}
.memberliangdian {
    margin-left:50px;
}
.memberliangdian p {
    font-size: 0.8rem;
    line-height: 2rem;
    text-indent: 0;
    position: relative;
    padding-left:20px;
}
.memberliangdian p img{
    position: absolute;
    left: -1.5rem;
    width: 25px;
    height: 25px;
    margin-right: 20px;
}
@media (min-width: 1200px) {
    .container {
        width: 1440px;
    }
}
@media (max-width: 1200px) and (min-width: 1000px) {
    .attorney-widget {
        width: 280px;
    }

    #attorneybox .attorneyfixed {
        position: fixed;
        width: 280px;
    }
}
@media (max-width: 1000px) {
    #attorneybox {
        display: none;
    }
}
.about-ol {
    counter-reset: custom-counter;
    padding-left: 0;
    margin-left: 40px;
}

.about-ol li {
    list-style: none;
    line-height: 2rem;
}

.about-ol li:before {
    content: "(" counter(custom-counter, cjk-ideographic) ")";
    counter-increment: custom-counter;
    margin-right: 8px;
}
.about-ol-en li:before {
    content: "(" counter(custom-counter, decimal) ")";
    counter-increment: custom-counter;
    margin-right: 8px;
}
.about-ol-en-zhuzhi .nonecounter:before {
    content: none;
    counter-increment: custom-counter;
    margin-right: 8px;
}
.about-ol-en-zhuzhi {
    counter-reset: custom-counter 7;
}

.Organizational-more{
    display: none;
}
.news-block-more2>a{
    padding: 10px 30px 10px 30px;
}
.memberbox{
    padding: 30px;
}
.memberbox h4{
    letter-spacing: 0;
    margin: 15px 0;
    font-size: 1rem;
    font-weight: 500;
}
.memberbox ul li {
    line-height: 2rem;
}
