.trendsList{
    padding-bottom: 30px;
}
.trendsItem{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #D9D9D9;
}
.trendsList .trendsItem:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.trendsName{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trendsLeft{
    width: 700px;
    font-weight: 500;
}
.trendsLeft label{
    color: #108391;
    line-height: 30px;
    font-size: 16px;
}
.trendsLeft a{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}
.trendsName > label{
    color: #808080;
    font-size: 14px;
}
.trendsLeft:hover a{
    color: #108391;
    text-decoration: underline;
}
/*.trendsContent,.trendsContent p,.trendsContent span{*/
/*    margin-top: 5px;*/
/*    font-size: 14px;*/
/*    color: #999999 !important;*/
/*    line-height: 20px;*/
/*}*/
.trendsContent{
    margin-top: 5px;
}
.trendsContent *{
    /*margin-top: 5px;*/
    font-size: 14px !important;
    color: #999999 !important;
    line-height: 20px;
    font-weight: normal;
    display: contents;
}
