::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    border-radius: 8px;
}

::-webkit-scrollbar-track-piece {
    background: #f7f7f7;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: rgba(153, 153, 153, 0.4);
}


/* 关于我们 */

.pc-box.page-index .my-banner {
    background: url(../img/bnner-my.jpg) no-repeat center;
    width: 100%;
    height: 540px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: zoombig 3s forwards linear;
    transition: ease 1s;
    /* position: absolute;
	top: 0; */
}

.my-service-right.noData-item {
    border: 1px solid #EBC4A5 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-service-right .noData {
    width: 118px !important;
    height: 99px !important;
    margin: 0 auto;
}

.null-book {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 300px;
    margin: 0 auto;
}

.null-book img {
    width: 70px;
    height: 60px;
}

.null-book h2 {
    font-size: 18px;
    color: #CCCCCC;
    font-weight: 400;
}

.pc-box.page-index .my-banner.party-banner {
    background: url(../img/banner-3.jpg) no-repeat center left;
}

.pc-box.page-index .my-banner.new-banner {
    background: url(../img/new-banner.jpg) no-repeat center right;
}

.pc-box.page-index .my-banner.service-banner {
    background: url(../img/service-banner.jpg) no-repeat center right;
}

.pc-box.page-index .my-banner.lawyer-banner {
    background: url(../img/lawyer-banner.jpg) no-repeat center right;
}

.pc-box.page-index .my-banner.branch-banner {
    background: url(../img/branch-banner.jpg) no-repeat center;
}

.pc-box.page-index .my-banner.myBanner {
    background: url(../img/my-banner.jpg) no-repeat right;
}

.pc-box.page-index .my-banner.classroom-banner {
    background: url(../img/classroom-banner.jpg) no-repeat right;
}

.my-number {
    font-size: 28px !important;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000 !important;
}

.news-data-banner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 calc((100% - 1460px) / 2);
}

.pc-box.page-index .my-banner .my-box {
    margin-top: 280px;
}

.pc-box.page-index .my-banner .my-box .my-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pc-box.page-index .my-banner .my-box h1 {
    font-size: 40px;
    color: #FFFFFF;
}

.pc-box.page-index .my-banner .my-box span {
    font-size: 44px;
    color: #EBC4A5;
    margin-top: 13px;
    margin-left: 8px;
}

.pc-box.page-index .my-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 74px;
    cursor: pointer;
}

.department-tabs {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
}

.pc-box.page-index .my-tabs .my-tabs-img {
    background: url(../img/tabs-img.jpg) no-repeat center;
    height: 74px;
    width: 9%;
    text-align: center;
    line-height: 74px;
}

.pc-box.page-index .my-tabs li {
    height: 74px;
    margin-right: 34px;
    /* width: 9%; */
    text-align: center;
    line-height: 74px;
}

.pc-box.page-index .my-tabs li a {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.pc-box.page-index .my-tabs li a:hover {
    color: #8D0303;
}

.pc-box.page-index .my-tabs .my-tabs-img .name {
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 19px;
}

.pc-box.page-index .my-tabs .bor {
    width: 1px;
    height: 16px;
    opacity: 1;
    margin-right: 34px;
    background-color: rgba(0, 0, 0, 0.2);
}


/* 部门 */

.pc-box.page-index .department {
    /* background: url(../img/my-banner.png) no-repeat top; */
    background: url(../img/banner-9.jpg) no-repeat top;
    background-size: 100% auto;
    width: 100%;
    padding-top: 44px;
    padding-bottom: 180px;
}

.pc-box.page-index .department .department-itme {
    background: #fff url(../img/banner-7.png) no-repeat bottom;
    width: 100%;
    display: flex;
    flex-direction: row;
    background-size: 100% auto;
}

.pc-box.page-index .department .department-itme .department-left {
    width: 25%;
    height: 100%;
    /* background-color: red; */
    background: #fff url(../img/banner-6.jpg) no-repeat bottom;
    border: 1px solid rgba(0, 0, 0, 0.04);
    background-size: 100% auto;
}

.pc-box.page-index .department .department-itme .department-right {
    width: 70%;
    height: 100%;
    margin-left: 76px;
    padding-right: 44px;
}

.pc-box.page-index .department .department-itme .department-right .department-dest {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 86px;
    justify-content: space-between;
    flex: 1;
}

.pc-box.page-index .department .department-itme .department-right .department-dest .name {
    font-size: 16px;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4) !important;
}

.pc-box.page-index .department .department-itme .department-right .department-dest .name:hover {
    color: #8D0303;
}

.pc-box.page-index .department .department-itme .department-right .department-dest h1 {
    font-size: 24px;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
}

.pc-box.page-index .department .department-itme .department-right h2 {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 44px;
}

.pc-box.page-index .department .department-itme .department-right p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 30px;
    margin-top: 15px;
}

.pc-box.page-index .department .department-itme .department-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 64px;
    background: #FFFFFF linear-gradient(0deg, #FFF6F0 0%, #FFFCFB 100%);
}

.pc-box.page-index .department .department-itme .department-list .department-title {
    color: #8D0303;
    font-size: 16px;
}

.pc-box.page-index .department .department-itme .department-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 64px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.pc-box.page-index .department .department-itme .department-list img {
    margin: 0 14px 0 40px;
}

.pc-box.page-index .department .department-itme ul li a {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
}

.pc-box.page-index .department .department-itme ul li a:hover {
    color: #8D0303;
}

.pc-box.page-index .department .department-itme .department-bor {
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    margin-right: 23px;
    margin-left: 49px;
}


/* 内页背景图 */

.pc-box.page-index .my-banner-box {
    background: url(../img/banner-8.png) no-repeat bottom;
    width: 100%;
    background-size: cover;
    padding-bottom: 120px;
}

.pc-box.page-index .my-banner-box-1 {
    background: url(../img/my-banner-1.jpg) no-repeat bottom;
    width: 100%;
    padding-bottom: 120px;
}

.pc-box.page-index .my-banner-box .en {
    padding-top: 44px;
}

.pc-box.page-index .my-banner-box .en a {
    font-size: 16px;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
}

.pc-box.page-index .my-banner-box .en a:hover {
    color: #8D0303;
    cursor: pointer;
}

.pc-box.page-index .my-banner-box .address.home {
    color: rgba(0, 0, 0, 0.9);
    margin-right: 24px;
}

.pc-box.page-index .my-banner-box .my-banner-box-1 .my-box-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    /* height: 640px; */
    margin-top: 24px;
}

.pc-box.page-index .my-banner-box .my-banner-box-1 .my-box-row .my-box-item {
    width: 40%;
    position: relative;
}

.pc-box.page-index .my-banner-box .my-banner-box-1 .my-box-row .my-box-banner {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 561px;
    background: rgba(189, 145, 118, 0.1);
}

.my-img {
    position: absolute;
    left: 0;
    z-index: 99;
    width: 93%;
    min-height: 95%;
    background: url(../img/cd-img.jpg)no-repeat center;
    object-fit: cover;
}

.pc-box.page-index .my-banner-box .my-banner-box-1 .my-box-row .my-name {
    width: 55%;
    margin-left: 56px;
}

.pc-box.page-index .my-banner-box .my-banner-box-1 .my-box-row .my-name h1 {
    font-size: 28px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    color: rgba(0, 0, 0, 0.9);
    line-height: 33px;
}

.pc-box.page-index .my-banner-box .my-banner-box-1 .my-box-row .my-name h2 {
    font-size: 24px;
    color: #BD9176;
    margin-top: 4px;
}

.pc-box.page-index .my-banner-box .my-banner-box-1 .my-box-row .my-name p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 25px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    text-indent: 2em;
    font-weight: 500;
}

.pc-box.page-index .my-banner-box .my-banner-box-1 .my-box-row .my-name .boir {
    width: 44px;
    height: 1px;
    opacity: 1;
    background: #8D0303;
    margin: 40px 0;
}

.pc-box.page-index .my-banner-box .my-banner-box-1 .my-box-row .my-name .my-data {
    width: 75%;
}

.pc-box.page-index .my-banner-box .my-banner-box-1 .my-box-row .my-name .my-data-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.pc-box.page-index .my-banner-box .my-banner-box-1 .my-box-row .my-name .my-data-item .my-data-colum {
    display: flex;
    flex-direction: column;
}

.pc-box.page-index .my-banner-box .my-banner-box-1 .my-box-row .my-name .my-data-item .my-data-colum .my-data-row {
    display: flex;
    flex-direction: row;
}

.pc-box.page-index .my-banner-box .my-banner-box-1 .my-box-row .my-name .my-data-item .my-data-colum .my-data-row h1 {
    font-size: 28px;
    color: #8D0303;
}

.pc-box.page-index .my-banner-box .my-banner-box-1 .my-box-row .my-name .my-data-item .my-data-colum .my-data-row .name {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 10px;
}

.pc-box.page-index .my-banner-box .my-banner-box-1 .my-box-row .my-name .my-data-item .my-data-colum .title {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    text-align: left;
}

.pc-box.page-index .my-banner-box .lin {
    width: 1px;
    height: 44px;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0 24px;
}

.pc-box.page-index .my-banner-box .my-list {
    width: 100%;
}

.pc-box.page-index .my-banner-box .my-space-around {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}


/* 党建活动 */

.pc-box.page-index .my-banner-box .my-list .my-space-party {
    width: 100%;
    height: 504px;
    background: #FFFFFF;
    opacity: 1;
    border: 1px solid rgba(189, 145, 118, 0.24);
    margin-top: 24px;
    transition: all 0.5s;
}

.picture-item-data {
    width: 345px;
    margin-right: 10px;
}


/* 鼠标移入样式 */

.pc-box.page-index .my-banner-box .my-list .my-space-around .my-space-item {
    width: 100%;
    height: 504px;
    background: linear-gradient(180deg, #FFE9DB 0%, #FFFFFF 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid rgba(189, 145, 118, 0.24);
    margin-top: 24px;
    transform: rotateZ(360deg);
    transition: all 1s ease-in-out 0s;
}

.pc-box.page-index .my-banner-box .my-list .my-space-around .my-space-item:hover {
    transition: all 0.5s;
    transform: scale(1);
}

.pc-box.page-index .my-banner-box .my-list .my-space-around .my-space-item:hover h2 {}

/* .pc-box.page-index .my-banner-box .my-list .my-space-around:after {
    content: "";
     width: 560px;
    width: 345px;
} */

.pc-box.page-index .my-banner-box .my-list .my-space-around .my-space-item:hover {
    transform: scale(1);
    opacity: 1;
}

.pc-box.page-index .my-banner-box .my-list .my-space-around .my-space-item .my-space-colum h2 {
    font-size: 16px;
    /* font-family: system-ui; */
    color: #000000;
    margin-top: 94px;
    margin-bottom: 24px;
}

.pc-box.page-index .my-banner-box .my-list .my-space-around .my-space-item .my-space-colum .my-space-but {
    width: 95px;
    line-height: 40px;
    align-items: center;
    height: 42px;
    background: #8D0303;
    opacity: 1;
    margin-top: 232px;
    transition: all 0.50s linear 0s;
}

.pc-box.page-index .my-banner-box .my-list .my-space-around .my-space-item .my-space-colum .my-space-but .my-space-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.pc-box.page-index .my-banner-box .my-list .my-space-around .my-space-item .my-space-colum .my-space-but .my-space-box .liy {
    width: 2px;
    height: 10px;
    background: #FFFFFF;
    opacity: 1;
}

.pc-box.page-index .my-banner-box .my-list .my-space-around .my-space-item .my-space-colum .my-space-but .my-space-box .more {
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 8px;
}

.pc-box.page-index .my-space-box .more-right {
    background: url(../img/right-4.png);
    width: 20px;
    height: 6px;
    animation: triggerFadeInRight 0.8s infinite;
}

.pc-box.page-index .my-banner-box .my-list .my-space-party img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    opacity: 1;
}

.pc-box.page-index .my-banner-box .my-list .my-space-party h2 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    margin: 37px 0 24px 0;
    font-weight: 500;
    height: 42px;
    line-height: 20px;
}

.pc-box.page-index .my-banner-box .my-list .my-space-around .my-space-item .my-space-colum p,
.pc-box.page-index .my-banner-box .my-list .my-space-party p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    height: 42px;
    line-height: 20px;
}

.pc-box.page-index .my-banner-box .my-list .my-space-around .my-space-item .my-space-colum,
.pc-box.page-index .my-banner-box .my-list .my-space-party .my-space-colum {
    display: flex;
    flex-direction: column;
    width: 85% !important;
    margin: 0 24px;
    font-weight: 500;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}


/* 合伙人 */

.pc-box.page-index .my-list .my-space-around .my-space-li.lawyer {
    width: 48%;
    height: 362px !important;
    background: #FFFFFF;
    border: none;
}

.pc-box.page-index .my-list .my-space-around .lawyer .lawyer-item {
    display: flex;
    flex-direction: row;
}

.pc-box.page-index .my-list .my-space-around .lawyer .my-space-colum.lawyer-right {
    width: 55%;
}

.pc-box.page-index .my-list .my-space-around .lawyer:hover .lawyer-item .my-space-colum h1 {
    color: #fff;
}

.pc-box.page-index .my-list .my-space-around .lawyer:hover .lawyer-item .my-space-colum h3 {
    color: #fff;
}

.pc-box.page-index .my-list .my-space-around .lawyer .lawyer-item .my-space-colum h1 {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.9);
    margin-top: 64px;
}

.pc-box.page-index .my-list .my-space-around .lawyer .lawyer-item .my-space-colum h3 {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.9);
    margin-top: 14px;
}

.pc-box.page-index .my-list .my-space-around .lawyer:hover .lawyer-item .lawyer-right .one-item {
    opacity: 0.1;
    background-color: #FFFFFF;
}

.pc-box.page-index .my-list .my-space-around .lawyer .lawyer-item .lawyer-right .one-item {
    height: 1px;
    opacity: 0.1;
    background-color: #000000;
    margin: 44px 0;
}

.pc-box.page-index .my-list .my-space-around .lawyer .lawyer-left {
    width: 40%;
    height: 362px;
}

.pc-box.page-index .my-list .my-space-around .lawyer .lawyer-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 明炬公益 */


/* 明炬公益 */

.pc-box.page-index .my-list .my-space-around .my-space-li {
    width: 466px;
    height: 277px;
    background: #FFFFFF;
    opacity: 1;
    border: 1px solid rgba(189, 145, 118, 0.24);
    margin-top: 24px;
    transition: all 0.5s;
    margin-right: 15px;
}

/* .pc-box.page-index .my-list .my-space-around::after {
    content: "";
    width: 475px;
    height: 277px;
} */

.pc-box.page-index .my-list .my-space-around .my-space-li:hover {
    color: #FFFFFF;
    background: linear-gradient(180deg, #DCA989 0%, #BD9176 100%);
    transition: all 0.80s linear 0s;
}

.pc-box.page-index .my-list .my-space-around .my-space-li .my-space-colum {
    display: flex;
    flex-direction: column;
    margin: 0 24px;
    font-weight: 500;
}

.pc-box.page-index .my-list .my-space-around .my-space-li:hover .my-space-colum h2 {
    color: #FFFFFF;
    font-weight: 800;
}

.pc-box.page-index .my-list .my-space-around .my-space-li:hover .my-space-colum p {
    color: #FFFFFF;
}

.pc-box.page-index .my-list .my-space-around .my-space-li .my-space-colum h2 {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 38px;
    line-height: 25px;
    font-weight: 500;
    font-family: " Microsoft YaHei-Regular, Microsoft YaHei";
}

.pc-box.page-index .my-list .my-space-around .my-space-li .my-space-colum p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 20px;
}

.pc-box.page-index .my-list .my-space-around .my-space-li:hover .my-space-colum .one {
    background: #fff;
}

.pc-box.page-index .my-list .my-space-around .my-space-li .my-space-colum .one {
    width: 40px;
    height: 1px;
    background: #BD9176;
    opacity: 1;
    margin: 40px 0 14px 0;
}

.pc-box.page-index .my-list .my-space-around .my-space-li .my-space-colum .my-space-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 26px;
}

.pc-box.page-index .my-list .my-space-around .my-space-li .my-space-colum .my-space-box .liy {
    width: 2px;
    height: 10px;
    background: #8D0303;
    opacity: 1;
}

.pc-box.page-index .my-list .my-space-around .my-space-li:hover .my-space-colum .my-space-box .liy {
    background: #fff;
}

.pc-box.page-index .my-list .my-space-around .my-space-li .my-space-colum .my-space-box .more {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #8D0303;
    margin: 0 8px;
}

.pc-box.page-index .my-list .my-space-around .my-space-li:hover .my-space-colum .my-space-box .more {
    color: #fff;
}

.pc-box.page-index .my-list .my-space-around .my-space-li .my-space-colum .my-space-box .more-right {
    background: url(../img/right-3.png);
    width: 20px;
    height: 6px;
    animation: triggerFadeInRight 0.8s infinite;
}

.pc-box.page-index .my-list .my-space-around .my-space-li:hover .my-space-colum .my-space-box .more-right {
    background: url(../img/right-4.png);
}

.pc-box.page-index .my-banner-box .my-list .my-space-party .my-space-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 55px;
}

.pc-box.page-index .my-banner-box .my-list .my-space-party .my-space-row .bor {
    width: 2px;
    height: 10px;
    background: #8D0303;
    opacity: 1;
}

.pc-box.page-index .my-banner-box .my-list .my-space-party .my-space-row .more {
    font-size: 14px;
    color: #8D0303;
    margin: 0 8px;
}

@keyframes triggerFadeInRight {
    0% {
        transform: translate(4px, 0px);
    }
    50% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(4px, 0px);
    }
}

.pc-box.page-index .my-banner-box .my-list .my-space-party .my-space-row .more-right {
    background: url(../img/right-3.png);
    width: 20px;
    height: 6px;
    animation: triggerFadeInRight 0.8s infinite;
}

.pc-box.page-index .my-banner-box .my-space-img {
    width: 30%;
    height: 470px;
    background: #FFFFFF;
    opacity: 1;
    border: 1px solid rgba(189, 145, 118, 0.24);
    margin-top: 24px;
    position: relative;
    margin-right: 20px;
}

.pc-box.page-index .my-banner-box .my-space-img:hover {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
}

.pc-box.page-index .my-banner-box .my-space-img .my-space-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 4px;
    transform: scale(0);
    transition: all 0.5s;
    opacity: 1;
}

.pc-box.page-index .my-banner-box .my-space-img:hover .my-space-top {
    background: #EBC4A5;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.5s;
}

.pc-box.page-index .my-banner-box .my-space-img .my-space-one {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 285px;
    background: #F4F5F6;
    margin-top: 34px;
}

.pc-box.page-index .my-banner-box .my-space-img img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68%;
    height: 188px;
    margin: 0 auto;
    /* margin-top: 80px; */
}

.pc-box.page-index .my-banner-box .my-space-img h2 {
    font-size: 16px;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    line-height: 25px;
    margin: 27px 34px 24px 34px;
    width: 380px;
}

.pc-box.page-index .my-banner-box .my-space-img .ine-text--yarn {
    font-size: 16px;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    margin: 0 34px;
}


/* 分页 */

.pc-box.page-inner .page-list {
    height: 36px;
    display: flex;
    justify-content: center;
    margin-top: 84px;
}

.pc-box.page-inner .page-list li {
    height: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 104px;
    margin: 0 8px;
}

.pc-box.page-inner .page-list li a {
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.pc-box.page-inner .page-list li.page-item {
    width: 40px;
}

.pc-box.page-inner .page-list li.current {
    border-color: #8D0303;
    background: #8D0303;
}

.pc-box.page-inner .page-list li.current:hover {
    opacity: 1;
}

.pc-box.page-inner .page-list li.current a {
    color: #fff;
}

.pc-box.page-inner .page-list li:hover {
    border-color: #8D0303;
    background: #8D0303;
    opacity: 0.8;
}

.pc-box.page-inner .page-list li:hover a {
    color: #fff;
}

.pc-box.page-inner .page-list .next .down {
    color: #8D0303 !important;
}

.pc-box.page-inner .page-list .next .down:hover {
    color: #fff !important;
}

.pc-box.page-inner .page-list .prev .down {
    color: #8D0303 !important;
}

.pc-box.page-inner .page-list .prev .down:hover {
    color: #fff !important;
}

.pc-box.page-inner .page-list .next,
.pc-box.page-inner .page-list .prev {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
}

.pc-box.page-inner .page-list .prev .prev-1 {
    margin-left: 12px;
    width: 30%;
    background: url(../img/left-3.png) no-repeat center;
}

.pc-box.page-inner .page-list li:hover .prev-1 {
    background: url(../img/left-4.png) no-repeat center;
}

.pc-box.page-inner .page-list .next .prev-2 {
    background: url(../img/right-3.png) no-repeat center;
    width: 30%;
    margin-right: 12px;
}

.pc-box.page-inner .page-list li:hover .prev-2 {
    background: url(../img/right-4.png) no-repeat center;
}

.pc-box.page-index .my-tab-item {
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 1;
}

.pc-box.page-index .my-tab-item a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    line-height: 19px;
}

.department-name {
    display: flex;
    align-items: center;
    height: 74px;
    background-color: #fff;
    width: 100%;
}

.pc-box.page-index .my-tab-item .name {
    font-size: 16px;
    font-weight: bold;
    color: #BD9176 !important;
}

.pc-box.page-index .my-data-history {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-top: 90px;
}

.pc-box.page-index .my-data-history .my-data-spswiper {
    width: 50%;
    position: relative;
}

.pc-box.page-index .my-data-history .my-data-spswiper-item {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
}

.pc-box.page-index .my-data-history .my-data-spswiper-item ul li {
    margin: 24px 0;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.pc-box.page-index .my-data-history-img {
    margin-right: 24px;
    width: 8px;
    background: url(../img/dsj.png) no-repeat center;
    min-height: 100%;
}

.pc-box.page-index .cg-banner-item {
    position: absolute;
    right: 0;
    width: 77%;
    height: 329px;
    opacity: 1;
    border: 1px solid #EBC4A5;
    margin-left: 88px;
    margin-top: 90px;
}

.pc-box.page-index .cg-banner-item .research-swiper {
    width: 100%;
    height: 329px;
    overflow: hidden;
}

.pc-box.page-index .research-swiper .swiper-wrapper .swiper-slide .news-swiper-item {
    width: 100%;
    height: 329px;
    background-color: ;
    transition: ease 2s;
    background: no-repeat center;
    background-size: cover;
}

.pc-box.page-index .research-swiper .swiper-wrapper .swiper-slide :hover.news-swiper-item {
    transform: scale(1);
    transition: all 0.4s ease;
    transform: scale(1.2);
    transition: ease 3s;
    cursor: pointer;
}

.pc-box.page-index .my-right {
    width: 40%;
    margin-left: 43px;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 90px;
}

.pc-box.page-index .my-right h1 {
    font-size: 28px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    margin-right: 8px;
    /* 	margin-bottom: 20px;
 */
}

.tipe {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    margin-top: -10px;
}

.pc-box.page-index .my-right p {
    margin-top: 5px;
}

.my-top {
    height: 290px;
}

.pc-box.page-index .my-pevt {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pc-box.page-index .my-pevt .left-a {
    width: 40px;
    height: 40px;
    background: url(../img/right-1.png);
    cursor: pointer;
}

.pc-box.page-index .my-pevt .left-a:hover {
    transform: rotateZ(360deg) !important;
    transition: all 0.90s ease-in-out 0s;
    background: url(../img/right.png);
}

.pc-box.page-index .my-pevt .right-a {
    width: 40px;
    height: 40px;
    background: url(../img/left-2.png);
    margin-left: 14px;
    cursor: pointer;
}

.pc-box.page-index .my-pevt .right-a:hover {
    transform: rotateZ(360deg) !important;
    transition: all 0.90s ease-in-out 0s;
    background: url(../img/left.png);
}

.pc-box.page-index .news-data-conten {
    width: 100%;
    /* margin-top: 45px; */
}

.pc-box.page-index .news-data-conten h1 {
    color: #000000;
    font-size: 18px;
    padding: 54px 0;
}

.pc-box.page-index .news-data-conten p {
    text-indent: 2em;
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 25px;
}


/* 组织架构 */

.my-framework {
    display: flex;
    justify-content: center;
    width: 100%;
}

.my-framework img {
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin-top: 26px;
}


/*新闻详情  */

.pc-box.page-index .my-new {
    /* width: 100%; */
    background: #FFFFFF;
    opacity: 1;
    border: 1px solid rgba(189, 145, 118, 0.24);
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    padding: 0 44px;
    margin-top: 24px;
}

.pc-box.page-index .my-new h1 {
    font-size: 28px;
    text-align: center;
    margin-top: 44px;
}

.pc-box.page-index .my-new .name {
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    margin: 24px 0 50px 0;
}

.pc-box.page-index .my-new p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 25px;
    text-indent: 2em;
    margin-top: 25px;
}

.pc-box.page-index .my-new img {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 62%; */
    margin: 0 auto;
    /* padding: 44px 0; */
}

.pc-box.page-inner .news-target {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 1;
    align-items: center;
    margin: 0 0 25px 0;
}


/* .pc-box.page-inner p {
	line-height: 28px;
	color: rgba(0,0,0,0.8);
} */

.pc-box.page-inner .news-target p a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
}

.pc-box.page-inner .news-target p a:hover {
    color: #8D0303;
}


/* 经典案例 */

.pc-box.page-inner .my-service {
    width: 100%;
}

.pc-box.page-inner .my-service-item {
    display: flex;
    flex-direction: row;
    margin-top: 24px;
    height: 430px;
}

.pc-box.page-inner .my-service-item .my-service-left {
    width: 50%;
    opacity: 1;
    background: #FFFFFF;
    border: 1px solid #EBC4A5;
}

.pc-box.page-inner .my-service-item .my-service-right {
    width: 50%;
    height: 430px;
}

.pc-box.page-inner .my-service-item .my-service-right img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.pc-box.page-inner .my-service-item .my-service-left h1 {
    font-size: 24px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.9);
    margin-top: 66px;
}

.pc-box.page-inner .my-service-item .my-service-left h2 {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    margin: 24px 0 54px 0;
}

.pc-box.page-inner .my-service-item .my-service-left p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    line-height: 20px;
}

.pc-box.page-index .my-service-item .my-service-left .my-space-box {
    width: 95px;
    line-height: 40px;
    align-items: center;
    height: 42px;
    transition: all 0.90s ease-in-out 0s;
    /* background: red; */
    opacity: 1;
    margin-top: 60px;
}

.pc-box.page-index .my-service-item .my-service-left .my-space-box:hover {
    background-color: #8D0303;
    color: #fff;
    transition: all 0.50s linear 0s;
    cursor: pointer;
}

.pc-box.page-index .my-service-item .my-service-left .my-space-box .my-space-but {
    height: 42px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.pc-box.page-index .my-service-item .my-service-left .my-space-box .my-space-but .more-right {
    background: url(../img/right-3.png);
    width: 20px;
    height: 6px;
    animation: triggerFadeInRight 0.8s infinite;
}

.pc-box.page-index .my-service-item .my-service-left .my-space-box .my-space-but:hover .more-right {
    background: url(../img/right-4.png);
}

.pc-box.page-index .my-service-item .my-service-left .my-space-box .my-space-but .more {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #8D0303;
    margin: 0 8px;
}

.pc-box.page-index .my-service-item .my-service-left .my-space-box .my-space-but:hover .more {
    color: #fff;
}

.pc-box.page-index .my-service-item .my-service-left .my-space-box .my-space-but .liy {
    width: 2px;
    height: 10px;
    background: #8D0303;
    opacity: 1;
}

.pc-box.page-index .my-service-item .my-service-left .my-space-box :hover .liy {
    background: #fff;
}


/* 执业律师 */

.pc-box.page-index .lawyer-search {
    background: #FFFFFF;
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 24px 0;
    padding: 20px 18px;
}

.pc-box.page-index .lawyer-search .lawyer--search-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pc-box.page-index .lawyer-search .lawyer--search-row .title {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.pc-box.page-index .lawyer-search .lawyer--search-row ul li a {
    font-size: 14px;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-right: 22px;
}

.pc-box.page-index .lawyer-search .lawyer--search-row .current a {
    color: #8D0303;
    font-weight: 600;
}

.lawyer-search-list {
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	
}
.pc-box.page-index .lawyer-search .lawyer--search-row ul li a:hover {
    cursor: pointer;
    color: #8D0303;
}


/* 职业律师列表 */

.pc-box.page-index .lawyer-list {
    width: 100%;
}

.pc-box.page-index .lawyer-list-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

/* .pc-box.page-index .lawyer-list-row::after {
    content: "";
    width: 49.5%;
    height: 440px;
} */

.pc-box.page-index .lawyer-list-colum {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.pc-box.page-index .lawyer-list-banner {
   width: 348px;
   margin-right: 15px;
   background-color: #fff;
   height: 514px;
   margin-top: 24px;
   border: 1px solid rgba(0, 0, 0, 0.1);
   border-top: none;
   cursor: pointer;
   position: relative;
}

.pc-box.page-index .lawyer-list-banner .lawyer-list-bor {
    width: 100%;
    height: 4px;
    position: absolute;
    transform: scale(0);
    transition: all 0.5s;
}

.pc-box.page-index .lawyer-list-banner:hover .lawyer-list-bor {
    background-color: #BD9176;
    transform: scale(1);
    transition: all 0.5s;
}

.pc-box.page-index .lawyer-list-banner img {
    width: 100%;
    height:459px;
    background-repeat: no-repeat;
    /* object-fit: cover; */
}

.pc-box.page-index .lawyer-list-banner h1 {
    font-size: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    margin-top: 20px;
}

.pc-box.page-index .lawyer-list-banner:hover h1 {
    color: #8D0303;
}


/* 分所简介 */

.pc-box.page-index .lawyer-list .branch {
    display: flex;
    flex-direction: column;
}

.pc-box.page-index .lawyer-list .branch .branch-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    /* margin-bottom: 40px;
 */
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box.my-item {
    width: 360px;
    height: 316px;
    margin-right: 10px;
}

/* .pc-box.page-index .lawyer-list .branch .branch-item::after {
    content: '';
    width: 380px;
    height: 316px;
} */

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box.my-item .my-colum {
    display: flex;
    flex-direction: column;
    height: 130px;
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box .my-name {
    font-size: 16px;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 25px;
}

.pc-box.page-index .lawyer-list .branch .branch-item .dest {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box .more-right {
    background: url(../img/right-3.png);
    width: 20px;
    height: 6px;
    animation: triggerFadeInRight 0.8s infinite;
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box:hover .more-right {
    background: url(../img/right-4.png);
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box .dest .bor {
    width: 2px;
    height: 10px;
    background: #8D0303;
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box:hover .dest .bor {
    background: #fff;
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box:hover .dest .more {
    color: #fff;
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box .dest .more {
    font-size: 14px;
    color: #8D0303;
    margin: 0 8px;
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box:hover .my-name {
    color: #fff;
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box.box-1 {
    cursor: default;
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box.box-1:hover {
    color: #fff;
    background: linear-gradient(180deg, #DCA989 0%, #BD9176 100%);
    transition: all 0.80s linear 0s;
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box {
    width: 620px;
    padding-left: 94px;
    height: 226px;
    background: #FFFFFF;
    opacity: 1;
    border: 1px solid #EBC4A5;
    /* margin-right: 24px; */
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    margin-bottom: 24px;
    margin-right: 10px;
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box:hover {
    color: #fff;
    background: linear-gradient(180deg, #DCA989 0%, #BD9176 100%);
    transition: all 0.80s linear 0s;
}

.my-space-new {
    width: 699.8px;
    height: 50px;
    margin-top: 24px;
    margin-right: 9px;
}

.my-space-new .new-space-img {
    width: 100%;
    height: 504px;
    object-fit: cover;
    background-size: cover;
    position: relative;
}

.my-space-new .new-space-conten {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 236px;
    height: 136px;
    background: linear-gradient(180deg, #DCA989 0%, #BD9176 100%);
    opacity: 1;
    padding: 24px 34px;
}

.my-space-new .new-space-conten:hover {
    background: linear-gradient(180deg, #AD2B2B 0%, #8D0303 100%);
}

.my-space-new .new-space-conten p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.my-space-new .new-space-conten .my-space-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 50px;
    cursor: pointer;
}

.my-space-new .new-space-conten .my-space-box .liy {
    width: 2px;
    height: 10px;
    background: #FFFFFF;
    opacity: 1;
}

.my-space-new .new-space-conten .my-space-box .more {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 8px;
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box h2 {
    font-size: 24px !important;
    color: rgba(0, 0, 0, 0.9);
    margin: 54px 0 34px 0;
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box:hover h2 {
    color: #fff;
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box .branch-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 14px;
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box img {
    position: absolute;
    top: 30px;
    left: 70px;
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box .branch-row .phone {
    background: url("../img/phone-1.png")no-repeat center;
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box:hover .branch-row .phone {
    background: url("../img/phone-2.png")no-repeat center;
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box .branch-row .branch-phone {
    font-size: 16px;
    font-weight: 400;
    margin-left: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box:hover .branch-row .branch-phone {
    color: #fff;
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box .branch-row .address {
    background: url("../img/address.png")no-repeat center;
}

.pc-box.page-index .lawyer-list .branch .branch-item .branch-box:hover .branch-row .address {
    background: url("../img/address-1.png")no-repeat center;
}


/* 联系我们 */

.pc-box.page-index .my-info {
    width: 100%;
    height: 589px;
    background: #FFFFFF;
    margin-top: 24px;
}

.pc-box.page-index .my-info .my-row {
    display: flex;
    flex-direction: row;
}

.pc-box.page-index .my-info .my-userLeft {
    width: 40%;
    height: 520px;
    background: #EBC4A5;
    opacity: 1;
    margin: 34px 0px 0 34px;
}

.pc-box.page-index .my-info .my-userLeft a{
    display: block;
    width: 100%;
    height: 100%;
}

.pc-box.page-index .my-info .my-userLeft a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc-box.page-index .my-info .my-userRight {
    width: 60%;
    height: 520px;
}

.pc-box.page-index .my-info .my-userRight .space-between {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1;
}

.pc-box.page-index .my-info .my-userRight .my-userRight-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 146px;
    margin-top: 70px;
    cursor: pointer;
}

.pc-box.page-index .my-info .my-userRight .my-userRight-item.codeImg {
    height: 194px;
}

.pc-box.page-index .my-info .my-userRight .my-userRight-item:hover {
    /* background: linear-gradient(180deg, #AD2B2B 0%, #8D0303 100%); */
    color: #BD9176;
}

.pc-box.page-index .my-info .my-userRight .my-userRight-item:hover .my-userRight-colum p {
    color: #BD9176;
}

.pc-box.page-index .my-info .my-userRight .my-userRight-item .my-userRight-row {
    display: flex;
    flex-direction: row;
}

.pc-box.page-index .my-info .my-userRight .my-userRight-item .my-userRight-colum {
    display: flex;
    flex-direction: column;
    /* width: 300px; */
}

.right {
    height: 100px;
    width: 55px;
}

.pc-box.page-index .my-info .my-userRight .my-userRight-item .my-userRight-colum p {
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.6);
    width: 220px;
}

.pc-box.page-index .my-info .my-userRight .my-userRight-item .my-userRight-row h2 {
    font-size: 20px;
    margin-bottom: 24px;
}

.pc-box.page-index .my-info .my-userRight .my-userRight-item .my-userRight-row .phone {
    background: url(../img/phone-3.png)no-repeat center;
    height: 28px;
    width: 100%;
}

.pc-box.page-index .my-info .my-userRight .my-userRight-item:hover .my-userRight-row .phone {
    background: url(../img/phone-4.png)no-repeat center;
}

.pc-box.page-index .my-info .my-userRight .my-userRight-item .my-userRight-row .address {
    background: url(../img/address-4.png)no-repeat center;
    height: 28px;
    width: 100%;
}

.pc-box.page-index .my-info .my-userRight .my-userRight-item:hover .my-userRight-row .address {
    background: url(../img/address-5.png)no-repeat center;
}

.pc-box.page-index .my-info .my-userRight .my-userRight-item .my-userRight-row .icon-a {
    background: url(../img/icon.png)no-repeat center;
    height: 28px;
    width: 100%;
}

.pc-box.page-index .my-info .my-userRight .my-userRight-item:hover .my-userRight-row .icon-a {
    background: url(../img/icon-1.png)no-repeat center;
}

.pc-box.page-index .my-info .my-userRight .my-userRight-item .my-userRight-row .mail {
    background: url(../img/mail-1.png)no-repeat center;
    height: 28px;
    width: 100%;
}

.pc-box.page-index .my-info .my-userRight .my-userRight-item:hover .my-userRight-row .mail {
    background: url(../img/mail-2.png)no-repeat center;
}

.pc-box.page-index .my-info .my-userRight .my-userRight-item .my-userRight-row .wx {
    background: url(../img/wx-2.png)no-repeat center;
    height: 28px;
    width: 100%;
}

.pc-box.page-index .my-info .my-userRight .my-userRight-item:hover .my-userRight-row .wx {
    background: url(../img/wx-1.png)no-repeat center;
}


/* 合伙人信息 */

.person {
    width: 100%;
    background: #FFFFFF;
    margin-top: 24px;
    padding-bottom: 140px;
}

.person .person-item {
    display: flex;
    flex-direction: row;
    font-weight: bold;
    padding: 34px 34px 0 34px;
}

.person .person-item .person-right {
    width: 30%;
    height: 551px;
    position: relative;
    padding-right: 34px;
}

.person .person-item .person-right img {
    width: 100%;
    height:100%;
   /* object-fit: cover; */
}

.person .person-item .person-right h2 {
   position: absolute;
       top: 530px;
       left: 34px;
       width: 340px;
       /* height: 64px; */
       background: #BD9176;
       text-align: center;
       line-height: 28px;
       font-size: 18px;
       font-weight: bold;
       color: #FFFFFF;
       padding: 7px 0;
   }

.person .person-item .person-right h1 {
    font-size: 28px;
    color: #000;
    margin-top: 60px;
    margin-bottom: 16px;
    margin-left: 34px;
}

.person .person-right p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 34px;
}

.person .person-left {
    width: 68%;
}

.person .person-left h2 {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 34px;
}

.person .person-left p {
    font-size: 14px;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 20px;
    margin-bottom: 20px;
}

.person .person-left .person-solid {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 44px;
    margin-top: 44px;
}