.knowledge-box {
    margin: 0 auto;
}

.content-box {
    display: flex;
}

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

.publicity img {
    width: 100%;
    border-radius: 10px;
}

/* 文章内容 */
.knowledge-article {
    background-color: #FFF;
    padding: 42px 40px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 75px 1px rgba(146, 172, 244, 0.14);
    border-radius: 14px;
    margin-bottom: 20px;
}

.knowledge-article-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    color: #333;
    margin-bottom: 22px;
}

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

.knowledge-articleinfo-list {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.knowledge-articleinfo {
    font-size: 13px;
    font-weight: 400;
    color: rgba(128, 144, 174, 1);
    margin-right: 13px;
    padding-right: 13px;
    border-right: 1px solid #B6BECFFF;
    display: flex;
    align-items: center;
}

.knowledge-articleinfo-hit {
    border-right: 0;
    cursor: pointer;
}

.digest {
    padding: 12px 30px;
    background: rgba(238, 242, 248, 1);
    border-radius: 10px;
    margin-bottom: 43px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(128, 144, 174, 1);
    line-height: 30px;
}

/* 最新咨询 */
.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;
}

/* 时间轴 */
.msg {
    width: 100%;
}

.msg-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 36px;
}

.msg-item {
    padding: 0 20px 0;
    border-left: 1px solid #e0e5f4;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.msg-icon {
    position: absolute;
    top: 5px;
    left: -5px;
    width: 10px;
    height: 10px;
}

.msg-time {
    font-size: 16px;
    /*	font-weight: bold;*/
    color: #333;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.msg-lawyer {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.msg-lawyer-tx {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.msg-info-title {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(21, 41, 78, 1);
    margin-bottom: 9px;
}

.msg-info-title span {
    color: #9AA0B0FF;
}

.msg-info-intro {
    font-size: 14px;
    font-weight: 400;
    color: rgba(154, 160, 176, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

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

.zs-lawyer {
    background: rgba(238, 241, 247, 1);
    border-radius: 10px;
    padding: 30px 38px 21px;
}

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

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

.zs-lawyer-item {
    color: rgba(43, 63, 99, 1);
    font-size: 14px;
    padding: 0 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    margin: 0 9px 9px 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;
}
.detail-pic{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 480px;
}
.detail-pic img {
    display: block;
    width: 100%;
}
.detail-pic .pictxtbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.detail-pic .txtbox {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -86px 0 0 -200px;
    width: 400px;
    height: 172px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .56);
}
.detail-pic .txtbox .txt1 {
    position: absolute;
    top: 48px;
    left: 20px;
    right: 20px;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
}
.detail-pic .txtbox .txt1 .txt2 {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    line-height: 30px;
    font-size: 20px;
}
.detail-pic .txtbox .txtask {
    position: absolute;
    left: 50%;
    bottom: 12px;
    margin-left: -72px;
    width: 144px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #0057ff ;
    font-size: 16px;
    display: none;
}
.detail-pic:hover .txtbox .txtask {
    display: block;
}
.ask_banner_card {
    position: relative;
    display: block;
    height: 80px;
    padding: 20px 160px 20px 70px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #cad8f6 0%, #f2f7ff 100%);
    margin-bottom: 20px;

}
.ask_banner_card .icon {
    position: absolute;
    left: 20px;
    top: 20px;
    width:40px;
    height:40px;
}
.ask_banner_card .div1 {
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #999;
}
.ask_banner_card .num {
    position: relative;
}
.div1 .tip {
    float: left;
    margin: 1px 21px 0 0;
}
.ask_banner_card .txt {
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    margin: 12px 0 0 -4px;
}
.ask_banner_card .u-btn {
    position: absolute;
    top: 24px;
    right: 20px;
    width: 122px;
    height: 32px;
    border-radius: 16px;
    background: linear-gradient(180deg, #578FFF 0%, #0057FF 100%);
    padding: 0;
    border: none;
    font-size: 13px;
    color: #fff;
    line-height: 32px;
    text-align: center;
}
.ask_banner_card  .zdbg{
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.art-list-ml li {
    float: left;
    width: 50%;

}
.art-list li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}
ol, ul, li {
    list-style: none;
}
.mt10 {
    margin-top: 10px!important;
}
.mb10 {
    margin-bottom: 10px!important;
}

.mt30 {
    margin-top: 30px!important;
}
.f18 {
    font-size: 18px!important;
}
.clearfix {
    zoom: 1;
}
.pl20 {
    padding-left: 20px!important;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
    line-height: 0;
}
.art-list .yuan{
    margin-right: 5px;
}
.more_all_a{
    color:#0057ff;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hottag-item.active {
    background-color: #e2e9ff;
    color: #225afc;
    border: 1px solid #225afc;
    transition: all .2s ease-in;
}