.knowledge-box {
    margin: 0 auto;
    padding: 40px 0 0;
}

.zs-city {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 23px 1px rgba(172, 187, 228, 0.32);
    border-radius: 10px;
    padding: 40px 40px 21px;
}

.zs-city-title {
    font-size: 20px;
    font-weight: bold;
    color: rgba(43, 63, 99, 1);
    margin-bottom: 20px;
}

.zs-city-list {
    display: flex;
    flex-wrap: wrap;
}

.zs-city-item {
    color: #15294e;
    width: 130px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(238, 244, 253, 1);
    border-radius: 4px;
    margin: 0 9px 9px 0;
}

.banner {
    width: 100%;
    background: rgba(255, 240, 210, 1);
    margin-bottom: 20px;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
}

.focus {
    display: flex;
    margin-bottom: 20px;
}

.rfocus-banner {
    width: 100%;
    height: 202px;
    border-radius: 0 10px 0px 0px;
    overflow: hidden;
}

.rfocus-banner img {
    width: 100%;
    height: 202px;
    object-fit: cover;
}

.rfocus {
    display: flex;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 76px 0px rgba(146, 172, 244, 0.22);
    border-radius: 10px;
    padding-right: 40px;
}

.lfocus-item {
    display: flex;
    height: 52px;
    align-items: center;
    padding: 0 36px 0;
    position: relative;
    cursor: pointer;
}

.lfocus-item-title {
    flex: 1;
    padding-right: 19px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
}

.lfocus-item-lists {
    display: flex;
    flex-wrap: wrap;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    flex: 1;
}

.lfocus-item-icon {
    font-size: 12px;
    color: #9EADC2;
}

.lfocus-item-list {
    font-size: 16px;
    font-weight: 400;
    color: rgba(181, 190, 209, 1);
    padding-right: 16px;
}

.lfocus-item-list h2 {
    font-size: 16px;
}

.lfocus {
    width: 310px;
    height: 573px;
    margin-right: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 76px 0px rgba(146, 172, 244, 0.22);
    border-radius: 10px;
    position: relative;
}

.lfocus-title {
    width: 100%;
    height: 62px;
    background: rgba(34, 90, 252, 1);
    font-size: 24px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lfocus-list {
    background-color: #FFF;
    padding: 14px 0 27px;
}

.lfocus-item-btn {
    width: calc(100% - 70px);
    margin: 15px auto 0;
    line-height: 44px;
    text-align: center;
    background: rgba(237, 240, 249, 1);
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(22, 80, 253, 1);
    display: block;
}

.rfocus {
    background-color: #FFF;
    border-radius: 10px;
    overflow: hidden;
    flex: 1;
}

.rfocus-title-box {
    padding-top: 26px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 26px;
    padding-left: 20px;
}

.rfocus-title {
    font-size: 22px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
    margin-right: 26px;
}

.rfocus-msg {
    font-size: 16px;
    font-weight: 400;
    color: rgba(123, 136, 170, 1);
}

.rfocus-left-item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.rfocus-left-item-title {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    color: rgba(21, 41, 78, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.rfocus-left-item-msg {
    font-size: 14px;
    font-weight: 400;
    color: rgba(123, 136, 170, 1);
}

.rfocus-article {
    min-width: 262px;
    width: 262px;
    padding: 16px 0 0 0;
}

.rfocus-left {
    flex: 1;
    margin-right: 20px;
}

.rfocus-article-item {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(238, 243, 251, 1);
    padding-left: 10px;
    color: rgba(21, 41, 78, 1);
}

.rfocus-article-title {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.rfocus-article-title h2 {
    font-size: 24px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
}

.rfocus-article-title img {
    width: 51px;
    height: 22px;
    margin-left: 9px;
}

.rfocus-left-list {
    padding-left: 20px;
    padding-bottom: 20px;
}

.rfocus-article-num {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: rgba(229, 42, 42, 1);
}

.rfocus-aitem-title {
    padding-left: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.rfocus-left-laws {
    display: block;
    margin-left: 20px;
    height: 96px;
    background: #FFF5ED;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.rfocus-laws-box {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 96px;
    top: 0;
    left: 0;
    padding-left: 26px;
}

.rfocus-laws-fuwus {
    position: absolute;
    right: 0;
    top: 15px;
    right: 36px;
    padding: 0 15px;
    align-items: center;
}

@media (max-width: 1400px) {
    .rfocus-laws-fuwus {
        right: 10px;
    }
}

.rfocus-laws-fuwus {
    display: flex;
    height: 23px;
    background: rgba(254, 121, 24, 1);
}

.rfocus-laws-fuwu {
    font-size: 14px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.rfocus-laws-name {
    font-size: 18px;
    font-weight: bold;
    color: rgba(183, 94, 16, 1);
    margin-bottom: 11px;
}

.rfocus-laws-add {
    font-size: 14px;
    font-weight: 400;
    color: rgba(202, 115, 39, 1);
}

.rfocus-laws-tx {
    width: 66px;
    height: 66px;
    border-radius: 66px;
    margin-right: 15px;
    object-fit: cover;
}

.rfocus-left-bax {
    width: 100%;
    height: 96px;
    object-fit: cover;
}

.rfocus-article-banner {
    background-color: #B6BECF;
    border-radius: 6px;
    height: 128px;
    overflow: hidden;
    cursor: pointer;
    display: block;
}

.rfocus-article-banner img {
    width: 262px;
    height: 128px;
}

/* 展开导航 */
.sontype-box {
    position: absolute;
    z-index: 1;
    left: 310px;
    top: 0;
    width: 590px;
    height: 573px;
    background-color: #FFF;
    overflow-y: scroll;
    padding: 30px 25px;
}

.sontype-box-title {
    font-size: 18px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.sontype-box-title h2 {
    font-size: 18px;
}

.sontype-title-icon {
    color: #2B61FCFF;
    padding-right: 10px;
}

.sontype-item {
    line-height: 40px;
    display: flex;
    border-bottom: 1px solid rgba(245, 247, 252, 1);
    margin-bottom: 15px;
}

.sontype-item-title {
    width: 120px;
    font-size: 16px;
    font-weight: 700;
    color: rgba(21, 41, 78, 1);
}

.sontype-item-title h2 {
    font-size: 16px;
}

.sontype-item-list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.sontype-item-item {
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: rgba(21, 41, 78, 1);
}

.sontype-item-item h2 {
    font-size: 14px;
}

@media (max-width: 1400px) {
    .lfocus {
        width: 240px;
    }

    .rfocus {
        padding-right: 20px;
    }

    .sontype-box {
        left: 240px;
        width: 590px;
    }
}

/* 推荐律师 */
.lawyer-box {
    width: 100%;
    background-color: #FFF;
    padding: 36px 21px 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 54px 3px rgba(172, 187, 228, 0.4);
    border-radius: 10px;
    margin-bottom: 20px;
}

.lawyer-title-box {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.lawyer-title {
    font-size: 22px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
    margin-right: 17px;
}

.lawyer-msg {
    flex: 1;
}

.lawyer-title-box a {
    margin-right: 4px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(21, 41, 78, 1);
}

.lawyer-list {
    display: flex;
    justify-content: space-between;
    padding: 0 35px;
}

.lawyer-item-tx {
    width: 102px;
    height: 102px;
    border-radius: 102px;
    object-fit: cover;
    margin-bottom: 16px;
}

.lawyer-item {
    width: 232px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px 25px;
    cursor: pointer;
}

.lawyer-item:hover {
    box-shadow: 0px 0px 18px 0px rgba(146, 172, 244, 0.3);
    border-radius: 10px;
}

.lawyer-item-name {
    font-size: 16px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
    margin-bottom: 9px;
}

.lawyer-item-city {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #EEF1F9;
    font-size: 14px;
    font-weight: 400;
    color: rgba(123, 136, 170, 1);
    /*	padding-bottom: 9px;*/
    margin-bottom: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.lawyer-item-major {
    width: 100%;
    display: flex;
}

.lawyer-major-list {
    flex: 1;
    display: flex;
}

.lawyer-major-title {
    font-size: 13px;
    font-weight: bold;
    color: rgba(139, 150, 179, 1);
    margin-right: 18px;
}

.lawyer-major-item {
    font-size: 13px;
    font-weight: 400;
    color: rgba(34, 90, 252, 1);
    line-height: 23px;
    margin-right: 12px;
}

@media (max-width: 1400px) {
    .lawyer-list {
        padding: 0;
    }
}

.Knowledge {
    background-color: #FFF;
    padding: 0 20px 0 21px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 54px 3px rgba(172, 187, 228, 0.4);
    border-radius: 10px;
    margin-bottom: 20px;
}

.Knowledge {
    display: flex;
}

.lKnowledge-title-box {
    display: flex;
    align-items: flex-end;
    margin-bottom: 27px;
}

.lKnowledge-msg {
    font-size: 16px;
    font-weight: 400;
    color: rgba(123, 136, 170, 1);
}

.lKnowledge {
    flex: 1;
    padding: 36px 10px 20px 0;
}

.lKnowledge-title {
    font-size: 22px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
    margin-right: 27px;
}

.lKnowledge-box {
    display: flex;
}

.lKnowledge-left {
    width: 290px;
    margin-right: 16px;
}

.lKnowledge-left-img {
    width: 100%;
    height: 211px;
    background: rgba(203, 207, 230, 1);
    border-radius: 10px;
    margin-bottom: 18px;
    object-fit: cover;
}

.lKnowledge-left-item {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}

.lKnowledge-left-item h3 {
    font-size: 14px;
}

.lKnowledge-left-icon {
    color: rgba(162, 171, 193, 1);
    margin-right: 6px;
}

.lKnowledge-left-span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(123, 136, 170, 1);
    margin-right: 18px;
}

.lKnowledge-left-text {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    color: rgba(21, 41, 78, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.lKnowledge-left-text h2 {
    font-size: 16px;
}

.lKnowledge-right {
    flex: 1;
}

.lKnowledge-right-title {
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: rgba(254, 121, 24, 1);
    margin-bottom: 28px;
}

.lKnowledge-right-title h3 {
    font-size: 18px;
}

.lKnowledge-right-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.lKnowledge-right-item {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 16px;
}

.lKnowledge-right-text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-size: 14px;
    font-weight: 500;
    color: rgba(21, 41, 78, 1);
}

.lKnowledge-hot-btitle {
    font-size: 16px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
    margin-bottom: 15px;
}

.lKnowledge-hot-list {
    display: flex;
    justify-content: space-between;
}

.lKnowledge-hot-item {
    width: 126px;
    height: 90px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.lKnowledge-hot-title {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .56);
    width: 100%;
    height: 24px;
    padding: 0 14px;
    display: flex;
    align-items: center;
}

.lKnowledge-hot-title span {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

.lKnowledge-hot-img {
    width: 126px;
    height: 90px;
    background: rgba(0, 0, 0, 1);
    opacity: 0.75;
}

/* 右侧 */
.rKnowledge {
    max-width: 290px;
    padding: 51px 0 0 18px;
    border-left: 1px solid #ECF1FB;
}

.rKnowledge-title-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    align-items: center;
}

.rKnowledge-title {
    font-size: 18px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
}

.rKnowledge-title-list {
}

.rKnowledge-item {
}

.rKnowledge-list-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    margin-bottom: 8px;
    color: rgba(84, 101, 133, 1);
}

.rKnowledge-list-msg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: rgba(84, 101, 133, 1);
    margin-bottom: 16px;
}

.rKnowledge-list-left {
    display: flex;
    flex: 1;
}

.rKnowledge-lawyer-tx {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    object-fit: cover;
    margin-right: 6px;
}

.rKnowledge-lawyer-name {
    font-size: 14px;
    font-weight: 400;
    color: rgba(133, 144, 166, 1);
}

.rKnowledge-list-left:hover .rKnowledge-lawyer-name {
    color: #225AFC;
}

.rKnowledge-list-time {
    font-size: 14px;
    font-weight: 400;
    color: rgba(133, 144, 166, 1);
    opacity: 0.6;
}

.rKnowledge-title-list {
    display: flex;
}

.rKnowledge-title-item {
    cursor: pointer;
}

.rKnowledge-title-item.active {
    color: #225afc;
}

@media (max-width: 1400px) {
    .mini-hide {
        display: none;
    }

    .lKnowledge-hot-item {
        width: 30%;
    }
}


/* 列表 */
.laround-content {
    background-color: #FFF;
    padding: 0 20px 0 21px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 54px 3px rgba(172, 187, 228, 0.4);
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
}

.laround-title-box {
    display: flex;
    align-items: flex-end;
    margin-bottom: 25px;
}

.laround-msg {
    font-size: 16px;
    font-weight: 400;
    color: rgba(123, 136, 170, 1);
}

.laround {
    flex: 1;
    padding: 36px 27px 20px 0;
}

.laround-title {
    font-size: 22px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
    margin-right: 27px;
}

.laround-box {
    display: flex;
}

.laround-left {
    margin-right: 16px;
    width: 290px;
}

.laround-left-list {
    background: rgba(249, 251, 255, 1);
    border-radius: 10px;
    padding: 19px 20px;
}

.laround-item-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: 12px;
    margin-bottom: 10px;
    max-height: 63px;
    overflow: hidden;
}

.laround-left-title {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(34, 90, 252, 1);
}

.laround-item {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(21, 41, 78, 1);
    margin-right: 12px;
}

.laround-left-btn {
    height: 44px;
    background: rgba(224, 233, 248, 1);
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(34, 90, 252, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.laround-right {
    flex: 1;
}

.laround-around-banner-box {
    width: 100%;
    height: 201px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    display: block;
}

.laround-around-banner-box img {
    width: 100%;
    height: 201px;
    object-fit: cover;
}

.around-banner-info {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, .56);
    color: #FFF;
    padding: 16px 23px;
}

.around-banner-info-title {
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 11px;
}

.around-banner-info-msg {
    font-size: 14px;
    font-weight: 400;
    color: rgba(247, 247, 247, 1);
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.laround-hot-title {
    font-size: 20px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
    margin-bottom: 16px;
}

.laround-hot-item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.laround-hot-span {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    color: rgba(21, 41, 78, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.laround-hot-icon {
    color: rgba(162, 171, 193, 1);
    margin-right: 10px;
}

.laround-hot-time {
    font-size: 14px;
    font-weight: 400;
    color: rgba(123, 136, 170, 1);
}

/* 右侧 */
.raround-box {
    width: 320px;
    padding: 51px 0 0 18px;
    border-left: 1px solid #ECF1FB;
}

.raround-article-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(238, 243, 251, 1);
    padding-left: 10px;
    color: rgba(21, 41, 78, 1);
}

.raround-article-title {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.raround-article-title h2 {
    font-size: 24px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
}

.raround-article-title img {
    width: 51px;
    height: 22px;
    margin-left: 9px;
}

.raround-left-list {
    padding-left: 20px;
    padding-bottom: 20px;
}

.raround-article-num {
    width: 30px;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: rgba(229, 42, 42, 1);
}

.raround-aitem-title {
    flex: 1;
    display: block;
    height: 19px;
    padding-left: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.around-banner {
    width: 100%;
    background: rgba(255, 240, 210, 1);
    margin-bottom: 20px;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
}

@media (max-width: 1400px) {
    .laround-left {
        width: 250px;
    }

    .raround-box {
/*        width: 270px;*/
        padding: 51px 0 0 18px;
        border-left: 1px solid #ECF1FB;
    }
}
.home-law-good {
    display: flex;
    width: 100%;
    padding: 0 17px;
}
.law-goodt-list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.law-goodt-item {
    width: 48%;
    height: 30px;
    border: 1px solid rgba(226, 230, 233, 1);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 90, 252, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.home-law-item {
    width: 24%;
    margin-right: calc(4% / 3);
    /* height: 335px; */
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 54px 3px rgb(172 187 228 / 40%);
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.knowledge-tab {
    width: 100%;
    display: flex;
}

.knowledge-tab-item.active {
    border-bottom: 2px solid #225AFC;
}
.knowledge-tab-item {
    margin-right: 30px;
    font-size: 16px;
    color: #4c5d7c;
    cursor: pointer;
    margin-bottom: 28px;
    padding-bottom: 13px;
    border-bottom: 2px solid #FFF;
}