.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.dynamic-title-box {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #3C3C3C;
    line-height: 30px;
}
.dynamic-title-box .belong_type2 {
    color: #FF9437;
}
.dynamic-d-img-list {
    display: flex;
    flex-wrap: wrap;
}
.dynamic-d-img-list .item {
    margin-top: 10px;
    margin-right: 10px;
    width: 220px;
    height: 220px;
    border-radius: 10px 10px 10px 10px;
}
.line_gap {
    margin-top: 50px;
}
/* 其他动态样式 */
.other-dynamic-item .title {
    margin-bottom: 10px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #3C3C3C;
    line-height: 22px;
}
.other-dynamic-item .info {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 13px;
    color: #999999;
}