.knowledge-box {
    margin: 0 auto;
}

.mbx-list {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 40px 0 30px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(131, 149, 182, 1);
}

.mbx-item {
    olor: rgba(131, 149, 182, 1);
    margin-right: 10px;
}

.content-box {
    display: flex;
}

/* 分类 */
.classify {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 23px 1px rgba(172, 187, 228, 0.32);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 22px 40px 0;
}

.classify-title {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: rgba(43, 63, 99, 1);
    margin-bottom: 20px;
}

.classify-box {
    display: flex;
}

.classify-list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    /*	height: 46px;*/
    overflow: hidden;
}

.classify-item {
    padding: 0 23px 0 0;
}

.classify-item-text {
    padding: 0 10px 0 10px;
    margin-bottom: 21px;
    /*	border-right: 1px solid #D7DADFFF;*/
    font-size: 16px;
    font-weight: 400;
    color: rgba(43, 63, 99, 1);
}

.classify-item-hr {
    width: calc(100% - 23px);
    height: 4px;
    background: rgba(34, 90, 252, 1);
    border-radius: 2px;
}

.classify-item-more i {
    font-size: 16px;
    margin-left: 6px;
    display: flex;
    align-items: center;
}

.classify-more-item {
    font-size: 16px;
    font-weight: 400;
    color: rgba(242, 86, 24, 1);
    display: flex;
    align-items: center;
}

/* 列表 */
.knowledge-list {
    background-color: #FFF;
    padding: 47px 40px 30px;
    box-shadow: 0px 0px 13px 0px rgba(146, 172, 244, 0.14);
    border-radius: 14px;
}

.knowledge-title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
    margin-bottom: 20px;
}

.knowledge-digest {
    font-size: 16px;
    font-weight: 400;
    color: rgba(92, 111, 146, 1);
    line-height: 28px;
    margin-bottom: 10px;
    display: block;
}

.knowledge-digest span {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.knowledge-msg-item {
    font-size: 14px;
    font-weight: 400;
    color: rgba(150, 170, 228, 1);
    display: flex;
    justify-content: space-between;
    padding-bottom: 13px;
    margin-bottom: 34px;
    border-bottom: 1px solid #ECF0F7FF;
}

/* 分页 */
.knowledge-page {
    display: flex;
    justify-content: center;
}

.knowledge-right-box {
    width: 100%;
    background-color: #FFF;
    box-shadow: 0px 0px 13px 0px rgba(146, 172, 244, 0.14);
    border-radius: 10px;
    padding: 30px 29px 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

/* 热门文章 */
.rfocus-article-title {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

.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;
}

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

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

/* 相关法规 */
.knowledge-laws-title {
    font-size: 20px;
    font-weight: bold;
    color: rgba(21, 41, 78, 1);
    margin-bottom: 30px;
}

.knowledge-laws-item {
    padding-bottom: 20px;
    display: block;
    color: rgba(21, 41, 78, 1);
}

.knowledge-laws-more {
    line-height: 44px;
    background: rgba(238, 244, 253, 1);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

/* 律师轮播图 */
.banner-swiper {
    width: 100%;
}

.swiper-slide {
    width: 100%;
}

.knowledge-lawyer-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

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

.knowledge-lawyer-span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(242, 86, 24, 1);
}

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

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

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

.lawyer-item-city {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #EEF1F9;
    font-weight: 400;
    padding-bottom: 9px;
    margin-bottom: 11px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(21, 41, 78, 1);
}

.lawyer-item-btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.lawyer-item-home,
.lawyer-item-msg {
    width: 45%;
    height: 42px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
}

.lawyer-item-home {
    border: 1px solid rgba(34, 90, 252, 1);
    color: rgba(34, 89, 252, 1);
}

.lawyer-item-msg {
    background: rgba(34, 90, 252, 1);
    color: rgba(255, 255, 255, 1);
}

.lawyer-item-msg:hover {
    color: rgba(255, 255, 255, 1) !important;
}

/* 宣传图 */
.publicity {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.publicity img {
    width: 100%;
    margin-bottom: 20px;
}
.classify-item.active {
    background: #e2e9ff;
    color: #225afc;
    border-radius: 12px;
}

.classify-item-text.active {
    background: #e2e9ff;
    color: #225afc;
    border-radius: 12px;
}


.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;
}
.knowledge-item .media-img{
    margin-right: 20px;
    width: 180px;
    height: 120px;
}
.knowledge-page-list{

}
.knowledge-page-list li {
    padding: 20px 10px 20px 0;
    width: 800px;
    overflow: hidden;
}
.knowledge-page-list .img_block {
    margin-right: 20px;
    width: 180px;
    height: 120px;
}
.img_block img, .img-block img {
    display: block;
    width: 100%;
    height: 100%;
}
.knowledge-page-list .title {
    font-size: 20px;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.knowledge-page-list .summary {
    margin-top: 15px;
    max-height: 44px;
    line-height: 22px;
    overflow: hidden;
    color: #666 !important;
}

.knowledge-page-list .botttom {
    margin-top: 18px;
    line-height: 14px;
    font-size: 12px;
    color: #bbb;
}