.trends_rich_text{
   width: 100%;
  background-color: #f1f1f1;
  padding-top: 20px;
  padding-bottom: 80px;
}
.trends_rich_text>div{
    width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    padding-left: 40px;
    padding-right: 40px;
}
.trends_rich_text .top h1{
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.trends_rich_text .top{
  padding-top: 40px;
  padding-bottom: 20px;
}
.trends_rich_text .top div{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    font-size: 14px;
}
.trends_rich_text .top div .p1{
    margin-right: 20px;
}
.trends_rich_text .trends_rich_text_bottom {
    width: 100%;
border-top: 1px solid #f1f1f1;
height: 80px;
padding: 20px 0;
display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.trends_rich_text .trends_rich_text_bottom p{
    font-size: 14px;
    color: #999;
}
.trends_rich_text .trends_rich_text_bottom p a{
    font-size: 14px;
    color: #999;
}
.trends_rich_text .middle .img{
    text-align: center;
    margin-bottom: 30px;
}
.trends_rich_text .middle p{
    margin-bottom: 30px;
    line-height: 24px;
    color: #666;
}
