p{
    margin-bottom: 6px;
}
#tf-dynamic{
    padding:60px 0;
}
.dynamic-ul {
    overflow: hidden;
}
.dynamic-ul li{
    width:100%;font-size:15px;color:#333;line-height:28px;
    margin-bottom: 36px;
    padding-left: 15px;
    text-align: left;
    cursor: pointer;
}
.dynamic-active{
    font-size:18px!important;
    border-left: 4px solid #20BBB9;
    color:#20BBB9!important;
}
.tips{
    border-radius: 3px;
    color: #fff;
    padding: 4px 5px;
    font-size: 12px;
}
.firm-tips{
    background: rgba(255,67,67,1);
}
.product-tips{
    background:rgba(84,189,73,1);
}
.dynamic-type{
    overflow: hidden;
}
.dynamic-title{
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    width: 76%;
    padding-left: 8px;
    color: #333;
}
.dynamic-time{
    color: #999999;
    font-size: 13px;
}
.dynamic-msg{
    color: #666;
    line-height: 30px;
    padding:24px 0 40px 0;
    font-size: 13px;
}
.dynamic-left{
    width:77%;
}
.dynamic-right{
    width:20%;
}
.dynamic-right img{
    width:100%;
    border-radius:3px;
}
.dynamic-list{
    display: none;
}
.big-title{
    font-size: 28px;
}
#tf-home{
    position: relative;
    margin-top: 65px;
}